From 9658af28a01a076166df9f1fc1458e5b98298f7c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:07:10 +0300 Subject: [PATCH 0001/2142] Adding KSM xcm for much more networks (#590) * Adding KSM Kusama<->Heiko * Adding KSM Heiko -> Turing transfer * adding reserveFee for KSM * Adding KSM Kusama<->Karura * Adding KSM Kusama<->Kintsugi * Fix asset location path for Kintsugi and Karura * try proportional fee mode for Kusama * KSM fix proportional value * fix fee for KSM in Karura * fix karura KSM transaction fee * replace xcm for KSM Heiko->Turing --- xcm/v2/transfers_dev.json | 120 +++++++++++++++++++++++++++++++++++++- 1 file changed, 119 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1b85b7029..11210ce38 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -9,7 +9,14 @@ }, "KSM": { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensReserve" + } }, "KSM-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", @@ -315,6 +322,48 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -433,6 +482,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -714,6 +786,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -807,6 +902,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From cea91a3e3386d18b05b5cf11f9b795321477af42 Mon Sep 17 00:00:00 2001 From: nichlor <70553339+nichlor@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:51:47 -0400 Subject: [PATCH 0002/2142] Add Downtown Moonbeam to browser dapp bookmarks (#605) * Update dapps.json Added Downtown Moonbeam * Update dapps_dev.json Added Downtown Moonbeam * add Downtown Moonbeam * added Downtown Moonbeam * Fix some problems * update icon Co-authored-by: Stepan Lavrentev --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/DowntownMoonbeam.png | Bin 0 -> 3467 bytes 2 files changed, 9 insertions(+) create mode 100644 icons/dapps/color/DowntownMoonbeam.png diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 22791aae5..bceee3947 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -543,6 +543,15 @@ "categories": [ "nft" ] + }, + { + "name": "Downtown Moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "url": "https://dtmb.xyz", + "categories": [ + "evm", + "utilities" + ] } ] } diff --git a/icons/dapps/color/DowntownMoonbeam.png b/icons/dapps/color/DowntownMoonbeam.png new file mode 100644 index 0000000000000000000000000000000000000000..8f531ac6c554b09308fbdf7b6c7d2034a572b686 GIT binary patch literal 3467 zcmV;64RrE}P)&t)$5jK_9tCb83G5&-M6+Ip@JS=_&o( zQonrke6jQ(aB_r891bpFG}Mi^#|od|;r?A$OeTwq19XNJvQne0jh)jBJp`VMsiudb zGU$ye7;SGE<2YX(Wc62a{N$V1;Mfr00DJzNyMuw}EF^&%1B*P&ZffGhZ@Wm#%7T;8 ziWDN>1to1ivcv_g9^Fw%=s2mN|Ea{!zKnGacRiCr+_2lno0_t zptCp}pRZcK%L}r3c8?45S2nw-MmW#A{~h4nKLqy7uLq0wRudB3{P864{!iDqwyp(| z3*Yl7J&!o5#S|*u-_~|87&(Zkfq?U3UlFv2oRXJ$D_c$h7lr2A?B5j%?qB)X zKB#c|iAx4N>F)a+U-qw&QjyW}Vgcz{z_Idq=AjY!n4nneR9Gnp{Xiuybu6 zwec{@9Xo%TbE}#QD6kBcR~@^kkY|4qVW*Sh)T0{)JdInw=sE7+iF9J0AFUlLDQ_8Y z!fSFYz_eDN`EqmUSl$>g7qW9w;hv8z;E89t7?KxczJQhe$O0bE-7=k^$PFAL=kEIw z%ui(a%|q)3Jd6DYsr>u};0JH|?TCj2rW_-@;dmFe)rTF!sw*$BwMVw}#f{@n`b}YHA~L&sJys?~ra=>IiPZMzcEX=9o7 zetvXhJzwmzO|WeO+!e)`4`aNO`|Sj&f;VT#Jp|I%1x{22o=G#f5$UijF(POYz<8^% zW5U7djzMk&u*Wm?Uwr(1uaoe5@S%@tIA3lh9{OobewCmwUeC5^aWsQ79S0LMgPl=? zTP721M{ap`qk~W3DQfD+{S+^A0V8OOWRO>wZa7wpC26qMW*MaU@YDF(eQP8fA~-0a zr%HjCmqlJNB^S~B>YOx0$CwX&T+MB7GeFB1b4lJDnZZS4Y0T}9Cx9zxa*y?M3%YM; zFNH&!=Ym{0)Tm)r+zvh}cY00+Vd zb2i;;#tf@mRZNE{=&4g}g{D%tW-`VNkxLVK%Se97;}pa6<7AGmDVapo=niUY$EybA zS!`94*m1yFUI~R~?TcQ3m{ijue{LZMU(H|;(Z)>u`;_h4v7L5sC7t|v`cOqaj>*Mp ztuB*=`SxBF!@KojFYsyJ(~71*ubWm}kn@L=t_*RDKVt6OE15^D3OXyvCTpGL%*pZ& zb>q!5*FX2(eFg#vJu(=F82atuf;w@e zHy^HwAF?LNUt0{7n?r7a5PO8TYiy@EEad?PuH+heEU4-N|6Z$N$KTA5@+w**HyO z#Sn$t$0NffCMpTuuFvjNHjE*OVV8auSRRO z!3A`&gAq^4mR;T$=tfwsc%_G`_dJ~0NvPkPrDQd#<1az?N3fNvyH;zph^u1$%`_kq z9QBw8{L*sqH=G~f?)V_SbM9|(An~1+edsJo>|jXVd{qEnouMk$3Gq^V?zN*1SR!pg z_a%0bm;lK;dsxKtIF5hEvys||d$W(@mP22{;X6Np+o=YRfGf-yW)rlX98HXLw*C)Z zW(;pN6Y`b=-x*6ba~AOcp2W};Upoo{RbdSiD%CUYO`ty2R1Nypr-92N&)T=A>1A{Glm=8bA zv^LZ@_49Lh#QYLRa0a{4`ijiCpum6G`pIXv&o!>wd-E>rxNZji4EZCVeVNE6(~sTv z6uy1rS)3XzVu}Ud-u4X3`+%SGaD2!lDVoKMpCQv{FF;7i1c!PZ%(76uo+W>x#+)iJ zPc#4RmJw#d32gDCwD*y-RWNLwM?35?2AsuDkDSN->J(cKtrK4=AK4|(USQ?E6W?>L z)BO6;!y(eAd~Ca^#^k%%u^D#o-EW=5PmZ0yiNQIfUWGHPcDtP%dy>sK&04P=ZbF-q zoWnKr@EBd^6?BRW$MYO#ixe+$kxP>^Xi`ITUkvEHgVHdX7GN_CX*|u0u);tO+2zdm z?2zpN`rhU?!fZPR%Kt2u#yHow$iXW<_vnl_b?a7t3JDtpL9&GN{NTyK5{_qQ@M79Q zzaGNly~JZLg0vSoA*MKgF4&As-ULf3MS|(!OmPk`*GuS_6y0nIQv|t2Mlx%202aZT=0ux??$u_$`QJb92z8bw-Dqn4zhRn1nxqw_7 z@@~LmBT-8-a!1l!dH_qKewkW;B^QzD94Qw&std3d{hP-|4?esa<3(BXFE)MbpQ)sO zh^h8m9$W^|Ab`jbkN2p~CeuLXtpwa)g5OpR1SVvAjFM+g*yomV!9ALg94}T3$81@p zYOAD;fm7b{cWEe*R8^4mpC z`(anoPiVU#B^@CW2~u)Cvn#7s4cn|9G0vAsMM)_jRg2UM5v8uVpp5sVd8n6TT*ddu7P?{%&CxSF?hk9@sVz2a`GS zgj_GR{?V2&`ofd>gX{ji?viq=E3y9rjUc*fR8@cK+XjoVYL{+jO5l-n)8(3|o~9rm zwY79>vne%mD6Q*zU%+=B!3M`=C4;-MJ2dK=eMT1_EVNl*@_%Ixy_xk`n?b;YuIfuz2%|`$L002ovPDHLkV1jP=pyU7m literal 0 HcmV?d00001 From 25046428eb8744dbe537d4c7b749cb305d6bf5cf Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:52:02 +0300 Subject: [PATCH 0003/2142] Deleting Westmint SubQuery (#607) --- chains/v4/chains_dev.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index eeb8b93f8..ec0b19821 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -262,12 +262,6 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westmint" - } - }, "options": [ "testnet" ] From 0bd33ebad4d3028ebd7297862d0c70f79bb8636c Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Jul 2022 18:34:18 +0300 Subject: [PATCH 0004/2142] Add Evolution Land dapp (#610) * add Evolution Land dapp * promote EVRLOOT to prod * Revert "promote EVRLOOT to prod" This reverts commit 1af2069e4f84dda94da72ea661af4f3f3251e6d3. --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/Evolutionland.svg | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 icons/dapps/color/Evolutionland.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index bceee3947..e25266e9f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -552,6 +552,15 @@ "evm", "utilities" ] + }, + { + "name": "EVOLUTION LAND. COLUMBUS", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.svg", + "url": "https://www.evolution.land/land/3", + "categories": [ + "nft", + "evm" + ] } ] } diff --git a/icons/dapps/color/Evolutionland.svg b/icons/dapps/color/Evolutionland.svg new file mode 100644 index 000000000..0e0caa7a5 --- /dev/null +++ b/icons/dapps/color/Evolutionland.svg @@ -0,0 +1,9 @@ + + + + + + + + + From c999f568820c9c9b12d2e6690b1c1176d0e2cf27 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Jul 2022 19:04:12 +0300 Subject: [PATCH 0005/2142] - fix icon (#611) - fix naming to fit into screen size --- dapps/dapps_dev.json | 4 ++-- icons/dapps/color/Evolutionland.png | Bin 0 -> 2307 bytes icons/dapps/color/Evolutionland.svg | 9 --------- 3 files changed, 2 insertions(+), 11 deletions(-) create mode 100644 icons/dapps/color/Evolutionland.png delete mode 100644 icons/dapps/color/Evolutionland.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index e25266e9f..c50f5326a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -554,8 +554,8 @@ ] }, { - "name": "EVOLUTION LAND. COLUMBUS", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.svg", + "name": "Evolution Land. Columbus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", "url": "https://www.evolution.land/land/3", "categories": [ "nft", diff --git a/icons/dapps/color/Evolutionland.png b/icons/dapps/color/Evolutionland.png new file mode 100644 index 0000000000000000000000000000000000000000..a1269895f1351b08d7b7f31e01011f5e2c7401ab GIT binary patch literal 2307 zcmV+e3HS19phS_olw=_J zfPuKXGqdlT_vX!eZv}k8!LS;zIc<7izYda<$!voRIH}oaa@&GlZly7KP=c;M1-KA! zxv@eNPk@9r0?$E~pQNiE6o-B=)|U*pPNGO?CqROmBhKHxItdYF@dQIZZpgV}6q6|kc#in?Y2TfP>? z8o-&6X$h7PFxs5Ykt=%v8nAtP1RWg_*f$Dj+7`i@fMnuseDUq28j$5f(1?zXC^m12 zp|v}NvW7UU6=Hhw5}ndk3(6U^$dt0q0YgRmA;#E#Xn?6i!f$_fU$Ot>x;UZ|;PX^r zeYb!;FNUyrUl8V6J>t^_2-7PLy=(@?;wiz`KYJrro&IGa|4o>Fc>%jvN21z}H2cC<*_c4f<6%6uHvy~Ngy=YFCIGE4>lyP)g6~2W0Xn{4hsxDwItE9t zgk3)mV*j@%QDsOf1h_hfVn(D&tzdcv9hp_GW-b>|zcqsTr`r+T{VSMacaiW0A&IKB zVwU3mK1CMgGJR;>E;Pzo%dqu(actTfL}^t_x!0x>(7^;+2^k(3(Vr^I8YAfJ2pYN& zF>FDKakJ9V-!g>hI%3#{y2Rhn8hIJXsW7g*UyZSkNHcyE1esA4HzNbTAT>Cl0*@Rx zh=#pWFju}uCvKX+DB1f1*@#+*xWP)473N5=I@~Dv4Sc43WKtHGq$wEX3CK(jy&OZS zbQ_P(97Th%~o`bI%ncmhR9(Mg2>Q<;zihhy;X`~$|PUc@@v zDO6X#gVK^wglRh7X6-S~YH-nfnpUYAo5UlqiyxEDy*cNcNo~aV~6TT4@8i z#V1iNkED0nLWeCg+zRzz!1qJ=LS1MyTF`7PRpyS}xu!-GzUU6j5}+#wRP3L~?d$Nx z$1zfAAcG-?Pd4wxcAS|wf%2datrZ`ltNJ(|=z8%L{0Wu%k*x7EQZ25AzJp7X2Qeeo zq~Bf*+(82WM-p2jjNUN}HIOrlo+cox_x;r)*U{6x2iGkL+%u=t_byn3Dllhlf0ngml|Za7X`dt?8rGs6EWQ7VW^8`)R&oWdh80cVwM13 zG*!9o#OM_|3bSJnN1Qg1o8fLHaB)4QQ5CtzK1y%dLC&Z#tSDwtBu1LL=0b4<7!i=w z5fDN_gvpHRA8T9ktc~KJwlP}yQs68Rxml4Wx{-36uX||aqnVC5N(tVvVI*TwXn=c; zfDCz%fjQKU^j{r-qqS|>=PguAXt@Q9o5|(sxUFX%H%zad)|JY8Xj5$t?|6wFzNBYb7KrzKu3&=hZ1QA zoK6n<)ecT367Y^*gO%tn*BIHqfi|<50#J(a^7i%L9D$TdK{Xiqg-oqzK4E3-3^d@c z$B!X8;fIwrX09fZ2XfHrH`5zZl~}gl%)|ry4SBI`Zw#;74J2on$>MRWwrlHn9 z6N#e#!;hh-4c*z*2_t1;23m36%1QWjMkQ85DY;dHh`DFHeejo4c;nD3n4X-37Len3 zb74}S<(VaOy^C&q9~!if5=C6Ta1p+H_pp0+7X@-9Fp_}AWcm}0g#?%B98m62n+b>T z){&#=d+UU|m7Wc?}12~H!(Ad<76Q_=&sriwd&+p&&;1@r79%IAWJkA^# zJGl7U!IHC)vVAw1QWY`lhDL-#VVrsYZ)mXBprgHQZq<1^|LHmW7xc!fylJyE;)`QI1bOIfoU%O?9ANVVQ3Pd1HaqAhAN^6`mt+<&_WQ z6Ce}1K4c6Q5}u=A>6lMIMWjxdHW3~c=v`# - - - - - - - - From 2540f029f72a3e69b9d940dc265e8c7531601185 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Jul 2022 19:12:47 +0300 Subject: [PATCH 0006/2142] - adjust icon scale for EvolutionLand and Downtown --- icons/dapps/color/DowntownMoonbeam.png | Bin 3467 -> 18942 bytes icons/dapps/color/Evolutionland.png | Bin 2307 -> 7841 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/dapps/color/DowntownMoonbeam.png b/icons/dapps/color/DowntownMoonbeam.png index 8f531ac6c554b09308fbdf7b6c7d2034a572b686..ccbbf750130650126dd54442590f1e6b8a4a6472 100644 GIT binary patch literal 18942 zcmV)MK)An&P)^SaVcRHVmLx%pk6B`ft8h_ok zqa;ozZgAsvOfX=;U}k|OjD#d40TL3Zq>@Tf&BGh-c*g$!wa>Zly{dQLRI_-iboJi5 z_uMn=z4pKUHSE1b)?`iAWKGs&P1a;h)?`iAWKGuO+=-E&IN4bq4aTlW#axL$F854& z=|6q*)=O^t;{J`@*o)8%88cKlOclQ1<6HUl?a`CyIXroqG&N+?yrIcP8TSyCRQ<@*I`toC2+{ zzIbaI%PSnmy}4d-UTrdSxtOe!K{=Ye1o|^yOIp2!6{irZK;9|uyY7MtB%6jEX?0RL z-r}_+20}fFR{n;h=BphqyRY4T;E+6r{rW2#+4S(u#z}t_J@Xp8RiFF$Xw}GjUcE^^eb)&=e+s*Jx)Yy* zK+R<+&`5P51u{~B0^M+BP40iZB}ppMg93GUvE>O=%-r7UMj!1+^u>$S%z1K=NlC7` zJQMF1TjS;zYo&CzefQLH5T{0xIM$9f=-eweIWp7ED!`bB?3gSxkL+SS4^yxdcgc$#eRO z#8(0+iwI`}?rEV{e*Ixw>h(s_x4W`sD3LLc@MBH62;?F#VXxW{Nb}c$68|gys21rKZQTujMuzgB&zt{VEyMO>|m4so&kwE z5l8#{-lFHU6av)(UlnrhKL^$-fD#qw=PQOLgvqi^SblwrfB-YuG3LrtNAHJx?$zj= zUjrg#iPY~G8DE)Zo+EMO0+f=x=$1f6eu!@QF#a4GbR4^H(5p{L=DrsA&a%X0r@Yhx zoqT??_&qK3>OTv99UCg0tju`!?87B#Ji<1S3s5dF1$xPrK(701G$Onbxm-?1jO9La zU#qp)b9qkxC8wU>nAI}^TD}LKYA^U1FzIr(3EPHkBo~leFbcG_di~qVCcPWo_4eYu zH@&bS!5|}Rvx0T=^o-`VurCEvX*jIzR0D6GI(4Jeo@>r=y~uh^ zuX}!7Zn|bj9(uYv?|Lq5Q?2AKaD5|zH~)Rm8Hti?;5{vbVqvuK^DXjk1h03wvaO!T zMx;p&cjY|Fd5r^=<)>a1OZfk|nOy0hqxhN|=$lYSc44McbnYPG;CAOg3Qx=PpL{O8 zCdlv8hdYQ9C8u7`m<3S?cRTO=6qnaDD+6`Id&-uIL!EkgTGC9$-Q5f^C0I%frgxy{|1oe4~y$N%0FC;Xmmij z_-HH!t5v$i;y^O5gH!EX_Y~5{_>e4u0G6wqsz5YBC!>uq+2Z$v&#&3$$sR<*duqCH zJR{fHGE~UScLCH}Wt8Rf@awZ)THzFyA1Q?;0V`B0p)$CuH7X5TG0vgkc|xTl?4 zhqcl5J(|aCdCX@}JLLapJ#TBs%l~3TUOOV^P|hI&U0WM9(N};2uauL#5A}eIZJ5j~ zjz9%puta&V55P`R1j6BmCo(xSKBI_na+r@s&Bzi6G-sSqNk(fTmyQ`(-*DvUw8)Ve z1_bGmxcd1ZA-I0&yR0{xJ#MM%&)$d3^V*zj!2swlrV?(b%eBAMl!uPWIgoSWg>h6= zjsICRz-t#AUAd>zp+}T0?vqG9Vm)J13C;rXp5oOgdHOR-m~%oTI?QI#DSz=jSp)@m zOug*)JtrpSui0$m=WnRX%{Q!*-b@<`p5Y?@#wvJ*bm4Yb z;NNcer$1GeU7zpDzO(M3oplpN<-sWXbLi?#E)Zkk7a`fT|IFeqiw2JMUSzQslnY+c z+*g4nb6-w=zCkad9D@PHs|4456OiZH8?TeAe(iT;=Xw{4Ot;?6P0I>jX7TIu_2!qZ zm(6u&UOOyt-!}p8{`_2+v$Kjo8sib?ljycLGkfit0iztB)qoauG%h|K)g2ehJu1Gp z1af$Nw!pKtd+901+1OC-mdmLK!Fz60ygmZ)m;j6;J8@8^9==-5=T-Flx2B#wNMDgezI9Fr{E@8@f{-1?0I4Y z3ZFV5(t6mDv8UTI-FBducHDdTlGpdlGRwD?@URwZm%d~<;Xe62SyEn+$kypOKKN>WF6@=0VY9v&nkr_j<(!u)_u=ObRYf~mLjof=A4V> zs7R_7x55q|s~Q=`>zNa&6l68a6-pz{rf4R6?HJ?v*bI18>S}oi<3FsC?m5h=r~P~7 z-OU{i3sGe|be1O3g_qa=8_K%O_~R=#O7;;j>VG6>LC%T-ZIYXQBR%PcjSP+)=WIhc zP%-q`SdCI9^%4_}My5IvTq!tUz}Wl>={+E!W+o?c1U@War?0uey5~m7`c}u_B%b~QJP4Zj8%Nu zG2+O+V~NZrMJ)miyS5Z5%Ux%_T*QECj;Ecd_k)8I92**oIw`Kh3PmbWnjcksx37h{ z@phJjKsg^P#4OUD1LTi3%Nrj*EMNPwoIyFGBzmjd{9+h^Z{p$ng-9){_!dlj!b7UV zjqiq;jTfUMwhS40$Mvqf>!Tl$jp9piLdGn&;{7{JFkdk_wcC$5;4W zoU@AGhmfodaJ~S42l(4zP#Gx6K%;Dt zBsGdfL;ZUWihS?356hm1o|cKWqtMTDWchd8oS+u9J_YAd;!D%R^oW?;yF!e{vETP| zrDH*3fQ-JAnf`a2-24?NL}ecHY%}q?X-_o4 zeccXu`mdgnsa~ev=jWLXKjFHG+O({XlM9n$$5_v^kQgZtlPwQ{=I}7O^&j0RH@*6( zeB+3m0Xbs|6ielQ#~9f;=<~u=UGOH*IGY+qc3ov0a4C#=My52AAL&aSRI^1 zG%1n3nRCSk6OGJrmBI}#5U2`%;~5*j;b$41)&~ms=mG}AxtZx?1#mM8Ps_7!ERd=NkXwVVN2kr5pvJLQ(Q;TAtDiv;q?Lj!MN z5?zA9d&{-H{Id_Yv*o5{%p@=Sg zm7qY|MoRj7U~I0f-Hri|_86L?A#j@tw2B<3?$Ts=suW(~!JXtfXZ_B{{Xj{2K#wkL zRttF3#t@o_BAG-;I>cvubvaKgLE;qO3sb(A>HD!Nq5XMiGDMWw&Wb;m zf6j2Hxlb2}c&OKU(wCD{64V)VFMInw`O@FWY07CM&<=U~78r;B;4BgF&_v`QFAUGe zc*^}>yho;5u{1mA@SJfbNuG$zk1c#Ka+#927GaD{a8fbK89+Z%(;-GXKwoC8sT%*u~dy{#FQOnn`1sE{({PQZ+70Lc?6^TkzbMZb-MrC3@^Z7XIwWy0K3Pju-Necn~oHAV3*E4y^E?@3`ES@(r zR(ociRw?Y=c9p#Sz8}eFPHT4TX(`ZakzGF^@t@#kb}j{GHmkkxF|_5+o^a$(zdWt8 z6s9}&y;{G3P^;+j*P z_#H^_zUytzlgIzdj}f_^eSZM6+7WBt$=l^LuMqpMh&8Adw+(jRAPEcmq zva;{cd>u+cIpK{$VO*J}X#*m4z`qVm^`w==s$3x;D8^3!V@|Y-B z3UTr@Z7w1*Qe}`+=FNYjV=^e{h%?^$Bl(*z$tq>l3bb3^QbPAVlFgYtv5@^Ogf_es z42T0kfi@16-M zv8eUlwoG2LPwrS%=6=;CtRm&#;DhD)@deLiy&Xrc*a+ea z8*u*<2=0Z2;#f5*yrvWcfxKoI2sGyT8pEOTjAUKe6;DVbW$5~tEPr0`Y7pr3oSj>QHez1%q{qSy>!EVq<85wlp-`tpX1egHrJ zKvp5EYPpxld)9**?gdWFoAkFB0tFaB6i$S8t%TN>ath|%mWH)OM4mWxf;R8O^9^6>POOvY5A80HM7jP8GGITFnu zXS_N@Am8L>O{Ce4=Ovzt^h~lq`}Y<{AP!K3Xr0~PlTWR98ucm>DEz00`J6gqbdj5M z^KyxWq=>Kn-TfW8_n{xkbQ6(XV?7T)kLg%qY|R)W#G}41o70x;!Xs3BJw$Znq7=>& ztdt{psFTTr6NnEbV*JPhB6V1BCQOeYXz1AZR>~K&f$frH7STz%UvW)YHmwWfORxal zlZrRorL$&3IO5mw^Y>(hvSI{!t-ND%OXT~|mQ5@9UH}4J8h}8Iux49LVV_ zkE1Sl*|lC(4Y8jfMqm#Ck*gaG*~!HfvI}y`_=<%qhV1L6^2p3Iythz%g)bP6J01z*_lRGubdqU>#d^OoK%KgZTY`P@MV@1A3!PEX7ee-*<-1+?j5+#ntk>-j`|17CM zRrs&Ji=Y2eRv;^CiC4-m?1GPQCw{#|Rw#@%S4t-pc;P{Bc~wJhzh_29>m?bVinKK} zdYpS#b)Zg-3WT3qOJ#X}IY2b|tkgzbFcKnm_5GQa91A13{0L6MtVK|u)U_dj7;QAs ziZ#OAuMk+IC%a3m!d3_lX-Fq8JDKr?L;yEf-Xa?LiP zA|>jX^@~Inl%*zN&XF2k@0AsBp=Be`)$)#Dqj*Sfn(eX*VGO8Jo`XPn;g_Zh3nvVq|4&?_BJXA_%%CuE@b|54kqD^$xwWOe5Lj%}CLx zUvHERcGWxG&17;=Vz94{IU^fn^bOvC0>>CP^=d=TL4znMmaL;X_bIB z%q3@w6P?6pI*Rk#zSl#F>-WLPSNSxwBOI{=zX`wq&FsGBuNzfa=AHqN&-!FE`JiGoMBMs^E8Wp7qF_Us0=3on%c!u0*^2 zxZSjDIYZD9X&V+u8C``I(Q0GMObTzE<_wVlea~G!2P)(>ZH-% z>WH|#9zXwVsRNg#K)!3%kI&t|0fcY!u)zVgaJUu$=a zO@^{=$72DzE4zR^>->>(lBGKLnXuE7G!8+WJ5ZoZk*H7%qEM_=jz;;==1pZ89(Lrh zJ#EdKnH6df&iEc#h5{|wc5j9GLf~+Z$b4H8z?1&DTSw*7pP!J07AC#+nyMT-+?7Me z?T4ijj8Vn1AXAi`8e90qSkEP+a9$CK-R4FzlB|UE{p87buwM4HjZ8<35v3Zj?x7RP zbw`?r59vY=j;#VE`p>lDWoPaSfy!a@dslo${&dlTvn3G--TI2uIHwR1+Skwh?G$*k zqe;(`WzUbhd3mOjU&zeX8RrUA(xNa&%P=&n4oKTpt?y9v1@>=Q0h(=--w@oz1TrZDiAE|P0j%2P2+r)=K`N4d9c{Y zKi8UNar)>J(w$} zmgYW-^3|0uqsOb?B&VZ5?~o4x6As*TCYs94YnPoo!>&0lHD8{(?W4&3j0|5UYqC6{ zNl4mViQAb)qGDP{nrfXlBhRcBhNY-5U3lVP<|$;MpBtI=b0rP5Y~9_e8_UGG0$CRY zc7p-NJh%x80@B=z8VvL-8+&7BY_jUJQ;O5zlo=VcO^%$hMN;y^0|f!xXSBzw86R)LIu zdG+X1M1APG`^HYe;q;o4GLY` z>^`{sP1}bnXF(dPyJoS^y(PYU2GuFCf zG*m(zJGoZ|G&;7wM>3@7pRaT zVGL-r;cKRy%2S8w8u1cYmmOMkVahdGTDT|L!EBo}L4-KNqXigZC1aeg4l*?rNwSLm z%O&edv-&al*n+b*1|m?UQoZu^w{Gw{Q6QiE$U%u#r9f7BirVJDv9X_$q7M|P5=hqy*s$1F5xhV zjI5NR*tzAiQ*&mgA6qlVIFQ@fuWJN8=j9xPjY_G9!MOnnWLF_6RshjRUY^Jp)Y2tn zIk#V4ktcrCS@3g@x!jd1P~34YFLZV_ZkS#E$u8!^i`ePMHurVOrMTmXREE5*OPuAx zsaHO?*I2o5E5~+=C9hV2EDG7VW8R!_??OtHAfI_;UvJ>NJwU<0t+xg$5H5Y`YT`eA z&r56++7f8#FMdEG-5Zak9!*Icb!1J>oK(}2w4D(N(aw>>=|8T{9V?cQ>2HC4@)z+& zw#MIfUqNEFFDzrXMkBis=#eAbpO{)rV| zV(_4{bo2Ix2d^((Tq}3w3n3_R;k9TPyVXMtHxBx2paS9i>sGRPk?H>|*0Y&Spn78Z z1e$2X34&QXDQ8?R&b;WE`wpb$1~6lGUC2ZiXvpW(vlc6x-R`Q|}p%?cjWnM!5kazgj=wnSu_8$)?+-k&{lA&_w_Wp4>wZLX6Xx`*5Cf3sXyOT3mgv3~E6*aY z4EtAcjg?+xRd#ZP_ciDE!0fo0hLa|O7ow(_;K=$v=7qD1SWZD@R3LG2k-{)+oO6IKuZ&y#vm)gYv)gX{c^$J;&vnSc!FIM-%M&xu0;0pTM$!h|75b_H2KOE2;IGZ>5b5`lcGTRymu)UQ?L{MEeEpiC6jyc|7B$GRw?Hq z&9G8A*Y}i}AzW`;zYo~SNlr1$9QQq4CXL2%`v-ltNH#uuX6dt=d8VuQf5CsYUQ>~D zCY1J(basa7@MYq=YY22UB?NhPW(qnXeQO|jzi6SE$g-IE(!_0bx4~9LtA8x^AILT{+l6(z+AHa2QfXjBBf8lLc za4|^YtbK~;YD(wEr%w!D(=>2=YIDgKxB zx1h|@vxmano?TmmQ=1F^im;=4lLMhndHX3JAro?GrGMcHJPZMp~4*{rj;^@}H0Fkq@lfBE#LBzxS50ch`j~ zL|rb7zI(fP8%H%Mn01kdnr=xl)s*F(6 z!;m-|hsEJmgSu&JA{m#F4`WFtnv%_QB{@7PStqic%59liUCFpT<7psNr(TgG2aPUD zUfEufecx_M#0`z@gw=jTy0O8L9`a-1oEcwpbD9(!`oo`--+JMoYb~+3Li(*(%w;+M zvL_tyT=QJ|BL0A54}7O9+~>`d>@ibOEDwjrWd z%rRG3mwx0Fieb2<8=lpRM-i3piI;BI_p=zvb!0-4XO60JB~KlY)v8dlvjx-v*M?$D zKNF-#MuNT+BzoYk}<0^6ix-L_@Wz}7BH+i9A*~L zVFvGq3HQeo-BE^v0ZNsPPeY+#VyeU9CV`~2t}a`*Qn6JXCEZiD*M-WYc?>R($z^>$ zHed8}>Qgko3Ijgdy^CFM(O&s8dH6f8G245WWxGq^(TZ03yK_9QtpD4*N3bakGwVJU zu*m(@Z>(*T4Z*a$d|gE@1)%=^!AIqzyIv|+RYzyf&^OAqdpDW6?=2>oWUEl2)qE#D zcwEdeAjZCfYO*r$8B-~VcS(*!^(s);v)c%wGmFN`Iz34bO-MQcg_&wga&StyQL#@` z1~bQ{#q3s2D=KW#SLY`%pvEPl#E?x zdIHCet{SW_K*0l>QXuZ85xjs>L*PT;B;3v+nQBS+&{K$wwV^a;XMd_L^52uu2u!CV zotaG64w^pDlO)Rbs$Za~%}Ku(f8)^UaY;73Q$Do11*Tpgp9-HR+wYu~@an6~GqOF~ zB~!Xw8c_FePthn_;C9TM8=)yPx&&?h4!68^he1AVMxN>Zvlo{>Pr{}D4zHMY8hdrA_>*>Xlb0=aPA^=o%}pi8h?d-1Qal=M7+8 zD{;0Gk#aKffW?7M9FcqFus+>>m z%tx)sSE;vKv&?#21v)jrK!0rZ$!D|2EVjZdVs@LdNIn8EcsiR#N~s|SrKSB*5kLG-@~W@APd>Bc zb(f_;U76hXd|CIcZ_EB$hO$7F;s_YxvFxC%!=>AOnk@1t5?JI%eCG+=pl2fW)?O&p z+=Vn6rl&a`9)1DNy{15CLK<6o2p>ec2W^IAYI?M+132r~XwAA{RG{IkBY$U}kZI73 z32@f2tPJ}S$OAB8?~|)i;H34z=JhNX}GOv={ScJnkEmOkhpi2 zN?o)3e`lJIpX?K#Ct;9&!`L=1Qzm9JqR*2hNsi9WMpjRZ+N5KZ{nC=pnMdWJ?3nC^ z+B}|3$~_>@FEC?@RR1o!=cCKL_Ocb|7TIE@sMorzhCJ3r zyf-0RWn7*$Gk8TBMBKD_Ox|?O3uWsLQ0mcPjen>^nIw`RpyszXBa$D16E&rId>S@< zK>mG|N}yB#4cAGz6JqX-oQYLEGv-E9IT3}j*)K_di=y)&qZ?y!N=U*6sW<@;$D8Fk zl%NWwxuhgBk92@Mk$e^OgKJ111?Qn9xl-3o$fS}X#e`&4C?}S5-wRo`0{t8L{LF7T zZ~53}ss8>`u$d!p{8}(pLx8dN8oipQB5LqvNFq;+!@G_GPn-|htaShDCTt- z)sd5&dQT!tx>PpIk?F=Y8nM=ifHs|x8T;jveW)T0!NI)!k{zP(qB#qk$DNJ2IisPJ zcO8@H$*PRGu6#9qOwCk`^AmlZgy)rM>}MMPLV3At{jZP8Q_D65E7Q652ttx^a~F@+?#a}FNqG$BZQnFP2Ge*rWap>5O=*Ehg6x+K9hXUq;<5BAn|68fV*Ck4!-|mGa=7M40?Aq{GopAzMA&!DvalG81*BmqyZt?QUZva;_QecL3%{ zm$QrpfA6NNbOn&Pokk$w7TM2)k;X;{_8i$kR+9C|{MXVzhP)xEmwcHDAC)eGqv;YH zhNJq4c3bv9nLQxtRMf(KCAu@oNKlc{`mngT=5^%}sXLz5Ee$Gt;btgJeEKB#-(^7p5%1~9&`kG5|EGNEu&h8< z#rpom#((*tiWB_yuv?OmQXS+!03#|%4G&+1nOI*NlA$4AMs|YNT-y|P1CR(NO}v0a zMpRPOltqgoa*1@kb25p}FHEiRO>1ENah>10UYLLsNQI2FD+ z1 z^te1a@nu}6Z5OAU(>z+93lr1yx4~q)lHgv@ebR#BOoeS3s#Kwvf@?92km{)3RBFf; zmcsSR$W{J_xW-}D0=SeydNb~VA z8G3n3YF8jmQSREZH`gxvn8Gzmrn<8CkqNo|n@<3oBABa0nm`?PQ3c$hjR%j>A&j(^ zps>@uwr-^6^*h%{qtcK==#=M|N5um&9ROE)y4S*pO(g~4E|HsHRB}PLl52}&x@bTu zfDiMU;`qSbCReX}mrNxG&^c3RRGWn6b!PxFhm%+iAnX8W&~;esX2}}=6TNmbe24;2wh;slbmdkvtO&Z3}$ z0koi*>f(AWplk=v8A4fFXsafa0B437?Evw(qs2CL062n@u4|>zPJU?-9}rs zaUAb4bL}dwlW6Y~arZ-CZ2$GwWEHaNy})kRdi{63sQeyi%2)tYu?2K4v^>*kJlt|9 z;pjwzhu|-hQ%1&5q@48zr2@Y>n#ee3?lT52Xu%XTVG?+q2`X^d(S5kuc#o@mC3qbG;pf_eC3Ns4-sd?x=oFe)dV~?~ zo7Z=NEFO-T0cuhaIO->HP8X(x%G(UBQnaC*oW{hhyQiRJu4nI&JV)ntafXLu*L~)F zh7xO=wxPsqV=7K3S0J|G46c#oB@pZf&WI=3?&0^4ErjzQ=}gLTa5y~g6O+Bui1el%6PaLC{J5|4}l;ZZD@|JM4JJy43g*(-Jnq90%a&pouO^9Q+6vL%0n7gq=w6O8*Hiw{!TtI0+|tCx zd8&TNrl9Ge0@3*l30&_o%w8F$o7$h?*Z^USUKlAt5$W4Wr~{}Sv4kc8nt7@?T_|D~ zZL53}SD2115_XB&FugsZ6-QK(-uk2DTVIk@%4zLJc*pb|kH4gHnjkGt3(Nz5Plzq4nw%k+ zr&vcUmoQ0S&Jf?BNkL~Z=-7#Rx>rPi&ZHTwpmQo7U1Q%acBR8QN6C!bBGGG+79!nFY%nqN`e9Je8A`TR3s?*f)1x*}zR|p03 z5!PtK#FG2)d_)`GR}7An;P((pR;yOEo!b~lOaU3+l{OSZm+M8lG&$ICPbu!b0#svL z6A=|P=}d4vZagnZweQ=uAWx&hm2h7}0;n?Zn`)mky zfHt<+C4+nPLU66R&zuhkB^3rJQ-e1XshjWX2#u&zy2z)UaGmK6M42jjm|8;15gUBi<9$3HR#xt|~B*W(Wbu9-fQ5fu^YrbfD>~mTVa*-F6SxpHs zk}3-cz6K6)k%(Rp&Os$m_nhlG<2qCnqM0aR?kV!o>4>OgndMv|(2I(r8FunA47f>n zS}`-}xF>#R8puhK&w<78#1s^(o%U35HUbfGv8P+j`0a;eZ&OY~PFsQQY5#rmn%edI zK-%8rV|XV?q~?WFnj>@oJA(=lBBsL!BZRh;>wuHcgTO;~Y14sBO>_)LDCcm~l(50s z!5&T)aZ4FCD#{>0$aCyu0MR{4QZ;Qo66er{4~*s|t*g)bm;owKiTHgIdLINoR0K`+dl{6N z2++lQ9)40$$|Tt-c~qchBKlWw!fHpm%HQJGg!h0?AnrWn_ zis(diwYw!bP^OMj1hx&&f1=w=;r9Q^_mbQ1m(!HfRv^lQt$QB3uKLot@5qh1#D30g zIARhdaA*W62pk(fRg*;Jpf|(D=@k!XDl{<71-S}iB_-d}5zUUL`6VjSr1IW$ zCY7fc%V73%($+>X-GEF5u8%BAZfE}!x8i> zjq4~K;q%9;?6LABnrl~)%qTKtbV|@}R2rId#&y`@!q+h1qWUNg(EUo z98cTQIx6uWJ`&#fpX3b48Brk0t2Vy=p_xwWt!VUhc9V}((S(}M-+QU$H7$%*@*kQg zb`baY)DV2$XdK=gX(i3t+vTdrU$VSJlZ{G3OfM*b{9Wm%>^5RkV&QDoG*GmL@69YlT34`tF5tv^Z8mOjp;-YPtD<7_?;4ee^9ONkFA6o(KyyVD3-ZrQ{=AIwPzeJlIMI#qDYgNhhX_vO<=Cp? za~|8oz$21JXkRbi7lY@kc%CZP33z@}aaUU~px2pMN&qvv&+Db{JuLgWat7p#)*rlo z%LiVG&idOVNry|g=?ZxWy|K*l5GNYXu}RMH%Bt+Htv(q5}jF^X@^omJSY*! zaq}=2O%g^AQHy+lo?NINO<6}e<35byR!EX_XfLCoLq!z_d98|~0llyx?X(1qUs5!p zl8`Gg_ERksh;F;*>$zAw!B`W8o)eMMB8^pYH7B?inpMXx!>@>LJTHTYVQ3MEo*>N*l|0L%)Vx0`vB?pTUKKeMl{(gE z^p$t<82zqq`4^X?=e;+nU_kpMjuUvgZ~0;G&acZEl(SL+_3m}Q@*8oI-B!iJkP`%4 za3GKTGU7~o!xOS4o0_wm*ABpN57LRMfR*g#Y)=7Xq6^u*9U zI`V4dJdD2>i-1f}`nvs*Z$~Bn##Y?iBr}ps z1fk;S;{PT`6vks>n-LGQ0y%&#=)5Z2b#*KheIgA$MoO+jOOByXL(11&g0&S<1HE(O_maUN@xIIoP5P~OWT;K zWLncw?WNzVq-Zx&H#~GVNVe%bW=6EJYM%jD+Myyn!)pFd6@31%-DB|HWN4?3edSoQ>985{h$;ud@G+WFM^8A5g!yP^4kR_!B z?BO`g{`=jnFTGFBf}AlDeX{&Q@8>^vqB8z^H29^VnhDXE3Ox!c4WYH2$4kfuc)$p_ z0J#QDSltc!@tXz|iHb+mA#%|SvH_`Bc0UM5$)j#-6pJ>b&pM;b=FHs0j%0EPy8b31 z>frN)yeZK0FqdcJF*HGrDtu7#)ca%JNQ0!QjouQWc+U)6s#5r_A`8t1(SXm&SQKMF z6^&h`8oOa97by=SYnCHKk_QoWO0i>SbFm$GFGL|KistPiOQdP_H7MA#Jea{uqIRNf zXVkPOYH~R{HT#<1?)>9@XNWYPEN8Wd_kEk*2Y=iDJRaut>IG!>!O4f%X&SrGx|URb zXM4)KD=HA7Xu5pg#-^B9rR(gGT<3(F7bl-# zu8m0+K5w8LuBUMrt#2nv<;6l&4n+zg4inN;B4ZTg$j2;!cl6#E4k7BKd7Ugtyd};? z+li!_-dqFmFXR}%GvQ4A>_g4FkIGq+vt9-Mvm-w{l1cf`K`!5_Yt_&U5z%e z4v^&aEqtFms7;%XPHebk>k*;T8{j`g5Ryp#T{0GFbOdu1d?*w>kA8rTL>Xo(VjKqN zphv?JSQ5`(k}A^Z%uLTyMUFC=4d#ic0`c0Vz*VGRhcYQkMNtJH5^3;J)MT-vPcYbs zZ;zC#2-wYN7=v6e0eTRn$cu`#5-UKBimrQP%^RPcoJPwnl05)YJ=ORB58` zlk-?|?PyHRh7?>KAn@)!?*yG+zGL!^v$_buIhjWAk9Pj^k@4{ZUxdeXBS(iue^Xl| z#RzT_jXuRP2;9yn(FGkj2{K5y9tOvu8Bs(65|oHA==>36+;tDo)b34Be$$PtOJ4<~ z(?j9IQQ<UR$H%&9S|71voV!JeXo2eQ!SB5ZOoYpNHa<0Fh>d zFfr?B`A4AZE;4_`PL8CQyJ?HlN>n1;SF>*(Z0UzFHp{QUMIr^c4ZcrK#m$4M^vA-s z&T^=tL%FIL(US@{TCQqZLKRU7v7<^vlwtUSoQlX(@&nC{5iJw)MaQVgQdd3?HWHnv zs7#ZvjF;&OYyK1Eaa2qWPRDbTSJi>I5x8Z1FosDL!^W4`_mSbvQ(b%9|)KenOhMPvR(AC;x*3eie*P7rg(i|KM z#U_%rcF2jSr8U;6CK@|hh_0m$PGak8s8S}cVag)Sr?KXl*I?9_1!HB6tF&b@MHCq4 zVg+CTGsbdT^~|7rj8_pt6Xf>BVZwOtR6$0Nb!9W$`vlH6-fOBWPGvscv)TFy)>yN& zg~j^F;8RhFRCM(ja;O2}I&qi>I*sze#IS~_mFEGs2}t(;oKJ3Q)qdu7`RqAca_PLx zgnMb}&A)-T#20z}q8@nQZAwsZ|eaBAkP7)go>}iDERzGH1RS>G_X+V**YLTIg%+cxrMv94K^rq;! zX{v*9F$Mu~K8=CldW@#?Lu-CB<&G&4%k`3|7ystp_r7>W@>?sBbA~{35N$alTGa4OLRAWIj}LYgFPVw90Dv12GqL>|EiPqp49RN~##`XZZ( zATMHhER}?cz$~`)b}}8&6GRr~=dxHoquWa}K%~JxglTO|4>U;ZS=XVr4TllHU+am zF2xrSN8?e69mzZcqt^7Qn5kf7IA0V_J6Sz1dQq%5@@-+i5qqzh#)1+>DmUj^RF?5> zOI>+QoiI-2+mu5y>}rI&t?s#~C#hZ;b7}eF{Q)njg)JT zC298V2gBRHDd$Pfn*vderB5HeG~NBNp=#Abis2O?swSpQ@3wWOht4=D8zdsN)biqZJy|~foj&Q4bc?l1#-iA z2qVgDI@!?@TbtHkAaN8F=IY^Nhbsk+7%q#JdY!+c(rs29hHeGIITFR;*z z5n-ApVvY?KX4<(V*yAvDk>u0+F$&LM$G=|mHx~l9Gf$zTa-u9OtkPAdE7zLsnmuH&0!>ymG)yM7w z-MwL|+ZrRWriZ2Tx0r{563|N`x=cs5jKcB=yS)VYjGt$#{k(*e3P6QQ^5A8fhYSj3 zDbggG0?9j&`Ly+%Daz!BV=D%EEKN^K>u#caicntjlo!oQURpa^9a4vY-V{AM@}F@y z3hm6sc8EkYrOcF%`BlyBQ8B43oHbI`X-XCoaW8w3s(Ihz=^YWr*NueymEJJl{i3weOdVE%4YO0Kk@Y0lZ@?AB`vA2v6x99MVMDeHoQR5gXV^jo?#GXE~KEd zW%HaF8UR-2Ch4sqJ~A2hln7Te zgJ0HI4>^V^5s7KH-CxLsO4I& zyZ#`TGTvAj(oA?SPlQnEihSHKl!abmyI4{bZ&or}J;)dkWt2s6Y0{cW!v6+e?%y4f z2hPJXHxMo=k54L{ko3H2b1oGzfIEyhL8& zACcjI01Er7FcEJ6zX=#QrqCobpaj!8kK7`TMUs-5xwt>y!>B2oR+D9qeCj|rh7fxBF@Em)+amm80Y00o9r0{sWpB=+#xQQps^i`{(QAHmTSZK4*fX%vTy!a?${?6xjZKnXs&FRpWX@s_KML``OV|K?mJ|0Wv#z_vB+~yf#%EA!B*LPJ^Y%VhGTvM%+(d}u&#n>(%FPWmQkHs7OGob zEJsIWsY40I^9(+Pjh5 literal 3467 zcmV;64RrE}P)&t)$5jK_9tCb83G5&-M6+Ip@JS=_&o( zQonrke6jQ(aB_r891bpFG}Mi^#|od|;r?A$OeTwq19XNJvQne0jh)jBJp`VMsiudb zGU$ye7;SGE<2YX(Wc62a{N$V1;Mfr00DJzNyMuw}EF^&%1B*P&ZffGhZ@Wm#%7T;8 ziWDN>1to1ivcv_g9^Fw%=s2mN|Ea{!zKnGacRiCr+_2lno0_t zptCp}pRZcK%L}r3c8?45S2nw-MmW#A{~h4nKLqy7uLq0wRudB3{P864{!iDqwyp(| z3*Yl7J&!o5#S|*u-_~|87&(Zkfq?U3UlFv2oRXJ$D_c$h7lr2A?B5j%?qB)X zKB#c|iAx4N>F)a+U-qw&QjyW}Vgcz{z_Idq=AjY!n4nneR9Gnp{Xiuybu6 zwec{@9Xo%TbE}#QD6kBcR~@^kkY|4qVW*Sh)T0{)JdInw=sE7+iF9J0AFUlLDQ_8Y z!fSFYz_eDN`EqmUSl$>g7qW9w;hv8z;E89t7?KxczJQhe$O0bE-7=k^$PFAL=kEIw z%ui(a%|q)3Jd6DYsr>u};0JH|?TCj2rW_-@;dmFe)rTF!sw*$BwMVw}#f{@n`b}YHA~L&sJys?~ra=>IiPZMzcEX=9o7 zetvXhJzwmzO|WeO+!e)`4`aNO`|Sj&f;VT#Jp|I%1x{22o=G#f5$UijF(POYz<8^% zW5U7djzMk&u*Wm?Uwr(1uaoe5@S%@tIA3lh9{OobewCmwUeC5^aWsQ79S0LMgPl=? zTP721M{ap`qk~W3DQfD+{S+^A0V8OOWRO>wZa7wpC26qMW*MaU@YDF(eQP8fA~-0a zr%HjCmqlJNB^S~B>YOx0$CwX&T+MB7GeFB1b4lJDnZZS4Y0T}9Cx9zxa*y?M3%YM; zFNH&!=Ym{0)Tm)r+zvh}cY00+Vd zb2i;;#tf@mRZNE{=&4g}g{D%tW-`VNkxLVK%Se97;}pa6<7AGmDVapo=niUY$EybA zS!`94*m1yFUI~R~?TcQ3m{ijue{LZMU(H|;(Z)>u`;_h4v7L5sC7t|v`cOqaj>*Mp ztuB*=`SxBF!@KojFYsyJ(~71*ubWm}kn@L=t_*RDKVt6OE15^D3OXyvCTpGL%*pZ& zb>q!5*FX2(eFg#vJu(=F82atuf;w@e zHy^HwAF?LNUt0{7n?r7a5PO8TYiy@EEad?PuH+heEU4-N|6Z$N$KTA5@+w**HyO z#Sn$t$0NffCMpTuuFvjNHjE*OVV8auSRRO z!3A`&gAq^4mR;T$=tfwsc%_G`_dJ~0NvPkPrDQd#<1az?N3fNvyH;zph^u1$%`_kq z9QBw8{L*sqH=G~f?)V_SbM9|(An~1+edsJo>|jXVd{qEnouMk$3Gq^V?zN*1SR!pg z_a%0bm;lK;dsxKtIF5hEvys||d$W(@mP22{;X6Np+o=YRfGf-yW)rlX98HXLw*C)Z zW(;pN6Y`b=-x*6ba~AOcp2W};Upoo{RbdSiD%CUYO`ty2R1Nypr-92N&)T=A>1A{Glm=8bA zv^LZ@_49Lh#QYLRa0a{4`ijiCpum6G`pIXv&o!>wd-E>rxNZji4EZCVeVNE6(~sTv z6uy1rS)3XzVu}Ud-u4X3`+%SGaD2!lDVoKMpCQv{FF;7i1c!PZ%(76uo+W>x#+)iJ zPc#4RmJw#d32gDCwD*y-RWNLwM?35?2AsuDkDSN->J(cKtrK4=AK4|(USQ?E6W?>L z)BO6;!y(eAd~Ca^#^k%%u^D#o-EW=5PmZ0yiNQIfUWGHPcDtP%dy>sK&04P=ZbF-q zoWnKr@EBd^6?BRW$MYO#ixe+$kxP>^Xi`ITUkvEHgVHdX7GN_CX*|u0u);tO+2zdm z?2zpN`rhU?!fZPR%Kt2u#yHow$iXW<_vnl_b?a7t3JDtpL9&GN{NTyK5{_qQ@M79Q zzaGNly~JZLg0vSoA*MKgF4&As-ULf3MS|(!OmPk`*GuS_6y0nIQv|t2Mlx%202aZT=0ux??$u_$`QJb92z8bw-Dqn4zhRn1nxqw_7 z@@~LmBT-8-a!1l!dH_qKewkW;B^QzD94Qw&std3d{hP-|4?esa<3(BXFE)MbpQ)sO zh^h8m9$W^|Ab`jbkN2p~CeuLXtpwa)g5OpR1SVvAjFM+g*yomV!9ALg94}T3$81@p zYOAD;fm7b{cWEe*R8^4mpC z`(anoPiVU#B^@CW2~u)Cvn#7s4cn|9G0vAsMM)_jRg2UM5v8uVpp5sVd8n6TT*ddu7P?{%&CxSF?hk9@sVz2a`GS zgj_GR{?V2&`ofd>gX{ji?viq=E3y9rjUc*fR8@cK+XjoVYL{+jO5l-n)8(3|o~9rm zwY79>vne%mD6Q*zU%+=B!3M`=C4;-MJ2dK=eMT1_EVNl*@_%Ixy_xk`n?b;YuIfuz2%|`$L002ovPDHLkV1jP=pyU7m diff --git a/icons/dapps/color/Evolutionland.png b/icons/dapps/color/Evolutionland.png index a1269895f1351b08d7b7f31e01011f5e2c7401ab..c3f30c10d0b392776366ba2a74b9fbd8903a1720 100644 GIT binary patch literal 7841 zcmV;S9$w*zP)#@>-HKZAq`h&Yd`k<@=T;Th^_a{ryLBBFmB`S=V2-KJU$wtr=Z2 z-}#;Y`45mMPo6w^^5i4}mK(-4qXsZZKpXvdlPJlJv=@vr{ms?}w=zX}wK?=rkYScY zp@&}ELGNYt(Ic!KRxBfywtz@1>VQz%1X#gQtQn9Q;u9ALuoSv&S)3A5w` zq&Bv-i;}dR4q&?+5RVbrXFn4Zdt7RQS`q?cq7fk7F3Z9_oCszi%#cY?qVU905L507 zh}@G_lJ1uT;d414nrJ9u@`}PPik-~JL2^z&inWpDhv?6CEG_oa$?$!@wPO!*h};lR zAalAM0pXaiv@t^vc6qHGk0S@*UO<|X&G%CP`fv`rsl}2LLgH3HT4Ngp#q#&C^es*- zxE2z30$Rc`PO@}(1>p|ff^B{T#Nr%DdWg=p&mm8AWO=t&6nF7b@#aE6L96p~K|VcCD|A5jcqqWmRF;+*0p;VJOp~#=DE$J;izi!TL`3No zP+mOQCha0hpMdh>;f1t{C_Mtoi-$MTCZg2WfjAM5!5|^eMFPi!jtx>wY6TQX)w3=h zQIv7>&9;c^3`Ks3DjCa=SrMhQWt36@sX1wgu2|v0_190KuwcFwy5b#ED6RBinPLjo z;!;M+1f(w6{E)zgopQk1wQg+K;6z#ZT%ic`Yp=S+g5okSmND&0Hy}l%L_loVsUQds zgALBB)MEKtW$>0!K8Gl_@IrLn3{wZ1A9>;!?cRK$b_MxVp5;i{gr9 z8%T#@Qic&H!J-AkhN1E}et9*;IE96hVu4sK=(1qE!z|84Gu*p%zcRzU^5HEmI_Mo^;DJ46J(LDEMWnqx{{enHf{=}=b-{BFZW~3 z8W-wY92cz*ThsZc6St}?bI)J;$)vN0B+&`h$P(sVhjyrZV< z>$-PZF)jv#6G~mP108=ZzxY2@(^1l*N8J{xWM6ATX>B0Twhb4;{7NbMU)I9W@1oCG zx-}$GmcK`iJ?<%H;uer%ePr1LPGNCQOUrx#F<5J3)H(n8n$=F_b*dr_N=+hGzsrr9 z%ZE`?#RBY0jo33Bnvrh#}mkPe=CD~Imu}g&9){forY#etUqA6|d z2FC-$R*^e;X7A~U>sY9~cZ?px#AUZ=@$z3TM-63U<&85?sp6{*xm^XA8q}ft)e4Lq zkzg}ZaPD4G0lC#H2u<-^*%6m>55_(_!7=Z+$%gB`k3txA8VtS0%B1)?Wa$HV_2s3(SI02`2zhd7ah+*S0IoMwL%QH zs0)~>Bo;ObvZ#CpD>sj!?3LbyhAw&!LP4Rr^|3Yiz$C}t2%QThGgoMLL8 zuB1SBA?H!94%95dJ&Yie>q;yajfvi1!^U^ha;u2ZfkvEqT7#k2WVkJEi(UkY8OEI;MYO`0|jrtFXaJ_LD&cE)1?YY|-r`oolx%%f^pA3j6=PfYVP4u=nvXb~|{r&HgCsB9m?RCF)dY z+@Zr|H#@L$%P{q{B3Fs)1TSt>+v5@g3tRu-E5VeUS(oJ#3~-4nVbffLaqW$;=x&U- z-3sT=(QN;k^0(ioMcYE8S7uSj7DvoHcbHGK@fhZ0VW;G`733>CR~s z6ph7x4J~Wo#um}BU`pwtEjuIwEjJrQxeW2Oqnep?LlJ{_hmP`^*gynB-c zVMio47HyxmBZFv5H85?LV0woSwd*cGU*et9%#1}B9oTWQDwmUxm_^ctNW@JCZa~)H z1PrhXfmA&a*X0q6uxM_;gyu$aJ)21|Wh52~yahddO7c$7=zA3=#}83XkI_a*7Sf6I zwtFYg`hG2jPgj#w(vem2!SBkPRT2Z5*dP9UL;W`w{_)`=Yy$rP&yS5Vw6N!a>Qi&|VBMF$KzikPo=zg*+Hq}+=(tj0p)#ZviN*-CM zc&jl3wLFOx-X~G#d74BNbkQ+tm_Df()As8yFnJ%Qomay-I0*0bACY0&A{7_K_SUg)(K5^`ySbn+-IBlNcwDtU$$2kC&y3D78U5fh#oc3N+v7>8{?41?SY zgVaZBf;FoJgd<4>aJri?X}=kk={w+Xt!Ljrd5M2~5I)-kGK_NnSznkNnRAnuPQeDvZA+>(mjKAbhluEoeF7)sI`K!U^4OSk!Ni z_$nrv8sD?1@V$g`|3Q+89g8By7h>n`jB^VnYnMIOKiIE8u~ z)&2-pa$VsRODACR{U>UDf28jh9D$gIwwYflg2j3V{my&H+O(070w1CZI}~gdd7jBJcqWFC z4M@DL;m^$#5DSuIIV;UmH|-Sn-~|*^)F4*T?!mZfZh}!DcVoTxUr-^v%v!A}7mvqZh#u?pI5qknjM_KA>#snC zx)60b5hYAL3w)ky@O;(;1XfrM3#8`=NS(z?cKmK9oaEapTerwej|X%S#7EEB$pV-u%bAco@UyuMmDqT05aNar1MatB zU}!5!EqyQ*AH>GW-=ac)o`e*AMBtF{UW$J%d2E5|N2}!@E8-DSBpxqSzisYDoS3)+ zUDlgn_c99`=zoR7s$T=FekHq6>erx2Rfu9bM5>UuaQfV_tX@_m1&mB&0SQ^YXmF;t z3xd}TzgCM$I`F;htfYhLRSxFt_|b*2$|iJ7nQ+|xel!#w!iKUvSXuBo4C=`_v64jR z(wI2cbyeV1)XC40=#o1?tU~Sdm7&kE6=!VkM!)?UxcsGoudj{$dM2b%_%K1aWF@_z zfqH3WGFc>#2X@*=*+dBIkE$11nQ1&!51O3lM|VRtMg>oZUJ|#9K5}o}?i*nq-hp!M zIkc7i3eCmO!Jx7P*B8SfnC85u3J0MVMvx31D*Bz8x(ywZcfsOW8)$bhtGS4JBy++e zl=+R&NmNblu4!nL3W$@)CRC1_lVr^eqGdTN8Q3g7=M3cD3utL*gs2uVqVm!KNY)yN zbSAIEi<4i+OV%%wh@QoU;%CUcF=tUdXWL5Q)kV$N!HS0cuB&l^3Vvtow^HqTtR~zV;u|1iB(@`zc?{=%Pntpc~l`Po*3iL2S`-TJNTp!4l1!6dc`rx0oLRWI> zd)E3@D0hfx@@jCdfMNoj6b!7BgSj^s?SejcAqxF=yyW{VTC{&cz4{3B;@ni(Ef-_J zcO_1{{~qTlwsJ_7fn+cRZi>N#QtJ}YGNVD2S9K}R4C=={WrcmP7rYS`17$aeW=MWN ztmjUk{>p3TJa3>q*+4sXg^gSr3FuUj5B-IHNGYm2%%B8ErH_z{dmpM)r?E-<6k62J zD(kv^+i}>l6Qln16nyKIVo0jc`2|$CMQpaIQQ;AzR-xHGktHrJ1u}*H!<_|UOj50* z;i_vRu4Bne9qs6vNi8O3B%Cz*FjOGJr9w))uNMUv#1$Cwx8XJEGs<%|c?D#Zn6f*} zGJWVN#j2kXv1VFC9ew$Wm5L~^eZnJr3h4alc}>J{*s-i-LK@YQfFv9(r%H8E>H;_x z*I2O%>0rf-fYu2WYMoSTp8d)(elOc6Ji?`bMo%7zDWFgq=s+|KP-D^{qq9oFg;E(( zR&Hn>9g$7!X%o;kCZf_A^5f$Coot`*2$uqK+ov$qe;&qFYZ7{0wOhcBK@~2y$v9OZ zqq|(D6dhSbOIdf5RY3Cu1<4KpY8J*MDDKIg^U6Nq5iSM9`eK7e4xzF!F#$2y9Slr% z0gbebj>~wf9_XVkf+xclpK2+_SwY8q>i|$j7DqE1|1Lt%Bgfw0=|aOfgx7)0JY-^w zu`?7j`aDo+7M~~A(-~jc4NOpB_(&}^Pm8G;nWD5i8afhA6LlL}sUuQj4{7Kx(h{=F zYv|Zp;0SZ*KYUss!a`s0gWmc`y?Rsgau5qhyf|*8t~9NRA|H zI)x;h)g+jWg|dQN)BF0Ul%Nm% zU*|;JEr(QM8y~?c&XRQkYdG z!Z7`I-tNocTgU<_*ZUY-xhW$034boaqkh_t!6xk~SeW7vAjt;i%UN=Z)z_W--Wb76)rhG4&$y8t?_ITBfrRNBgv)(%b> zJa-0O#|-p^g~$}FUuF%a@#FMZlEKTdJT4aoy3T+rgvitUM(oDRf^b0K=pGppLxU7h z4xpjA8JU2c_vR8d2X)~89{T$-N9Hp5F>+s1mT~Ze4B}8T%tW8Bst%U&qbR4!_TbzO$#HTo{po zg^e3hsV)gfMdIl%$;@Z7rT5fHc->sxH^ZFptq#bIJt1&(udoZpj za6%a(0kInbsnZ?T())LxJPxjqh5gZ1Ei@vL-TIju0gd$b!aX&Gg3=PC6T5*do_4-~ zBzkU!g6Z+{)fd*iP!!oySivw-_zEO@btq_6Fu4ZZ{pU`4fa$BsdyK&W}+252>E zB_>McGD#L@rXVn1LZpQSxOyrmmUvS8xoq*cUD*5h{6ZOpzzZr-xWnffj+#)# zw8rGd_JO0KBBOQNHTc4#kD#og9I1kh6YHs=3UrL|ECw&IYBaU;Z%$e)`0j&WLFeBN zfh(wZ=(Tq4SZI@&m)nVkx*k&5PH@CXe?Q)O=^$3DT7~*m4e{QYd%?xS+!OgJjS$@e z%~~M?Ss;xMDf!&PFTa9sJ@6p9j&qiIfen8aJ}c>3un6UgMWPl$KK*|wv8ZhSszAxQx3R>U1WvWsd5WA zL}J&E_x0n@z5^&JDaK0ED(JMD__H8-4>bkHI@%k0T697b>qCLFhGk&EOP3SLvZ$($ z7yj@keETa8p}UK(OLgWEr}a@bMFQ{|3x&esqPy?=M|^PSM`0*1B=%w^915hh`uVHa z&>XLuO+ABzue}@_8N;7`_Y8jV*w5g0rMZ-yJaJneMnaRG2!V|3L*N)CE_&@voIZLS z+irL}3P?nWSR%@f@Me~B2rVaIv^gGlX_&q(WQw5%N?)3 zi7(#wd7S9vbAH2l2DFFgAf=yf`@ZrRMLs&QKmHlG12 z3{bX>DQ9Aqhxxl-|Lm9e#+PKySkNDwk_W)e{u?Wb#y12DJo z)}c2sG%$dc%bQU`-TZhhh{qRLkbu>(Qi}fVU5_dP@_0PR8L02+v3C3h39_h(->64+ zNEL{MxJ>KAVOiSQQ)kiF+lw`8nowO`8J9Jh6-8WGmLy}Kw-39>>b&^ei|}*Q&x!+c zp&)$NMcFnIWN|YG(g%?h>dX~aHcL-;FOIx^7**93SlhfNp~ztb@UzOG-S`HXEM!?_Xl~ zw|;=}v5en}J9)@;`K%p}VUY+(hCqdyl~hg0F+@?sj+?H>zkTy-sH|GtRj*7iU;X0O zvG2u~6gQcJBvkW>L~;Tm^u{)mKOmx-oHV3-#dWse&;9n$&VkW;v)AgiKvixc6qHGk0J%6Z2oo<(Q~;{rH%v} zpL62)S)4xAg_f4psH>@*)8gnldmayc?c3P9=XrQN{LY#h3mL*5udO4YYV$&*^acQu zp>A(3)rZ1if$)V3y?Ev2*HK?zgXYT`m8$ZA1FzzfpZpR!DemEI!h-}c7YV}OEvDWR zjiiIR&%RX~iqh_Xi7#luLufEalZWt@zNhmnyxi?Sc$ zrLwsYnDHY|8j%I;FHAv;B3?3gBS@+}_}wE#yGLaIRVY01lz#FWRImr&H*t6W1A=F zaZj#Un@B7P0foZE1f^LkZ|A|y1*{CaRitvit^G?uG@&dx0fiH^PHi#*)`>)w-ujY2 zRbu77v%&%PNbad4SKU)QEO`NiV>GrI?TVmaWWu6=yipFiJz>`U$x+-Oi6gLDxtE%m zO$Q`H=%N43)Ku)C%*niz#gZpao;-Q-EFu0MWwY)zMte#900000NkvXXu0mjfUR}s& delta 2302 zcmV1$E75;{oNa~^vi;@+|l#^QWQHg>r zTZY?I>aQAT90x_(#t6{3$B(vX6QE6-q5)h30pbENk^n_&$3SAC@xP$4izY#vB35k_ zaBEnm6dyW#(5}tHx_F99a=Du~OX{FRk-L;+Ao+lSxVtm6@0<7L&3}7u1$@E5uo|#A zZF*q84w93}Y=aCqso7|9+k#$hr7?L>g04RWxDar;u|gD2fP^*z&q0=-q^lkjhkh{D zmkhX0qDW{bK!Tej>3NB<7Z$DXO5kR)d@>OlIt-1_M8IHk_Rx#orJoM04amgUVJ#Zb ztLnwg#Z>nyu|0;>TYvSOZ=$weUt+gOmWKaA@Ck(m6xM*v=`hOjY5LWHhYNR-vED)( zJwJi8@Mp1hCQ}FnN$8dxs!@1@K~7JY`MXL;%RsU$*C96nZu1(1x7(BG?G1s^Y}@vP zu*%>hKHxItdYF@dQIZZpgV}6q6|kc#in?Y2TfP>?8o-&6X@3cp5HQ-D&yg#80UEG< zdjuUF5!g2hXxbLRnt){DZhZ0Wr5cdsL(qthjwm*7iJ`SSgtCS>tQBH<@)DiWRtw4* zw8)gQ&H+P3`ys~IerSNHM8a=>cVDsp^1_;wD z4!vv!#^Nc#*MC2IBWp%uWyfu3beYc12;P3@rt ze;Y{AMSH6Nxz-kPtpR>9rvb(Gd2pr?J$u90*%iX9JR?LxB6Ub66Ld8D!dBUsK+EG{ zJhnFhtKEd?IB6yTtuX5u^Gky7LKXo!zF&vR)n_^eM}Mz`T|WCl0*@Rxh=#pWFju}uCvKX+DB1f1 z*@#+*xWP)473N5=I@~Dv4Sc43WKtHGq$wEX3CK(jy&OZSbQ_P(97Th%~o`bI%ncmhR9(Mg2>Q<;zihhy;X{C@++r(VQ5+bL96zk||}QG{ta-e&DF z&T4Sce419N8k@u;u!|p)&b>M3oJnoO_~b7!9eM&{stVHsuc#4)`+p}9K$?IotBN$E zV=h=|L_)S=VEO>=`S+o&YzRBoA47A+f1qbcrQfjORa$8Sy2U3^E{~*l+CqmdGu#UG zV1K~(L-;~nXf#^TY%Epgj@`MYMijp24$KmuD+g5UpUCa&@Wsb5QfVNAA%{;k@5OeU znK*&+pbxDTAEK-JI3DPF@fG|DmHLsa@iS5_u7iU8Vc1}yjZH~2CGhYh zcVJL>2E)-Okb)^ICDPHt+2eX_j+v0WdY%N6)QV!8C!hgQ_b@hgKaR$j1wMM2t4f5| zI{#9UrsS^uBZ|E)i%)U;gimURY$B$n?713ebZDm&x?V`{{2|h?1{6nNa&%C!Rez2a zQHPds6Z}>gml|Za7X`dt?8rGs6EWQ7VW^8`)R&oWdh80cVwM13G*!9o#OM_|3bSJn zN1Qg1o8fLHaB)4QQ5CtzK1y%dLC&Z#tSDwtBu1LL=0b4<7!i=w5fDN_gvpHRA8T9k ztc~KJwlP}yQs68Rxml4Wx{-36uYY@J<)fL7IZ6rMv0)@*QD}gBj(`k#kbybWj`Uw0 zfTOi-+2<`(OK7bR|E9^|QkOpacKCa?tr$QQT)_0gf{+7PVYJy5XU1~KzP z#ZJ5Rzw^)rHaIsmiSE)8se8$ln#uoB?vS^i+sYFuBBH`FLgOj|paqb4S$`540_4q4 zlcwKQJ9ygfMSSW3Y<7Fzex4d0S_7@|yxlPA@xXIq3|c@(jEjd7X$PE64*Jy&P9_rY zj$VV6=r7k8*}s7{vzY==it+OH_1_$UluAK082W`wt!O@BW$X+z;IGGzAv)oQl{RLs zCXxqo(CRnS8&Z{6w%^Re1AqME)O*kd);G^(7U^0L&k0o5K5Ogk`2FjzVRQRempq#y z>q=%euaP!$bq*8%?9u>Ud+BBP$%Hh(oeU1P%wEhpHY%j*EDaW>q1HbWiK73*kD;dx z-PzR%BV}O*T5;aWN%(a}C00WzxmAORxo5n6@Rw6~T){&#=d+UU< zmo$Q}{!>|m7Wc?}12~H!(Ad<76Q_=&sriwd&+p&&;1@r79%IAWJkA^#JGl7U!IHC) zvVAw1QWY`lhDL-#VSk)?|8Hop*Px@lZEn?hJOAl9{N&l6!h7F~qCloY!XH_DJLlm} zrgVWGe2ae8Ln9Jo7N7p>93sIGzWI$^ki{h4{&OE*`t@PNFfeqhRTnPe4VaPMJ0l9v0|bWb-|OiVxwM%Ee0kG+lmoU~S;0g*qq(T>WYXsQb*C z0l8Qg)g<2}H_I}0nN|7ZD)W? Date: Wed, 20 Jul 2022 19:31:23 +0300 Subject: [PATCH 0007/2142] Promoting Downtown, EVRLOOT, Darwinia, Evolution Land dapps to prod (#609) * Promoting Downtown dapp to prod * promote EVRLOOT * promote Darwinia App * promote Evolution Land Co-authored-by: leohar --- dapps/dapps.json | 34 ++++++++++++++++++++++++++++++++++ dapps/dapps_dev.json | 3 +-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index df4e06eaa..5c94e437a 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -425,6 +425,40 @@ "nft", "evm" ] + }, + { + "name": "Downtown Moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "url": "https://dtmb.xyz", + "categories": [ + "evm", + "utilities" + ] + }, + { + "name": "EVRLOOT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", + "url": "https://game.evrloot.com/game", + "categories": [ + "nft" + ] + }, + { + "name": "Darwinia App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", + "url": "https://apps.darwinia.network/", + "categories": [ + "staking" + ] + }, + { + "name": "Evolution Land. Columbus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", + "url": "https://www.evolution.land/land/3", + "categories": [ + "nft", + "evm" + ] } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index c50f5326a..4042ab41b 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -471,8 +471,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ - "staking", - "test" + "staking" ] }, { From ec3d4714216587777867e9242f9d7bf420c93ac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 19:33:30 +0300 Subject: [PATCH 0008/2142] Update dapps list (#613) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dapps/README.md b/dapps/README.md index 14f0c0077..aa92aa324 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -11,7 +11,11 @@ | Centrifuge Rewards Claim | https://centrifuge.io/parachain/crowdloan/ | crowdloans | | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | | DappRadar | https://dappradar.com/ | utilities | +| Darwinia App | https://apps.darwinia.network/ | staking | | Dotmarketcap | https://dotmarketcap.com/ | utilities | +| Downtown Moonbeam | https://dtmb.xyz | evm,utilities | +| EVRLOOT | https://game.evrloot.com/game | nft | +| Evolution Land. Columbus | https://www.evolution.land/land/3 | nft,evm | | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | | Interlay Rewards Claim | https://crowdloan.interlay.io/ | crowdloans | From ddd520d6fb118fcbe8b50b9559d6ed3a4c7923d0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:32:57 +0300 Subject: [PATCH 0009/2142] Adding script for manage xcm transfers (#544) * Adding table for manage xcmTransfers Adding table for manage xcmTransfers base implementation of xcm generate script improve model and derive questions from logic update table adding update case revork class model some refactoring rework refactoring fix case with dash adding karura and turing fee calculation fix getting data fix carura fee calculation fix heiko fee Adding KAR Karura->Heiko Adding KSM Statemine->Heiko Adding HKO Heiko->Turing adding KAR Heiko->Karura fix fee calculation fix fee calculation Adding Moonriver fee calculation fix logical problem fix fee rounding * refactoring refactoring and describe script * remove addition xcms * update xcm data table * balance calculation fixes * replace / by // * Adding network filtering by asset * Adding reuse information about fee * fix fee printing * delete useless coments * fix destination chain problem and replace useless class * fix comment about fee * fix some format and add todo cases * Delete README.md --- requirements.txt | 53 +--- scripts/update_xcm_json_file.py | 289 +++++++++++++++++++ scripts/utils/__init__.py | 0 scripts/utils/data_model/__init__.py | 0 scripts/utils/data_model/base_model.py | 18 ++ scripts/utils/data_model/chain_json_model.py | 42 +++ scripts/utils/data_model/xcm_json_model.py | 145 ++++++++++ scripts/utils/fee_calculation_functions.py | 115 ++++++++ scripts/utils/questions.py | 106 +++++++ scripts/utils/useful_functions.py | 70 +++++ 10 files changed, 791 insertions(+), 47 deletions(-) create mode 100644 scripts/update_xcm_json_file.py create mode 100644 scripts/utils/__init__.py create mode 100644 scripts/utils/data_model/__init__.py create mode 100644 scripts/utils/data_model/base_model.py create mode 100644 scripts/utils/data_model/chain_json_model.py create mode 100644 scripts/utils/data_model/xcm_json_model.py create mode 100644 scripts/utils/fee_calculation_functions.py create mode 100644 scripts/utils/questions.py create mode 100644 scripts/utils/useful_functions.py diff --git a/requirements.txt b/requirements.txt index b8a1ecc09..876039314 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,48 +1,7 @@ -attrs==21.2.0 -autopep8==1.6.0 -base58==2.1.1 -certifi==2021.10.8 -chardet==4.0.0 -charset-normalizer==2.0.9 -cytoolz==0.11.2 -DataProperty==0.54.2 -ecdsa==0.17.0 -eth-hash==0.3.2 -eth-keys==0.3.3 -eth-typing==2.2.2 -eth-utils==1.10.0 -execnet==1.9.0 -idna==3.3 -iniconfig==1.1.1 -Jinja2==3.0.3 -MarkupSafe==2.1.0 -mbstrdecoder==1.1.0 -more-itertools==8.12.0 -packaging==21.3 -pathvalidate==2.5.0 -pluggy==1.0.0 -py==1.11.0 -py-bip39-bindings==0.1.8 -py-ed25519-bindings==0.1.3 -py-sr25519-bindings==0.1.4 -pycodestyle==2.8.0 -pycryptodome==3.12.0 -pyparsing==3.0.6 -pytablewriter==0.64.1 -pytest==6.2.5 -pytest-forked==1.4.0 -pytest-xdist==2.5.0 -python-dateutil==2.8.2 -pytz==2021.3 -requests==2.26.0 -scalecodec==1.0.27 -six==1.16.0 -substrate-interface==1.1.3 +deepdiff==5.8.1 +Jinja2==3.1.2 +PyInquirer==1.0.3 +pytablewriter==0.64.2 +pytest==7.1.2 +substrate-interface==1.2.7 tabledata==1.3.0 -tcolorpy==0.1.1 -toml==0.10.2 -toolz==0.11.2 -typepy==1.3.0 -urllib3==1.26.7 -websocket-client==0.59.0 -xxhash==2.0.2 diff --git a/scripts/update_xcm_json_file.py b/scripts/update_xcm_json_file.py new file mode 100644 index 000000000..855309c37 --- /dev/null +++ b/scripts/update_xcm_json_file.py @@ -0,0 +1,289 @@ +from typing import Optional +from PyInquirer import prompt +from utils.data_model.base_model import BaseParameters +from utils.data_model.xcm_json_model import XcmTransfer, Destination, Fee, FeeMode, Asset, XcmJson, Network +from utils.useful_functions import * +from utils.questions import network_questions, destination_questions, new_network_questions, asset_location_question, asset_question + +chains_json_version = 'v4' +xcm_json_version = 'v2' + +chains_json_path = f"./chains/{chains_json_version}/chains_dev.json" +xcm_json_path = f"./xcm/{xcm_json_version}/transfers_dev.json" + +chains_json = parse_json_file(chains_json_path) +xcm_json = parse_json_file(xcm_json_path) + + +def network_already_added(chain_name) -> bool: + + xcm_object = XcmJson(**xcm_json) + + destination_chain = find_chain(chains_json, chain_name) + + if ([xcm_chain for xcm_chain in xcm_object.chains if xcm_chain.chainId == destination_chain.chainId]): + return True + else: + return False + + +def should_create_new_destination( + base_parameters: BaseParameters, +) -> bool: + + xcm_object = XcmJson(**xcm_json) + + source_chain = find_chain(chains_json, base_parameters.source_network) + destination_chain = find_chain( + chains_json, base_parameters.destination_network) + + source_xcm_network = [xcm for xcm in xcm_object.chains if xcm.chainId == + source_chain.chainId] + + if (source_xcm_network): + added_xcm_asset = [ + asset for asset in source_xcm_network[0].assets if asset.assetLocation == base_parameters.asset] + if (added_xcm_asset): + + for xcm_transfer_destination in added_xcm_asset[0].xcmTransfers: + if (xcm_transfer_destination.destination.chainId == destination_chain.chainId): + return False + + return True + + +def token_already_added( + base_parameters: BaseParameters, +) -> bool: + + xcm_object = XcmJson(**xcm_json) + source_chain = find_chain(chains_json, base_parameters.source_network) + + xcm_chain = [chain for chain in xcm_object.chains if chain.chainId == + source_chain.chainId][0] + + for asset in xcm_chain.assets: + if (asset.assetLocation == base_parameters.asset): + return True + + return False + + +def such_destination_was_already_added( + base_parameters: BaseParameters, +) -> XcmTransfer: + + xcm_object = XcmJson(**xcm_json) + destination_chain = find_chain( + chains_json, base_parameters.destination_network) + + for chain in xcm_object.chains: + for asset in chain.assets: + if (asset.assetLocation == base_parameters.asset): + for destination in asset.xcmTransfers: + if (destination.destination.chainId == destination_chain.chainId): + return destination + + +def such_destination_was_already_added(base_parameters: BaseParameters) -> XcmTransfer: + xcm_object = XcmJson(**xcm_json) + + destination_chain = find_chain( + chains_json, base_parameters.destination_network) + + for chain in xcm_object.chains: + for asset in chain.assets: + if (asset.assetLocation == base_parameters.asset): + for destination in asset.xcmTransfers: + if (destination.destination.chainId == destination_chain.chainId): + return destination + + +def build_xcm_transfer( + base_parameters: BaseParameters, + already_added_destination: XcmTransfer +) -> XcmTransfer: + if (should_create_new_destination(base_parameters)): + xcm_object = XcmJson(**xcm_json) + + chain = find_chain(chains_json, base_parameters.destination_network) + + asset = find_asset_in_chain(chain, base_parameters.asset) + destination_params = prompt(destination_questions(xcm_json)) + + if (already_added_destination): + fee_mode = FeeMode(already_added_destination.destination.fee.mode) + else: + fee_mode = FeeMode( + type=destination_params.get('fee_type') + ) + + fee = Fee( + mode=fee_mode, + instructions=destination_params.get('instructions') + ) + + if (already_added_destination is None and destination_params.get('fee_type') != 'standard'): + fee.calculate_fee( + network=chain, + xcm_asset=find_assetsLocation( + base_parameters, xcm_object=xcm_object) + ) + + destination = Destination( + chainId=chain.chainId, + assetId=asset.assetId, + fee=fee + ) + + xcm_transfer = XcmTransfer( + destination=destination, + type=destination_params.get('destination_type') + ) + + return xcm_transfer + else: + raise Exception('Selected asset already added for that direction') + + +def create_new_asset( + base_parameters: BaseParameters, + asset, + assetLocationPath, + already_added_destination: Optional[XcmTransfer] = None +) -> Asset: + + destination = build_xcm_transfer( + base_parameters, already_added_destination) + + new_asset = Asset( + assetId=asset.assetId, + assetLocation=base_parameters.asset, + assetLocationPath=assetLocationPath, + xcmTransfers=[destination] + ) + + return new_asset + + +def create_new_network( + base_parameters: BaseParameters, + already_added_destination: Optional[XcmTransfer] = None +) -> XcmJson: + xcm_object = XcmJson(**xcm_json) + + network_param = prompt(new_network_questions()) + + searched_chain = find_chain(chains_json, base_parameters.source_network) + asset = find_asset_in_chain(searched_chain, base_parameters.asset) + + new_asset = create_new_asset( + base_parameters, + asset, + network_param.get('assetLocationPath'), + already_added_destination + ) + + network = Network(searched_chain.chainId, new_asset) + + xcm_object.chains.append(network) + + xcm_object.networkBaseWeight[network.chainId] = str( + network_param.get('networkBaseWeight')) + + return xcm_object + + +def push_new_destination(base_parameters: BaseParameters, xcm_transfer: XcmTransfer) -> XcmJson: + + xcm_object = XcmJson(**xcm_json) + + searched_chain = find_chain(chains_json, base_parameters.source_network) + + for chain in xcm_object.chains: + if (chain.chainId == searched_chain.chainId): + for asset in chain.assets: + if (asset.assetLocation == base_parameters.asset): + asset.xcmTransfers.append(xcm_transfer.__dict__) + + return xcm_object + + +def update_destinations( + base_parameters: BaseParameters, + already_added_destination: Optional[XcmTransfer] = None +) -> XcmJson: + + if (token_already_added(base_parameters)): + destination = build_xcm_transfer( + base_parameters, already_added_destination) + return push_new_destination(base_parameters, destination) + else: + xcm_object = XcmJson(**xcm_json) + + asset_location = prompt(asset_location_question()) + + searched_chain = find_chain( + chains_json, base_parameters.source_network) + + asset = find_asset_in_chain(searched_chain, base_parameters.asset) + + new_asset = create_new_asset( + base_parameters=base_parameters, + asset=asset, + assetLocationPath=asset_location.get('assetLocationPath'), + destination=destination + ) + + for chain in xcm_object.chains: + if (chain.chainId == searched_chain.chainId): + chain.assets.append(new_asset) + + return xcm_object + + +def main(): + ''' + That script uses for update data in xcm/../transfers.json file. + + To begin you must choose: + 1. The asset which you want to add + - if that asset haven't added yet in the json file, you should add it manually in assetsLocation part. + 2. Source network + 3. Destination network + + Next, input data will compare with actual json's data and selected one of the scenario: + - Create new network + - Add new asset to existing network + - Update destinations array for existing network and asset + + For each scenario may be asked addition questions, all question list may be found in utils/questions.py + + In the end will be calculated base_fee for destination network by functions from utils/fee_calculation_functions.py and for getting final fee you should add the coefficient which will multiplier: + (base_fee * coefficient) = final_fee + ''' + adding_asset = prompt(asset_question(xcm_json)) + # TODO add case with adding new token to the xcm list + + network_answers = prompt(network_questions( + adding_asset.get('asset'), chains_json)) + # Merge asset with network data to create base_parameter object + network_answers['asset'] = adding_asset.get('asset') + + base_parameters = BaseParameters(**network_answers) + + already_added_destination = such_destination_was_already_added( + base_parameters) + + if (network_already_added(base_parameters.source_network)): + updated_xcm_json = update_destinations( + base_parameters, already_added_destination) + else: + updated_xcm_json = create_new_network( + base_parameters, already_added_destination) + + return write_new_file(updated_xcm_json.toJSON(), xcm_json_path) + + +if __name__ == "__main__": + main() diff --git a/scripts/utils/__init__.py b/scripts/utils/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/scripts/utils/data_model/__init__.py b/scripts/utils/data_model/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/scripts/utils/data_model/base_model.py b/scripts/utils/data_model/base_model.py new file mode 100644 index 000000000..ec3bde671 --- /dev/null +++ b/scripts/utils/data_model/base_model.py @@ -0,0 +1,18 @@ +import json + + +class BaseObject: + + def toJSON(self): + return json.dumps(self, default=lambda o: o.__dict__, + indent=2) + + +class BaseParameters(BaseObject): + asset: str + source_network: str + destination_network: str + + def __init__(self, **kwargs): + for k in kwargs.keys(): + self.__setattr__(k, kwargs[k]) diff --git a/scripts/utils/data_model/chain_json_model.py b/scripts/utils/data_model/chain_json_model.py new file mode 100644 index 000000000..5566be88a --- /dev/null +++ b/scripts/utils/data_model/chain_json_model.py @@ -0,0 +1,42 @@ +from .base_model import BaseObject +from typing import List + + +class ChainAsset(BaseObject): + assetId: int + symbol: str + precision: int + priceId: str + type: str + icon: str + typeExtras: object + staking: str + buyProviders: object + + def __init__(self, **kwargs): + for k in kwargs.keys(): + self.__setattr__(k, kwargs[k]) + + +class Chain(BaseObject): + parentId: str + chainId: str + name: str + assets: List[ChainAsset] + nodes: List[object] + explorers: List[object] + color: str + icon: str + addressPrefix: int + types: object + externalApi: object + options: List[object] + + def __init__(self, **kwargs): + for k in kwargs.keys(): + if (k == 'assets'): + self.assets = [] + for asset in kwargs[k]: + self.assets.append(ChainAsset(**asset)) + continue + self.__setattr__(k, kwargs[k]) \ No newline at end of file diff --git a/scripts/utils/data_model/xcm_json_model.py b/scripts/utils/data_model/xcm_json_model.py new file mode 100644 index 000000000..bcddc543c --- /dev/null +++ b/scripts/utils/data_model/xcm_json_model.py @@ -0,0 +1,145 @@ +import math +from typing import List, Optional + +from .base_model import BaseObject +from .chain_json_model import Chain +from PyInquirer import prompt +from utils.fee_calculation_functions import biforst_base_fee, heiko_base_fee, kintsugi_base_fee, karura_base_fee, turing_base_fee, moonriver_fee_calculation + +from utils.questions import coefficient_question + + +class FeeMode(BaseObject): + type: str + value: str + + def __init__(self, type, value: Optional[str] = None): + self.type = type + if value is not None: + self.value = value + + +class Fee(BaseObject): + mode: FeeMode + instructions: str + asset: dict + + def __init__(self, mode: FeeMode, instructions, asset=None): + + if (isinstance(mode, FeeMode)): + self.mode = mode + else: + self.mode = FeeMode(**mode) + + self.instructions = instructions + + if asset is not None: + self.asset = asset + + def calculate_fee(self, network: Chain, xcm_asset): + + def base_fee_and_multiplier(base_fee): + coefficient_input = prompt(coefficient_question()) + coefficient = coefficient_input.get('coefficient') + + return math.ceil(base_fee * coefficient) + + if (network.name == "Bifrost"): + base_fee = biforst_base_fee(network) + elif (network.name == "Parallel Heiko"): + base_fee = heiko_base_fee(network) + elif (network.name == "Moonriver"): + base_fee = moonriver_fee_calculation(network, xcm_asset) + elif (network.name == "Kintsugi"): + base_fee = kintsugi_base_fee(network) + elif (network.name == "Karura"): + base_fee = karura_base_fee(network) + elif (network.name == "Turing"): + base_fee = turing_base_fee(network) + else: + raise Exception( + 'Fee function is not available for network %s' % network.name) + + self.mode.value = base_fee_and_multiplier(base_fee) + return self.mode.value + + +class Destination(BaseObject): + + chainId: str + assetId: int + fee: Fee + + def __init__(self, chainId, assetId, fee: Fee): + self.chainId = chainId + self.assetId = assetId + if (isinstance(fee, Fee)): + self.fee = fee + else: + self.fee = Fee(**fee) + + +class XcmTransfer(BaseObject): + + destination: Destination + type: str + + def __init__(self, destination: Destination, type): + if (isinstance(destination, Destination)): + self.destination = destination + else: + self.destination = Destination(**destination) + self.type = type + + +class Asset(BaseObject): + + assetId: int + assetLocation: str + assetLocationPath: dict + xcmTransfers: List[XcmTransfer] + + def __init__(self, assetId, assetLocation, assetLocationPath, xcmTransfers): + self.assetId = assetId + self.assetLocation = assetLocation + if (isinstance(assetLocationPath, dict)): + self.assetLocationPath = assetLocationPath + else: + self.assetLocationPath = {'type': assetLocationPath} + self.xcmTransfers = [] + for transfer in xcmTransfers: + if (isinstance(transfer, XcmTransfer)): + self.xcmTransfers.append(transfer) + else: + self.xcmTransfers.append(XcmTransfer(**transfer)) + + +class Network(BaseObject): + + chainId: str + assets: List[Asset] + + def __init__(self, chainId, assets: Asset): + self.chainId = chainId + if (isinstance(assets, list)): + self.assets = [] + for asset in assets: + self.assets.append(Asset(**asset)) + else: + self.assets = [assets] + + +class XcmJson(BaseObject): + assetsLocation: object + instructions: object + networkBaseWeight: object + chains: List[Network] + + def __init__(self, **kwargs): + for k in kwargs.keys(): + if (k == 'chains'): + self.chains = [] + for chain in kwargs[k]: + self.chains.append(Network(**chain)) + continue + self.__setattr__(k, kwargs[k]) diff --git a/scripts/utils/fee_calculation_functions.py b/scripts/utils/fee_calculation_functions.py new file mode 100644 index 000000000..dfd065181 --- /dev/null +++ b/scripts/utils/fee_calculation_functions.py @@ -0,0 +1,115 @@ +from utils.data_model.chain_json_model import Chain +from utils.useful_functions import create_connection_by_url, deep_search_in_object + +WEIGHT_PER_SECOND = 1_000_000_000_000 +WEIGHT_PER_MILLIS = WEIGHT_PER_SECOND / 1000 # 1_000_000_000 +WEIGHT_PER_MICROS = WEIGHT_PER_MILLIS / 1000 # 1_000_000 +WEIGHT_PER_NANOS = WEIGHT_PER_MICROS / 1000 # 1_000 + + +def base_tx_per_second(base_weight): + fee_per_second = WEIGHT_PER_SECOND // base_weight + return fee_per_second + + +def connect_to_node(chain: Chain): + for node in chain.nodes: + connection = create_connection_by_url(node.get('url')) + if (connection): + return connection + + +def get_base_weight_from_chain(chain: Chain): + connection = connect_to_node(chain) + weight = connection.get_constant('System', 'BlockWeights').value + + return weight.get('per_class').get('normal').get('base_extrinsic') + + +def biforst_base_fee(chain: Chain) -> float: + + bnc_in_plank = 10**12 + + base_weight = get_base_weight_from_chain(chain) + + def xcm_base_tx_fee(): + return bnc_in_plank // 100 // 10 + + base_fee_in_ksm = base_tx_per_second(base_weight) * xcm_base_tx_fee() + + return base_fee_in_ksm + + +def heiko_base_fee(chain) -> float: + ''' + https://github.com/parallel-finance/parallel/blob/b72d6afd263086d89d5256b571e522113ebde59f/runtime/heiko/src/constants.rs#L86 + + https://github.com/parallel-finance/parallel/blob/b72d6afd263086d89d5256b571e522113ebde59f/runtime/heiko/src/constants.rs#L19 + ''' + + base_weight = get_base_weight_from_chain(chain) + + hko_per_second = base_tx_per_second(base_weight) * 10_000_000_000 // 10 + + base_fee_in_ksm = hko_per_second // 50 + + return base_fee_in_ksm + + +def kintsugi_base_fee(chain): + + def base_tx_in_ksm(): + ksm = 1*10**12 + return ksm // 50_000 + + base_weight = get_base_weight_from_chain(chain) + + base_fee_in_ksm = base_tx_per_second(base_weight) * base_tx_in_ksm() + + return base_fee_in_ksm + + +def karura_base_fee(chain): + + kar_in_plank = 10**12 + + def base_tx_in_kar(): + return kar_in_plank // 10 + + base_weight = get_base_weight_from_chain(chain) + + base_fee_in_kar = base_tx_per_second(base_weight) * base_tx_in_kar() + + return base_fee_in_kar + + +def turing_base_fee(chain): + + base_weight = get_base_weight_from_chain(chain) + + def ksm_per_second(): + ''' + https://github.com/OAK-Foundation/OAK-blockchain/blob/319ab13b79181e402d5a2ce53d7202a73b0bced3/runtime/turing/src/lib.rs#L176 + + https://github.com/OAK-Foundation/OAK-blockchain/blob/master/runtime/turing/src/xcm_config.rs#L182 + ''' + # CurrencyId::KSM.cent() * 16 + ksm = 1*10**12 // 100 + return ksm * 16 + + base_fee_in_ksm = ksm_per_second() + + return base_fee_in_ksm + + +def moonriver_fee_calculation(chain, xcm_asset): + + connection = connect_to_node(chain) + + query_map = connection.query_map( + 'AssetManager', 'AssetTypeUnitsPerSecond', []) + + for query_item in query_map: + paraId = xcm_asset.get('multiLocation').get('parachainId') + if(deep_search_in_object(query_item[0].serialize(), 'Parachain', paraId)): + return query_item[1].value diff --git a/scripts/utils/questions.py b/scripts/utils/questions.py new file mode 100644 index 000000000..fb24780f1 --- /dev/null +++ b/scripts/utils/questions.py @@ -0,0 +1,106 @@ + +from .data_model.chain_json_model import Chain +from .useful_functions import deep_search_in_object, find_asset_in_chain + + +def asset_question(xcm_json): + assets = [] + for asset in xcm_json.get('assetsLocation'): + assets.append(asset) + question = { + 'type': 'list', + 'name': 'asset', + 'message': 'Please select the asset you want to add:', + 'choices': assets + } + return question + + +def network_questions(asset, chains_json): + chains = [] + for chain in chains_json: + chain_object = Chain(**chain) + if (find_asset_in_chain(chain_object, asset)): + chains.append(chain_object.name) + chains.sort() + questions = [ + { + 'type': 'list', + 'name': 'source_network', + 'message': 'Please select the SOURCE network:', + 'choices': chains + }, + + { + 'type': 'list', + 'name': 'destination_network', + 'message': 'Please select the DESTINATION network:', + 'choices': chains + }] + return questions + + +def destination_questions(xcm_json): + instructions = [] + for instruction in xcm_json.get('instructions'): + instructions.append(instruction) + questions = [ + { + 'type': 'list', + 'name': 'destination_type', + 'message': 'Please select the XCM type', + 'choices': ['xcmpallet', 'xtokens', 'xcmpallet-teleport'] + }, + { + 'type': 'list', + 'name': 'instructions', + 'message': 'Please select the Instruction for destination fee', + 'choices': instructions + }, + { + 'type': 'list', + 'name': 'fee_type', + 'message': 'Please select the Fee type for that destination', + 'choices': ['proportional', 'standard'] + } + ] + return questions + + +def new_network_questions(): + questions = [ + { + 'type': 'input', + 'name': 'networkBaseWeight', + 'message': 'Enter network Base Weight:', + 'filter': lambda val: int(val), + }, + { + 'type': 'list', + 'name': 'assetLocationPath', + 'message': 'Choose location path for the asset:', + 'choices': ['relative', 'absolute', 'concrete'] + } + ] + return questions + + +def asset_location_question(): + question = { + 'type': 'list', + 'name': 'assetLocationPath', + 'message': 'Choose location path for the asset:', + 'choices': ['relative', 'absolute', 'concrete'] + } # TODO need to add case for relative location path + return question + + +def coefficient_question(): + question = { + 'type': 'input', + 'name': 'coefficient', + 'message': 'Enter float number which will multiplier on base network fee', + 'filter': lambda val: float(val), + } + + return question diff --git a/scripts/utils/useful_functions.py b/scripts/utils/useful_functions.py new file mode 100644 index 000000000..84686fc38 --- /dev/null +++ b/scripts/utils/useful_functions.py @@ -0,0 +1,70 @@ +import json + +from substrateinterface import SubstrateInterface +from utils.data_model.chain_json_model import Chain, ChainAsset + + +def parse_json_file(path): + try: + with open(path, "r") as f: + return json.load(f) + except: + raise + + +def find_element_in_array_by_condition(array, key, value): + return next(filter(lambda x: x.get(key) == value, array), None) + + +def write_new_file(json_file, path): + with open(path, "w") as f: + f.write(json_file) + + +def find_asset_in_chain(chain: Chain, asset_name) -> ChainAsset: + processed_name = asset_name.split('-', 1)[0] + for asset in chain.assets: + if (processed_name in asset.symbol): + return asset + + +def find_chain(chains_json, chain_name) -> Chain: + for chain_json in chains_json: + searched_chain = Chain(**chain_json) + if (searched_chain.name == chain_name): + return searched_chain + return None + + +def create_connection_by_url(url): + try: + substrate = SubstrateInterface(url=url, use_remote_preset=True) + except: + print("⚠️ Can't connect by %s, check it is available?" % (url)) + return None + + return substrate + + +def deep_search_in_object(obj, key, value): + if key in obj: + if (obj[key] == value): + return obj[key] + for k, v in obj.items(): + if isinstance(v, dict): + item = deep_search_in_object(v, key, value) + if item is not None: + return item + if isinstance(v, tuple): + for element in v: + if isinstance(element, dict): + tuple_item = deep_search_in_object(element, key, value) + if tuple_item is not None: + return tuple_item + + +def find_assetsLocation(base_parameters, xcm_object): + for asset in xcm_object.assetsLocation: + processed_name = asset.split('-', 1)[0] + if (processed_name == base_parameters.asset): + return xcm_object.assetsLocation[asset] From e6beab7497abcbab06faa47f0839b3512c129a56 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:12:40 +0300 Subject: [PATCH 0010/2142] Promote to production new XCM destinations (#606) --- xcm/v2/transfers.json | 256 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 254 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index bb9aae48d..20cb14e1e 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -9,7 +9,14 @@ }, "KSM": { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensReserve" + } }, "KSM-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", @@ -72,6 +79,13 @@ "parachainId": 2092, "generalKey": "0x000c" } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + } } }, "instructions": { @@ -110,7 +124,9 @@ "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", - "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000" + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000" }, "chains": [ { @@ -206,6 +222,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6993000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -246,6 +285,48 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -302,6 +383,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -327,6 +422,52 @@ "type": "xtokens" } ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6993000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -553,6 +694,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -583,6 +747,94 @@ ] } ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "892857142857142" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 8f9f6762f3bb28d19120e2c256ea42277ec693d4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:22:35 +0300 Subject: [PATCH 0011/2142] Setting subquery urls to production one (#614) --- chains/v4/chains_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index ec0b19821..9d38ef63e 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -1145,7 +1145,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" } } }, @@ -2504,7 +2504,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", @@ -3654,11 +3654,11 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" }, "staking": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", @@ -3796,11 +3796,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" }, "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } }, "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", From b78842dae7573bd5bd8e5bed4b8f58717b70670a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:34:59 +0300 Subject: [PATCH 0012/2142] Change moonriver node for testing (#616) --- chains/v4/chains_dev.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 9d38ef63e..045b5e772 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -988,6 +988,10 @@ } ], "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, { "url": "wss://moonriver.api.onfinality.io/public-ws", "name": "OnFinality node" From 570b3a467c998534efcfd81489371398a24c9164 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 25 Jul 2022 12:28:52 +0300 Subject: [PATCH 0013/2142] add Tinkernet network --- chains/v2/types/tinkernet.json | 16 ++++++++++++++++ chains/v4/chains_dev.json | 25 +++++++++++++++++++++++++ icons/chains/white/Tinkernet.svg | 3 +++ 3 files changed, 44 insertions(+) create mode 100644 chains/v2/types/tinkernet.json create mode 100644 icons/chains/white/Tinkernet.svg diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json new file mode 100644 index 000000000..063e020f9 --- /dev/null +++ b/chains/v2/types/tinkernet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "invarch_runtime.Event": "GenericEvent", + "invarch_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 045b5e772..b33c7f17e 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -4364,5 +4364,30 @@ "testnet", "crowdloans" ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #CA28CC 15.89%, #30BCD0 85.66%)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "addressPrefix": 117 } ] diff --git a/icons/chains/white/Tinkernet.svg b/icons/chains/white/Tinkernet.svg new file mode 100644 index 000000000..c92c62914 --- /dev/null +++ b/icons/chains/white/Tinkernet.svg @@ -0,0 +1,3 @@ + + + From 95bf5120c8ee4057ceffeed70be53103d58f0961 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:48:08 +0300 Subject: [PATCH 0014/2142] Adding more xcm transfers for Moonriver (#615) * fix generation script * fix script destination reuse * Adding Moonriver < BNC > Bifrost Karura * fix fee for bifrost BNC * fix fee value type * fix return data type for fee_calculation function * Adding Moonriver < KINT > Kintsugi --- scripts/update_xcm_json_file.py | 7 +- scripts/utils/data_model/xcm_json_model.py | 4 +- xcm/v2/transfers_dev.json | 74 ++++++++++++++++++++++ 3 files changed, 81 insertions(+), 4 deletions(-) diff --git a/scripts/update_xcm_json_file.py b/scripts/update_xcm_json_file.py index 855309c37..fe850b86a 100644 --- a/scripts/update_xcm_json_file.py +++ b/scripts/update_xcm_json_file.py @@ -112,7 +112,10 @@ def build_xcm_transfer( destination_params = prompt(destination_questions(xcm_json)) if (already_added_destination): - fee_mode = FeeMode(already_added_destination.destination.fee.mode) + fee_mode = FeeMode( + type=destination_params.get('fee_type'), + value=str(already_added_destination.destination.fee.mode.value) + ) else: fee_mode = FeeMode( type=destination_params.get('fee_type') @@ -232,7 +235,7 @@ def update_destinations( base_parameters=base_parameters, asset=asset, assetLocationPath=asset_location.get('assetLocationPath'), - destination=destination + already_added_destination=already_added_destination ) for chain in xcm_object.chains: diff --git a/scripts/utils/data_model/xcm_json_model.py b/scripts/utils/data_model/xcm_json_model.py index bcddc543c..b2d421d4c 100644 --- a/scripts/utils/data_model/xcm_json_model.py +++ b/scripts/utils/data_model/xcm_json_model.py @@ -60,8 +60,8 @@ def base_fee_and_multiplier(base_fee): raise Exception( 'Fee function is not available for network %s' % network.name) - self.mode.value = base_fee_and_multiplier(base_fee) - return self.mode.value + self.mode.value = str(base_fee_and_multiplier(base_fee)) + return str(self.mode.value) class Destination(BaseObject): diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 11210ce38..da49a0512 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -226,6 +226,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6400000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -282,6 +296,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "310800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -758,6 +795,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "35230000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -784,6 +844,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1056250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From f83597b701f695afe5cd13bf8cb91fef9dffd193 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 25 Jul 2022 20:49:23 +0300 Subject: [PATCH 0015/2142] add v5 chains_dev.json --- chains/v5/chains_dev.json | 4365 +++++++++++++++++++++++++++++++++++++ 1 file changed, 4365 insertions(+) create mode 100644 chains/v5/chains_dev.json diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json new file mode 100644 index 000000000..0416ae05a --- /dev/null +++ b/chains/v5/chains_dev.json @@ -0,0 +1,4365 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://arch.subsocial.network", + "name": "Arch node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Solochain.svg", + "addressPrefix": 28 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://acala-mandala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mandala.polkawallet.io", + "name": "Polkawallet" + }, + { + "url": "wss://rpc.pinknode.io/mandala/explorer", + "name": "Pinknode node" + } + ], + "options": [ + "testnet" + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "addressPrefix": 0 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://staging-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + } +] From 0118055b0781e1e29487e5a33fc058331b265a61 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Jul 2022 12:00:56 +0300 Subject: [PATCH 0016/2142] adds transak for testing on ASTR and SDN --- chains/v4/chains_dev.json | 14 ++++++++++++-- chains/v5/chains_dev.json | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index b33c7f17e..97c8e4964 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -1106,7 +1106,12 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "priceId": "shiden" + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } } ], "nodes": [ @@ -2461,7 +2466,12 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } }, { "assetId": 1, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0416ae05a..5572982eb 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1106,7 +1106,12 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } } ], "nodes": [ @@ -2458,7 +2463,12 @@ "symbol": "ASTR", "priceId": "astar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } }, { "assetId": 1, From 620f78a6d694b8ca792a67ca44cd3b4d41a3dde4 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Jul 2022 12:18:57 +0300 Subject: [PATCH 0017/2142] fix spacing --- chains/v4/chains_dev.json | 14 +++++++------- chains/v5/chains_dev.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 97c8e4964..369887946 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -10,9 +10,9 @@ "priceId": "polkadot", "staking": "relaychain", "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { + "ramp": {}, + "moonpay": {}, + "transak": { "network": "MAINNET" } } @@ -828,7 +828,7 @@ "priceId": "moonriver", "staking": "parachain", "buyProviders": { - "transak": { + "transak": { "network": "MOONRIVER" } } @@ -1108,7 +1108,7 @@ "precision": 18, "priceId": "shiden", "buyProviders": { - "transak": { + "transak": { "network": "SHIDEN" } } @@ -2372,7 +2372,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MAINNET" + "network": "MAINNET" } } }, @@ -2468,7 +2468,7 @@ "priceId": "astar", "precision": 18, "buyProviders": { - "transak": { + "transak": { "network": "ASTAR" } } diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 5572982eb..fcce56e0a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -11,9 +11,9 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { + "ramp": {}, + "moonpay": {}, + "transak": { "network": "MAINNET" } } @@ -827,7 +827,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { - "transak": { + "transak": { "network": "MOONRIVER" } } @@ -1108,7 +1108,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { - "transak": { + "transak": { "network": "SHIDEN" } } @@ -2369,7 +2369,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MAINNET" + "network": "MAINNET" } } }, @@ -2465,7 +2465,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { - "transak": { + "transak": { "network": "ASTAR" } } From 2d7be209e6f30bacddba25d03c817cb07cadbe65 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:32:22 +0300 Subject: [PATCH 0018/2142] Adding XCM_reserve for KSM in Moonriver, Karura, Kinstugi, Heiko (#608) * fix generation script * Karura < KSM > Moonriver * Moonriver < KSM > Kintsugi * Moonriver < KSM > Parallel Heiko * Karura < KSM > Parallel Heiko * Parallel Heiko < KSM > Kintsugi * Karura < KSM > Kintsugi * fix reserve fee for KSM --- xcm/v2/transfers_dev.json | 170 +++++++++++++++++++++++++++++++++++++- 1 file changed, 169 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index da49a0512..0a3e2c860 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -13,7 +13,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620000000" }, "instructions": "xtokensReserve" } @@ -180,6 +180,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -540,6 +582,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -881,6 +965,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -997,6 +1123,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 2be14fad7d6817cae5a2ffd3605eb070d1838a24 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:45:27 +0300 Subject: [PATCH 0019/2142] Adding Parallel Heiko < MOVR > Moonriver (#622) --- xcm/v2/transfers_dev.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 0a3e2c860..4291d3e25 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -245,6 +245,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1167,6 +1181,28 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 20b67024a61a943db9f1834fcae55495b3da5f37 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Jul 2022 19:18:07 +0300 Subject: [PATCH 0020/2142] add gradient icons for Testnets and fix path (#623) --- chains/v5/chains_dev.json | 10 +++++----- icons/chains/gradient/AlephZero_Testnet.svg | 10 ++++++++++ icons/chains/gradient/Polymesh_Testnet.svg | 10 ++++++++++ icons/chains/gradient/Rococo_Testnet.svg | 10 ++++++++++ icons/chains/gradient/Singular_Testnet.svg | 10 ++++++++++ 5 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 icons/chains/gradient/AlephZero_Testnet.svg create mode 100644 icons/chains/gradient/Polymesh_Testnet.svg create mode 100644 icons/chains/gradient/Rococo_Testnet.svg create mode 100644 icons/chains/gradient/Singular_Testnet.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index fcce56e0a..41c96f741 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3470,7 +3470,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0 }, { @@ -4064,7 +4064,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4128,7 +4128,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4312,7 +4312,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -4340,7 +4340,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", diff --git a/icons/chains/gradient/AlephZero_Testnet.svg b/icons/chains/gradient/AlephZero_Testnet.svg new file mode 100644 index 000000000..7606c18b0 --- /dev/null +++ b/icons/chains/gradient/AlephZero_Testnet.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/chains/gradient/Polymesh_Testnet.svg b/icons/chains/gradient/Polymesh_Testnet.svg new file mode 100644 index 000000000..da999c88d --- /dev/null +++ b/icons/chains/gradient/Polymesh_Testnet.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/chains/gradient/Rococo_Testnet.svg b/icons/chains/gradient/Rococo_Testnet.svg new file mode 100644 index 000000000..b0ba2bb56 --- /dev/null +++ b/icons/chains/gradient/Rococo_Testnet.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/chains/gradient/Singular_Testnet.svg b/icons/chains/gradient/Singular_Testnet.svg new file mode 100644 index 000000000..d9d578817 --- /dev/null +++ b/icons/chains/gradient/Singular_Testnet.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From de8a14700684ca3a5ed1ced67296ec93b70088b9 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Jul 2022 19:24:22 +0300 Subject: [PATCH 0021/2142] add chains.json --- chains/v5/chains.json | 3867 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3867 insertions(+) create mode 100644 chains/v5/chains.json diff --git a/chains/v5/chains.json b/chains/v5/chains.json new file mode 100644 index 000000000..9d84cee6f --- /dev/null +++ b/chains/v5/chains.json @@ -0,0 +1,3867 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://arch.subsocial.network", + "name": "Arch node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Solochain.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + } +] From 91196185589bdfd6688cd199ca95a1675ffff336 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 14:26:34 +0300 Subject: [PATCH 0022/2142] fix Kilt crowdloan id --- crowdloan/kusama.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 05194cb57..75a21b1d1 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -451,5 +451,14 @@ "description": "SNOW is EVM and eWASM-compatible and is optimized for ICON’s BTP", "website": "https://icenetwork.io/snow/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg" + }, + { + "paraid": "2108", + "name": "KILT Spiritnet", + "token": "KILT", + "description": "Blockchain identity protocol for issuing self-sovereign, anonymous, verifiable credentials", + "website": "https://www.kilt.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "rewardRate": 25 } ] From 89afa03e301e753b31f89764e735259a28b3a4b6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 14:58:06 +0300 Subject: [PATCH 0023/2142] - promote transak fro ASTR and SDN (#625) - fix spacing --- chains/v4/chains.json | 20 +++++++++++++++----- chains/v5/chains.json | 20 +++++++++++++++----- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index baaea367c..69f98d16e 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -13,7 +13,7 @@ "ramp": {}, "moonpay": {}, "transak": { - "network": "MAINNET" + "network": "MAINNET" } } } @@ -780,7 +780,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MAINNET" + "network": "MAINNET" } } }, @@ -878,7 +878,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MOONRIVER" + "network": "MOONRIVER" } } }, @@ -1096,7 +1096,12 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "priceId": "shiden" + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } } ], "nodes": [ @@ -2101,7 +2106,12 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } }, { "assetId": 1, diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 9d84cee6f..94c957e52 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -14,7 +14,7 @@ "ramp": {}, "moonpay": {}, "transak": { - "network": "MAINNET" + "network": "MAINNET" } } } @@ -780,7 +780,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MAINNET" + "network": "MAINNET" } } }, @@ -878,7 +878,7 @@ "staking": "parachain", "buyProviders": { "transak": { - "network": "MOONRIVER" + "network": "MOONRIVER" } } }, @@ -1096,7 +1096,12 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } } ], "nodes": [ @@ -2099,7 +2104,12 @@ "symbol": "ASTR", "priceId": "astar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } }, { "assetId": 1, From e09c11548fa5379ff7956c938abb3aa89cefa0e3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:04:45 +0300 Subject: [PATCH 0024/2142] Moonriver Khala (#626) --- xcm/v2/transfers_dev.json | 44 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 4291d3e25..2aa242597 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -132,7 +132,8 @@ "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", - "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000" + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000" }, "chains": [ { @@ -259,6 +260,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1233,6 +1248,33 @@ ] } ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assets": [ + { + "assetId": 7, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 23b1cb5737fa0675090a0fa5edbc95e6a7dfb45e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 17:07:28 +0300 Subject: [PATCH 0025/2142] remove ARIS on dev --- chains/v4/chains_dev.json | 47 ++++++++++----------------------------- chains/v5/chains_dev.json | 47 ++++++++++----------------------------- 2 files changed, 24 insertions(+), 70 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 369887946..9aed7f142 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -331,16 +331,6 @@ }, { "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, "symbol": "USDT", "precision": 4, "priceId": "tether", @@ -574,19 +564,6 @@ }, { "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, "symbol": "MOVR", "precision": 18, "priceId": "moonriver", @@ -600,7 +577,7 @@ } }, { - "assetId": 15, + "assetId": 14, "symbol": "HKO", "precision": 12, "type": "orml", @@ -613,7 +590,7 @@ } }, { - "assetId": 16, + "assetId": 15, "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", @@ -627,7 +604,7 @@ } }, { - "assetId": 17, + "assetId": 16, "symbol": "USDT", "precision": 6, "priceId": "tether", @@ -641,7 +618,7 @@ } }, { - "assetId": 18, + "assetId": 17, "symbol": "KMA", "precision": 12, "priceId": "calamari-network", @@ -655,7 +632,7 @@ } }, { - "assetId": 19, + "assetId": 18, "symbol": "TEER", "precision": 12, "priceId": "integritee", @@ -669,7 +646,7 @@ } }, { - "assetId": 20, + "assetId": 19, "symbol": "KICO", "precision": 14, "type": "orml", @@ -682,7 +659,7 @@ } }, { - "assetId": 21, + "assetId": 20, "symbol": "NEER", "precision": 18, "type": "orml", @@ -695,7 +672,7 @@ } }, { - "assetId": 22, + "assetId": 21, "symbol": "BSX", "precision": 12, "type": "orml", @@ -708,7 +685,7 @@ } }, { - "assetId": 23, + "assetId": 22, "symbol": "AIR", "precision": 18, "priceId": "altair", @@ -722,7 +699,7 @@ } }, { - "assetId": 24, + "assetId": 23, "symbol": "GENS", "precision": 9, "type": "orml", @@ -736,7 +713,7 @@ } }, { - "assetId": 25, + "assetId": 24, "symbol": "EQD", "precision": 9, "priceId": "tether", @@ -750,7 +727,7 @@ } }, { - "assetId": 26, + "assetId": 25, "symbol": "CRAB", "precision": 18, "type": "orml", diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 41c96f741..63471c820 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -330,16 +330,6 @@ }, { "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, "symbol": "USDT", "precision": 4, "priceId": "tether", @@ -573,19 +563,6 @@ }, { "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, "symbol": "MOVR", "precision": 18, "priceId": "moonriver", @@ -599,7 +576,7 @@ } }, { - "assetId": 15, + "assetId": 14, "symbol": "HKO", "precision": 12, "type": "orml", @@ -612,7 +589,7 @@ } }, { - "assetId": 16, + "assetId": 15, "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", @@ -626,7 +603,7 @@ } }, { - "assetId": 17, + "assetId": 16, "symbol": "USDT", "precision": 6, "priceId": "tether", @@ -640,7 +617,7 @@ } }, { - "assetId": 18, + "assetId": 17, "symbol": "KMA", "precision": 12, "priceId": "calamari-network", @@ -654,7 +631,7 @@ } }, { - "assetId": 19, + "assetId": 18, "symbol": "TEER", "precision": 12, "priceId": "integritee", @@ -668,7 +645,7 @@ } }, { - "assetId": 20, + "assetId": 19, "symbol": "KICO", "precision": 14, "type": "orml", @@ -681,7 +658,7 @@ } }, { - "assetId": 21, + "assetId": 20, "symbol": "NEER", "precision": 18, "type": "orml", @@ -694,7 +671,7 @@ } }, { - "assetId": 22, + "assetId": 21, "symbol": "BSX", "precision": 12, "type": "orml", @@ -707,7 +684,7 @@ } }, { - "assetId": 23, + "assetId": 22, "symbol": "AIR", "precision": 18, "priceId": "altair", @@ -721,7 +698,7 @@ } }, { - "assetId": 24, + "assetId": 23, "symbol": "GENS", "precision": 9, "type": "orml", @@ -735,7 +712,7 @@ } }, { - "assetId": 25, + "assetId": 24, "symbol": "EQD", "precision": 9, "priceId": "tether", @@ -749,7 +726,7 @@ } }, { - "assetId": 26, + "assetId": 25, "symbol": "CRAB", "precision": 18, "type": "orml", From b6bdadb057e1e6da3072d5ccddb75345f26c8ae5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 17:25:05 +0300 Subject: [PATCH 0026/2142] fix back tokens assetIds --- chains/v4/chains_dev.json | 28 ++++++++++++++-------------- chains/v5/chains_dev.json | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 9aed7f142..c81433e99 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -330,7 +330,7 @@ } }, { - "assetId": 6, + "assetId": 7, "symbol": "USDT", "precision": 4, "priceId": "tether", @@ -563,7 +563,7 @@ } }, { - "assetId": 13, + "assetId": 14, "symbol": "MOVR", "precision": 18, "priceId": "moonriver", @@ -577,7 +577,7 @@ } }, { - "assetId": 14, + "assetId": 15, "symbol": "HKO", "precision": 12, "type": "orml", @@ -590,7 +590,7 @@ } }, { - "assetId": 15, + "assetId": 16, "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", @@ -604,7 +604,7 @@ } }, { - "assetId": 16, + "assetId": 17, "symbol": "USDT", "precision": 6, "priceId": "tether", @@ -618,7 +618,7 @@ } }, { - "assetId": 17, + "assetId": 18, "symbol": "KMA", "precision": 12, "priceId": "calamari-network", @@ -632,7 +632,7 @@ } }, { - "assetId": 18, + "assetId": 19, "symbol": "TEER", "precision": 12, "priceId": "integritee", @@ -646,7 +646,7 @@ } }, { - "assetId": 19, + "assetId": 20, "symbol": "KICO", "precision": 14, "type": "orml", @@ -659,7 +659,7 @@ } }, { - "assetId": 20, + "assetId": 21, "symbol": "NEER", "precision": 18, "type": "orml", @@ -672,7 +672,7 @@ } }, { - "assetId": 21, + "assetId": 22, "symbol": "BSX", "precision": 12, "type": "orml", @@ -685,7 +685,7 @@ } }, { - "assetId": 22, + "assetId": 23, "symbol": "AIR", "precision": 18, "priceId": "altair", @@ -699,7 +699,7 @@ } }, { - "assetId": 23, + "assetId": 24, "symbol": "GENS", "precision": 9, "type": "orml", @@ -713,7 +713,7 @@ } }, { - "assetId": 24, + "assetId": 25, "symbol": "EQD", "precision": 9, "priceId": "tether", @@ -727,7 +727,7 @@ } }, { - "assetId": 25, + "assetId": 26, "symbol": "CRAB", "precision": 18, "type": "orml", diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 63471c820..7aef1e18b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -329,7 +329,7 @@ } }, { - "assetId": 6, + "assetId": 7, "symbol": "USDT", "precision": 4, "priceId": "tether", @@ -562,7 +562,7 @@ } }, { - "assetId": 13, + "assetId": 14, "symbol": "MOVR", "precision": 18, "priceId": "moonriver", @@ -576,7 +576,7 @@ } }, { - "assetId": 14, + "assetId": 15, "symbol": "HKO", "precision": 12, "type": "orml", @@ -589,7 +589,7 @@ } }, { - "assetId": 15, + "assetId": 16, "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", @@ -603,7 +603,7 @@ } }, { - "assetId": 16, + "assetId": 17, "symbol": "USDT", "precision": 6, "priceId": "tether", @@ -617,7 +617,7 @@ } }, { - "assetId": 17, + "assetId": 18, "symbol": "KMA", "precision": 12, "priceId": "calamari-network", @@ -631,7 +631,7 @@ } }, { - "assetId": 18, + "assetId": 19, "symbol": "TEER", "precision": 12, "priceId": "integritee", @@ -645,7 +645,7 @@ } }, { - "assetId": 19, + "assetId": 20, "symbol": "KICO", "precision": 14, "type": "orml", @@ -658,7 +658,7 @@ } }, { - "assetId": 20, + "assetId": 21, "symbol": "NEER", "precision": 18, "type": "orml", @@ -671,7 +671,7 @@ } }, { - "assetId": 21, + "assetId": 22, "symbol": "BSX", "precision": 12, "type": "orml", @@ -684,7 +684,7 @@ } }, { - "assetId": 22, + "assetId": 23, "symbol": "AIR", "precision": 18, "priceId": "altair", @@ -698,7 +698,7 @@ } }, { - "assetId": 23, + "assetId": 24, "symbol": "GENS", "precision": 9, "type": "orml", @@ -712,7 +712,7 @@ } }, { - "assetId": 24, + "assetId": 25, "symbol": "EQD", "precision": 9, "priceId": "tether", @@ -726,7 +726,7 @@ } }, { - "assetId": 25, + "assetId": 26, "symbol": "CRAB", "precision": 18, "type": "orml", From 132c567c42d1005cfedce8f3d01ffe9c46ea8530 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 18:19:03 +0300 Subject: [PATCH 0027/2142] remove ARIS from chains.json (#630) --- chains/v4/chains.json | 23 ----------------------- chains/v5/chains.json | 23 ----------------------- 2 files changed, 46 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 69f98d16e..849d6973f 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -280,16 +280,6 @@ "assetId": "223" } }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, { "assetId": 7, "symbol": "USDT", @@ -523,19 +513,6 @@ "transfersEnabled": true } }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, { "assetId": 14, "symbol": "MOVR", diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 94c957e52..fd2bb0aa3 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -280,16 +280,6 @@ "assetId": "223" } }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, { "assetId": 7, "symbol": "USDT", @@ -523,19 +513,6 @@ "transfersEnabled": true } }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, { "assetId": 14, "symbol": "MOVR", From fb4bff5169c518212e8240361eed7fb1bd9055c3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 18:24:17 +0300 Subject: [PATCH 0028/2142] add Basilisk dapp (#631) --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/SnekSwap.svg | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 icons/dapps/color/SnekSwap.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 4042ab41b..6c4996290 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -560,6 +560,14 @@ "nft", "evm" ] + }, + { + "name": "Snek Swap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "url": "https://app.basilisk.cloud/#/trade", + "categories": [ + "defi" + ] } ] } diff --git a/icons/dapps/color/SnekSwap.svg b/icons/dapps/color/SnekSwap.svg new file mode 100644 index 000000000..22a78dc8e --- /dev/null +++ b/icons/dapps/color/SnekSwap.svg @@ -0,0 +1,3 @@ + + + From 5403ba884e5481f8098dd0aeff440ddc5bdaf03c Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Jul 2022 19:11:21 +0300 Subject: [PATCH 0029/2142] promote Basilisk dapp (#633) --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 5c94e437a..20a781aca 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -459,6 +459,14 @@ "nft", "evm" ] + }, + { + "name": "Snek Swap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "url": "https://app.basilisk.cloud/#/trade", + "categories": [ + "defi" + ] } ] } From 8fbde46482ff8379ee0b73f12a25a4d06823a459 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:20:12 +0300 Subject: [PATCH 0030/2142] Update dapps list (#634) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dapps/README.md b/dapps/README.md index aa92aa324..e1d41c014 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -41,6 +41,7 @@ | Singular | https://singular.rmrk.app/ | nft | | Singular 2.0 | https://singular.app/ | nft | | Skybreach | https://skybreach.app/ | nft,evm | +| Snek Swap | https://app.basilisk.cloud/#/trade | defi | | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | From 2b653aa1d1b99d679978e2b4d14767ae05cae3e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:20:43 +0300 Subject: [PATCH 0031/2142] Update networks (#632) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 116 +++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/chains/README.md b/chains/README.md index 70b8a5fcd..47f2b7b9d 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,60 +1,60 @@ # List of supported networks -| Network | Assets | Explorers | SubQuery explorer | -| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| Bajun | BAJU | - | - | -| Basilisk | BSX | Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| Bifrost | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| Bifrost Polkadot | BNC | - | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| Bit.Country Pioneer | NEER | - | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| Edgeware | EDG | Subscan
Sub.ID | - | -| Efinity | EFI | - | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| Encointer | KSM | - | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| HydraDX | HDX | - | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| Imbue | IMBU | - | - | -| Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| KILT Spiritnet | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
ARIS
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-kusama) | -| Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-polkadot) | -| QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
ARIS
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| Subsocial Solochain | SUB | Sub.ID | - | -| Tanganika | DHX | - | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| Westend | WND | Subscan | [nova-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-westend) | -| Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| Network | Assets | Explorers | SubQuery explorer | +| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| Bajun | BAJU | - | - | +| Basilisk | BSX | Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| Bifrost | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| Bifrost Polkadot | BNC | - | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| Bit.Country Pioneer | NEER | - | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | +| Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| Edgeware | EDG | Subscan
Sub.ID | - | +| Efinity | EFI | - | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| Encointer | KSM | - | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| HydraDX | HDX | - | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| Imbue | IMBU | - | - | +| Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| KILT Spiritnet | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-kusama) | +| Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| Mangata X | MGX
KSM
ETH | Subscan | - | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-polkadot) | +| QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| Subsocial Solochain | SUB | Sub.ID | - | +| Tanganika | DHX | - | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| Westend | WND | Subscan | [nova-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-westend) | +| Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 5ad881bef554fd85d7d9844796fe7d20aa3121e2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Jul 2022 08:56:41 +0300 Subject: [PATCH 0032/2142] Add generate xcm table script for google api (#595) * initial commit adding credentials.json, libraries to requirements.txt, spreadsheet generating script * fix credentials naming, add update function * adds generate headers and generate body matrix * update implementation * working solution with potential marker * adding sheet formating * Adding count for special assets like xcRMRK * refactoring * Remove false positive * Update CI/CD * transfer all scripts to another repo * remove useless requirements * remove hardcode json path change runner to bash change bash script change bash script change bash script * change setup variables way * script separation * adding version variable to everyvere test fix match patterns test test return data after test back * return trigger back Co-authored-by: Stepan Lavrentev --- .github/get_actual_json_path.sh | 7 + .github/workflows/update_network_list.yaml | 91 +++++- requirements.txt | 2 - scripts/generate_network_list.py | 2 +- scripts/update_test_data.py | 5 +- scripts/update_xcm_json_file.py | 292 ------------------- scripts/utils/__init__.py | 0 scripts/utils/data_model/__init__.py | 0 scripts/utils/data_model/base_model.py | 18 -- scripts/utils/data_model/chain_json_model.py | 42 --- scripts/utils/data_model/xcm_json_model.py | 145 --------- scripts/utils/fee_calculation_functions.py | 115 -------- scripts/utils/questions.py | 106 ------- scripts/utils/useful_functions.py | 70 ----- 14 files changed, 93 insertions(+), 802 deletions(-) create mode 100644 .github/get_actual_json_path.sh delete mode 100644 scripts/update_xcm_json_file.py delete mode 100644 scripts/utils/__init__.py delete mode 100644 scripts/utils/data_model/__init__.py delete mode 100644 scripts/utils/data_model/base_model.py delete mode 100644 scripts/utils/data_model/chain_json_model.py delete mode 100644 scripts/utils/data_model/xcm_json_model.py delete mode 100644 scripts/utils/fee_calculation_functions.py delete mode 100644 scripts/utils/questions.py delete mode 100644 scripts/utils/useful_functions.py diff --git a/.github/get_actual_json_path.sh b/.github/get_actual_json_path.sh new file mode 100644 index 000000000..10a49d500 --- /dev/null +++ b/.github/get_actual_json_path.sh @@ -0,0 +1,7 @@ +#!/bin/bash +SCRIPT_PATH=$(dirname "$0") +MAIN_DIRECTORY=${SCRIPT_PATH%/*} + +folders=($(ls ${MAIN_DIRECTORY}/../$1)) + +echo ${folders[-1]} diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index fef27c380..162ac9189 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -1,4 +1,4 @@ -name: README build +name: Update project metadata on: push: @@ -9,19 +9,32 @@ jobs: check: runs-on: ubuntu-latest outputs: - v4chains: ${{ steps.v4chains.outputs.any_changed }} + chains: ${{ steps.chains.outputs.any_changed }} dapps: ${{ steps.dapps.outputs.any_changed }} - v4chains_dev: ${{ steps.v4chains_dev.outputs.any_changed }} + chains_dev: ${{ steps.chains_dev.outputs.any_changed }} + xcm: ${{ steps.xcm_chains.outputs.any_changed }} steps: - name: Checkout current repository to Master branch uses: actions/checkout@v1 - - name: Was v4/chains.json changed? - id: v4chains + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + + - name: Setup json paths + run: | + echo "DEV_CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" + echo "CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" + echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" + echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" + + - name: Was chains.json changed? + id: chains uses: tj-actions/changed-files@v18.2 with: files: | - chains/v4/chains.json + ${{ env.CHAINS_JSON_PATH }} - name: Was dapps.json changed? id: dapps @@ -31,38 +44,56 @@ jobs: dapps/dapps.json - name: Was chains_dev changed? - id: v4chains_dev + id: chains_dev + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.DEV_CHAINS_JSON_PATH }} + + - name: Was xcm list changed? + id: xcm_chains uses: tj-actions/changed-files@v18.2 with: files: | - chains/v4/chains_dev.json + ${{ env.XCM_JSON_PATH }} + ${{ env.DEV_XCM_JSON_PATH }} chains_update: runs-on: ubuntu-latest needs: check - if: always() && (needs.check.outputs.v4chains == 'true') + if: always() && (needs.check.outputs.chains == 'true') steps: - name: Checkout current repository to Master branch uses: actions/checkout@v1 + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Install dependencies run: pip install -r requirements.txt - name: Generate README file run: python ./scripts/generate_network_list.py - name: Commit files + id: commit + continue-on-error: true run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add ./chains/README.md git commit -m "Update networks" + - name: Push changes + if: steps.commit.outcome == 'success' uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: refs/heads/update-networks-${{github.run_number}} - uses: repo-sync/pull-request@v2 + if: steps.commit.outcome == 'success' name: pull-request with: source_branch: "update-networks-${{github.run_number}}" @@ -82,12 +113,19 @@ jobs: - name: Checkout current repository to Master branch uses: actions/checkout@v1 + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Install dependencies run: pip install -r requirements.txt - name: Generate new Dapps list file run: python ./scripts/generate_dapps_list.py - name: Commit files + id: commit + continue-on-error: true run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" @@ -95,12 +133,14 @@ jobs: git commit -m "Update dapps list" - name: Push changes + if: steps.commit.outcome == 'success' uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: refs/heads/update-dapps-${{github.run_number}} - uses: repo-sync/pull-request@v2 + if: steps.commit.outcome == 'success' name: pull-request with: source_branch: "update-dapps-${{github.run_number}}" @@ -115,17 +155,24 @@ jobs: test_json_update: runs-on: ubuntu-latest needs: check - if: always() && (needs.check.outputs.v4chains_dev == 'true') + if: always() && (needs.check.outputs.chains_dev == 'true') steps: - name: Checkout current repository to Master branch uses: actions/checkout@v1 + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Install dependencies run: pip install -r requirements.txt - name: Generate new Test data file run: python ./scripts/update_test_data.py - name: Commit files + id: commit + continue-on-error: true run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" @@ -133,12 +180,14 @@ jobs: git commit -m "Update test data file" - name: Push changes + if: steps.commit.outcome == 'success' uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: refs/heads/update-tests-${{github.run_number}} - uses: repo-sync/pull-request@v2 + if: steps.commit.outcome == 'success' name: pull-request with: source_branch: "update-tests-${{github.run_number}}" @@ -149,3 +198,25 @@ jobs: pr_reviewer: "stepanLav" pr_draft: false github_token: ${{ secrets.GITHUB_TOKEN }} + + + xcm_table_update: + runs-on: ubuntu-latest + needs: check + if: always() && (needs.check.outputs.xcm == 'true') + steps: + - name: Checkout current repository to Master branch + uses: actions/checkout@v1 + with: + repository: nova-wallet/support-utils + + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + + - name: Install dependencies + run: pip install -r requirements.txt + + - name: Generate new xcm list + run: python ./nova-utils/update_xcm_json_file.py diff --git a/requirements.txt b/requirements.txt index 876039314..765ceeea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ deepdiff==5.8.1 Jinja2==3.1.2 -PyInquirer==1.0.3 pytablewriter==0.64.2 pytest==7.1.2 substrate-interface==1.2.7 -tabledata==1.3.0 diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index ee409f46c..faa71755f 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -11,7 +11,7 @@ {{networks_table}} """) -CHAINS_VERSION = "v4" +CHAINS_VERSION = os.getenv('CHAINS_VERSION', default = "v4") def generate_networks_table(): diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 98fcd2e79..389fd2c5e 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -1,6 +1,9 @@ import json +import os -with open("chains/v4/chains_dev.json") as fin: +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v4") + +with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) with open("tests/chains_for_testBalance.json") as fin: diff --git a/scripts/update_xcm_json_file.py b/scripts/update_xcm_json_file.py deleted file mode 100644 index fe850b86a..000000000 --- a/scripts/update_xcm_json_file.py +++ /dev/null @@ -1,292 +0,0 @@ -from typing import Optional -from PyInquirer import prompt -from utils.data_model.base_model import BaseParameters -from utils.data_model.xcm_json_model import XcmTransfer, Destination, Fee, FeeMode, Asset, XcmJson, Network -from utils.useful_functions import * -from utils.questions import network_questions, destination_questions, new_network_questions, asset_location_question, asset_question - -chains_json_version = 'v4' -xcm_json_version = 'v2' - -chains_json_path = f"./chains/{chains_json_version}/chains_dev.json" -xcm_json_path = f"./xcm/{xcm_json_version}/transfers_dev.json" - -chains_json = parse_json_file(chains_json_path) -xcm_json = parse_json_file(xcm_json_path) - - -def network_already_added(chain_name) -> bool: - - xcm_object = XcmJson(**xcm_json) - - destination_chain = find_chain(chains_json, chain_name) - - if ([xcm_chain for xcm_chain in xcm_object.chains if xcm_chain.chainId == destination_chain.chainId]): - return True - else: - return False - - -def should_create_new_destination( - base_parameters: BaseParameters, -) -> bool: - - xcm_object = XcmJson(**xcm_json) - - source_chain = find_chain(chains_json, base_parameters.source_network) - destination_chain = find_chain( - chains_json, base_parameters.destination_network) - - source_xcm_network = [xcm for xcm in xcm_object.chains if xcm.chainId == - source_chain.chainId] - - if (source_xcm_network): - added_xcm_asset = [ - asset for asset in source_xcm_network[0].assets if asset.assetLocation == base_parameters.asset] - if (added_xcm_asset): - - for xcm_transfer_destination in added_xcm_asset[0].xcmTransfers: - if (xcm_transfer_destination.destination.chainId == destination_chain.chainId): - return False - - return True - - -def token_already_added( - base_parameters: BaseParameters, -) -> bool: - - xcm_object = XcmJson(**xcm_json) - source_chain = find_chain(chains_json, base_parameters.source_network) - - xcm_chain = [chain for chain in xcm_object.chains if chain.chainId == - source_chain.chainId][0] - - for asset in xcm_chain.assets: - if (asset.assetLocation == base_parameters.asset): - return True - - return False - - -def such_destination_was_already_added( - base_parameters: BaseParameters, -) -> XcmTransfer: - - xcm_object = XcmJson(**xcm_json) - destination_chain = find_chain( - chains_json, base_parameters.destination_network) - - for chain in xcm_object.chains: - for asset in chain.assets: - if (asset.assetLocation == base_parameters.asset): - for destination in asset.xcmTransfers: - if (destination.destination.chainId == destination_chain.chainId): - return destination - - -def such_destination_was_already_added(base_parameters: BaseParameters) -> XcmTransfer: - xcm_object = XcmJson(**xcm_json) - - destination_chain = find_chain( - chains_json, base_parameters.destination_network) - - for chain in xcm_object.chains: - for asset in chain.assets: - if (asset.assetLocation == base_parameters.asset): - for destination in asset.xcmTransfers: - if (destination.destination.chainId == destination_chain.chainId): - return destination - - -def build_xcm_transfer( - base_parameters: BaseParameters, - already_added_destination: XcmTransfer -) -> XcmTransfer: - if (should_create_new_destination(base_parameters)): - xcm_object = XcmJson(**xcm_json) - - chain = find_chain(chains_json, base_parameters.destination_network) - - asset = find_asset_in_chain(chain, base_parameters.asset) - destination_params = prompt(destination_questions(xcm_json)) - - if (already_added_destination): - fee_mode = FeeMode( - type=destination_params.get('fee_type'), - value=str(already_added_destination.destination.fee.mode.value) - ) - else: - fee_mode = FeeMode( - type=destination_params.get('fee_type') - ) - - fee = Fee( - mode=fee_mode, - instructions=destination_params.get('instructions') - ) - - if (already_added_destination is None and destination_params.get('fee_type') != 'standard'): - fee.calculate_fee( - network=chain, - xcm_asset=find_assetsLocation( - base_parameters, xcm_object=xcm_object) - ) - - destination = Destination( - chainId=chain.chainId, - assetId=asset.assetId, - fee=fee - ) - - xcm_transfer = XcmTransfer( - destination=destination, - type=destination_params.get('destination_type') - ) - - return xcm_transfer - else: - raise Exception('Selected asset already added for that direction') - - -def create_new_asset( - base_parameters: BaseParameters, - asset, - assetLocationPath, - already_added_destination: Optional[XcmTransfer] = None -) -> Asset: - - destination = build_xcm_transfer( - base_parameters, already_added_destination) - - new_asset = Asset( - assetId=asset.assetId, - assetLocation=base_parameters.asset, - assetLocationPath=assetLocationPath, - xcmTransfers=[destination] - ) - - return new_asset - - -def create_new_network( - base_parameters: BaseParameters, - already_added_destination: Optional[XcmTransfer] = None -) -> XcmJson: - xcm_object = XcmJson(**xcm_json) - - network_param = prompt(new_network_questions()) - - searched_chain = find_chain(chains_json, base_parameters.source_network) - asset = find_asset_in_chain(searched_chain, base_parameters.asset) - - new_asset = create_new_asset( - base_parameters, - asset, - network_param.get('assetLocationPath'), - already_added_destination - ) - - network = Network(searched_chain.chainId, new_asset) - - xcm_object.chains.append(network) - - xcm_object.networkBaseWeight[network.chainId] = str( - network_param.get('networkBaseWeight')) - - return xcm_object - - -def push_new_destination(base_parameters: BaseParameters, xcm_transfer: XcmTransfer) -> XcmJson: - - xcm_object = XcmJson(**xcm_json) - - searched_chain = find_chain(chains_json, base_parameters.source_network) - - for chain in xcm_object.chains: - if (chain.chainId == searched_chain.chainId): - for asset in chain.assets: - if (asset.assetLocation == base_parameters.asset): - asset.xcmTransfers.append(xcm_transfer.__dict__) - - return xcm_object - - -def update_destinations( - base_parameters: BaseParameters, - already_added_destination: Optional[XcmTransfer] = None -) -> XcmJson: - - if (token_already_added(base_parameters)): - destination = build_xcm_transfer( - base_parameters, already_added_destination) - return push_new_destination(base_parameters, destination) - else: - xcm_object = XcmJson(**xcm_json) - - asset_location = prompt(asset_location_question()) - - searched_chain = find_chain( - chains_json, base_parameters.source_network) - - asset = find_asset_in_chain(searched_chain, base_parameters.asset) - - new_asset = create_new_asset( - base_parameters=base_parameters, - asset=asset, - assetLocationPath=asset_location.get('assetLocationPath'), - already_added_destination=already_added_destination - ) - - for chain in xcm_object.chains: - if (chain.chainId == searched_chain.chainId): - chain.assets.append(new_asset) - - return xcm_object - - -def main(): - ''' - That script uses for update data in xcm/../transfers.json file. - - To begin you must choose: - 1. The asset which you want to add - - if that asset haven't added yet in the json file, you should add it manually in assetsLocation part. - 2. Source network - 3. Destination network - - Next, input data will compare with actual json's data and selected one of the scenario: - - Create new network - - Add new asset to existing network - - Update destinations array for existing network and asset - - For each scenario may be asked addition questions, all question list may be found in utils/questions.py - - In the end will be calculated base_fee for destination network by functions from utils/fee_calculation_functions.py and for getting final fee you should add the coefficient which will multiplier: - (base_fee * coefficient) = final_fee - ''' - adding_asset = prompt(asset_question(xcm_json)) - # TODO add case with adding new token to the xcm list - - network_answers = prompt(network_questions( - adding_asset.get('asset'), chains_json)) - # Merge asset with network data to create base_parameter object - network_answers['asset'] = adding_asset.get('asset') - - base_parameters = BaseParameters(**network_answers) - - already_added_destination = such_destination_was_already_added( - base_parameters) - - if (network_already_added(base_parameters.source_network)): - updated_xcm_json = update_destinations( - base_parameters, already_added_destination) - else: - updated_xcm_json = create_new_network( - base_parameters, already_added_destination) - - return write_new_file(updated_xcm_json.toJSON(), xcm_json_path) - - -if __name__ == "__main__": - main() diff --git a/scripts/utils/__init__.py b/scripts/utils/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/scripts/utils/data_model/__init__.py b/scripts/utils/data_model/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/scripts/utils/data_model/base_model.py b/scripts/utils/data_model/base_model.py deleted file mode 100644 index ec3bde671..000000000 --- a/scripts/utils/data_model/base_model.py +++ /dev/null @@ -1,18 +0,0 @@ -import json - - -class BaseObject: - - def toJSON(self): - return json.dumps(self, default=lambda o: o.__dict__, - indent=2) - - -class BaseParameters(BaseObject): - asset: str - source_network: str - destination_network: str - - def __init__(self, **kwargs): - for k in kwargs.keys(): - self.__setattr__(k, kwargs[k]) diff --git a/scripts/utils/data_model/chain_json_model.py b/scripts/utils/data_model/chain_json_model.py deleted file mode 100644 index 5566be88a..000000000 --- a/scripts/utils/data_model/chain_json_model.py +++ /dev/null @@ -1,42 +0,0 @@ -from .base_model import BaseObject -from typing import List - - -class ChainAsset(BaseObject): - assetId: int - symbol: str - precision: int - priceId: str - type: str - icon: str - typeExtras: object - staking: str - buyProviders: object - - def __init__(self, **kwargs): - for k in kwargs.keys(): - self.__setattr__(k, kwargs[k]) - - -class Chain(BaseObject): - parentId: str - chainId: str - name: str - assets: List[ChainAsset] - nodes: List[object] - explorers: List[object] - color: str - icon: str - addressPrefix: int - types: object - externalApi: object - options: List[object] - - def __init__(self, **kwargs): - for k in kwargs.keys(): - if (k == 'assets'): - self.assets = [] - for asset in kwargs[k]: - self.assets.append(ChainAsset(**asset)) - continue - self.__setattr__(k, kwargs[k]) \ No newline at end of file diff --git a/scripts/utils/data_model/xcm_json_model.py b/scripts/utils/data_model/xcm_json_model.py deleted file mode 100644 index b2d421d4c..000000000 --- a/scripts/utils/data_model/xcm_json_model.py +++ /dev/null @@ -1,145 +0,0 @@ -import math -from typing import List, Optional - -from .base_model import BaseObject -from .chain_json_model import Chain -from PyInquirer import prompt -from utils.fee_calculation_functions import biforst_base_fee, heiko_base_fee, kintsugi_base_fee, karura_base_fee, turing_base_fee, moonriver_fee_calculation - -from utils.questions import coefficient_question - - -class FeeMode(BaseObject): - type: str - value: str - - def __init__(self, type, value: Optional[str] = None): - self.type = type - if value is not None: - self.value = value - - -class Fee(BaseObject): - mode: FeeMode - instructions: str - asset: dict - - def __init__(self, mode: FeeMode, instructions, asset=None): - - if (isinstance(mode, FeeMode)): - self.mode = mode - else: - self.mode = FeeMode(**mode) - - self.instructions = instructions - - if asset is not None: - self.asset = asset - - def calculate_fee(self, network: Chain, xcm_asset): - - def base_fee_and_multiplier(base_fee): - coefficient_input = prompt(coefficient_question()) - coefficient = coefficient_input.get('coefficient') - - return math.ceil(base_fee * coefficient) - - if (network.name == "Bifrost"): - base_fee = biforst_base_fee(network) - elif (network.name == "Parallel Heiko"): - base_fee = heiko_base_fee(network) - elif (network.name == "Moonriver"): - base_fee = moonriver_fee_calculation(network, xcm_asset) - elif (network.name == "Kintsugi"): - base_fee = kintsugi_base_fee(network) - elif (network.name == "Karura"): - base_fee = karura_base_fee(network) - elif (network.name == "Turing"): - base_fee = turing_base_fee(network) - else: - raise Exception( - 'Fee function is not available for network %s' % network.name) - - self.mode.value = str(base_fee_and_multiplier(base_fee)) - return str(self.mode.value) - - -class Destination(BaseObject): - - chainId: str - assetId: int - fee: Fee - - def __init__(self, chainId, assetId, fee: Fee): - self.chainId = chainId - self.assetId = assetId - if (isinstance(fee, Fee)): - self.fee = fee - else: - self.fee = Fee(**fee) - - -class XcmTransfer(BaseObject): - - destination: Destination - type: str - - def __init__(self, destination: Destination, type): - if (isinstance(destination, Destination)): - self.destination = destination - else: - self.destination = Destination(**destination) - self.type = type - - -class Asset(BaseObject): - - assetId: int - assetLocation: str - assetLocationPath: dict - xcmTransfers: List[XcmTransfer] - - def __init__(self, assetId, assetLocation, assetLocationPath, xcmTransfers): - self.assetId = assetId - self.assetLocation = assetLocation - if (isinstance(assetLocationPath, dict)): - self.assetLocationPath = assetLocationPath - else: - self.assetLocationPath = {'type': assetLocationPath} - self.xcmTransfers = [] - for transfer in xcmTransfers: - if (isinstance(transfer, XcmTransfer)): - self.xcmTransfers.append(transfer) - else: - self.xcmTransfers.append(XcmTransfer(**transfer)) - - -class Network(BaseObject): - - chainId: str - assets: List[Asset] - - def __init__(self, chainId, assets: Asset): - self.chainId = chainId - if (isinstance(assets, list)): - self.assets = [] - for asset in assets: - self.assets.append(Asset(**asset)) - else: - self.assets = [assets] - - -class XcmJson(BaseObject): - assetsLocation: object - instructions: object - networkBaseWeight: object - chains: List[Network] - - def __init__(self, **kwargs): - for k in kwargs.keys(): - if (k == 'chains'): - self.chains = [] - for chain in kwargs[k]: - self.chains.append(Network(**chain)) - continue - self.__setattr__(k, kwargs[k]) diff --git a/scripts/utils/fee_calculation_functions.py b/scripts/utils/fee_calculation_functions.py deleted file mode 100644 index dfd065181..000000000 --- a/scripts/utils/fee_calculation_functions.py +++ /dev/null @@ -1,115 +0,0 @@ -from utils.data_model.chain_json_model import Chain -from utils.useful_functions import create_connection_by_url, deep_search_in_object - -WEIGHT_PER_SECOND = 1_000_000_000_000 -WEIGHT_PER_MILLIS = WEIGHT_PER_SECOND / 1000 # 1_000_000_000 -WEIGHT_PER_MICROS = WEIGHT_PER_MILLIS / 1000 # 1_000_000 -WEIGHT_PER_NANOS = WEIGHT_PER_MICROS / 1000 # 1_000 - - -def base_tx_per_second(base_weight): - fee_per_second = WEIGHT_PER_SECOND // base_weight - return fee_per_second - - -def connect_to_node(chain: Chain): - for node in chain.nodes: - connection = create_connection_by_url(node.get('url')) - if (connection): - return connection - - -def get_base_weight_from_chain(chain: Chain): - connection = connect_to_node(chain) - weight = connection.get_constant('System', 'BlockWeights').value - - return weight.get('per_class').get('normal').get('base_extrinsic') - - -def biforst_base_fee(chain: Chain) -> float: - - bnc_in_plank = 10**12 - - base_weight = get_base_weight_from_chain(chain) - - def xcm_base_tx_fee(): - return bnc_in_plank // 100 // 10 - - base_fee_in_ksm = base_tx_per_second(base_weight) * xcm_base_tx_fee() - - return base_fee_in_ksm - - -def heiko_base_fee(chain) -> float: - ''' - https://github.com/parallel-finance/parallel/blob/b72d6afd263086d89d5256b571e522113ebde59f/runtime/heiko/src/constants.rs#L86 - - https://github.com/parallel-finance/parallel/blob/b72d6afd263086d89d5256b571e522113ebde59f/runtime/heiko/src/constants.rs#L19 - ''' - - base_weight = get_base_weight_from_chain(chain) - - hko_per_second = base_tx_per_second(base_weight) * 10_000_000_000 // 10 - - base_fee_in_ksm = hko_per_second // 50 - - return base_fee_in_ksm - - -def kintsugi_base_fee(chain): - - def base_tx_in_ksm(): - ksm = 1*10**12 - return ksm // 50_000 - - base_weight = get_base_weight_from_chain(chain) - - base_fee_in_ksm = base_tx_per_second(base_weight) * base_tx_in_ksm() - - return base_fee_in_ksm - - -def karura_base_fee(chain): - - kar_in_plank = 10**12 - - def base_tx_in_kar(): - return kar_in_plank // 10 - - base_weight = get_base_weight_from_chain(chain) - - base_fee_in_kar = base_tx_per_second(base_weight) * base_tx_in_kar() - - return base_fee_in_kar - - -def turing_base_fee(chain): - - base_weight = get_base_weight_from_chain(chain) - - def ksm_per_second(): - ''' - https://github.com/OAK-Foundation/OAK-blockchain/blob/319ab13b79181e402d5a2ce53d7202a73b0bced3/runtime/turing/src/lib.rs#L176 - - https://github.com/OAK-Foundation/OAK-blockchain/blob/master/runtime/turing/src/xcm_config.rs#L182 - ''' - # CurrencyId::KSM.cent() * 16 - ksm = 1*10**12 // 100 - return ksm * 16 - - base_fee_in_ksm = ksm_per_second() - - return base_fee_in_ksm - - -def moonriver_fee_calculation(chain, xcm_asset): - - connection = connect_to_node(chain) - - query_map = connection.query_map( - 'AssetManager', 'AssetTypeUnitsPerSecond', []) - - for query_item in query_map: - paraId = xcm_asset.get('multiLocation').get('parachainId') - if(deep_search_in_object(query_item[0].serialize(), 'Parachain', paraId)): - return query_item[1].value diff --git a/scripts/utils/questions.py b/scripts/utils/questions.py deleted file mode 100644 index fb24780f1..000000000 --- a/scripts/utils/questions.py +++ /dev/null @@ -1,106 +0,0 @@ - -from .data_model.chain_json_model import Chain -from .useful_functions import deep_search_in_object, find_asset_in_chain - - -def asset_question(xcm_json): - assets = [] - for asset in xcm_json.get('assetsLocation'): - assets.append(asset) - question = { - 'type': 'list', - 'name': 'asset', - 'message': 'Please select the asset you want to add:', - 'choices': assets - } - return question - - -def network_questions(asset, chains_json): - chains = [] - for chain in chains_json: - chain_object = Chain(**chain) - if (find_asset_in_chain(chain_object, asset)): - chains.append(chain_object.name) - chains.sort() - questions = [ - { - 'type': 'list', - 'name': 'source_network', - 'message': 'Please select the SOURCE network:', - 'choices': chains - }, - - { - 'type': 'list', - 'name': 'destination_network', - 'message': 'Please select the DESTINATION network:', - 'choices': chains - }] - return questions - - -def destination_questions(xcm_json): - instructions = [] - for instruction in xcm_json.get('instructions'): - instructions.append(instruction) - questions = [ - { - 'type': 'list', - 'name': 'destination_type', - 'message': 'Please select the XCM type', - 'choices': ['xcmpallet', 'xtokens', 'xcmpallet-teleport'] - }, - { - 'type': 'list', - 'name': 'instructions', - 'message': 'Please select the Instruction for destination fee', - 'choices': instructions - }, - { - 'type': 'list', - 'name': 'fee_type', - 'message': 'Please select the Fee type for that destination', - 'choices': ['proportional', 'standard'] - } - ] - return questions - - -def new_network_questions(): - questions = [ - { - 'type': 'input', - 'name': 'networkBaseWeight', - 'message': 'Enter network Base Weight:', - 'filter': lambda val: int(val), - }, - { - 'type': 'list', - 'name': 'assetLocationPath', - 'message': 'Choose location path for the asset:', - 'choices': ['relative', 'absolute', 'concrete'] - } - ] - return questions - - -def asset_location_question(): - question = { - 'type': 'list', - 'name': 'assetLocationPath', - 'message': 'Choose location path for the asset:', - 'choices': ['relative', 'absolute', 'concrete'] - } # TODO need to add case for relative location path - return question - - -def coefficient_question(): - question = { - 'type': 'input', - 'name': 'coefficient', - 'message': 'Enter float number which will multiplier on base network fee', - 'filter': lambda val: float(val), - } - - return question diff --git a/scripts/utils/useful_functions.py b/scripts/utils/useful_functions.py deleted file mode 100644 index 84686fc38..000000000 --- a/scripts/utils/useful_functions.py +++ /dev/null @@ -1,70 +0,0 @@ -import json - -from substrateinterface import SubstrateInterface -from utils.data_model.chain_json_model import Chain, ChainAsset - - -def parse_json_file(path): - try: - with open(path, "r") as f: - return json.load(f) - except: - raise - - -def find_element_in_array_by_condition(array, key, value): - return next(filter(lambda x: x.get(key) == value, array), None) - - -def write_new_file(json_file, path): - with open(path, "w") as f: - f.write(json_file) - - -def find_asset_in_chain(chain: Chain, asset_name) -> ChainAsset: - processed_name = asset_name.split('-', 1)[0] - for asset in chain.assets: - if (processed_name in asset.symbol): - return asset - - -def find_chain(chains_json, chain_name) -> Chain: - for chain_json in chains_json: - searched_chain = Chain(**chain_json) - if (searched_chain.name == chain_name): - return searched_chain - return None - - -def create_connection_by_url(url): - try: - substrate = SubstrateInterface(url=url, use_remote_preset=True) - except: - print("⚠️ Can't connect by %s, check it is available?" % (url)) - return None - - return substrate - - -def deep_search_in_object(obj, key, value): - if key in obj: - if (obj[key] == value): - return obj[key] - for k, v in obj.items(): - if isinstance(v, dict): - item = deep_search_in_object(v, key, value) - if item is not None: - return item - if isinstance(v, tuple): - for element in v: - if isinstance(element, dict): - tuple_item = deep_search_in_object(element, key, value) - if tuple_item is not None: - return tuple_item - - -def find_assetsLocation(base_parameters, xcm_object): - for asset in xcm_object.assetsLocation: - processed_name = asset.split('-', 1)[0] - if (processed_name == base_parameters.asset): - return xcm_object.assetsLocation[asset] From 4989a6cf6d063bcd695e444e38fe2183f044d45f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Jul 2022 13:09:57 +0300 Subject: [PATCH 0033/2142] Add Kylin crowdloan to dev (#636) * add Kylin crowdloan to dev * fix --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 094ada04c..4f53a6ad1 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -248,5 +248,13 @@ "description": "OmniBTC is an omnichain financial platform for web3, including omnichain swap and BTC omnichain lending", "website": "https://www.omnibtc.finance/#/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OmniBTC.svg" + }, + { + "paraid": "2052", + "name": "Kylin", + "token": "KYL", + "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", + "website": "https://kylin.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" } ] From 58586597cb09ff2035ceb0b4331f946725f3452c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Jul 2022 13:10:17 +0300 Subject: [PATCH 0034/2142] fix basilisk dapp naming (#638) --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 20a781aca..cc0e36920 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -461,7 +461,7 @@ ] }, { - "name": "Snek Swap", + "name": "Basilisk Snek Swap", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 6c4996290..d942ce49b 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -562,7 +562,7 @@ ] }, { - "name": "Snek Swap", + "name": "Basilisk Snek Swap", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ From 1cd90ea3941be616c53454dbf659c37341ea0ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:11:58 +0300 Subject: [PATCH 0035/2142] Update dapps list (#640) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index e1d41c014..4411a47d2 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -5,6 +5,7 @@ | Acala Rewards Claim | https://distribution.acala.network/claim/acala | crowdloans | | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | +| Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | | Bifrost App | https://bifrost.app/ | defi,crowdloans | | Bit.Country Pioneer Rewards Claim | https://ksmcrowdloan.bit.country/reward | crowdloans | @@ -41,7 +42,6 @@ | Singular | https://singular.rmrk.app/ | nft | | Singular 2.0 | https://singular.app/ | nft | | Skybreach | https://skybreach.app/ | nft,evm | -| Snek Swap | https://app.basilisk.cloud/#/trade | defi | | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | From d141d044ee22b85513f6a13460dd7e5e0e4c91ca Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Jul 2022 14:17:36 +0300 Subject: [PATCH 0036/2142] promote Kylin to prod (#641) --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 094ada04c..4f53a6ad1 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -248,5 +248,13 @@ "description": "OmniBTC is an omnichain financial platform for web3, including omnichain swap and BTC omnichain lending", "website": "https://www.omnibtc.finance/#/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OmniBTC.svg" + }, + { + "paraid": "2052", + "name": "Kylin", + "token": "KYL", + "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", + "website": "https://kylin.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" } ] From 9faa7d3d608a9ee14d7295e0623a171d6f8c5ce6 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 09:43:31 +0300 Subject: [PATCH 0037/2142] add GLMR to Parallel --- chains/v4/chains_dev.json | 11 +++++++++++ chains/v5/chains_dev.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index c81433e99..e46900b1e 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -2570,6 +2570,17 @@ "typeExtras": { "assetId": "110" } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } } ], "nodes": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7aef1e18b..8cdcf06d5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2566,6 +2566,17 @@ "typeExtras": { "assetId": "110" } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } } ], "nodes": [ From 4526ec7cd864b1a899e83e4c94f19c4f233266bc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:13:34 +0300 Subject: [PATCH 0038/2142] Promoting to production new xcms (#642) * Promoting to production new xcms * Adding Karura KSM xcm transfers --- xcm/v2/transfers.json | 292 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 20cb14e1e..2f8b42f53 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -174,6 +174,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -197,6 +239,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -220,6 +290,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6400000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -245,6 +329,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "310800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -466,6 +573,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -666,6 +815,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "35230000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -692,6 +864,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1056250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -715,6 +901,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -831,6 +1059,70 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 7afa718196b48c4976163f0edb4a4d84efea2d12 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 10:28:07 +0300 Subject: [PATCH 0039/2142] promote GLMR to Parallel --- chains/v4/chains.json | 11 +++++++++++ chains/v5/chains.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 849d6973f..bed02c876 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -2206,6 +2206,17 @@ "typeExtras": { "assetId": "110" } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } } ], "nodes": [ diff --git a/chains/v5/chains.json b/chains/v5/chains.json index fd2bb0aa3..ebbad4e51 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2203,6 +2203,17 @@ "typeExtras": { "assetId": "110" } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } } ], "nodes": [ From cd063f6ea4c730939b29dc76958307424296b90d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:33:51 +0300 Subject: [PATCH 0040/2142] Fixing path for xcm json file (#646) --- .github/workflows/update_network_list.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 162ac9189..ba9fe6ea1 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -27,7 +27,7 @@ jobs: echo "DEV_CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" echo "CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" - echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" + echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" - name: Was chains.json changed? id: chains From b0a73d25ad27f83bf43d85b203804dbd58fd7f2c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:01:49 +0300 Subject: [PATCH 0041/2142] Update node order for Acala (#644) --- chains/v5/chains.json | 4 ++++ chains/v5/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index fd2bb0aa3..155a44eaf 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2021,6 +2021,10 @@ } ], "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8cdcf06d5..4aecb23e5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2230,6 +2230,10 @@ } ], "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" @@ -2253,10 +2257,6 @@ { "url": "wss://acala-polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From 7d9c50e270da36e45ff80446f01b0f0ad67a90b7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 11:21:05 +0300 Subject: [PATCH 0042/2142] add PARA to Moonbeam --- chains/v4/chains_dev.json | 10 ++++++++++ chains/v5/chains_dev.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index e46900b1e..6c009f818 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -2385,6 +2385,16 @@ "typeExtras": { "assetId": "224821240862170613278369189818311486111" } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } } ], "nodes": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4aecb23e5..3fb6221b6 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2382,6 +2382,16 @@ "typeExtras": { "assetId": "224821240862170613278369189818311486111" } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } } ], "nodes": [ From b888a6cd6dd9e1f0b12fce108403ae1860024c6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:23:30 +0300 Subject: [PATCH 0043/2142] Update Test data File (#618) * Update test data file * Replace Imbue and Tinkernet from balance tests Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 389fd2c5e..fb4cf631a 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Statemint', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet'] +exludeChains = ['Kintsugi', 'Statemint', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Tinkernet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 577be6fb5..6f8c50335 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -288,10 +288,5 @@ "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "name": "Bajun", "account": "0x826939f45e70591448e916f5093700a02d0c4bbf677cf1a946279813f37b0e32" - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "name": "Imbue", - "account": "0x9a64ad79179d3f9e018447fa67d8d05d92f0d82e4dc731d14e516ae10a25d924" } ] \ No newline at end of file From 33fb86efa5ac23733cebd67f7655e230880411c4 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 11:28:31 +0300 Subject: [PATCH 0044/2142] fix icons for Composable, Moonbase Alpha --- chains/v5/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4aecb23e5..2d020c53f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1066,7 +1066,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -3728,7 +3728,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 }, { From c6b0475eae6769c3dcc53a93c1e04bf27e155d6f Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 11:29:59 +0300 Subject: [PATCH 0045/2142] add testnet to Singular --- chains/v5/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 2d020c53f..a63fee20e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3459,7 +3459,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0 + "addressPrefix": 0, + "options": [ + "testnet" + ] }, { "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", From 9fd9990c1c101c11dd620d977d6e63078c32c3a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:14:03 +0300 Subject: [PATCH 0046/2142] Update networks (#652) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 47f2b7b9d..b81a92371 100644 --- a/chains/README.md +++ b/chains/README.md @@ -39,7 +39,7 @@ | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | From 3125ebb5c9f4cdadc50ec757c6dee3a6ebd92efa Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 12:14:21 +0300 Subject: [PATCH 0047/2142] promote PARA to Moonbeam --- chains/v4/chains.json | 10 ++++++++++ chains/v5/chains.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 849d6973f..c79132fde 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -793,6 +793,16 @@ "typeExtras": { "assetId": "224821240862170613278369189818311486111" } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } } ], "nodes": [ diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 155a44eaf..ce29e448d 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -793,6 +793,16 @@ "typeExtras": { "assetId": "224821240862170613278369189818311486111" } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } } ], "nodes": [ From de2a3bef671a39df70a6ce657364366a87a1c105 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 12:19:38 +0300 Subject: [PATCH 0048/2142] promote Composable icon fix --- chains/v5/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b075740c9..f2829bf6e 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3421,7 +3421,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 }, { From fe368da78df5c0e00b758c6fc8af3a2f90311141 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:24:48 +0300 Subject: [PATCH 0049/2142] Fix networkBaseWeight for Khala (#654) * Fix networkBaseWeight for Khala * fix chain_id --- xcm/v2/transfers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 2f8b42f53..f0f6928e5 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -126,7 +126,8 @@ "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", - "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000" + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000" }, "chains": [ { From 0adbfcd13e88475b256ad61382cc3f993c5991e2 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 12:29:04 +0300 Subject: [PATCH 0050/2142] fix Siri icon --- chains/v5/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 290be5ec5..4a29e9dec 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -231,6 +231,7 @@ "assetId": 1, "symbol": "SIRI", "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" From 014a00756c8a8a4b2d8d5877aaf0700bb39afd0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:54:52 +0300 Subject: [PATCH 0051/2142] Update networks (#656) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index b81a92371..9d13ed8d0 100644 --- a/chains/README.md +++ b/chains/README.md @@ -35,7 +35,7 @@ | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | From 04913adf00ac8ed934d8bb1f49786a407eb6521d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 13:01:33 +0300 Subject: [PATCH 0052/2142] Adding Moonbeam < DOT, GLMR, ACA > Parallel (#648) * Adding Moonbeam < DOT, GLMR > Parallel * Adding Moonbeam < ACA > Parallel --- xcm/v2/transfers_dev.json | 127 +++++++++++++++++++++++++++++++++++++- 1 file changed, 126 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 2aa242597..3167cad83 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -133,7 +133,8 @@ "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", - "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000" + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000" }, "chains": [ { @@ -736,6 +737,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -759,6 +774,43 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1275,6 +1327,79 @@ ] } ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "31204285721418" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From eab33dee7198a76de1a8872a26f71c2d94ec0842 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:28:29 +0300 Subject: [PATCH 0053/2142] Adding acala dwellir node to v4 config (#658) --- chains/v4/chains.json | 4 ++++ chains/v4/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index fae634423..89fea210a 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -2033,6 +2033,10 @@ } ], "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 6c009f818..82ff67ffa 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -2233,6 +2233,10 @@ } ], "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" @@ -2256,10 +2260,6 @@ { "url": "wss://acala-polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From fb54c21d3da901d487b13c52fb95ad77b9892b20 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:30:36 +0300 Subject: [PATCH 0054/2142] Adding token to xcm gh action step (#657) --- .github/workflows/update_network_list.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index ba9fe6ea1..dcfb44c3f 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -209,6 +209,7 @@ jobs: uses: actions/checkout@v1 with: repository: nova-wallet/support-utils + token: ${{ secrets.PAT_TOKEN }} - name: Setup version to variables run: | From a807036a22a2c4d128e4e3f3638a273ef31b60db Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 16:14:20 +0300 Subject: [PATCH 0055/2142] remove unstable Acala node from v4/v5 prod configs --- chains/v5/chains.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c8e43b383..24a5ae181 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2035,10 +2035,6 @@ "url": "wss://acala-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, { "url": "wss://acala-rpc-1.aca-api.network", "name": "Acala Foundation 1 node" From 1434b8ccb9590d2f03c2533678cffb5bfd0b2e22 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Jul 2022 16:14:29 +0300 Subject: [PATCH 0056/2142] remove unstable Acala node from v4/v5 prod configs --- chains/v4/chains.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 89fea210a..2c6e22b06 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -2037,10 +2037,6 @@ "url": "wss://acala-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, { "url": "wss://acala-rpc-1.aca-api.network", "name": "Acala Foundation 1 node" From 44cc78de12cf3caefdb137ae46cc9a5f4c9dc145 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:51:02 +0300 Subject: [PATCH 0057/2142] Change GLMR path in moonbeam (#660) --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3167cad83..74b6c027f 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -795,7 +795,7 @@ "assetId": 0, "assetLocation": "GLMR", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { From 375dfca4bbd00b7d2b25fd427060888b314b03e2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:50:46 +0300 Subject: [PATCH 0058/2142] Adding PARA token and DOT reserve fee (#661) --- xcm/v2/transfers_dev.json | 62 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 74b6c027f..db7e9d7e2 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -60,7 +60,14 @@ }, "DOT": { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensReserve" + } }, "GLMR": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -90,6 +97,13 @@ "parachainId": 2085, "generalKey": "0x484b4f" } + }, + "PARA": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + } } }, "instructions": { @@ -813,6 +827,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23310000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1398,6 +1435,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "625000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 588af47c9d009363f8db4775225008c077292b3b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:13:45 +0300 Subject: [PATCH 0059/2142] fix chainId for Para (#667) --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index db7e9d7e2..42e02cd25 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -99,7 +99,7 @@ } }, "PARA": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "multiLocation": { "parachainId": 2012, "generalKey": "0x50415241" From cffae9bfe389c76c46c7d1365804cd6da2ad1141 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:13:59 +0300 Subject: [PATCH 0060/2142] Adding reserve fee for ACA (#665) --- xcm/v2/transfers_dev.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 42e02cd25..254c40565 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -56,6 +56,13 @@ "multiLocation": { "parachainId": 2000, "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensReserve" } }, "DOT": { From b2cffe99372d59db220f979b3640c58b8493780b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:37:07 +0300 Subject: [PATCH 0061/2142] Adding Polkadot < DOT > Parallel (#666) * Adding Polkadot DOT -> Parallel * Adding Parallel DOT -> Polkadot --- xcm/v2/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 254c40565..d7137a6b5 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -897,6 +897,20 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1417,6 +1431,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 78a11497f2af95b467682e67538d27d6ae2aa87e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:42:54 +0300 Subject: [PATCH 0062/2142] Adding Acala < ACA > Parallel (#668) --- xcm/v2/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d7137a6b5..9045daac5 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -939,6 +939,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1468,6 +1482,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 2a51146b0d6fc52c738efb59596768c803aa3504 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 1 Aug 2022 20:10:15 +0300 Subject: [PATCH 0063/2142] add Nomad, Curve to dev dapps (#669) --- dapps/dapps_dev.json | 18 + icons/dapps/color/MoonbeamCurve.svg | 1340 +++++++++++++++++++++++++++ icons/dapps/color/Nomad.svg | 3 + 3 files changed, 1361 insertions(+) create mode 100644 icons/dapps/color/MoonbeamCurve.svg create mode 100644 icons/dapps/color/Nomad.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index d942ce49b..edc1ce4e4 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -568,6 +568,24 @@ "categories": [ "defi" ] + }, + { + "name": "Moonbeam Curve", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonbeamCurve.svg", + "url": "https://moonbeam.curve.fi/", + "categories": [ + "defi", + "evm" + ] + }, + { + "name": "Nomad", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Nomad.svg", + "url": "https://app.nomad.xyz/", + "categories": [ + "defi", + "evm" + ] } ] } diff --git a/icons/dapps/color/MoonbeamCurve.svg b/icons/dapps/color/MoonbeamCurve.svg new file mode 100644 index 000000000..65c1c6835 --- /dev/null +++ b/icons/dapps/color/MoonbeamCurve.svg @@ -0,0 +1,1340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Nomad.svg b/icons/dapps/color/Nomad.svg new file mode 100644 index 000000000..d95de3f42 --- /dev/null +++ b/icons/dapps/color/Nomad.svg @@ -0,0 +1,3 @@ + + + From 4d6ff5901cbd872bde695a50aab8add50bb77757 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:09:28 +0300 Subject: [PATCH 0064/2142] XCM table update. Adding branch name for checkout job (#663) * Adding branch name for checkout job fix paths debug test test fix fix paths update paths test * return data back after test --- .github/workflows/update_network_list.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index dcfb44c3f..58a212217 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -5,6 +5,7 @@ on: branches: - master + jobs: check: runs-on: ubuntu-latest @@ -205,10 +206,15 @@ jobs: needs: check if: always() && (needs.check.outputs.xcm == 'true') steps: - - name: Checkout current repository to Master branch + - name: Checkout current repository + uses: actions/checkout@v1 + + - name: Checkout support repo uses: actions/checkout@v1 with: + path: ./support repository: nova-wallet/support-utils + ref: master token: ${{ secrets.PAT_TOKEN }} - name: Setup version to variables @@ -217,7 +223,11 @@ jobs: echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" - name: Install dependencies - run: pip install -r requirements.txt + run: | + cd ../support + pip install -r ./requirements.txt - name: Generate new xcm list - run: python ./nova-utils/update_xcm_json_file.py + run: | + cd ../support + python ./nova-utils/generate_xcm_google_table.py From 3bf0215e26069bc405522a8bca2a1727f3951846 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 2 Aug 2022 19:03:35 +0300 Subject: [PATCH 0065/2142] Promote Moonbeam - Parallel xcm transfers to prod (#664) * Promote PARALLEL xcm transfers to prod * Deleting Turing and Khala * Adding ACA reserve fee * Fix PARA chain Id * Adding Polkadot < DOT > Parallel * Adding Acala < ACA > Parallel --- xcm/v2/transfers.json | 256 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 252 insertions(+), 4 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index f0f6928e5..8c9419cd7 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -13,7 +13,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620000000" }, "instructions": "xtokensReserve" } @@ -52,11 +52,25 @@ "multiLocation": { "parachainId": 2000, "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensReserve" } }, "DOT": { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensReserve" + } }, "GLMR": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -86,6 +100,13 @@ "parachainId": 2085, "generalKey": "0x484b4f" } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + } } }, "instructions": { @@ -127,7 +148,8 @@ "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", - "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000" + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000" }, "chains": [ { @@ -644,6 +666,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -667,6 +703,66 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23310000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -709,6 +805,20 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -737,6 +847,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1128,6 +1252,130 @@ ] } ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "31204285721418" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "625000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] -} +} \ No newline at end of file From fc7505107c85a32b58356557d149401d932b3acf Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:11:24 +0300 Subject: [PATCH 0066/2142] Addin xcms for Bifrost-Kusama (#671) * Addin Bifrost Kusama xcms * Adding Bifrost KSM > Khala --- xcm/v2/transfers_dev.json | 287 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 9045daac5..1913c4e6d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -245,6 +245,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -494,6 +508,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -527,6 +555,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6400000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -675,6 +717,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1053,6 +1109,140 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "27972000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "160000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1160,6 +1350,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1318,6 +1522,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1370,6 +1588,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1397,6 +1638,52 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6400000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 141fd834bdf61e3bb20aaa83375d25f005b62a65 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:49:39 +0300 Subject: [PATCH 0067/2142] Adding Parachains XCM transfers for Bifrost (#672) * Adding Parachains XCM transfers for Bifrost * Adding Bifrost MOVR > Karura * Fix KSM proportional fee --- xcm/v2/transfers_dev.json | 249 +++++++++++++++++++++++++++++++++++++- 1 file changed, 248 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1913c4e6d..b5c203daf 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -181,6 +181,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -606,6 +620,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -733,6 +761,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309393033442258200" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1086,6 +1137,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1153,7 +1246,8 @@ "assetId": 0, "fee": { "mode": { - "type": "proportional" + "type": "proportional", + "value": "38620000000" }, "instructions": "xtokensDest" } @@ -1245,6 +1339,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1457,6 +1616,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1558,6 +1731,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309393033442258200" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1611,6 +1798,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1636,6 +1846,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309393033442258200" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1684,6 +1908,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 94910a9b23ce7c3cd9f634ce1544f2eae4967122 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:17:54 +0300 Subject: [PATCH 0068/2142] Fix BNC fee (#673) * Fix BNC fee * recalculate fee --- xcm/v2/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index b5c203daf..cf9ad7a7c 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "926960000000000" }, "instructions": "xtokensReserve" } @@ -355,7 +355,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "926960000000000" }, "instructions": "xtokensDest" } @@ -577,7 +577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "926960000000000" }, "instructions": "xtokensDest" } @@ -1877,7 +1877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "926960000000000" }, "instructions": "xtokensDest" } From 2112ca008636df8d33ef4f56428ca25c10fafa46 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:50:11 +0300 Subject: [PATCH 0069/2142] Fix BNC overestimation (#674) --- xcm/v2/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index cf9ad7a7c..c96c514b5 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "926960000000000" + "value": "9269600000000" }, "instructions": "xtokensReserve" } @@ -355,7 +355,7 @@ "fee": { "mode": { "type": "proportional", - "value": "926960000000000" + "value": "9269600000000" }, "instructions": "xtokensDest" } @@ -577,7 +577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "926960000000000" + "value": "9269600000000" }, "instructions": "xtokensDest" } @@ -1877,7 +1877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "926960000000000" + "value": "9269600000000" }, "instructions": "xtokensDest" } From 79874737c1f2e4ee7aab3fc4b1ba19891738b200 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 Aug 2022 09:09:50 +0300 Subject: [PATCH 0070/2142] remove Onfinality, add Dwellir node --- chains/v5/chains_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4a29e9dec..0097f422e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3624,13 +3624,13 @@ } ], "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.turing.oak.tech", "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { From de579bbc4d64b3c22e397f50c8be2ed799825680 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:21:42 +0300 Subject: [PATCH 0071/2142] Adding reserve fee (#675) * Adding reserve fee * fix fee for Karura * fix decimals * test bnc fee --- xcm/v2/transfers_dev.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c96c514b5..1934f37bd 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -5,6 +5,13 @@ "multiLocation": { "parachainId": 2000, "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensReserve" } }, "KSM": { @@ -31,6 +38,12 @@ "multiLocation": { "parachainId": 2023, "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensReserve" } }, "BNC": { @@ -96,6 +109,13 @@ "multiLocation": { "parachainId": 2092, "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "310800000000" + }, + "instructions": "xtokensReserve" } }, "HKO": { @@ -103,6 +123,13 @@ "multiLocation": { "parachainId": 2085, "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "6993000000000" + }, + "instructions": "xtokensReserve" } }, "PARA": { @@ -110,6 +137,13 @@ "multiLocation": { "parachainId": 2012, "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23310000000000" + }, + "instructions": "xtokensReserve" } } }, From 965dbac28f16ad764c123316ea8f75a1320a003e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 Aug 2022 10:17:14 +0300 Subject: [PATCH 0072/2142] promote node fix (#677) --- chains/v5/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 24a5ae181..f1a408bdf 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3309,13 +3309,13 @@ } ], "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.turing.oak.tech", "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { From b9b01901c9a15c9a04e578ebbd34e047a18ffad1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 5 Aug 2022 18:47:46 +0300 Subject: [PATCH 0073/2142] Adding new tokens Acala, Moonbeam (#681) * Adding new Acala tokens * Adding new tokens Moonbeam * Prices and icons * Remove WETH, USDCet, WBTC, DAI --- chains/v5/chains_dev.json | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0097f422e..0f55e8e10 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2228,6 +2228,61 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ @@ -2393,6 +2448,28 @@ "typeExtras": { "assetId": "32615670524745285411807346420584982855" } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } } ], "nodes": [ From 9a364f283d5bdbf30832b933d67422e43543e9f7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 Aug 2022 19:08:10 +0300 Subject: [PATCH 0074/2142] promote checked xcms to prod (#680) --- xcm/v2/transfers.json | 163 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 8c9419cd7..316f30b26 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -239,6 +239,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -457,6 +471,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -638,6 +666,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -963,6 +1005,99 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "38620000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "160000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1068,6 +1203,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1226,6 +1375,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 01998d4e89c08f86ebf91b541b7f7f9b03f251ce Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:33:17 +0300 Subject: [PATCH 0075/2142] Fix/karura nodes dev (#683) * Make dwellir node the main one * Add backup on finality node for karura * Fix config --- chains/v5/chains_dev.json | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0f55e8e10..631193705 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -743,28 +743,12 @@ ], "nodes": [ { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://karura.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { From 8dc0efa23bbb398e49113483e7122d61babee156 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:43:01 +0300 Subject: [PATCH 0076/2142] - Dwellir (#684) --- chains/v5/chains_dev.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 631193705..a34f9c155 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -742,10 +742,6 @@ } ], "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://karura.api.onfinality.io/public-ws", "name": "OnFinality node" From 41b0c0bce938d6029a396eca54ddee1feb4f87da Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:38 +0300 Subject: [PATCH 0077/2142] Fix Karura v5 and Turing v4 (#685) * Fix Karura v5 and Turing v4 * Fix Karura v4 as well --- chains/v4/chains.json | 30 +++++------------------------- chains/v5/chains.json | 22 +--------------------- 2 files changed, 6 insertions(+), 46 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 2c6e22b06..6303a45f9 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -693,29 +693,9 @@ } ], "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { + { "url": "wss://karura.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3330,13 +3310,13 @@ } ], "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.turing.oak.tech", "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f1a408bdf..89900e0f9 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -693,29 +693,9 @@ } ], "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { + { "url": "wss://karura.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { From df8eac4f5f901529d4cf47e2a2a8dcdd54247aa4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 5 Aug 2022 22:02:22 +0300 Subject: [PATCH 0078/2142] Promote Acala and Moonbeam new tokens (#682) * Promote Acala and Moonbeam new tokens * Fix token ids --- chains/v5/chains.json | 77 +++++++++++++++++++++++++++++++++++++++ chains/v5/chains_dev.json | 4 +- 2 files changed, 79 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 89900e0f9..42c30a0f8 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -783,6 +783,28 @@ "typeExtras": { "assetId": "32615670524745285411807346420584982855" } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } } ], "nodes": [ @@ -2008,6 +2030,61 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a34f9c155..fe7849b6b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2238,7 +2238,7 @@ } }, { - "assetId": 15, + "assetId": 11, "symbol": "EQ", "precision": 9, "type": "orml", @@ -2251,7 +2251,7 @@ } }, { - "assetId": 16, + "assetId": 12, "symbol": "iBTC", "precision": 8, "type": "orml", From 9f3095774d2f94e4d6c859802e8525eeb999f6a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:51:29 +0300 Subject: [PATCH 0079/2142] Update networks (#686) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 9d13ed8d0..ed07a04ca 100644 --- a/chains/README.md +++ b/chains/README.md @@ -2,7 +2,7 @@ # List of supported networks | Network | Assets | Explorers | SubQuery explorer | | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | @@ -35,7 +35,7 @@ | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | From 7bde3c98275dc22b6c1c8a077daf3a7930be33fa Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:01:53 +0300 Subject: [PATCH 0080/2142] Removing unavailable tokens for Turing (#679) --- xcm/v2/transfers_dev.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1934f37bd..400e50714 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1810,29 +1810,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "11587000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 3, "assetLocation": "KAR", From 1e0e5d8d0512b7abfd7542d3f344143d3c0102ee Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 8 Aug 2022 16:22:56 +0300 Subject: [PATCH 0081/2142] add new parachain icons, replace path for chains_dev.json and polkadot-dev.json (#687) --- chains/v5/chains_dev.json | 20 +++++++------- crowdloan/polkadot-dev.json | 10 +++---- icons/chains/gradient/Ajuna_new.svg | 22 ++++++++++++++++ icons/chains/gradient/Apron_new.svg | 22 ++++++++++++++++ icons/chains/gradient/Bajun_new.svg | 13 ++++++++++ icons/chains/gradient/Bifrost_Kusama_new.svg | 15 +++++++++++ .../chains/gradient/Bifrost_Polkadot_new.svg | 25 ++++++++++++++++++ .../gradient/Bit.Country_Continuum_new.svg | 23 ++++++++++++++++ .../gradient/Bit.Country_Pioneer_new.svg | 12 +++++++++ icons/chains/gradient/CLV_Parachain_new.svg | 22 ++++++++++++++++ .../chains/gradient/Integritee_Kusama_new.svg | 12 +++++++++ .../gradient/Integritee_Polkadot_new.svg | 22 ++++++++++++++++ icons/chains/gradient/Kpron_new.svg | 12 +++++++++ icons/chains/gradient/ParallelHeiko_new.svg | 12 +++++++++ icons/chains/gradient/Parallel_new.svg | 22 ++++++++++++++++ .../gradient/Polkadex_Parachain_new.svg | 26 +++++++++++++++++++ icons/chains/gradient/PontemNox_new.svg | 13 ++++++++++ icons/chains/gradient/Pontem_new.svg | 23 ++++++++++++++++ icons/chains/gradient/SORA_Parachain_new.svg | 13 ++++++++++ icons/chains/gradient/Statemine_new.svg | 12 +++++++++ icons/chains/gradient/Statemint_new.svg | 22 ++++++++++++++++ icons/chains/gradient/SubGame_Gamma_new.svg | 13 ++++++++++ icons/chains/gradient/SubGame_new.svg | 23 ++++++++++++++++ .../gradient/Subsocial_Parachain_new.svg | 12 +++++++++ 24 files changed, 406 insertions(+), 15 deletions(-) create mode 100644 icons/chains/gradient/Ajuna_new.svg create mode 100644 icons/chains/gradient/Apron_new.svg create mode 100644 icons/chains/gradient/Bajun_new.svg create mode 100644 icons/chains/gradient/Bifrost_Kusama_new.svg create mode 100644 icons/chains/gradient/Bifrost_Polkadot_new.svg create mode 100644 icons/chains/gradient/Bit.Country_Continuum_new.svg create mode 100644 icons/chains/gradient/Bit.Country_Pioneer_new.svg create mode 100644 icons/chains/gradient/CLV_Parachain_new.svg create mode 100644 icons/chains/gradient/Integritee_Kusama_new.svg create mode 100644 icons/chains/gradient/Integritee_Polkadot_new.svg create mode 100644 icons/chains/gradient/Kpron_new.svg create mode 100644 icons/chains/gradient/ParallelHeiko_new.svg create mode 100644 icons/chains/gradient/Parallel_new.svg create mode 100644 icons/chains/gradient/Polkadex_Parachain_new.svg create mode 100644 icons/chains/gradient/PontemNox_new.svg create mode 100644 icons/chains/gradient/Pontem_new.svg create mode 100644 icons/chains/gradient/SORA_Parachain_new.svg create mode 100644 icons/chains/gradient/Statemine_new.svg create mode 100644 icons/chains/gradient/Statemint_new.svg create mode 100644 icons/chains/gradient/SubGame_Gamma_new.svg create mode 100644 icons/chains/gradient/SubGame_new.svg create mode 100644 icons/chains/gradient/Subsocial_Parachain_new.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index fe7849b6b..b50fbfa9e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -383,7 +383,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine_new.svg", "addressPrefix": 2 }, { @@ -1303,7 +1303,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama_new.svg", "addressPrefix": 6 }, { @@ -1603,7 +1603,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko_new.svg", "addressPrefix": 110 }, { @@ -2085,7 +2085,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer_new.svg", "addressPrefix": 268 }, { @@ -2683,7 +2683,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel_new.svg", "addressPrefix": 172 }, { @@ -2727,7 +2727,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain_new.svg", "addressPrefix": 128 }, { @@ -2775,7 +2775,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint_new.svg", "addressPrefix": 0 }, { @@ -3123,7 +3123,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain_new.svg", "addressPrefix": 28 }, { @@ -3914,7 +3914,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot_new.svg", "addressPrefix": 6 }, { @@ -4315,7 +4315,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun_new.svg", "addressPrefix": 1337 }, { diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 4f53a6ad1..834ee1d96 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -47,7 +47,7 @@ "token": "CLV", "description": "Clover is a substrate based smart contract platform built for Polkadot, with added support for Ethereum developers to participate in the Polkadot ecosystem", "website": "https://clover.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain_new.svg", "rewardRate": 4 }, { @@ -56,7 +56,7 @@ "token": "PARA", "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://parallel.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel_new.svg", "rewardRate": 25 }, { @@ -100,7 +100,7 @@ "token": "SGB", "description": "SubGame builds multiple applications through a complete technical architecture", "website": "https://www.subgame.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame_new.svg" }, { "paraid": "2021", @@ -215,7 +215,7 @@ "token": "BNC", "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot_new.svg" }, { "paraid": "2043", @@ -239,7 +239,7 @@ "token": "TEER", "description": "Scalable solution for securely processing sensitive data", "website": "https://integritee.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot_new.svg" }, { "paraid": "2053", diff --git a/icons/chains/gradient/Ajuna_new.svg b/icons/chains/gradient/Ajuna_new.svg new file mode 100644 index 000000000..e6baa62b6 --- /dev/null +++ b/icons/chains/gradient/Ajuna_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Apron_new.svg b/icons/chains/gradient/Apron_new.svg new file mode 100644 index 000000000..9c1e98c54 --- /dev/null +++ b/icons/chains/gradient/Apron_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Bajun_new.svg b/icons/chains/gradient/Bajun_new.svg new file mode 100644 index 000000000..6f92d0802 --- /dev/null +++ b/icons/chains/gradient/Bajun_new.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Bifrost_Kusama_new.svg b/icons/chains/gradient/Bifrost_Kusama_new.svg new file mode 100644 index 000000000..53a34035e --- /dev/null +++ b/icons/chains/gradient/Bifrost_Kusama_new.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Bifrost_Polkadot_new.svg b/icons/chains/gradient/Bifrost_Polkadot_new.svg new file mode 100644 index 000000000..b4f651597 --- /dev/null +++ b/icons/chains/gradient/Bifrost_Polkadot_new.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Bit.Country_Continuum_new.svg b/icons/chains/gradient/Bit.Country_Continuum_new.svg new file mode 100644 index 000000000..3d29b48af --- /dev/null +++ b/icons/chains/gradient/Bit.Country_Continuum_new.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Bit.Country_Pioneer_new.svg b/icons/chains/gradient/Bit.Country_Pioneer_new.svg new file mode 100644 index 000000000..c33b53186 --- /dev/null +++ b/icons/chains/gradient/Bit.Country_Pioneer_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chains/gradient/CLV_Parachain_new.svg b/icons/chains/gradient/CLV_Parachain_new.svg new file mode 100644 index 000000000..c76c37a25 --- /dev/null +++ b/icons/chains/gradient/CLV_Parachain_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Integritee_Kusama_new.svg b/icons/chains/gradient/Integritee_Kusama_new.svg new file mode 100644 index 000000000..0dad61d13 --- /dev/null +++ b/icons/chains/gradient/Integritee_Kusama_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chains/gradient/Integritee_Polkadot_new.svg b/icons/chains/gradient/Integritee_Polkadot_new.svg new file mode 100644 index 000000000..8b81e07fe --- /dev/null +++ b/icons/chains/gradient/Integritee_Polkadot_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Kpron_new.svg b/icons/chains/gradient/Kpron_new.svg new file mode 100644 index 000000000..66c9faf54 --- /dev/null +++ b/icons/chains/gradient/Kpron_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chains/gradient/ParallelHeiko_new.svg b/icons/chains/gradient/ParallelHeiko_new.svg new file mode 100644 index 000000000..ee9533440 --- /dev/null +++ b/icons/chains/gradient/ParallelHeiko_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chains/gradient/Parallel_new.svg b/icons/chains/gradient/Parallel_new.svg new file mode 100644 index 000000000..eb8f62175 --- /dev/null +++ b/icons/chains/gradient/Parallel_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Polkadex_Parachain_new.svg b/icons/chains/gradient/Polkadex_Parachain_new.svg new file mode 100644 index 000000000..9769cc9a0 --- /dev/null +++ b/icons/chains/gradient/Polkadex_Parachain_new.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/PontemNox_new.svg b/icons/chains/gradient/PontemNox_new.svg new file mode 100644 index 000000000..3685f1626 --- /dev/null +++ b/icons/chains/gradient/PontemNox_new.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Pontem_new.svg b/icons/chains/gradient/Pontem_new.svg new file mode 100644 index 000000000..cf5db9ba7 --- /dev/null +++ b/icons/chains/gradient/Pontem_new.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/SORA_Parachain_new.svg b/icons/chains/gradient/SORA_Parachain_new.svg new file mode 100644 index 000000000..d2262510d --- /dev/null +++ b/icons/chains/gradient/SORA_Parachain_new.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Statemine_new.svg b/icons/chains/gradient/Statemine_new.svg new file mode 100644 index 000000000..1bfd7c810 --- /dev/null +++ b/icons/chains/gradient/Statemine_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/chains/gradient/Statemint_new.svg b/icons/chains/gradient/Statemint_new.svg new file mode 100644 index 000000000..9b0482515 --- /dev/null +++ b/icons/chains/gradient/Statemint_new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/SubGame_Gamma_new.svg b/icons/chains/gradient/SubGame_Gamma_new.svg new file mode 100644 index 000000000..600bdd7fe --- /dev/null +++ b/icons/chains/gradient/SubGame_Gamma_new.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/chains/gradient/SubGame_new.svg b/icons/chains/gradient/SubGame_new.svg new file mode 100644 index 000000000..829149d96 --- /dev/null +++ b/icons/chains/gradient/SubGame_new.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Subsocial_Parachain_new.svg b/icons/chains/gradient/Subsocial_Parachain_new.svg new file mode 100644 index 000000000..eb33e3350 --- /dev/null +++ b/icons/chains/gradient/Subsocial_Parachain_new.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + From f236a2f2622c06ab7eb622315dfc91d3ecdb6c9e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:39:02 +0300 Subject: [PATCH 0082/2142] Fix Bifrost BNC > Karura fee (#678) * Fix Bifrost BNC > Karura fee * Change dex coefficint from 2.6 to 3,5 * Change coefficient to real 3.9 --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 400e50714..c94672c52 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -375,7 +375,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27972000000000" + "value": "45189300000000" }, "instructions": "xtokensDest" } @@ -1244,7 +1244,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27972000000000" + "value": "45189300000000" }, "instructions": "xtokensDest" } From 25f5ad1e088619feeb52a20f9ab79af3929d0db3 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 9 Aug 2022 11:40:12 +0300 Subject: [PATCH 0083/2142] Promote new parachain icons to prod (#689) * promote new parachain icons to prod * Revert "promote new parachain icons to prod" This reverts commit cf3708ac2d47b3d648b9454cf3b9333dd519957d. * replace icons, remove test icon paths from polkadot-dev.json and chains_dev.json --- chains/v5/chains_dev.json | 20 +++++++------- crowdloan/polkadot-dev.json | 10 +++---- icons/chains/gradient/Ajuna.svg | 17 +++++++++--- icons/chains/gradient/Ajuna_new.svg | 22 ---------------- icons/chains/gradient/Apron.svg | 17 +++++++++--- icons/chains/gradient/Apron_new.svg | 22 ---------------- icons/chains/gradient/Bajun.svg | 7 ++--- icons/chains/gradient/Bajun_new.svg | 13 ---------- icons/chains/gradient/Bifrost_Kusama.svg | 7 ++--- icons/chains/gradient/Bifrost_Kusama_new.svg | 15 ----------- icons/chains/gradient/Bifrost_Polkadot.svg | 17 +++++++++--- .../chains/gradient/Bifrost_Polkadot_new.svg | 25 ------------------ .../chains/gradient/Bit.Country_Continuum.svg | 17 +++++++++--- .../gradient/Bit.Country_Continuum_new.svg | 23 ---------------- icons/chains/gradient/Bit.Country_Pioneer.svg | 7 ++--- .../gradient/Bit.Country_Pioneer_new.svg | 12 --------- icons/chains/gradient/CLV_Parachain.svg | 17 +++++++++--- icons/chains/gradient/CLV_Parachain_new.svg | 22 ---------------- icons/chains/gradient/Integritee_Kusama.svg | 11 ++++---- .../chains/gradient/Integritee_Kusama_new.svg | 12 --------- icons/chains/gradient/Integritee_Polkadot.svg | 21 +++++++++++---- .../gradient/Integritee_Polkadot_new.svg | 22 ---------------- icons/chains/gradient/Kpron.svg | 7 ++--- icons/chains/gradient/Kpron_new.svg | 12 --------- icons/chains/gradient/Parallel.svg | 17 +++++++++--- icons/chains/gradient/ParallelHeiko.svg | 7 ++--- icons/chains/gradient/ParallelHeiko_new.svg | 12 --------- icons/chains/gradient/Parallel_new.svg | 22 ---------------- icons/chains/gradient/Polkadex_Parachain.svg | 25 +++++++++++++----- .../gradient/Polkadex_Parachain_new.svg | 26 ------------------- icons/chains/gradient/Pontem.svg | 17 +++++++++--- icons/chains/gradient/PontemNox.svg | 7 ++--- icons/chains/gradient/PontemNox_new.svg | 13 ---------- icons/chains/gradient/Pontem_new.svg | 23 ---------------- icons/chains/gradient/SORA_Parachain.svg | 7 ++--- icons/chains/gradient/SORA_Parachain_new.svg | 13 ---------- icons/chains/gradient/Statemine.svg | 9 ++++--- icons/chains/gradient/Statemine_new.svg | 12 --------- icons/chains/gradient/Statemint.svg | 17 +++++++++--- icons/chains/gradient/Statemint_new.svg | 22 ---------------- icons/chains/gradient/SubGame.svg | 19 +++++++++++--- icons/chains/gradient/SubGame_Gamma.svg | 9 ++++--- icons/chains/gradient/SubGame_Gamma_new.svg | 13 ---------- icons/chains/gradient/SubGame_new.svg | 23 ---------------- icons/chains/gradient/Subsocial_Parachain.svg | 7 ++--- .../gradient/Subsocial_Parachain_new.svg | 12 --------- 46 files changed, 224 insertions(+), 483 deletions(-) delete mode 100644 icons/chains/gradient/Ajuna_new.svg delete mode 100644 icons/chains/gradient/Apron_new.svg delete mode 100644 icons/chains/gradient/Bajun_new.svg delete mode 100644 icons/chains/gradient/Bifrost_Kusama_new.svg delete mode 100644 icons/chains/gradient/Bifrost_Polkadot_new.svg delete mode 100644 icons/chains/gradient/Bit.Country_Continuum_new.svg delete mode 100644 icons/chains/gradient/Bit.Country_Pioneer_new.svg delete mode 100644 icons/chains/gradient/CLV_Parachain_new.svg delete mode 100644 icons/chains/gradient/Integritee_Kusama_new.svg delete mode 100644 icons/chains/gradient/Integritee_Polkadot_new.svg delete mode 100644 icons/chains/gradient/Kpron_new.svg delete mode 100644 icons/chains/gradient/ParallelHeiko_new.svg delete mode 100644 icons/chains/gradient/Parallel_new.svg delete mode 100644 icons/chains/gradient/Polkadex_Parachain_new.svg delete mode 100644 icons/chains/gradient/PontemNox_new.svg delete mode 100644 icons/chains/gradient/Pontem_new.svg delete mode 100644 icons/chains/gradient/SORA_Parachain_new.svg delete mode 100644 icons/chains/gradient/Statemine_new.svg delete mode 100644 icons/chains/gradient/Statemint_new.svg delete mode 100644 icons/chains/gradient/SubGame_Gamma_new.svg delete mode 100644 icons/chains/gradient/SubGame_new.svg delete mode 100644 icons/chains/gradient/Subsocial_Parachain_new.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b50fbfa9e..fe7849b6b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -383,7 +383,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -1303,7 +1303,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1603,7 +1603,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2085,7 +2085,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2683,7 +2683,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -2727,7 +2727,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -2775,7 +2775,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3123,7 +3123,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3914,7 +3914,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4315,7 +4315,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 834ee1d96..4f53a6ad1 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -47,7 +47,7 @@ "token": "CLV", "description": "Clover is a substrate based smart contract platform built for Polkadot, with added support for Ethereum developers to participate in the Polkadot ecosystem", "website": "https://clover.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "rewardRate": 4 }, { @@ -56,7 +56,7 @@ "token": "PARA", "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://parallel.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", "rewardRate": 25 }, { @@ -100,7 +100,7 @@ "token": "SGB", "description": "SubGame builds multiple applications through a complete technical architecture", "website": "https://www.subgame.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame_new.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame.svg" }, { "paraid": "2021", @@ -215,7 +215,7 @@ "token": "BNC", "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot_new.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" }, { "paraid": "2043", @@ -239,7 +239,7 @@ "token": "TEER", "description": "Scalable solution for securely processing sensitive data", "website": "https://integritee.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot_new.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" }, { "paraid": "2053", diff --git a/icons/chains/gradient/Ajuna.svg b/icons/chains/gradient/Ajuna.svg index ff87591a4..e6baa62b6 100644 --- a/icons/chains/gradient/Ajuna.svg +++ b/icons/chains/gradient/Ajuna.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/Ajuna_new.svg b/icons/chains/gradient/Ajuna_new.svg deleted file mode 100644 index e6baa62b6..000000000 --- a/icons/chains/gradient/Ajuna_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Apron.svg b/icons/chains/gradient/Apron.svg index 7ec69cbcf..9c1e98c54 100644 --- a/icons/chains/gradient/Apron.svg +++ b/icons/chains/gradient/Apron.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/Apron_new.svg b/icons/chains/gradient/Apron_new.svg deleted file mode 100644 index 9c1e98c54..000000000 --- a/icons/chains/gradient/Apron_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Bajun.svg b/icons/chains/gradient/Bajun.svg index 605c987a9..6f92d0802 100644 --- a/icons/chains/gradient/Bajun.svg +++ b/icons/chains/gradient/Bajun.svg @@ -1,12 +1,13 @@ - + + + - + - diff --git a/icons/chains/gradient/Bajun_new.svg b/icons/chains/gradient/Bajun_new.svg deleted file mode 100644 index 6f92d0802..000000000 --- a/icons/chains/gradient/Bajun_new.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Bifrost_Kusama.svg b/icons/chains/gradient/Bifrost_Kusama.svg index e757e9118..53a34035e 100644 --- a/icons/chains/gradient/Bifrost_Kusama.svg +++ b/icons/chains/gradient/Bifrost_Kusama.svg @@ -1,9 +1,10 @@ - + + + - - + diff --git a/icons/chains/gradient/Bifrost_Kusama_new.svg b/icons/chains/gradient/Bifrost_Kusama_new.svg deleted file mode 100644 index 53a34035e..000000000 --- a/icons/chains/gradient/Bifrost_Kusama_new.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Bifrost_Polkadot.svg b/icons/chains/gradient/Bifrost_Polkadot.svg index c6c77607b..b4f651597 100644 --- a/icons/chains/gradient/Bifrost_Polkadot.svg +++ b/icons/chains/gradient/Bifrost_Polkadot.svg @@ -1,14 +1,25 @@ - + + + + + + + + + + - - + + + + diff --git a/icons/chains/gradient/Bifrost_Polkadot_new.svg b/icons/chains/gradient/Bifrost_Polkadot_new.svg deleted file mode 100644 index b4f651597..000000000 --- a/icons/chains/gradient/Bifrost_Polkadot_new.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Bit.Country_Continuum.svg b/icons/chains/gradient/Bit.Country_Continuum.svg index 266059336..3d29b48af 100644 --- a/icons/chains/gradient/Bit.Country_Continuum.svg +++ b/icons/chains/gradient/Bit.Country_Continuum.svg @@ -1,12 +1,23 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/Bit.Country_Continuum_new.svg b/icons/chains/gradient/Bit.Country_Continuum_new.svg deleted file mode 100644 index 3d29b48af..000000000 --- a/icons/chains/gradient/Bit.Country_Continuum_new.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Bit.Country_Pioneer.svg b/icons/chains/gradient/Bit.Country_Pioneer.svg index 25850eae8..c33b53186 100644 --- a/icons/chains/gradient/Bit.Country_Pioneer.svg +++ b/icons/chains/gradient/Bit.Country_Pioneer.svg @@ -1,11 +1,12 @@ - + + + - + - diff --git a/icons/chains/gradient/Bit.Country_Pioneer_new.svg b/icons/chains/gradient/Bit.Country_Pioneer_new.svg deleted file mode 100644 index c33b53186..000000000 --- a/icons/chains/gradient/Bit.Country_Pioneer_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/icons/chains/gradient/CLV_Parachain.svg b/icons/chains/gradient/CLV_Parachain.svg index 36d065b80..c76c37a25 100644 --- a/icons/chains/gradient/CLV_Parachain.svg +++ b/icons/chains/gradient/CLV_Parachain.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/CLV_Parachain_new.svg b/icons/chains/gradient/CLV_Parachain_new.svg deleted file mode 100644 index c76c37a25..000000000 --- a/icons/chains/gradient/CLV_Parachain_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Integritee_Kusama.svg b/icons/chains/gradient/Integritee_Kusama.svg index 745d6ae35..0dad61d13 100644 --- a/icons/chains/gradient/Integritee_Kusama.svg +++ b/icons/chains/gradient/Integritee_Kusama.svg @@ -1,11 +1,12 @@ - + + + - - - - + + + diff --git a/icons/chains/gradient/Integritee_Kusama_new.svg b/icons/chains/gradient/Integritee_Kusama_new.svg deleted file mode 100644 index 0dad61d13..000000000 --- a/icons/chains/gradient/Integritee_Kusama_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/icons/chains/gradient/Integritee_Polkadot.svg b/icons/chains/gradient/Integritee_Polkadot.svg index 9507104ba..8b81e07fe 100644 --- a/icons/chains/gradient/Integritee_Polkadot.svg +++ b/icons/chains/gradient/Integritee_Polkadot.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - - - - + + + + + + diff --git a/icons/chains/gradient/Integritee_Polkadot_new.svg b/icons/chains/gradient/Integritee_Polkadot_new.svg deleted file mode 100644 index 8b81e07fe..000000000 --- a/icons/chains/gradient/Integritee_Polkadot_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Kpron.svg b/icons/chains/gradient/Kpron.svg index a2a4445c9..66c9faf54 100644 --- a/icons/chains/gradient/Kpron.svg +++ b/icons/chains/gradient/Kpron.svg @@ -1,11 +1,12 @@ - + + + - + - diff --git a/icons/chains/gradient/Kpron_new.svg b/icons/chains/gradient/Kpron_new.svg deleted file mode 100644 index 66c9faf54..000000000 --- a/icons/chains/gradient/Kpron_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/icons/chains/gradient/Parallel.svg b/icons/chains/gradient/Parallel.svg index 25c09946b..eb8f62175 100644 --- a/icons/chains/gradient/Parallel.svg +++ b/icons/chains/gradient/Parallel.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/ParallelHeiko.svg b/icons/chains/gradient/ParallelHeiko.svg index 693e09f4b..ee9533440 100644 --- a/icons/chains/gradient/ParallelHeiko.svg +++ b/icons/chains/gradient/ParallelHeiko.svg @@ -1,11 +1,12 @@ - + + + - + - diff --git a/icons/chains/gradient/ParallelHeiko_new.svg b/icons/chains/gradient/ParallelHeiko_new.svg deleted file mode 100644 index ee9533440..000000000 --- a/icons/chains/gradient/ParallelHeiko_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/icons/chains/gradient/Parallel_new.svg b/icons/chains/gradient/Parallel_new.svg deleted file mode 100644 index eb8f62175..000000000 --- a/icons/chains/gradient/Parallel_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Polkadex_Parachain.svg b/icons/chains/gradient/Polkadex_Parachain.svg index 3b84eb857..9769cc9a0 100644 --- a/icons/chains/gradient/Polkadex_Parachain.svg +++ b/icons/chains/gradient/Polkadex_Parachain.svg @@ -1,15 +1,26 @@ - + - - - - + + + + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/Polkadex_Parachain_new.svg b/icons/chains/gradient/Polkadex_Parachain_new.svg deleted file mode 100644 index 9769cc9a0..000000000 --- a/icons/chains/gradient/Polkadex_Parachain_new.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Pontem.svg b/icons/chains/gradient/Pontem.svg index a7a152dbe..cf5db9ba7 100644 --- a/icons/chains/gradient/Pontem.svg +++ b/icons/chains/gradient/Pontem.svg @@ -1,12 +1,23 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/PontemNox.svg b/icons/chains/gradient/PontemNox.svg index 91b9cd1a3..3685f1626 100644 --- a/icons/chains/gradient/PontemNox.svg +++ b/icons/chains/gradient/PontemNox.svg @@ -1,12 +1,13 @@ - + + + - + - diff --git a/icons/chains/gradient/PontemNox_new.svg b/icons/chains/gradient/PontemNox_new.svg deleted file mode 100644 index 3685f1626..000000000 --- a/icons/chains/gradient/PontemNox_new.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Pontem_new.svg b/icons/chains/gradient/Pontem_new.svg deleted file mode 100644 index cf5db9ba7..000000000 --- a/icons/chains/gradient/Pontem_new.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/SORA_Parachain.svg b/icons/chains/gradient/SORA_Parachain.svg index 1b2a76acf..d2262510d 100644 --- a/icons/chains/gradient/SORA_Parachain.svg +++ b/icons/chains/gradient/SORA_Parachain.svg @@ -1,12 +1,13 @@ - + + + - + - diff --git a/icons/chains/gradient/SORA_Parachain_new.svg b/icons/chains/gradient/SORA_Parachain_new.svg deleted file mode 100644 index d2262510d..000000000 --- a/icons/chains/gradient/SORA_Parachain_new.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Statemine.svg b/icons/chains/gradient/Statemine.svg index 3cd516c57..1bfd7c810 100644 --- a/icons/chains/gradient/Statemine.svg +++ b/icons/chains/gradient/Statemine.svg @@ -1,11 +1,12 @@ - - + + + + - + - diff --git a/icons/chains/gradient/Statemine_new.svg b/icons/chains/gradient/Statemine_new.svg deleted file mode 100644 index 1bfd7c810..000000000 --- a/icons/chains/gradient/Statemine_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/icons/chains/gradient/Statemint.svg b/icons/chains/gradient/Statemint.svg index 8fe75c7c7..9b0482515 100644 --- a/icons/chains/gradient/Statemint.svg +++ b/icons/chains/gradient/Statemint.svg @@ -1,11 +1,22 @@ - + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/Statemint_new.svg b/icons/chains/gradient/Statemint_new.svg deleted file mode 100644 index 9b0482515..000000000 --- a/icons/chains/gradient/Statemint_new.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/SubGame.svg b/icons/chains/gradient/SubGame.svg index d4ef1e16c..829149d96 100644 --- a/icons/chains/gradient/SubGame.svg +++ b/icons/chains/gradient/SubGame.svg @@ -1,12 +1,23 @@ - - + + + + + + + + + + + - + - + + + diff --git a/icons/chains/gradient/SubGame_Gamma.svg b/icons/chains/gradient/SubGame_Gamma.svg index 39bc912dc..600bdd7fe 100644 --- a/icons/chains/gradient/SubGame_Gamma.svg +++ b/icons/chains/gradient/SubGame_Gamma.svg @@ -1,12 +1,13 @@ - - + + + + - + - diff --git a/icons/chains/gradient/SubGame_Gamma_new.svg b/icons/chains/gradient/SubGame_Gamma_new.svg deleted file mode 100644 index 600bdd7fe..000000000 --- a/icons/chains/gradient/SubGame_Gamma_new.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/icons/chains/gradient/SubGame_new.svg b/icons/chains/gradient/SubGame_new.svg deleted file mode 100644 index 829149d96..000000000 --- a/icons/chains/gradient/SubGame_new.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Subsocial_Parachain.svg b/icons/chains/gradient/Subsocial_Parachain.svg index f99d6b2fb..eb33e3350 100644 --- a/icons/chains/gradient/Subsocial_Parachain.svg +++ b/icons/chains/gradient/Subsocial_Parachain.svg @@ -1,11 +1,12 @@ - + + + - + - diff --git a/icons/chains/gradient/Subsocial_Parachain_new.svg b/icons/chains/gradient/Subsocial_Parachain_new.svg deleted file mode 100644 index eb33e3350..000000000 --- a/icons/chains/gradient/Subsocial_Parachain_new.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - From ba9b5d7917c1a635600d485f943467455039d7a7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:04:51 +0300 Subject: [PATCH 0084/2142] Adding INTR and iBTC (#688) * Adding INTR and iBTC * Adding Acala xcms INTR and iBTC * delete typo * fix typo * Adding iBTC for Acala * fix proportional fee for Acala iBTC fix iBTC coefficient fix ibtc fo moonbeam --- xcm/v2/transfers_dev.json | 258 +++++++++++++++++++++++++++++++++++++- 1 file changed, 257 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c94672c52..8658ebfc5 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -145,6 +145,34 @@ }, "instructions": "xtokensReserve" } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -189,7 +217,8 @@ "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", - "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000" + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000" }, "chains": [ { @@ -998,6 +1027,80 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1096,6 +1199,80 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2068,6 +2245,85 @@ ] } ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "1158700" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 71ca7e804a47ed27f08d54a0c25a50f645c2fdf1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:09:31 +0300 Subject: [PATCH 0085/2142] Fix fee for INTR and iBTC (#690) * Fix fee for INTR in Acala * Fix for iBTC fee Moonbeam and Acala --- xcm/v2/transfers_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8658ebfc5..6b9d4f0fb 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1056,7 +1056,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -1093,7 +1093,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700" + "value": "116" }, "instructions": "xtokensDest" } @@ -1265,7 +1265,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "125160" }, "instructions": "xtokensDest" } @@ -2277,7 +2277,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -2300,7 +2300,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "125160" }, "instructions": "xtokensDest" } @@ -2314,7 +2314,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700" + "value": "116" }, "instructions": "xtokensDest" } From baffcc2aecbbc49b663f20d1de58e7e0dc70b071 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:56:46 +0300 Subject: [PATCH 0086/2142] Promote iBTC and INTR to production (#692) * Promote iBTC and INTR to production * Remove iBTC to Acala --- xcm/v2/transfers.json | 230 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 229 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 316f30b26..98d2c2f5d 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -107,6 +107,34 @@ "parachainId": 2012, "generalKey": "0x50415241" } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -149,7 +177,8 @@ "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", - "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000" + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000" }, "chains": [ { @@ -807,6 +836,66 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -905,6 +994,80 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "125160" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1539,6 +1702,71 @@ ] } ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "125160" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 720f6f6c616d6b4aa0f95ef91f814cc653aff05c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 11 Aug 2022 10:53:58 +0300 Subject: [PATCH 0087/2142] fix iBTC fee (#693) --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 6b9d4f0fb..8af2b40f8 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1093,7 +1093,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116" + "value": "11587" }, "instructions": "xtokensDest" } @@ -2314,7 +2314,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116" + "value": "11587" }, "instructions": "xtokensDest" } From 06ffc3e4ee14075de5ad0b021fd63eaf1b9a6bb6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 11 Aug 2022 13:28:28 +0300 Subject: [PATCH 0088/2142] Fix fee for MOVR, KAR, HKO (#695) * Fix Parallel heiko overestimate * Fix KAR karura fee * fix KAR fee for Bifrost * Fix MOVR fee for Bifrost --- xcm/v2/transfers_dev.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8af2b40f8..f292bedf8 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensReserve" } @@ -127,7 +127,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensReserve" } @@ -238,7 +238,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -252,7 +252,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -353,7 +353,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309393033442258200" + "value": "309372900000000000" }, "instructions": "xtokensDest" } @@ -472,7 +472,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensDest" } @@ -691,7 +691,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -737,7 +737,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensDest" } @@ -839,7 +839,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309393033442258200" + "value": "309372900000000000" }, "instructions": "xtokensDest" } @@ -1565,7 +1565,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1821,7 +1821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1835,7 +1835,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1950,7 +1950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309393033442258200" + "value": "309372900000000000" }, "instructions": "xtokensDest" } @@ -1978,7 +1978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensDest" } @@ -2001,7 +2001,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -2042,7 +2042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309393033442258200" + "value": "309372900000000000" }, "instructions": "xtokensDest" } @@ -2111,7 +2111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } From 7214dbd71ac1a0af14d11e9b41a1108d0846a0e0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Aug 2022 10:50:34 +0300 Subject: [PATCH 0089/2142] add price for BSX (#698) --- chains/v5/chains_dev.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index fe7849b6b..e81cc0865 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -675,6 +675,7 @@ "assetId": 22, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { @@ -1615,6 +1616,7 @@ "assetId": 0, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" } ], @@ -1774,6 +1776,7 @@ "assetId": 6, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { From 801de089ebe73ef4f30eccd3f94e4aaff75202be Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:46:00 +0300 Subject: [PATCH 0090/2142] Adding iBTC for Acala directions (#694) --- xcm/v2/transfers.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 98d2c2f5d..fdb475914 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -894,6 +894,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "11587" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1763,6 +1777,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "11587" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From bb4c6bf062aca236c5353f019a14266883936a2e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Aug 2022 11:46:10 +0300 Subject: [PATCH 0091/2142] promote price for BSX (#699) --- chains/v5/chains.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 42c30a0f8..16241b59b 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -626,6 +626,7 @@ "assetId": 22, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { @@ -1331,6 +1332,7 @@ "assetId": 0, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" } ], @@ -1656,6 +1658,7 @@ "assetId": 6, "symbol": "BSX", "precision": 12, + "priceId": "basilisk", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { From 6195df36e8e4153ab146d80a9406f9cd69d4d619 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:53:39 +0300 Subject: [PATCH 0092/2142] Fix fee for MOVR (#697) * fix MOVR fee * fee update * fix MOVR fee * Fix fee for Bifrost MOVR > Karura --- xcm/v2/transfers_dev.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f292bedf8..c549c4423 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -41,7 +41,8 @@ }, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" }, "instructions": "xtokensReserve" } @@ -1342,7 +1343,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" }, "instructions": "xtokensDest" } @@ -1384,7 +1386,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000" + "value": "115870000000000000" }, "instructions": "xtokensDest" } @@ -1936,7 +1938,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" }, "instructions": "xtokensDest" } @@ -2028,7 +2031,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" }, "instructions": "xtokensDest" } From 9860acf75b7eabcdde4cd1e5fc07f8493b3c559b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:14:00 +0300 Subject: [PATCH 0093/2142] Adding DOT xcms (#700) * Adding DOT xcms * Adding Moonbeam DOT > Acala * Adding Acala DOT > Moonbeam * Adding Astar DOT xcms --- xcm/v2/transfers_dev.json | 364 +++++++++++++++++++++++++++++++++++++- 1 file changed, 363 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c549c4423..5c9ca2ebb 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -174,6 +174,13 @@ }, "instructions": "xtokensReserve" } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006, + "palletInstance": 31 + } } }, "instructions": { @@ -219,7 +226,8 @@ "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", - "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000" + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000" }, "chains": [ { @@ -980,6 +988,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1156,6 +1206,34 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1274,6 +1352,85 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2185,6 +2342,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2326,6 +2525,169 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From d45604e9f95d726ca9af87a631db8480bf2fd199 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:50:58 +0300 Subject: [PATCH 0094/2142] Adding staking for Bifrost SubQuery (#701) --- chains/v5/chains_dev.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index e81cc0865..28e84425d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1301,7 +1301,11 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", From dd99bdcc18090a45c6df7b35c03980a5dbeb4f1b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Aug 2022 11:20:34 +0300 Subject: [PATCH 0095/2142] fix DOT id (#702) --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5c9ca2ebb..9a933696a 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1354,7 +1354,7 @@ ] }, { - "assetId": 1, + "assetId": 3, "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" From ec0b59b5cca0724c1e503d1c79bdc6608ec9d6a4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:21:02 +0300 Subject: [PATCH 0096/2142] Promote to production KAR, BNC, MOVR for Bifrost (#696) * Promote to production * Replace one side directions * replace iBTC * Adding Turing < KAR > Bifrost * Add fixes from DEV * delete Khala --- xcm/v2/transfers.json | 285 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 275 insertions(+), 10 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fdb475914..e6af9cd9a 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -5,6 +5,13 @@ "multiLocation": { "parachainId": 2000, "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensReserve" } }, "KSM": { @@ -31,6 +38,13 @@ "multiLocation": { "parachainId": 2023, "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" } }, "BNC": { @@ -42,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "9269600000000" }, "instructions": "xtokensReserve" } @@ -92,6 +106,13 @@ "multiLocation": { "parachainId": 2092, "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "310800000000" + }, + "instructions": "xtokensReserve" } }, "HKO": { @@ -99,6 +120,13 @@ "multiLocation": { "parachainId": 2085, "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "6952200000000" + }, + "instructions": "xtokensReserve" } }, "PARA": { @@ -106,6 +134,13 @@ "multiLocation": { "parachainId": 2012, "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23310000000000" + }, + "instructions": "xtokensReserve" } }, "INTR": { @@ -198,7 +233,21 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -299,7 +348,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309393033442258200" + "value": "309372900000000000" }, "instructions": "xtokensDest" } @@ -350,7 +399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27972000000000" + "value": "45189300000000" }, "instructions": "xtokensDest" } @@ -364,7 +413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6400000000000" + "value": "9269600000000" }, "instructions": "xtokensDest" } @@ -387,7 +436,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensDest" } @@ -547,6 +596,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "9269600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -584,6 +647,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -624,7 +701,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6993000000000" + "value": "6952200000000" }, "instructions": "xtokensDest" } @@ -711,6 +788,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1151,7 +1251,36 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" }, "instructions": "xtokensDest" } @@ -1180,6 +1309,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "45189300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1275,6 +1418,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1481,7 +1689,21 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1582,7 +1804,50 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" }, "instructions": "xtokensDest" } From 1253db9fa275af7695ea4d3e1b9e042fc8db594f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:07:37 +0300 Subject: [PATCH 0097/2142] Adding reserveFee for ASTR (#703) --- xcm/v2/transfers_dev.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 9a933696a..fc3f28a20 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -180,6 +180,13 @@ "multiLocation": { "parachainId": 2006, "palletInstance": 31 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "11587754" + }, + "instructions": "xtokensReserve" } } }, From 102ba3b5fe17b9ab50715c687a3f63af8945774d Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Aug 2022 14:26:00 +0300 Subject: [PATCH 0098/2142] Add GM chain (#704) * add new price for aUSD * add GM parachain * fix GN icon --- chains/v2/types/gm.json | 16 +++++++++ chains/v5/chains_dev.json | 65 +++++++++++++++++++++++++++++++++---- icons/tokens/white/FREN.svg | 3 ++ icons/tokens/white/GM.svg | 4 +++ icons/tokens/white/GN.svg | 4 +++ 5 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 chains/v2/types/gm.json create mode 100644 icons/tokens/white/FREN.svg create mode 100644 icons/tokens/white/GM.svg create mode 100644 icons/tokens/white/GN.svg diff --git a/chains/v2/types/gm.json b/chains/v2/types/gm.json new file mode 100644 index 000000000..856670178 --- /dev/null +++ b/chains/v2/types/gm.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 3, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "gm_chain_runtime.Event": "GenericEvent", + "gm_chain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 28e84425d..cc8cea521 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -403,7 +403,7 @@ "symbol": "aUSD", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "typeExtras": { "currencyIdScale": "0x0081", @@ -1189,7 +1189,7 @@ "assetId": 5, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -1504,7 +1504,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -1769,7 +1769,7 @@ "assetId": 5, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -2125,7 +2125,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -2624,7 +2624,7 @@ "assetId": 4, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -3609,7 +3609,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -4437,5 +4437,56 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 42 } ] diff --git a/icons/tokens/white/FREN.svg b/icons/tokens/white/FREN.svg new file mode 100644 index 000000000..68ba0ad04 --- /dev/null +++ b/icons/tokens/white/FREN.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/GM.svg b/icons/tokens/white/GM.svg new file mode 100644 index 000000000..1d36c5908 --- /dev/null +++ b/icons/tokens/white/GM.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/GN.svg b/icons/tokens/white/GN.svg new file mode 100644 index 000000000..9224d8d4d --- /dev/null +++ b/icons/tokens/white/GN.svg @@ -0,0 +1,4 @@ + + + + From 6cb1467ad8b27f3bb8fc5556d87162a565743b95 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Aug 2022 17:30:27 +0300 Subject: [PATCH 0099/2142] Promote GM chain (#706) * promote aUSD price * promote GM network --- chains/v5/chains.json | 65 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 58 insertions(+), 7 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 16241b59b..d04ec57ba 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -354,7 +354,7 @@ "symbol": "aUSD", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "typeExtras": { "currencyIdScale": "0x0081", @@ -1205,7 +1205,7 @@ "assetId": 5, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -1443,7 +1443,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -1647,7 +1647,7 @@ "assetId": 5, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -1943,7 +1943,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -2256,7 +2256,7 @@ "assetId": 4, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -3290,7 +3290,7 @@ "assetId": 2, "symbol": "aUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -3931,5 +3931,56 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 42 } ] From 299b160073a64a989f8e9ff26505bfb44da388e7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:30:52 +0300 Subject: [PATCH 0100/2142] Remove XCMs from Astar (#707) --- xcm/v2/transfers_dev.json | 84 --------------------------------------- 1 file changed, 84 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index fc3f28a20..3faa2ab45 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2613,90 +2613,6 @@ ] } ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "117354363236" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "115870000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "11285231116" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "20425865355" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "233100000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] } ] } \ No newline at end of file From d9e15e1595533c8f07ba8c8c307e91d949ace0e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:38:45 +0300 Subject: [PATCH 0101/2142] Update networks (#708) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index ed07a04ca..45ee4be2e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -21,6 +21,7 @@ | Edgeware | EDG | Subscan
Sub.ID | - | | Efinity | EFI | - | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | Encointer | KSM | - | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| GM | FREN
GM
GN | - | - | | HydraDX | HDX | - | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | Imbue | IMBU | - | - | | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | From 585a6fe7e8131fc632b00359d4cd710a953a6b66 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Aug 2022 23:02:04 +0300 Subject: [PATCH 0102/2142] fix xcausd price --- chains/v5/chains.json | 4 ++-- chains/v5/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index d04ec57ba..f251da81e 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -758,7 +758,7 @@ "symbol": "xcaUSD", "precision": 12, "type": "statemine", - "priceId": "tether", + "priceId": "acala-dollar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" @@ -953,7 +953,7 @@ "assetId": 8, "symbol": "xcaUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index cc8cea521..ccfd9865c 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -872,7 +872,7 @@ "assetId": 8, "symbol": "xcaUSD", "precision": 12, - "priceId": "tether", + "priceId": "acala-dollar", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { @@ -2409,7 +2409,7 @@ "symbol": "xcaUSD", "precision": 12, "type": "statemine", - "priceId": "tether", + "priceId": "acala-dollar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" From b112e0aea959aff04d8176224b2b24d70de43e18 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 17 Aug 2022 09:44:15 +0300 Subject: [PATCH 0103/2142] Moonbeam GLMR > Acala --- xcm/v2/transfers_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3faa2ab45..b570d932f 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1060,6 +1060,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 2ca738269002a05413b13c07723a54d360d73556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 09:57:42 +0300 Subject: [PATCH 0104/2142] Update Test data File (#710) * Update test data file * Adding test account Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 6f8c50335..4474db0e0 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -288,5 +288,10 @@ "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "name": "Bajun", "account": "0x826939f45e70591448e916f5093700a02d0c4bbf677cf1a946279813f37b0e32" + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "name": "GM", + "account": "0x7cc8f7ae75fa8c2e8deb07fd0f0e528784f70e626114aaea40e5f73772512166" } ] \ No newline at end of file From 1826b497d5676ca0695d0c7a7d4b7d9cf762cceb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:53:13 +0300 Subject: [PATCH 0105/2142] Adding new destinations for MOVR (#711) * Parallel Heiko MOVR > Karura, Khala * Moonriver MOVR > Karura * Karura MOVR > Khala, Moonriver, Parallel Heiko --- xcm/v2/transfers_dev.json | 84 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3faa2ab45..6c7366af6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -403,6 +403,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -861,6 +875,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2123,6 +2179,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 6e91c3c03a27f72af38bb3da735ad8da0b7e314c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 17 Aug 2022 09:49:37 +0300 Subject: [PATCH 0106/2142] Parallel GLMR > Acala --- xcm/v2/transfers_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index b570d932f..4600ea286 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2326,6 +2326,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From a3cc28d4dd005972c679eda37512aedf7b723b78 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:38:28 +0300 Subject: [PATCH 0107/2142] Temporary remove all XCM from Acala (#714) --- xcm/v2/transfers_dev.json | 195 -------------------------------------- 1 file changed, 195 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 6c7366af6..51bc30ad1 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1302,201 +1302,6 @@ } ] }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assets": [ - { - "assetId": 0, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "31204285721418" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "4662000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "27234487140" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3209201422318" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "90141" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "125160" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "20425865355" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "117354363236" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "233100000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "11285231116" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "assets": [ From 16675f8517aa62ba34c2f381f36611ca1a8fa24f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 17 Aug 2022 14:29:13 +0300 Subject: [PATCH 0108/2142] fix GLMR fee on Acala --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 52fc4b29d..0568d32ed 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1124,7 +1124,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "11587000000000000000" }, "instructions": "xtokensDest" } From 72fa2604af320d97a48e845c5ee5cafc7b5b5d69 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:50:19 +0300 Subject: [PATCH 0109/2142] Promote new destinations for MOVR (#713) --- xcm/v2/transfers.json | 84 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index e6af9cd9a..96289d502 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -382,6 +382,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -809,6 +823,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "699300000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1825,6 +1881,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 14e976db8003a4e5decff779f27e412ab39c1d9a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Aug 2022 16:26:53 +0300 Subject: [PATCH 0110/2142] Fix GM addressprefix and add GM OR DIE dapp to dev (#717) * fix address prefix for gm * add GM dapp --- chains/v5/chains_dev.json | 2 +- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/GM.svg | 11 +++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 icons/dapps/color/GM.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index ccfd9865c..3ef8461c5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4487,6 +4487,6 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 42 + "addressPrefix": 7013 } ] diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index edc1ce4e4..a62d647d1 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -586,6 +586,14 @@ "defi", "evm" ] + }, + { + "name": "GM OR DIE", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "url": "https://app.gmordie.com/", + "categories": [ + "community" + ] } ] } diff --git a/icons/dapps/color/GM.svg b/icons/dapps/color/GM.svg new file mode 100644 index 000000000..7d8a20368 --- /dev/null +++ b/icons/dapps/color/GM.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 9da6fe61582fa8444731ce02f21c4023dccf22a3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Aug 2022 17:31:27 +0300 Subject: [PATCH 0111/2142] Promote GM new addressprefix and dapp (#718) * promote GM new addressprefix and dapp * title fix --- chains/v5/chains.json | 2 +- dapps/dapps.json | 8 ++++++++ dapps/dapps_dev.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f251da81e..13888f980 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3981,6 +3981,6 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 42 + "addressPrefix": 7013 } ] diff --git a/dapps/dapps.json b/dapps/dapps.json index cc0e36920..d0a59b438 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -467,6 +467,14 @@ "categories": [ "defi" ] + }, + { + "name": "GM! Say it back", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "url": "https://app.gmordie.com/", + "categories": [ + "community" + ] } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a62d647d1..9f806ca17 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -588,7 +588,7 @@ ] }, { - "name": "GM OR DIE", + "name": "GM! Say it back", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ From dd76bb4e9a8b9a46ecd2a9d925994ba7c9028cf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 10:29:43 +0300 Subject: [PATCH 0112/2142] Update dapps list (#719) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dapps/README.md b/dapps/README.md index 4411a47d2..09618c067 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -17,6 +17,7 @@ | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | | EVRLOOT | https://game.evrloot.com/game | nft | | Evolution Land. Columbus | https://www.evolution.land/land/3 | nft,evm | +| GM! Say it back | https://app.gmordie.com/ | community | | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | | Interlay Rewards Claim | https://crowdloan.interlay.io/ | crowdloans | From 86ad9f0c72652c286e974551fd108bd59ff796d0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:30:33 +0300 Subject: [PATCH 0113/2142] Adding Polkadot DOT > Interlay (#721) --- xcm/v2/transfers_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 0568d32ed..1d2f1681a 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1311,6 +1311,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From a21cf7b36d5bf4003c03bfc1ff67e270ad41a218 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:38:19 +0300 Subject: [PATCH 0114/2142] Fix polkadot instructions (#722) --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1d2f1681a..64354781f 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1321,10 +1321,10 @@ "type": "proportional", "value": "20425865355" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] } From 515c376a3046b3fc30e962b1e173b7b332202b0a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Aug 2022 13:50:27 +0300 Subject: [PATCH 0115/2142] add new HKO xcm --- xcm/v2/transfers_dev.json | 112 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 64354781f..f5c1b6ff3 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -773,6 +773,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "892857142857142" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1859,6 +1901,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2068,6 +2138,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "892857142857142" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 7bcab2940a1fc4237956c769bdc9ed5efdc3dc0b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Aug 2022 13:57:05 +0300 Subject: [PATCH 0116/2142] add xcHKO from Moonriver --- xcm/v2/transfers_dev.json | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f5c1b6ff3..849df91c6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -508,6 +508,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From d82a1aa93c2e6defc98a30dd2d055117a965c680 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:20:08 +0300 Subject: [PATCH 0117/2142] Fix fee for GLMR (#723) * Fix fee for GLMR * Return to standard type of fee --- xcm/v2/transfers_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 849df91c6..1cef033a6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -95,6 +95,12 @@ "multiLocation": { "parachainId": 2004, "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensReserve" } }, "RMRK": { From d1a40d942e31b0948fc955c7f8b86d5e05c501f4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:20:38 +0300 Subject: [PATCH 0118/2142] Promote temporary remove XCM from Acala (#715) --- xcm/v2/transfers.json | 116 ------------------------------------------ 1 file changed, 116 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 96289d502..fdddcf359 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1125,122 +1125,6 @@ } ] }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assets": [ - { - "assetId": 0, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "31204285721418" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "4662000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "27234487140" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3209201422318" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "90141" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "125160" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "assets": [ From ff9c82022dc8b61a135dbb7cedd50cee756c2fdc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:32:11 +0300 Subject: [PATCH 0119/2142] Promote Additiona XCMs for DOT (#720) * Promote Additiona XCMs for DOT * Adding Polkadot DOT > Interlay * Fix instructions for Polkadot DOT > Interlay --- xcm/v2/transfers.json | 205 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fdddcf359..9ddd0154e 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -944,6 +944,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1120,6 +1162,48 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1885,6 +1969,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2026,6 +2152,85 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From f3b663c5f3ad9300cae8060413e8d5ac3549b533 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 19 Aug 2022 17:33:31 +0300 Subject: [PATCH 0120/2142] Promote HKO xcm (#725) * add xcHKO from Moonriver * add HKO from Karura, fix indentation * add HKO from Parallel Heiko * add HKO from Turing --- xcm/v2/transfers.json | 177 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 9ddd0154e..d6d6086b3 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -456,6 +456,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -721,6 +763,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "892857142857142" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1696,6 +1780,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1885,6 +1997,71 @@ { "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "6952200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "892857142857142" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, { "assetId": 3, "assetLocation": "KAR", From 7ee2e7e9442b18b0f9745f615895c06fb18bfff4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:34:23 +0300 Subject: [PATCH 0121/2142] Adding networkBaseWeight for Astar (#726) --- xcm/v2/transfers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index d6d6086b3..7b2049d52 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -213,7 +213,8 @@ "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", - "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000" + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000" }, "chains": [ { From 693ad790bb829bc4a1edc5e830dd2b8da7e887f0 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Sat, 20 Aug 2022 00:04:51 +0300 Subject: [PATCH 0122/2142] Promote Tinkernet to prod (#727) --- chains/v5/chains.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 13888f980..bcdecfc81 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3932,6 +3932,31 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 81a0033ae833be4cd2c593a25ec0dbb019cf9f2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 19:52:22 +0300 Subject: [PATCH 0123/2142] Update networks (#728) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index 45ee4be2e..1a991110e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -55,6 +55,7 @@ | Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Subsocial Solochain | SUB | Sub.ID | - | | Tanganika | DHX | - | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| Tinkernet | TNKR | - | - | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | Westend | WND | Subscan | [nova-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-westend) | From e0396a3f2f9c9a14e492f33c79b9d537157d39a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Aug 2022 11:22:42 +0300 Subject: [PATCH 0124/2142] fix GM precision on chains_dev.json (#730) --- chains/v5/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 3ef8461c5..889e0c5c3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4452,7 +4452,7 @@ { "assetId": 1, "symbol": "GM", - "precision": 12, + "precision": 0, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { @@ -4465,7 +4465,7 @@ { "assetId": 2, "symbol": "GN", - "precision": 12, + "precision": 0, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { From 707412a09464847d05d30147c2f29e5a76ac7f40 Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Mon, 22 Aug 2022 11:30:26 -0300 Subject: [PATCH 0125/2142] Fix GM tokens precision (#729) * Update chains.json * Fix GM and GN precision * Revert "Update chains.json" This reverts commit db4960ebc522e3c8ddebff5f795a2eea90c21d48. * Revert "Revert "Update chains.json"" This reverts commit 0ecc7465b04217999b9e003bdd168d7a9a1ac115. * Revert "Fix GM and GN precision" This reverts commit 7cf86b81a75d777dfd5e90eb8d3470c57196fd0e. Co-authored-by: leohar --- chains/v5/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index bcdecfc81..c271ddcce 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3971,7 +3971,7 @@ { "assetId": 1, "symbol": "GM", - "precision": 12, + "precision": 0, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { @@ -3984,7 +3984,7 @@ { "assetId": 2, "symbol": "GN", - "precision": 12, + "precision": 0, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { From 55d5aebf58f0fdac5341336ffafd71c5c8db5c7b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Aug 2022 18:02:44 +0300 Subject: [PATCH 0126/2142] add tinkernet claim dapp --- dapps/dapps_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 9f806ca17..232c29441 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -594,6 +594,14 @@ "categories": [ "community" ] + }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] } ] } From 1ffbc5386a2042d9e9aa94c5a92cff6e880e1c1a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 23 Aug 2022 08:18:12 +0300 Subject: [PATCH 0127/2142] Change test account for Noddle PArachain (#732) --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 4474db0e0..51f58a5ae 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -182,7 +182,7 @@ { "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", "name": "Nodle Parachain", - "account": "0x0c4b6f3ee4dcd1288b6886f52f9d779d6e3d436f3543fde14a1e352f03aefd71" + "account": "0x6d6f646c70792f72657372760000000000000000000000000000000000000000" }, { "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", From 964950f6595c198f91f80c17660163c85fc8d54e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 23 Aug 2022 14:36:59 +0300 Subject: [PATCH 0128/2142] add new Tinkernet icon to test on dev --- dapps/dapps_dev.json | 2 +- icons/dapps/color/Tinkernet.svg | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 icons/dapps/color/Tinkernet.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 232c29441..a5e06589f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -597,7 +597,7 @@ }, { "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", "url": "https://www.tinker.network/claim", "categories": [ "crowdloans" diff --git a/icons/dapps/color/Tinkernet.svg b/icons/dapps/color/Tinkernet.svg new file mode 100644 index 000000000..4791a49f5 --- /dev/null +++ b/icons/dapps/color/Tinkernet.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 862718d823f1bb9d2ac15133ceb29d43f2e7f4c1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 23 Aug 2022 15:58:37 +0300 Subject: [PATCH 0129/2142] Promote Tinkernet claim dapp (#733) * promote tinkernet claim dapp * fix new icon path --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index d0a59b438..a0e46ec83 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -475,6 +475,14 @@ "categories": [ "community" ] + }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] } ] } From 8ddc9be4f4a9bddab80d7fb190a4fa3389e28abb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 18:43:05 +0300 Subject: [PATCH 0130/2142] Update dapps list (#735) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dapps/README.md b/dapps/README.md index 09618c067..ca8897e77 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -51,5 +51,6 @@ | Subsocial App | https://app.subsocial.network/ | community | | Subsquare. Khala network | https://khala.subsquare.io/ | community | | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | | TofuNFT | https://tofunft.com/ | nft,evm | | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 6210ec97dd705a3e634ab9b50c15863e29793512 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 23 Aug 2022 22:07:54 +0300 Subject: [PATCH 0131/2142] Adding Mangata < KSM > Kusama --- xcm/v2/transfers_dev.json | 45 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1cef033a6..aa0936196 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -240,7 +240,8 @@ "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", - "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000" + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000" }, "chains": [ { @@ -677,6 +678,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2704,6 +2719,34 @@ ] } ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From d6cbec1aa9d3b2d1043b6ca8d3293b874983e004 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 23 Aug 2022 22:16:53 +0300 Subject: [PATCH 0132/2142] Adding Kusama KSM > Turing | Bifrost,Karura,Kintsugi,Moonriver,Heiko to Mangata --- xcm/v2/transfers_dev.json | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index aa0936196..a5a5cd8fd 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -359,6 +359,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -692,6 +706,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "160000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -957,6 +985,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1708,6 +1750,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1894,6 +1950,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2108,6 +2178,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2743,6 +2827,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From f79c06f8fa99ec55322e1d254d36c6d00298b620 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 23 Aug 2022 22:21:27 +0300 Subject: [PATCH 0133/2142] Mangata KSM > Moonriver, Heiko, Karura, Bifrost --- xcm/v2/transfers_dev.json | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index a5a5cd8fd..777e39ad9 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2841,6 +2841,62 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From d2121c74bbfaee8efdb1968a694802ae09658c63 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:36:05 +0300 Subject: [PATCH 0134/2142] Adding new SubQuery and switching current (#736) * Change subquery for Zeitgeist * return prod for Karura * Adding SubQuery for Imbue * Change SubQuery for Bifrost * Return prod SubQuery for Acala --- chains/v5/chains.json | 6 ++++++ chains/v5/chains_dev.json | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c271ddcce..73c10af2b 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3929,6 +3929,12 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 889e0c5c3..a8566ff84 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -767,7 +767,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", @@ -1301,11 +1301,11 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" }, "staking": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", @@ -2321,7 +2321,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", @@ -2963,11 +2963,11 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" }, "staking": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", @@ -4350,7 +4350,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", From 453de4240f28efac49e370db2989918f360e1790 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:37:36 +0300 Subject: [PATCH 0135/2142] Update networks (#738) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 1a991110e..adfb4a015 100644 --- a/chains/README.md +++ b/chains/README.md @@ -23,7 +23,7 @@ | Encointer | KSM | - | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | GM | FREN
GM
GN | - | - | | HydraDX | HDX | - | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| Imbue | IMBU | - | - | +| Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | From 644910013dd725755d62ee8d1193ff2afc36103d Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 Aug 2022 09:19:12 +0300 Subject: [PATCH 0136/2142] add tinker to balance test --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 51f58a5ae..89b6824d0 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -293,5 +293,10 @@ "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "name": "GM", "account": "0x7cc8f7ae75fa8c2e8deb07fd0f0e528784f70e626114aaea40e5f73772512166" + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "name": "Tinkernet", + "account": "0xea55d832eda0d27865866ef6b01c4edf6bf83bf6d33784e9bc03c8289d2e7239" } ] \ No newline at end of file From fbfce6567d7ab2145fb2c20fa6678bc67e06ac1d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 25 Aug 2022 09:35:52 +0300 Subject: [PATCH 0137/2142] Update test data script --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index fb4cf631a..4e4dbcfa4 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Statemint', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Tinkernet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From f19abd87ebdcb9d0e407b378aa65f8345d90ecf7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 Aug 2022 11:52:39 +0300 Subject: [PATCH 0138/2142] add KAR xcms --- xcm/v2/transfers_dev.json | 112 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 777e39ad9..47606234b 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -281,6 +281,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -818,6 +846,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2099,6 +2141,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2350,6 +2420,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From f623d2a36e430e7364c9a8d98e8e68c203aa9c8c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 Aug 2022 12:42:13 +0300 Subject: [PATCH 0139/2142] add KINT xcms --- xcm/v2/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 47606234b..3bf460f8c 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -622,6 +622,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "965646171792" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -883,6 +897,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1056250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From be589a9a87873c3c402a7d0f1803dbf47e233971 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 Aug 2022 19:17:37 +0300 Subject: [PATCH 0140/2142] promote ksm xcm (#739) --- xcm/v2/transfers.json | 199 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 198 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 7b2049d52..f6a5665e8 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -214,7 +214,8 @@ "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", - "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000" + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000" }, "chains": [ { @@ -332,6 +333,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -620,6 +635,34 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "160000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -885,6 +928,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1525,6 +1582,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1711,6 +1782,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1925,6 +2010,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2411,6 +2510,104 @@ ] } ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 0ac110bcab8c7817565d9f1757dd755930a81167 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 12:52:32 +0300 Subject: [PATCH 0141/2142] add BSX for xcm --- xcm/v2/transfers_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3bf460f8c..f5ac75806 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -194,6 +194,20 @@ }, "instructions": "xtokensReserve" } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalKey": "0x00000000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1000000000000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { From 1969602d6204cb2e60d25370566a9604e39cb4f9 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 13:05:41 +0300 Subject: [PATCH 0142/2142] fix --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f5ac75806..1af31f406 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -199,7 +199,7 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { "parachainId": 2090, - "generalKey": "0x00000000" + "generalIndex": "0" }, "reserveFee": { "mode": { From 5657971ea7c2cd8503b3b559df19f134d7036959 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 13:12:30 +0300 Subject: [PATCH 0143/2142] add Nodle price (#743) --- chains/v5/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a8566ff84..4f1cec92a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3474,6 +3474,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, + "priceId": "nodle-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" } ], From 60084995e33b8aedbeca216be4380ad0232968af Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 13:48:16 +0300 Subject: [PATCH 0144/2142] promote Nodle price (#745) --- chains/v5/chains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 73c10af2b..557b1758a 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3182,6 +3182,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, + "priceId": "nodle-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" } ], From 5731260db3f111406ffeebb0b6bbf2895221e2c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:18:15 +0300 Subject: [PATCH 0145/2142] Update Test data File (#744) * Update test data file * Update test data Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 4e4dbcfa4..4b7b7806b 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 89b6824d0..2dbdfdd7e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -298,5 +298,10 @@ "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", "name": "Tinkernet", "account": "0xea55d832eda0d27865866ef6b01c4edf6bf83bf6d33784e9bc03c8289d2e7239" + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "name": "Statemint", + "account": "0xaa41228830918cc1cf16e50df86ba154a483d77ebe3182bacfb876af4fe9ff6b" } ] \ No newline at end of file From a8fd9c56807d271ee5ca954614ee7ac5bbf7486a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 14:21:54 +0300 Subject: [PATCH 0146/2142] fix assetsLocation, add networkbaseweight, destinations --- xcm/v2/transfers_dev.json | 56 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1af31f406..22ceff079 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -199,7 +199,7 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { "parachainId": 2090, - "generalIndex": "0" + "generalKey": "0" }, "reserveFee": { "mode": { @@ -255,7 +255,8 @@ "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", - "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000" + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000" }, "chains": [ { @@ -1150,6 +1151,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3055,6 +3079,34 @@ ] } ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 45c9f200dea21b964021712578d218df6852e965 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 14:29:01 +0300 Subject: [PATCH 0147/2142] Update xcm/v2/transfers_dev.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 22ceff079..d9c6be26d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1166,7 +1166,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "1000000000000" }, "instructions": "xtokensDest" } From 604ad2a265db9ecc65678ba85170da076ea92239 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:55:19 +0300 Subject: [PATCH 0148/2142] Fix BSX generalKey (#746) --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d9c6be26d..b1cc09bcc 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -199,7 +199,7 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { "parachainId": 2090, - "generalKey": "0" + "generalKey": "0x00000000" }, "reserveFee": { "mode": { From 24d8663af82038138e4ca44266b2eefa5af7d9af Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Aug 2022 16:10:43 +0300 Subject: [PATCH 0149/2142] add KSM, aUSD to BSX --- chains/v5/chains_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4f1cec92a..9012b1320 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1622,6 +1622,34 @@ "precision": 12, "priceId": "basilisk", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } } ], "nodes": [ From 75bb5921295164f8308c40e2eab62eaf09dd8892 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Aug 2022 11:43:07 +0300 Subject: [PATCH 0150/2142] fix BSX assetLocation --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index b1cc09bcc..385297ee4 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -199,7 +199,7 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { "parachainId": 2090, - "generalKey": "0x00000000" + "generalIndex": "0x00000000" }, "reserveFee": { "mode": { From 26a587d82947271899e7db7d2e5c898d6d2f4886 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Aug 2022 11:49:19 +0300 Subject: [PATCH 0151/2142] Update xcm/v2/transfers_dev.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 385297ee4..d176174cd 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -199,7 +199,7 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { "parachainId": 2090, - "generalIndex": "0x00000000" + "generalIndex": "0" }, "reserveFee": { "mode": { From 493148287964888973035d09698bec1ac8dd89e8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:13:13 +0300 Subject: [PATCH 0152/2142] fix basilisk fee (#751) --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d176174cd..6aac8215d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -204,7 +204,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1000000000000" + "value": "55000000000000000" }, "instructions": "xtokensReserve" } @@ -1166,7 +1166,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000000" + "value": "55000000000000000" }, "instructions": "xtokensDest" } From d1f62b02f88a61be6bf9458c08891deb144f1877 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Aug 2022 13:52:41 +0300 Subject: [PATCH 0153/2142] Add SNOW and Aventus crowdloans (#752) * add SNOW crowdloan * add Aventus crowdloan * fix Aventus description --- crowdloan/kusama.json | 8 ++++++++ crowdloan/polkadot-dev.json | 8 ++++++++ icons/chains/gradient/Aventus.svg | 15 +++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 icons/chains/gradient/Aventus.svg diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 75a21b1d1..cf6a9a7dc 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -460,5 +460,13 @@ "website": "https://www.kilt.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "rewardRate": 25 + }, + { + "paraid": "2129", + "name": "SNOW", + "token": "ICZ", + "description": "SNOW is EVM and eWASM-compatible and is optimized for ICON’s BTP", + "website": "https://icenetwork.io/snow/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg" } ] diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 4f53a6ad1..f7412c265 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -256,5 +256,13 @@ "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", "website": "https://kylin.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" + }, + { + "paraid": "2056", + "name": "Aventus", + "token": "AVT", + "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", + "website": "https://www.aventus.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" } ] diff --git a/icons/chains/gradient/Aventus.svg b/icons/chains/gradient/Aventus.svg new file mode 100644 index 000000000..50cb30d14 --- /dev/null +++ b/icons/chains/gradient/Aventus.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From dabb20bb5c1401c3586ffcf23b581c11737d8f81 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Aug 2022 15:10:09 +0300 Subject: [PATCH 0154/2142] Add Ternoa and Amplitude networks (#753) * add Amplitude to dev * add Ternoa network fix Amplitude token icon * fix CAPS price id * fix staking --- chains/v2/types/amplitude.json | 16 +++++++++ chains/v2/types/ternoa.json | 16 +++++++++ chains/v5/chains_dev.json | 59 ++++++++++++++++++++++++++++++++ icons/chains/gradient/Ternoa.svg | 17 +++++++++ icons/chains/white/Amplitude.svg | 3 ++ icons/chains/white/Ternoa.svg | 3 ++ 6 files changed, 114 insertions(+) create mode 100644 chains/v2/types/amplitude.json create mode 100644 chains/v2/types/ternoa.json create mode 100644 icons/chains/gradient/Ternoa.svg create mode 100644 icons/chains/white/Amplitude.svg create mode 100644 icons/chains/white/Ternoa.svg diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json new file mode 100644 index 000000000..a95370250 --- /dev/null +++ b/chains/v2/types/amplitude.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "amplitude_runtime.Event": "GenericEvent", + "amplitude_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json new file mode 100644 index 000000000..b93daaa98 --- /dev/null +++ b/chains/v2/types/ternoa.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 6, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "mainnet_runtime.Event": "GenericEvent", + "mainnet_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 9012b1320..62df4260f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4517,5 +4517,64 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://pencol-kus-01.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/Ternoa.svg b/icons/chains/gradient/Ternoa.svg new file mode 100644 index 000000000..14e8cec1c --- /dev/null +++ b/icons/chains/gradient/Ternoa.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/icons/chains/white/Amplitude.svg b/icons/chains/white/Amplitude.svg new file mode 100644 index 000000000..5720d4319 --- /dev/null +++ b/icons/chains/white/Amplitude.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/chains/white/Ternoa.svg b/icons/chains/white/Ternoa.svg new file mode 100644 index 000000000..290a5f774 --- /dev/null +++ b/icons/chains/white/Ternoa.svg @@ -0,0 +1,3 @@ + + + From 3959f7534c52f8d117bbb40f96d7d84d9162d586 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 30 Aug 2022 01:12:14 +0300 Subject: [PATCH 0155/2142] promote Aventus crowdloan (#754) --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 4f53a6ad1..f7412c265 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -256,5 +256,13 @@ "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", "website": "https://kylin.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" + }, + { + "paraid": "2056", + "name": "Aventus", + "token": "AVT", + "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", + "website": "https://www.aventus.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" } ] From 3bc71911709a4e5b14d180c3bfc0422b189c156d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 30 Aug 2022 12:28:09 +0300 Subject: [PATCH 0156/2142] promote KSM, aUSD to BSX (#749) --- chains/v5/chains.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 557b1758a..8f457fd3f 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1334,6 +1334,34 @@ "precision": 12, "priceId": "basilisk", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } } ], "nodes": [ From 56186ff9fbb9b27103ac93f24e331e27a4cc372a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Aug 2022 09:40:18 +0300 Subject: [PATCH 0157/2142] fix Evolutionland url --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index a0e46ec83..809fcb9da 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -454,7 +454,7 @@ { "name": "Evolution Land. Columbus", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", - "url": "https://www.evolution.land/land/3", + "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", "evm" diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a5e06589f..6dcd6c4a7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -555,7 +555,7 @@ { "name": "Evolution Land. Columbus", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", - "url": "https://www.evolution.land/land/3", + "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", "evm" From b9cdedbaf9309b643a8f2b8a1cb5e4aa34574d73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:56:35 +0300 Subject: [PATCH 0158/2142] Update dapps list (#760) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index ca8897e77..f00cb9b30 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -16,7 +16,7 @@ | Dotmarketcap | https://dotmarketcap.com/ | utilities | | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | | EVRLOOT | https://game.evrloot.com/game | nft | -| Evolution Land. Columbus | https://www.evolution.land/land/3 | nft,evm | +| Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | | GM! Say it back | https://app.gmordie.com/ | community | | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | From b66e032ea43c9cc303e7dd595c2bf0c47975f3c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:56:54 +0300 Subject: [PATCH 0159/2142] Update networks (#758) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index adfb4a015..5f83cc113 100644 --- a/chains/README.md +++ b/chains/README.md @@ -7,7 +7,7 @@ | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | Bajun | BAJU | - | - | -| Basilisk | BSX | Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| Basilisk | BSX
KSM
aUSD | Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | Bifrost | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | Bifrost Polkadot | BNC | - | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | Bit.Country Pioneer | NEER | - | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | From 26ee2ac13a0c641a29496d413bde427adf469be4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 10:02:25 +0300 Subject: [PATCH 0160/2142] Update Test data File (#755) * Update test data file * Adding test accounts Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 2dbdfdd7e..46eb5628d 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -303,5 +303,15 @@ "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "name": "Statemint", "account": "0xaa41228830918cc1cf16e50df86ba154a483d77ebe3182bacfb876af4fe9ff6b" + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "name": "Amplitude", + "account": "0xe6a6e0982d8789297512734b05a3b6992cc844b70697435cf88eccd902675431" + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" } ] \ No newline at end of file From 56d4b4e0f3f5e703a07d7791dc14929d52d17d04 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:25:39 +0300 Subject: [PATCH 0161/2142] Update networks, adding explorers (#762) * Adding explorers on dev * Adding explorers on PROD * Fix typo --- chains/v5/chains.json | 54 +++++++++++++++++++++++++++++++++++++++ chains/v5/chains_dev.json | 38 +++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 8f457fd3f..87f733650 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1379,6 +1379,12 @@ } ], "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, { "name": "Sub.ID", "account": "https://sub.id/{address}" @@ -1928,6 +1934,14 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true @@ -2538,6 +2552,14 @@ "name": "Encointer association node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true @@ -3036,6 +3058,14 @@ "name": "Efinity node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true @@ -3067,6 +3097,14 @@ "name": "Calactic Council node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true @@ -3621,6 +3659,14 @@ "name": "Liebi node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true @@ -3898,6 +3944,14 @@ "name": "DataHighway node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 62df4260f..b45fe7877 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1667,6 +1667,12 @@ } ], "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, { "name": "Sub.ID", "account": "https://sub.id/{address}" @@ -2110,6 +2116,14 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true @@ -3359,6 +3373,14 @@ "name": "Calactic Council node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true @@ -3940,6 +3962,14 @@ "name": "Liebi node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true @@ -4310,6 +4340,14 @@ "name": "DataHighway node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true From 042bbcc74a0662ea9da81351fcded76cb2aea891 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:27:32 +0300 Subject: [PATCH 0162/2142] Update networks (#764) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/chains/README.md b/chains/README.md index 5f83cc113..e71904b14 100644 --- a/chains/README.md +++ b/chains/README.md @@ -7,10 +7,10 @@ | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | Bajun | BAJU | - | - | -| Basilisk | BSX
KSM
aUSD | Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| Basilisk | BSX
KSM
aUSD | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | Bifrost | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| Bifrost Polkadot | BNC | - | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| Bit.Country Pioneer | NEER | - | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| Bit.Country Pioneer | NEER | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | @@ -19,10 +19,10 @@ | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | Edgeware | EDG | Subscan
Sub.ID | - | -| Efinity | EFI | - | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| Encointer | KSM | - | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | GM | FREN
GM
GN | - | - | -| HydraDX | HDX | - | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| HydraDX | HDX | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | @@ -54,7 +54,7 @@ | Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Subsocial Solochain | SUB | Sub.ID | - | -| Tanganika | DHX | - | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | | Tinkernet | TNKR | - | - | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | From 765c99fdde60463daf76a5339ea2b4ea6950d18c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Aug 2022 14:22:43 +0300 Subject: [PATCH 0163/2142] Adding new SubQuery projects (#761) * Adding GM subquery * Adding Tinkernet SubQuery --- chains/v5/chains_dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b45fe7877..1afdf5716 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4502,6 +4502,12 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet__bm92Y" + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, @@ -4553,6 +4559,12 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network__bm92Y" + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, From c30f4b64b067defbe09f605f61496a7e1943affd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:03:13 +0300 Subject: [PATCH 0164/2142] Remove SubSocial solochain (#763) --- chains/v5/chains_dev.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1afdf5716..3ea906a6e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1442,42 +1442,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://arch.subsocial.network", - "name": "Arch node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Solochain.svg", - "addressPrefix": 28 - }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 98acfb6438628c15502822ea799069334033aa45 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Sep 2022 14:34:39 +0300 Subject: [PATCH 0165/2142] Promote Amplitude network (#757) * promote Ternoa and Amplitude networks * remove Ternoa staking * remove Ternoa --- chains/v5/chains.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 87f733650..2a8906ebf 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4096,5 +4096,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://pencol-kus-01.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 } ] From 4f78f2c5b54b22435717d629d545ca81fbc3ce53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:31:02 +0300 Subject: [PATCH 0166/2142] Update networks (#767) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index e71904b14..f95cf3344 100644 --- a/chains/README.md +++ b/chains/README.md @@ -5,6 +5,7 @@ | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| Amplitude | AMPE | - | - | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | Bajun | BAJU | - | - | | Basilisk | BSX
KSM
aUSD | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | From 950174ea38ad1d6af7ef4e20b2d7656bfc165a83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:31:21 +0300 Subject: [PATCH 0167/2142] Update test data file (#766) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 46eb5628d..875357d08 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -119,11 +119,6 @@ "name": "Centrifuge Parachain", "account": "0xb03cd3fb823de75f888ac647105d7820476a6b1943a74af840996d2b28e64017" }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "account": "0x24d6d8fc5d051fd471e275f14c83e95287d2b863e4cc802de1f78dea06c6ca78" - }, { "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", "name": "Zeitgeist", From d7aea1cfbe4baa98c0f13616e7e46c2e9c3cd070 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Sep 2022 15:33:27 +0300 Subject: [PATCH 0168/2142] promote KAR and KINT xcms (#748) --- xcm/v2/transfers.json | 140 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index f6a5665e8..0c4dbed80 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -255,6 +255,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -537,6 +565,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "965646171792" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -761,6 +803,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -784,6 +840,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1056250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1931,6 +2001,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2182,6 +2280,48 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "12350000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11655000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 2f7a39c43091587b83f1e2b6c6444c71f2528d37 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Sep 2022 13:37:21 +0300 Subject: [PATCH 0169/2142] add Raresama dapp to dev (#768) --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/Raresama.svg | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 icons/dapps/color/Raresama.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 6dcd6c4a7..d18614324 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -602,6 +602,14 @@ "categories": [ "crowdloans" ] + }, + { + "name": "Raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", + "url": "https://raresama.com/", + "categories": [ + "nft" + ] } ] } diff --git a/icons/dapps/color/Raresama.svg b/icons/dapps/color/Raresama.svg new file mode 100644 index 000000000..985731596 --- /dev/null +++ b/icons/dapps/color/Raresama.svg @@ -0,0 +1,4 @@ + + + + From 33f912cdd7d82932c86a00114d972020a28a4486 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Sep 2022 21:22:39 +0300 Subject: [PATCH 0170/2142] promote Raresama dapp (#769) --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 809fcb9da..d9cddd6c5 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -483,6 +483,14 @@ "categories": [ "crowdloans" ] + }, + { + "name": "Raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", + "url": "https://raresama.com/", + "categories": [ + "nft" + ] } ] } From 9be60172e4dd056b1113fd2e476ec9bdf0a0ba43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:23:24 +0000 Subject: [PATCH 0171/2142] Update dapps list --- dapps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dapps/README.md b/dapps/README.md index f00cb9b30..67f72373c 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -40,6 +40,7 @@ | Polkadot.js | https://polkadot.js.org/apps/# | utilities | | Polkassembly | https://polkadot.polkassembly.io/ | community | | Polkawatch | https://polkawatch.app/ | staking | +| Raresama | https://raresama.com/ | nft | | Singular | https://singular.rmrk.app/ | nft | | Singular 2.0 | https://singular.app/ | nft | | Skybreach | https://skybreach.app/ | nft,evm | From c6be9a3878fc1a3a4ed8cea5d759595216d9e79f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 5 Sep 2022 10:29:40 +0300 Subject: [PATCH 0172/2142] add NEER price --- chains/v5/chains_dev.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 3ea906a6e..e0aacdb6d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -662,6 +662,7 @@ "assetId": 21, "symbol": "NEER", "precision": 18, + "priceId": "metaverse-network-pioneer", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { @@ -2067,6 +2068,7 @@ "assetId": 0, "symbol": "NEER", "precision": 18, + "priceId": "metaverse-network-pioneer", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" } ], From 363abeedea1220ca9004f47082079393ed79fe62 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 5 Sep 2022 13:35:21 +0300 Subject: [PATCH 0173/2142] promote NEER price --- chains/v5/chains.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 2a8906ebf..f96dc508d 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -613,6 +613,7 @@ "assetId": 21, "symbol": "NEER", "precision": 18, + "priceId": "metaverse-network-pioneer", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { @@ -1921,6 +1922,7 @@ "assetId": 0, "symbol": "NEER", "precision": 18, + "priceId": "metaverse-network-pioneer", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" } ], From c29026d38f565f7b4c32df36e8ab7f12890a0bdd Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Sep 2022 10:06:06 +0300 Subject: [PATCH 0174/2142] add and promote PARA price --- chains/v5/chains.json | 2 ++ chains/v5/chains_dev.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f96dc508d..00be846f7 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2043,6 +2043,7 @@ "assetId": 6, "symbol": "PARA", "precision": 12, + "priceId": "parallel-finance", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { @@ -2261,6 +2262,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, + "priceId": "parallel-finance", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" }, { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index e0aacdb6d..8c835ff3c 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2189,6 +2189,7 @@ "assetId": 6, "symbol": "PARA", "precision": 12, + "priceId": "parallel-finance", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { @@ -2593,6 +2594,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, + "priceId": "parallel-finance", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" }, { From 2c57f654f1f90af63e5928e28a3ff4fbc7ceb436 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Sep 2022 10:21:08 +0300 Subject: [PATCH 0175/2142] add price to xcPARA --- chains/v5/chains.json | 1 + chains/v5/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 00be846f7..c6a5233de 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -780,6 +780,7 @@ "assetId": 4, "symbol": "xcPARA", "precision": 12, + "priceId": "parallel-finance", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8c835ff3c..cba898f18 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2439,6 +2439,7 @@ "assetId": 4, "symbol": "xcPARA", "precision": 12, + "priceId": "parallel-finance", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { From 9bae320d240c496ec6b91dfef18ed99f7df8a0d8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Sep 2022 10:54:06 +0300 Subject: [PATCH 0176/2142] update Basilisk nodes --- chains/v5/chains_dev.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index cba898f18..8a8fa6c9f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1619,12 +1619,8 @@ ], "nodes": [ { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" }, { "url": "wss://basilisk-rpc.dwellir.com", From 72162d2133c0eec4ef9d79b11e602648695e7862 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:38:05 +0300 Subject: [PATCH 0177/2142] Remove Mandala from tests (#776) --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 4b7b7806b..3a36b9026 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 875357d08..a991285d6 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -139,11 +139,6 @@ "name": "Moonbase Alpha", "account": "0xecfd4b7d4e25c55439d8e111812d47ee3e029909" }, - { - "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", - "name": "Acala Mandala", - "account": "0xae11d3c53a718499271a1e3ef920d888a7d4fac98a1c2f636d1375ba8314fb3a" - }, { "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", "name": "Encointer", From 12e1a9c4702ba82bca8a6bf9e8563099add372bb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:38:18 +0300 Subject: [PATCH 0178/2142] Change nodes for hydradx (#775) --- chains/v5/chains_dev.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8a8fa6c9f..fcaea0864 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3334,8 +3334,12 @@ ], "nodes": [ { - "url": "wss://rpc-01.hydradx.io", + "url": "wss://rpc.hydradx.cloud", "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From 20a78c222b5f4399ef64f463bfb6e98c1acaf3e8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:22:02 +0300 Subject: [PATCH 0179/2142] Fix Acala GLMR fee (#778) * Change GLMR fee for Parallel * Change fee for Parallel --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 6aac8215d..93d853b30 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2674,7 +2674,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "11587000000000000000" }, "instructions": "xtokensDest" } From 5ac09a06b53f068cf6c14d6d862666876347b042 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 11:40:26 +0300 Subject: [PATCH 0180/2142] add xcLIT --- chains/v5/chains_dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index fcaea0864..96521646c 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -944,6 +944,17 @@ "typeExtras": { "assetId": "105075627293246237499203909093923548958" } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } } ], "nodes": [ From b5858c62d9c29d43d70f8db4f08214c5be4c3c4b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:44:36 +0300 Subject: [PATCH 0181/2142] adding Ternoa subquery project (#779) --- chains/v5/chains_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index fcaea0864..666894e40 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4589,6 +4589,12 @@ "event": null } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true From bfd003b8681c236c1c11ced67deca50ad744ce06 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:47:08 +0300 Subject: [PATCH 0182/2142] Adding more nodes for GM network (#780) --- chains/v5/chains.json | 8 ++++++++ chains/v5/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c6a5233de..3c053685f 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4090,6 +4090,14 @@ } ], "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, { "url": "wss://kusama.gmordie.com", "name": "GMorDieDAO node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 666894e40..91c316d3b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4519,6 +4519,14 @@ } ], "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, { "url": "wss://kusama.gmordie.com", "name": "GMorDieDAO node" From 071bf04bfe0d78625472885348ecd00cd5b6280e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 11:57:19 +0300 Subject: [PATCH 0183/2142] add xcSDN --- chains/v5/chains_dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 96521646c..8df9cec83 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -955,6 +955,17 @@ "typeExtras": { "assetId": "65216491554813189869575508812319036608" } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } } ], "nodes": [ From 7611f4e06f94f8585a2e9eafdfec44ea6265475c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 12:35:17 +0300 Subject: [PATCH 0184/2142] promote xcLIT, xcSDN --- chains/v5/chains.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3c053685f..c396af17f 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1026,6 +1026,28 @@ "typeExtras": { "assetId": "105075627293246237499203909093923548958" } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } } ], "nodes": [ From dad9e33b362b991c8cee630b9ef31f049d193bea Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:11:13 +0300 Subject: [PATCH 0185/2142] Change nodes for Basilisk/HydraDX (#777) --- chains/v5/chains.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3c053685f..535691600 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1368,12 +1368,8 @@ ], "nodes": [ { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" }, { "url": "wss://basilisk-rpc.dwellir.com", @@ -3098,8 +3094,12 @@ ], "nodes": [ { - "url": "wss://rpc-01.hydradx.io", + "url": "wss://rpc.hydradx.cloud", "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From 28bc6dadc1b7aaddf6ae1d8b50e6ef7cc19b9a7c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 13:39:04 +0300 Subject: [PATCH 0186/2142] Add Bitgreen crowdloan (#784) * add Bitgreen * add Bitgreen icon --- crowdloan/polkadot-dev.json | 8 ++++++++ icons/chains/gradient/Bitgreen.svg | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 icons/chains/gradient/Bitgreen.svg diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index f7412c265..1f67eeecb 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -264,5 +264,13 @@ "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", "website": "https://www.aventus.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" + }, + { + "paraid": "2048", + "name": "Bitgreen", + "token": "BITG", + "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", + "website": "https://bitgreen.org/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" } ] diff --git a/icons/chains/gradient/Bitgreen.svg b/icons/chains/gradient/Bitgreen.svg new file mode 100644 index 000000000..16e277375 --- /dev/null +++ b/icons/chains/gradient/Bitgreen.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 6cb3be577ae275e081550709dbd8ef6e06f5e40b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:46:24 +0300 Subject: [PATCH 0187/2142] Update networks (#783) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index f95cf3344..6005221a1 100644 --- a/chains/README.md +++ b/chains/README.md @@ -38,7 +38,7 @@ | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | From 22b6f2cd9dd3125c4efbef7e652d9f4aefcc55fa Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 14:30:28 +0300 Subject: [PATCH 0188/2142] promote Bitgreen crowdloan (#785) --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index f7412c265..1f67eeecb 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -264,5 +264,13 @@ "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", "website": "https://www.aventus.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" + }, + { + "paraid": "2048", + "name": "Bitgreen", + "token": "BITG", + "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", + "website": "https://bitgreen.org/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" } ] From f041ed8a658e37decf247bff6ec83973d0e492bb Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Sep 2022 17:07:27 +0300 Subject: [PATCH 0189/2142] add Ternoa Alphanet (#786) --- chains/v2/types/ternoa_alphanet.json | 16 ++++++++++++ chains/v5/chains_dev.json | 37 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 chains/v2/types/ternoa_alphanet.json diff --git a/chains/v2/types/ternoa_alphanet.json b/chains/v2/types/ternoa_alphanet.json new file mode 100644 index 000000000..945c584d8 --- /dev/null +++ b/chains/v2/types/ternoa_alphanet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 6, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "alphanet_runtime.Event": "GenericEvent", + "alphanet_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index bbba9f2b8..c4af8e8cf 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4631,5 +4631,42 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] From 7b8f1dd1721473f7aa777da9bd2e8149d8dbc1ba Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Sep 2022 15:01:15 +0300 Subject: [PATCH 0190/2142] fix Ternoa Alphanet icon (#788) --- chains/v5/chains_dev.json | 2 +- icons/chains/gradient/Ternoa_Alphanet.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Ternoa_Alphanet.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index c4af8e8cf..9837e7777 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4663,7 +4663,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" diff --git a/icons/chains/gradient/Ternoa_Alphanet.svg b/icons/chains/gradient/Ternoa_Alphanet.svg new file mode 100644 index 000000000..063994d24 --- /dev/null +++ b/icons/chains/gradient/Ternoa_Alphanet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From acfdcc0cacfb6431f15552a034471e5138a93d8a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Sep 2022 15:01:44 +0300 Subject: [PATCH 0191/2142] add BitCountry and Zeitgeist dapps to dev (#789) --- dapps/dapps_dev.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index d18614324..94a7438b6 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -610,6 +610,25 @@ "categories": [ "nft" ] + }, + { + "name": "Bit.Country Pioneer Metaverse", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "url": "https://pioneer.bit.country/", + "categories": [ + "nft", + "staking" + + ] + }, + { + "name": "Zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "url": "https://app.zeitgeist.pm/", + "categories": [ + "nft", + "utilities" + ] } ] } From afce6f9e5c327493a3986dbe343c5c33e8b505a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Sep 2022 19:22:50 +0300 Subject: [PATCH 0192/2142] Promote Ternoa network (#765) * promote Ternoa * fix --- chains/v5/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index abfc2cda7..c0d253638 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4156,5 +4156,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 } ] From d190274cf5ecc80fd3b8ca29e804ae1040e8d05c Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:30:34 +0300 Subject: [PATCH 0193/2142] Add Poop token (#791) * Add Poop token * Update poop id * Update namings --- chains/v5/chains_dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 9837e7777..5bbcb1c8b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2485,6 +2485,16 @@ "typeExtras": { "assetId": "120637696315203257380661607956669368914" } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } } ], "nodes": [ From 433cb13eaf3ec12e2b0ad42fd37ad100e413e97f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Sep 2022 10:34:06 +0300 Subject: [PATCH 0194/2142] add Poop icon --- chains/v5/chains_dev.json | 1 + icons/tokens/white/POOP.svg | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 icons/tokens/white/POOP.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 5bbcb1c8b..dc9db9029 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2491,6 +2491,7 @@ "symbol": "POOP", "precision": 18, "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" diff --git a/icons/tokens/white/POOP.svg b/icons/tokens/white/POOP.svg new file mode 100644 index 000000000..efb192730 --- /dev/null +++ b/icons/tokens/white/POOP.svg @@ -0,0 +1,3 @@ + + + From e0077c15d674011af1ca2c0fcd15abdfcc161e47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:07:20 +0300 Subject: [PATCH 0195/2142] Update networks (#792) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index 6005221a1..01cc553e6 100644 --- a/chains/README.md +++ b/chains/README.md @@ -56,6 +56,7 @@ | Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Subsocial Solochain | SUB | Sub.ID | - | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| Ternoa | CAPS | Ternoa explorer | - | | Tinkernet | TNKR | - | - | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | From 79607e981f341e314b512aab226c8e5fe97b5289 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:16:46 +0300 Subject: [PATCH 0196/2142] Update Test data File (#795) * Update test data file * Adding test account dor Ternoa * Remove Polymesh testnet Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 3a36b9026..84a13da4c 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index a991285d6..5211cd993 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -254,11 +254,6 @@ "name": "Moonbase Relay Testnet", "account": "0xb48663c0c39f8b6f69550dd2d7af070e0b638d675643b50b91bc45ac6e946d5c" }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "account": "0x563197a71bfb6066e1b48923279f4ce8c31eeb15270c31d75f637c7fbc192177" - }, { "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", "name": "Pichiu", @@ -303,5 +298,10 @@ "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", "name": "Ternoa", "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" } ] \ No newline at end of file From 4b173c96c7025b547a2e2180f32424d5ee88b130 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:37:08 +0300 Subject: [PATCH 0197/2142] Remove Ternoa alphanet (#796) --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 84a13da4c..d8de6d13b 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 5211cd993..7e7a6f054 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -298,10 +298,5 @@ "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", "name": "Ternoa", "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" } ] \ No newline at end of file From b039a6f3ab70e23585646551a3fa34349de619c3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Sep 2022 13:39:29 +0300 Subject: [PATCH 0198/2142] add ACE dapp, temporarily icon is Turing default --- dapps/dapps_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 94a7438b6..bdde09b69 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -629,6 +629,14 @@ "nft", "utilities" ] + }, + { + "name": "ACE", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "url": "https://ace.web3go.xyz/#/", + "categories": [ + "utilities" + ] } ] } From af3b7b0023202854958ce134c44745d5c60eca78 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:00:03 +0300 Subject: [PATCH 0199/2142] Switch SubQuery to another urls (#798) * Changing subquery for Westend * Change subquery for Polkadot * Change SubQuery for kusama --- chains/v5/chains_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index dc9db9029..1427b21d5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -60,11 +60,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" + "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "history": { "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" + "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "crowdloans": { "type": "github", @@ -139,11 +139,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" + "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "history": { "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" + "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "crowdloans": { "type": "github", @@ -201,11 +201,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "history": { "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "crowdloans": { "type": "github", From c9d16bad44d50be8c53e6367cdf3b82a46de2a55 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:08:46 +0300 Subject: [PATCH 0200/2142] Changed subquery urls (#799) --- chains/v5/chains_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1427b21d5..4a5e10de1 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -60,11 +60,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "history": { "type": "subquery", - "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "crowdloans": { "type": "github", @@ -139,11 +139,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "history": { "type": "subquery", - "url": "https://sz.api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "crowdloans": { "type": "github", From 8cce517e9d742a8278ab6f2382dd89cba39b6754 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:31:09 +0300 Subject: [PATCH 0201/2142] Delete unavailable node for Pioneer (#800) * Delete unavailable node * delete unavailable node --- chains/v5/chains.json | 4 ---- chains/v5/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c0d253638..8666ae462 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1946,10 +1946,6 @@ } ], "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, { "url": "wss://pioneer.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4a5e10de1..0cbfadc1c 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2091,10 +2091,6 @@ } ], "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, { "url": "wss://pioneer.api.onfinality.io/public-ws", "name": "OnFinality node" From 8d3efd123ecb58dbd71a3bef3558ba3fce6eb83b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Sep 2022 16:51:57 +0300 Subject: [PATCH 0202/2142] add ACE icon --- dapps/dapps_dev.json | 2 +- icons/dapps/color/ACE.svg | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 icons/dapps/color/ACE.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index bdde09b69..c244189a4 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -632,7 +632,7 @@ }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" diff --git a/icons/dapps/color/ACE.svg b/icons/dapps/color/ACE.svg new file mode 100644 index 000000000..f3fd3ec8c --- /dev/null +++ b/icons/dapps/color/ACE.svg @@ -0,0 +1,5 @@ + + + + + From 21c56225378c7858e63aacdc913e1e0e89c2bdb7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Sep 2022 17:44:01 +0300 Subject: [PATCH 0203/2142] add POOP price (#801) --- chains/v5/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0cbfadc1c..a78100c2f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2487,6 +2487,7 @@ "symbol": "POOP", "precision": 18, "type": "statemine", + "priceId": "raresama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", From f457d90b70ad2a4215423ed9fa16a8816d559c64 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Sep 2022 17:51:11 +0300 Subject: [PATCH 0204/2142] promote POOP --- chains/v5/chains.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 8666ae462..c304c6797 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -808,6 +808,18 @@ "typeExtras": { "assetId": "120637696315203257380661607956669368914" } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } } ], "nodes": [ From 309ede8cc6a9650f5c911990fc8b485fe1801660 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Sep 2022 20:32:42 +0300 Subject: [PATCH 0205/2142] add Turing staging --- chains/v2/types/turing_staging.json | 16 ++++++++++++++ chains/v5/chains_dev.json | 28 ++++++++++++++++++++++++ icons/chains/gradient/Turing_Staging.svg | 10 +++++++++ 3 files changed, 54 insertions(+) create mode 100644 chains/v2/types/turing_staging.json create mode 100644 icons/chains/gradient/Turing_Staging.svg diff --git a/chains/v2/types/turing_staging.json b/chains/v2/types/turing_staging.json new file mode 100644 index 000000000..5d7d966b7 --- /dev/null +++ b/chains/v2/types/turing_staging.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 286, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "turing_runtime.Event": "GenericEvent", + "turing_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a78100c2f..90f5ecc9b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4676,5 +4676,33 @@ "options": [ "testnet" ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] } ] diff --git a/icons/chains/gradient/Turing_Staging.svg b/icons/chains/gradient/Turing_Staging.svg new file mode 100644 index 000000000..34555e702 --- /dev/null +++ b/icons/chains/gradient/Turing_Staging.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 2938441fbe2f1331e931f1277f06c5e8ed160a4f Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Sep 2022 13:00:40 +0300 Subject: [PATCH 0206/2142] promote Ternoa staking (#806) --- chains/v5/chains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 8666ae462..7ece441ca 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4161,6 +4161,7 @@ "assetId": 0, "symbol": "CAPS", "priceId": "coin-capsule", + "staking": "relaychain", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" } From b025a78f9c926fad5bdd68124a768fa32a23b277 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Sep 2022 14:23:36 +0300 Subject: [PATCH 0207/2142] add xcASTR, xcPHA --- chains/v5/chains_dev.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 90f5ecc9b..2fbf73545 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2493,6 +2493,28 @@ "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } } ], "nodes": [ From 7c60384e1b96f21cc61ce305877382ea641145d5 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Sep 2022 14:38:11 +0300 Subject: [PATCH 0208/2142] rename Bifrost Kusama (#808) --- chains/v5/chains.json | 2 +- chains/v5/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 7ece441ca..7c441d2fe 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1160,7 +1160,7 @@ { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", + "name": "Bifrost Kusama", "assets": [ { "assetId": 0, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 90f5ecc9b..e193274ed 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1142,7 +1142,7 @@ { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", + "name": "Bifrost Kusama", "assets": [ { "assetId": 0, From 6b2f82c6f93017ae91da7df808106cda5386fc8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:03:28 +0300 Subject: [PATCH 0209/2142] Update networks (#810) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 01cc553e6..aa1923374 100644 --- a/chains/README.md +++ b/chains/README.md @@ -9,7 +9,7 @@ | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | Bajun | BAJU | - | - | | Basilisk | BSX
KSM
aUSD | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| Bifrost | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | Bit.Country Pioneer | NEER | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | From 87d65c2cb786f7b0ffaddfee09904d6c535c841d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:16:11 +0300 Subject: [PATCH 0210/2142] Update Test data File (#809) * Update test data file * Ignore Turing Staging Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index d8de6d13b..b0b429a0f 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From a9953a46f8dce2dfc66e050f4b72f391648b8cd9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:01:16 +0300 Subject: [PATCH 0211/2142] Adding Westend - Westmint (#811) * Adding Westend to Westmint * Adding Westmint transfer * Adding parent ID for westmint --- chains/v5/chains_dev.json | 1 + xcm/v2/transfers_dev.json | 68 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index e193274ed..f019a339e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -219,6 +219,7 @@ }, { "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", "name": "Westmint", "assets": [ { diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 93d853b30..9a3ca2970 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -208,6 +208,16 @@ }, "instructions": "xtokensReserve" } + }, + "WND": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -256,7 +266,9 @@ "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", - "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000" + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000" }, "chains": [ { @@ -3107,6 +3119,60 @@ ] } ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From f91fc5e25207d5af68e453350b8cfea6da7d32d7 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:41:11 +0300 Subject: [PATCH 0212/2142] Fix Westend <-> Westmint teleports (#812) * Fix Westend <-> Westmint teleports * Fix Westend <-> Westmint teleports --- xcm/v2/transfers_dev.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 9a3ca2970..2ee9afaae 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -218,6 +218,10 @@ }, "instructions": "xtokensReserve" } + }, + "WND-Westmint": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "multiLocation": {} } }, "instructions": { @@ -3138,10 +3142,10 @@ "mode": { "type": "standard" }, - "instructions": "xcmPalletDest" + "instructions": "xcmPalletTeleportDest" } }, - "type": "xcmpallet" + "type": "xcmpallet-teleport" } ] } @@ -3152,7 +3156,7 @@ "assets": [ { "assetId": 0, - "assetLocation": "WND", + "assetLocation": "WND-Westmint", "assetLocationPath": { "type": "absolute" }, @@ -3165,10 +3169,10 @@ "mode": { "type": "standard" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletTeleportDest" } }, - "type": "xtokens" + "type": "xcmpallet-teleport" } ] } From f44c2941faafbec818cd87e36431875979f20d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:41:20 +0300 Subject: [PATCH 0213/2142] Update networks (#813) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index aa1923374..5deed3f28 100644 --- a/chains/README.md +++ b/chains/README.md @@ -37,7 +37,7 @@ | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | From 8e5c0e33addc40d5551307b5f6b119957e8b3fc2 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:32:15 +0300 Subject: [PATCH 0214/2142] Update chains_dev.json (#814) --- chains/v5/chains_dev.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4e5c1bf0f..a2a68ed85 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4470,8 +4470,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ - "testnet", - "crowdloans" + "testnet" ] }, { From fe754f2722654716c9d2bee4d0f16bd31948b204 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 19 Sep 2022 11:57:59 +0300 Subject: [PATCH 0215/2142] Add Governance2 Testnet (#815) * add Governance2 Testnet * change icons Governance2 Testnet * add governance option --- chains/v2/types/governance2_testnet.json | 16 +++++++++ chains/v5/chains_dev.json | 36 +++++++++++++++++++ icons/chains/gradient/Governance2_Testnet.svg | 15 ++++++++ icons/tokens/white/GOV2.svg | 3 ++ 4 files changed, 70 insertions(+) create mode 100644 chains/v2/types/governance2_testnet.json create mode 100644 icons/chains/gradient/Governance2_Testnet.svg create mode 100644 icons/tokens/white/GOV2.svg diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json new file mode 100644 index 000000000..429ba5b3d --- /dev/null +++ b/chains/v2/types/governance2_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 100, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "governance2_runtime.Event": "GenericEvent", + "governance2_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a2a68ed85..b9d85dd15 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4726,5 +4726,41 @@ "options": [ "testnet" ] + }, + { + "chainId": "ea5af80801ea4579cedd029eaaa74938f0ea8dcaf507c8af96f2813d27d071ca", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] } ] diff --git a/icons/chains/gradient/Governance2_Testnet.svg b/icons/chains/gradient/Governance2_Testnet.svg new file mode 100644 index 000000000..2de05cc3b --- /dev/null +++ b/icons/chains/gradient/Governance2_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/GOV2.svg b/icons/tokens/white/GOV2.svg new file mode 100644 index 000000000..6585b59da --- /dev/null +++ b/icons/tokens/white/GOV2.svg @@ -0,0 +1,3 @@ + + + From 54f23b8dbf9582320d65f5f1520a0fd231d3d6a2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 19 Sep 2022 12:13:32 +0300 Subject: [PATCH 0216/2142] add OAK Network crowdloan --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 1f67eeecb..4b2913ee0 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -272,5 +272,13 @@ "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", "website": "https://bitgreen.org/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" + }, + { + "paraid": "2090", + "name": "OAK Network", + "token": "OAK", + "description": "Web 3.0 hub for Defi and payment automation", + "website": "https://oak.tech/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" } ] From a6b083cdea3b06ff2bd067ee9570f919ae7cd77f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 19 Sep 2022 15:00:31 +0300 Subject: [PATCH 0217/2142] Promote OAK crowdloan (#819) * promote xcASTR and xcPHA * promote OAK crowdloan * Revert "promote xcASTR and xcPHA" This reverts commit 6e9466ab54f634288df69e72e2765b48ce00fd83. --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 1f67eeecb..4b2913ee0 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -272,5 +272,13 @@ "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", "website": "https://bitgreen.org/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" + }, + { + "paraid": "2090", + "name": "OAK Network", + "token": "OAK", + "description": "Web 3.0 hub for Defi and payment automation", + "website": "https://oak.tech/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" } ] From b3259b4873ad405a6f80f131ea473756dbf85bb0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Sep 2022 18:51:46 +0300 Subject: [PATCH 0218/2142] Adding Ternoa staking --- chains/v5/chains_dev.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b9d85dd15..0f6833013 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4650,6 +4650,10 @@ } ], "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" From 580bc43ff2398ae0898ffb10e6fca4e47eaa48a5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Sep 2022 18:56:29 +0300 Subject: [PATCH 0219/2142] Promote Ternoa subquery to productions --- chains/v5/chains.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index a83402033..4fce8ef54 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4192,6 +4192,16 @@ "event": null } ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true From e5f88a5b499eef93bbd03665ab2d06fb3bf971fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:13:59 +0300 Subject: [PATCH 0220/2142] Update Test data File (#822) * Update test data file * remove test networks Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index b0b429a0f..dd690afb4 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 200e8a7374c559d9124e64baf2270d9da56fa825 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:14:18 +0300 Subject: [PATCH 0221/2142] Update networks (#825) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 5deed3f28..9a780b115 100644 --- a/chains/README.md +++ b/chains/README.md @@ -56,7 +56,7 @@ | Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Subsocial Solochain | SUB | Sub.ID | - | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| Ternoa | CAPS | Ternoa explorer | - | +| Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | | Tinkernet | TNKR | - | - | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | From 75f32095f6923329e7f5321892277ac6ed1b63c9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:29:33 +0300 Subject: [PATCH 0222/2142] Fix nodes for Calamari, KICO, Pichiu (#827) * Removing unavailable Calamari nodes * Adding KICO and Pichui nodes --- chains/v5/chains.json | 14 +++++--------- chains/v5/chains_dev.json | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 4fce8ef54..891fb07ad 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1853,14 +1853,6 @@ { "url": "wss://ws.calamari.systems/", "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -2793,7 +2785,7 @@ }, { "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" + "name": "DICO FOUNDATION 2 node" } ], "types": { @@ -3914,6 +3906,10 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0f6833013..7245f864a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1987,14 +1987,6 @@ { "url": "wss://ws.calamari.systems/", "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3052,7 +3044,7 @@ }, { "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" + "name": "DICO FOUNDATION 2 node" } ], "types": { @@ -4297,6 +4289,10 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { From 2deea36042c7b6f2007f9811d110360b2c6c258c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:30:34 +0300 Subject: [PATCH 0223/2142] Remove subsocial solochain (#824) --- chains/v5/chains.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 891fb07ad..a39dd607c 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2478,36 +2478,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://arch.subsocial.network", - "name": "Arch node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Solochain.svg", - "addressPrefix": 28 - }, { "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From e4e9f36b55e382e41aba067beb5fef1e9f4e21e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:38:09 +0300 Subject: [PATCH 0224/2142] Update networks (#828) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 9a780b115..a71fa9d7a 100644 --- a/chains/README.md +++ b/chains/README.md @@ -54,7 +54,6 @@ | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| Subsocial Solochain | SUB | Sub.ID | - | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | | Tinkernet | TNKR | - | - | From 92917fdf60a59a5c301e4076cc3acc74a52d5f30 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 11:29:16 +0300 Subject: [PATCH 0225/2142] promote xcASTR and xcPHA (#818) --- chains/v5/chains.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index a39dd607c..f1cf822b7 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -820,6 +820,28 @@ "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } } ], "nodes": [ From 2b04460326247348645967cce3a25bf81f7f8212 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 11:29:24 +0300 Subject: [PATCH 0226/2142] promote new dapps (#805) --- dapps/dapps.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index d9cddd6c5..7162a21d9 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -491,6 +491,32 @@ "categories": [ "nft" ] + }, + { + "name": "Bit.Country Pioneer Metaverse", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "url": "https://pioneer.bit.country/", + "categories": [ + "nft", + "staking" + + ] + }, + { + "name": "Zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "url": "https://app.zeitgeist.pm/", + "categories": [ + "utilities" + ] + }, + { + "name": "ACE", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "url": "https://ace.web3go.xyz/#/", + "categories": [ + "utilities" + ] } ] } From 11fc166c16a3eb5138aae8de1c584c5e7e48e719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 08:30:05 +0000 Subject: [PATCH 0227/2142] Update dapps list --- dapps/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dapps/README.md b/dapps/README.md index 67f72373c..ed0a88768 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -2,12 +2,14 @@ # List of supported dapps | DApp | Url | Tags | | --------------------------------- | ---------------------------------------------------- | ----------------------- | +| ACE | https://ace.web3go.xyz/#/ | utilities | | Acala Rewards Claim | https://distribution.acala.network/claim/acala | crowdloans | | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | | Bifrost App | https://bifrost.app/ | defi,crowdloans | +| Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | | Bit.Country Pioneer Rewards Claim | https://ksmcrowdloan.bit.country/reward | crowdloans | | Centrifuge Rewards Claim | https://centrifuge.io/parachain/crowdloan/ | crowdloans | | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | @@ -54,4 +56,5 @@ | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | | TofuNFT | https://tofunft.com/ | nft,evm | +| Zeitgeist | https://app.zeitgeist.pm/ | utilities | | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From efbf67e5bfc98676b846ac1271aa80b6f0a08dfa Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 15:05:41 +0300 Subject: [PATCH 0228/2142] Subsocial icon name update (#831) * fix icon * fix chain name * add chains.dev --- chains/v5/chains.json | 2 +- chains/v5/chains_dev.json | 2 +- icons/chains/gradient/Subsocial_Parachain.svg | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f1cf822b7..b454d3db1 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2884,7 +2884,7 @@ { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", + "name": "Subsocial", "assets": [ { "assetId": 0, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7245f864a..0bd08e8bd 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3151,7 +3151,7 @@ { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", + "name": "Subsocial", "assets": [ { "assetId": 0, diff --git a/icons/chains/gradient/Subsocial_Parachain.svg b/icons/chains/gradient/Subsocial_Parachain.svg index eb33e3350..03af8abc6 100644 --- a/icons/chains/gradient/Subsocial_Parachain.svg +++ b/icons/chains/gradient/Subsocial_Parachain.svg @@ -1,8 +1,6 @@ - - From 9b38d325089e45d896c5b97c12c360b2ec848748 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:06:38 +0000 Subject: [PATCH 0229/2142] Update networks --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index a71fa9d7a..30d8b94f6 100644 --- a/chains/README.md +++ b/chains/README.md @@ -37,7 +37,7 @@ | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | @@ -53,7 +53,7 @@ | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| Subsocial Parachain | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | | Tinkernet | TNKR | - | - | From 7c1982e6541ab15d39fa33bc2142f5c131f9f526 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:47:47 +0300 Subject: [PATCH 0230/2142] Adding SubQuery for Tinkernet and GM (#830) * Adding GM network * Adding Tinkernet --- chains/v5/chains.json | 12 ++++++++++++ chains/v5/chains_dev.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b454d3db1..657950c7b 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4066,6 +4066,12 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, @@ -4125,6 +4131,12 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0bd08e8bd..41ade732b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4522,7 +4522,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", @@ -4587,7 +4587,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", From fb7c87e58bb1b8133f270ddcf4a800a8fa56a834 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:21:29 +0300 Subject: [PATCH 0231/2142] Update networks (#833) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 30d8b94f6..a8d2284d0 100644 --- a/chains/README.md +++ b/chains/README.md @@ -22,7 +22,7 @@ | Edgeware | EDG | Subscan
Sub.ID | - | | Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| GM | FREN
GM
GN | - | - | +| GM | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | HydraDX | HDX | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | @@ -56,7 +56,7 @@ | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| Tinkernet | TNKR | - | - | +| Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | Westend | WND | Subscan | [nova-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-westend) | From ad5d8b4c5a014a5a39e8f510c19a3a3140e6587b Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 16:48:09 +0300 Subject: [PATCH 0232/2142] add Kylin --- chains/v2/types/kylin.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 25 +++++++++++++++++++++++++ icons/tokens/white/KYL.svg | 6 ++++++ 3 files changed, 47 insertions(+) create mode 100644 chains/v2/types/kylin.json create mode 100644 icons/tokens/white/KYL.svg diff --git a/chains/v2/types/kylin.json b/chains/v2/types/kylin.json new file mode 100644 index 000000000..a32469564 --- /dev/null +++ b/chains/v2/types/kylin.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 21, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "kylin_runtime.Event": "GenericEvent", + "kylin_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0bd08e8bd..1959031b7 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4762,5 +4762,30 @@ "testnet", "governance" ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 } ] diff --git a/icons/tokens/white/KYL.svg b/icons/tokens/white/KYL.svg new file mode 100644 index 000000000..a4d094e66 --- /dev/null +++ b/icons/tokens/white/KYL.svg @@ -0,0 +1,6 @@ + + + + + + From f851dda07725a09fbc983bad56af2f8e14c95980 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 16:53:31 +0300 Subject: [PATCH 0233/2142] add Darwinia --- chains/v2/types/darwinia.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 chains/v2/types/darwinia.json diff --git a/chains/v2/types/darwinia.json b/chains/v2/types/darwinia.json new file mode 100644 index 000000000..69030e008 --- /dev/null +++ b/chains/v2/types/darwinia.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 5330, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "darwinia_parachain_runtime.Event": "GenericEvent", + "darwinia_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1959031b7..4a5eee2a3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4787,5 +4787,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 } ] From 4f944310d02c8c316358d6595d0e39618708e8bd Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 17:15:45 +0300 Subject: [PATCH 0234/2142] add Kapex replace icons for Darwinia, Crab --- chains/v2/types/kapex.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 27 ++++++++++++++++++++++++++- icons/chains/gradient/Crab.svg | 15 ++++++++++----- icons/chains/gradient/Darwinia.svg | 16 ++++++++-------- icons/tokens/white/KAPEX.svg | 3 +++ icons/tokens/white/RING.svg | 4 ++++ 6 files changed, 67 insertions(+), 14 deletions(-) create mode 100644 chains/v2/types/kapex.json create mode 100644 icons/tokens/white/KAPEX.svg create mode 100644 icons/tokens/white/RING.svg diff --git a/chains/v2/types/kapex.json b/chains/v2/types/kapex.json new file mode 100644 index 000000000..96557749b --- /dev/null +++ b/chains/v2/types/kapex.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "totem_parachain_runtime.Event": "GenericEvent", + "totem_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4a5eee2a3..7e548c5d5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4797,7 +4797,7 @@ "assetId": 0, "symbol": "RING", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -4820,5 +4820,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 } ] diff --git a/icons/chains/gradient/Crab.svg b/icons/chains/gradient/Crab.svg index 37be916d6..dea319d40 100644 --- a/icons/chains/gradient/Crab.svg +++ b/icons/chains/gradient/Crab.svg @@ -1,10 +1,15 @@ - - + + + + - - - + + + + + + diff --git a/icons/chains/gradient/Darwinia.svg b/icons/chains/gradient/Darwinia.svg index 85c04b0af..b81ba48e7 100644 --- a/icons/chains/gradient/Darwinia.svg +++ b/icons/chains/gradient/Darwinia.svg @@ -1,15 +1,15 @@ - - - + + + - - - + + + - - + + diff --git a/icons/tokens/white/KAPEX.svg b/icons/tokens/white/KAPEX.svg new file mode 100644 index 000000000..b1145167a --- /dev/null +++ b/icons/tokens/white/KAPEX.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/RING.svg b/icons/tokens/white/RING.svg new file mode 100644 index 000000000..8ce98b996 --- /dev/null +++ b/icons/tokens/white/RING.svg @@ -0,0 +1,4 @@ + + + + From 3ca295bd94c551e65780fa974d6e6f9155007c53 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Sep 2022 18:56:33 +0300 Subject: [PATCH 0235/2142] change Statemine node order (#835) --- chains/v5/chains.json | 8 ++++---- chains/v5/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 657950c7b..410833085 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -293,10 +293,6 @@ } ], "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemine.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -304,6 +300,10 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 41ade732b..702910e4a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -343,10 +343,6 @@ } ], "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemine.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -354,6 +350,10 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" } ], "explorers": [ From 88c8c520a2d03f5b556be2c6225a4cb7045dc086 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Sep 2022 09:43:21 +0300 Subject: [PATCH 0236/2142] fix --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7e548c5d5..a5ff026bb 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4782,7 +4782,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", From 58c9b25ffb1a63618eeed3134ff878ab875f5ab5 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Sep 2022 13:33:53 +0300 Subject: [PATCH 0237/2142] add DOT destinations from Astar to Polkadot, Acala, Interlay, Moonbeam, Parallel --- xcm/v2/transfers_dev.json | 84 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 2ee9afaae..870ec49fc 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3177,6 +3177,90 @@ ] } ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "standard", + "value": "117354363236" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "standard", + "value": "20425865355" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "standard", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "standard", + "value": "11285231116" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "standard", + "value": "233100000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From 7a72b710b276af9f740c0177602e47c427c6115d Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Sep 2022 14:07:44 +0300 Subject: [PATCH 0238/2142] fix: remove value for stadard type --- xcm/v2/transfers_dev.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 870ec49fc..16d496854 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3194,8 +3194,7 @@ "assetId": 0, "fee": { "mode": { - "type": "standard", - "value": "117354363236" + "type": "standard" }, "instructions": "xcmPalletDest" } @@ -3208,8 +3207,7 @@ "assetId": 2, "fee": { "mode": { - "type": "standard", - "value": "20425865355" + "type": "standard" }, "instructions": "xcmPalletDest" } @@ -3222,8 +3220,7 @@ "assetId": 1, "fee": { "mode": { - "type": "standard", - "value": "115870000000" + "type": "standard" }, "instructions": "xcmPalletDest" } @@ -3236,8 +3233,7 @@ "assetId": 1, "fee": { "mode": { - "type": "standard", - "value": "11285231116" + "type": "standard" }, "instructions": "xcmPalletDest" } @@ -3250,8 +3246,7 @@ "assetId": 1, "fee": { "mode": { - "type": "standard", - "value": "233100000000" + "type": "standard" }, "instructions": "xcmPalletDest" } From 5b535250c8cb3fcf8e332de8249a8f3bae20f15b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Sep 2022 13:40:45 +0300 Subject: [PATCH 0239/2142] promote Kylin, Darwinia, Kapex --- chains/v5/chains.json | 83 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 410833085..9b1251cb3 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4208,5 +4208,88 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 } ] From 1c0de21d50549e5c06072d7ffb51eac63f5486d7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:56:05 +0300 Subject: [PATCH 0240/2142] Fix currencyId for Turing (#839) * Adding new currencyId for dev * change currencyIdType * fix tabs --- chains/v5/chains_dev.json | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index d0c603b3f..ab4223460 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -232,11 +232,11 @@ "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { "assetId": "81" - } + } } ], "nodes": [ @@ -3661,11 +3661,11 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -3675,11 +3675,11 @@ "symbol": "aUSD", "precision": 12, "priceId": "acala-dollar", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -3689,11 +3689,11 @@ "symbol": "KAR", "precision": 12, "priceId": "karura", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { - "currencyIdScale": "0x03", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", "existentialDeposit": "100000000000", "transfersEnabled": true } @@ -3702,11 +3702,11 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { - "currencyIdScale": "0x04", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", "existentialDeposit": "500000000", "transfersEnabled": true } @@ -3715,11 +3715,11 @@ "assetId": 5, "symbol": "HKO", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { - "currencyIdScale": "0x05", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", "existentialDeposit": "500000000000", "transfersEnabled": true } @@ -3728,11 +3728,11 @@ "assetId": 6, "symbol": "sKSM", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { - "currencyIdScale": "0x06", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", "existentialDeposit": "500000000", "transfersEnabled": true } @@ -3742,11 +3742,11 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { - "currencyIdScale": "0x07", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", "existentialDeposit": "10000000000", "transfersEnabled": true } From d0be5b6cfd40c6a87ae657301d51669fe7ee4c7a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 28 Sep 2022 11:23:43 +0300 Subject: [PATCH 0241/2142] Fix currencyIdType for Turing (#842) --- chains/v5/chains.json | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 410833085..c9fdb3cc0 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -695,7 +695,7 @@ } ], "nodes": [ - { + { "url": "wss://karura.api.onfinality.io/public-ws", "name": "OnFinality node" } @@ -2251,10 +2251,10 @@ "type": "statemine", "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } ], "nodes": [ { @@ -3363,11 +3363,11 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -3377,11 +3377,11 @@ "symbol": "aUSD", "precision": 12, "priceId": "acala-dollar", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -3391,11 +3391,11 @@ "symbol": "KAR", "precision": 12, "priceId": "karura", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { - "currencyIdScale": "0x03", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", "existentialDeposit": "100000000000", "transfersEnabled": true } @@ -3404,11 +3404,11 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { - "currencyIdScale": "0x04", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", "existentialDeposit": "500000000", "transfersEnabled": true } @@ -3417,11 +3417,11 @@ "assetId": 5, "symbol": "HKO", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { - "currencyIdScale": "0x05", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", "existentialDeposit": "500000000000", "transfersEnabled": true } @@ -3430,11 +3430,11 @@ "assetId": 6, "symbol": "sKSM", "precision": 12, - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { - "currencyIdScale": "0x06", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", "existentialDeposit": "500000000", "transfersEnabled": true } @@ -3444,11 +3444,11 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "type": "orml", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { - "currencyIdScale": "0x07", - "currencyIdType": "turing_runtime.CurrencyId", + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -4209,4 +4209,4 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 } -] +] \ No newline at end of file From c97e4965de62dcd88a1ed0fff1cb9087b8b7c789 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Sep 2022 14:13:59 +0300 Subject: [PATCH 0242/2142] add prices for Ring and KYL --- chains/v5/chains.json | 2 ++ chains/v5/chains_dev.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 9b1251cb3..07eac43f0 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4218,6 +4218,7 @@ "assetId": 0, "symbol": "KYL", "precision": 18, + "priceId": "kylin-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" } ], @@ -4243,6 +4244,7 @@ "assetId": 0, "symbol": "RING", "precision": 18, + "priceId": "darwinia-network-native-token", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" } ], diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index d0c603b3f..1f6f9151b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4772,6 +4772,7 @@ "assetId": 0, "symbol": "KYL", "precision": 18, + "priceId": "kylin-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" } ], @@ -4797,6 +4798,7 @@ "assetId": 0, "symbol": "RING", "precision": 18, + "priceId": "darwinia-network-native-token", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" } ], From 108d280236355a5fe9bdea1632aef825ead700de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:32:09 +0300 Subject: [PATCH 0243/2142] Update Test data File (#841) * Update test data file * Adding test accounts for Kylin, Darwinia, Kapex Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 7e7a6f054..a7acc803b 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -298,5 +298,20 @@ "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", "name": "Ternoa", "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "name": "Kylin", + "account": "0x06861bc739b3c29d4886c2dde7b45f4646cc96ef5ce6a03ce6c59f1f7c8c9f5e" + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "name": "Darwinia", + "account": "0x0a66532a23c418cca12183fee5f6afece770a0bb8725f459d7d1b1b598f91c49" + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "name": "Kapex", + "account": "0xa66e3ebef250ad0ef0b9ead7ba1f9d2aceb6efcb83cc8e3c61e1bec20c3c1730" } ] \ No newline at end of file From bca37e24b6b5d1f89ae10b93500c3a526c0bc3c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:32:44 +0300 Subject: [PATCH 0244/2142] Update networks (#844) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chains/README.md b/chains/README.md index a8d2284d0..acc91e11a 100644 --- a/chains/README.md +++ b/chains/README.md @@ -18,6 +18,7 @@ | Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| Darwinia | RING | Subscan | - | | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | Edgeware | EDG | Subscan
Sub.ID | - | | Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | @@ -30,10 +31,12 @@ | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | | KILT Spiritnet | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| Kapex | KAPEX | - | - | | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-kusama) | +| Kylin | KYL | - | - | | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | From 8d1519badc6da8fe33ea5ffd5007ffe6057bf69c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Sep 2022 12:07:55 +0300 Subject: [PATCH 0245/2142] update Acala and Karura nodes --- chains/v5/chains_dev.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f02f8c671..55bb2d7ef 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -746,8 +746,24 @@ ], "nodes": [ { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" } ], "types": { @@ -2312,10 +2328,6 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From 0d9fe011ed722e72d5a0641e7f559f67978f0d74 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:15:59 +0500 Subject: [PATCH 0246/2142] Adding new sq projects (#845) * Adding sq for Darwinia * Adding sq for Kapex * Adding sq for kylin --- chains/v5/chains_dev.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f02f8c671..c2d0daf6d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4782,6 +4782,12 @@ "name": "Kylin node" } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true @@ -4816,6 +4822,12 @@ "event": null } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true @@ -4841,6 +4853,12 @@ "name": "Totem node" } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true From a08feae9dbf95ae5c500a5b5f687c23f0ee6afd5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 29 Sep 2022 14:17:43 +0500 Subject: [PATCH 0247/2142] Promote sq for Darwinia, Kapex, Kylin --- chains/v5/chains.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index eaface78b..1ff8406a2 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4228,6 +4228,12 @@ "name": "Kylin node" } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true @@ -4262,6 +4268,12 @@ "event": null } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true @@ -4287,6 +4299,12 @@ "name": "Totem node" } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true From 6ce26400f9e13d6f9d84f44efd82b065d2140205 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Sep 2022 14:02:42 +0300 Subject: [PATCH 0248/2142] promote Acala and Karura nodes --- chains/v5/chains.json | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index eaface78b..d65f9cae6 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -696,8 +696,24 @@ ], "nodes": [ { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" } ], "types": { @@ -2181,6 +2197,10 @@ "url": "wss://acala-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, { "url": "wss://acala-rpc-1.aca-api.network", "name": "Acala Foundation 1 node" @@ -2196,10 +2216,6 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From 8fa5d8dff3642bdb0d640b0e3cc2384c712d360b Mon Sep 17 00:00:00 2001 From: Ben Chatwin Date: Fri, 30 Sep 2022 08:08:44 +0200 Subject: [PATCH 0249/2142] updates chains with Dwellir endpoints --- chains/v5/chains.json | 49 +++++++++++++++++++++++++++++++++++++++ chains/v5/chains_dev.json | 36 ++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index d65f9cae6..88b3fec16 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1494,6 +1494,10 @@ { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1670,6 +1674,10 @@ { "url": "wss://edgeware.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -1799,6 +1807,10 @@ { "url": "wss://khala.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2533,6 +2545,10 @@ { "url": "wss://kusama.rpc.robonomics.network/", "name": "Airalab node" + }, + { + "url": "wss://robonomics-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2656,6 +2672,10 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2870,6 +2890,10 @@ { "url": "wss://crab-parachain-rpc.darwinia.network/", "name": "Crab node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2999,6 +3023,10 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3043,7 +3071,12 @@ { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" } + ], "explorers": [ { @@ -3087,6 +3120,10 @@ { "url": "wss://rpc.efinity.io", "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3732,6 +3769,10 @@ { "url": "wss://rpc.litentry-parachain.litentry.io", "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -4020,6 +4061,10 @@ { "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -4268,6 +4313,10 @@ { "url": "wss://parachain-rpc.darwinia.network", "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 959a71b6b..6ed7bff71 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1403,6 +1403,10 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1451,6 +1455,10 @@ { "url": "wss://edgeware.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -2866,6 +2874,10 @@ { "url": "wss://kusama.rpc.robonomics.network/", "name": "Airalab node" + }, + { + "url": "wss://robonomics-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3133,6 +3145,10 @@ { "url": "wss://crab-parachain-rpc.darwinia.network/", "name": "Crab node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3262,6 +3278,10 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3354,6 +3374,10 @@ { "url": "wss://rpc.efinity.io", "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4026,6 +4050,10 @@ { "url": "wss://rpc.litentry-parachain.litentry.io", "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -4407,6 +4435,10 @@ { "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -4824,6 +4856,10 @@ { "url": "wss://parachain-rpc.darwinia.network", "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From 0d2daa6b2c5ac87388e3e279f31d1f073db8f0bc Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 30 Sep 2022 10:58:36 +0300 Subject: [PATCH 0250/2142] add Crudt Shadow 2 crowdloan --- crowdloan/kusama.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index cf6a9a7dc..1f2db7c1e 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -468,5 +468,13 @@ "description": "SNOW is EVM and eWASM-compatible and is optimized for ICON’s BTP", "website": "https://icenetwork.io/snow/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg" + }, + { + "paraid": "2225", + "name": "Crust Shadow 2", + "token": "CSM", + "description": "Incentives decentralized storage & cloud ecosystem on Kusama", + "website": "https://crust.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg" } ] From 64126ead89605b3ad4e029da39718991a2414c92 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 30 Sep 2022 18:56:19 +0500 Subject: [PATCH 0251/2142] Update Karura node schemes --- chains/v5/chains.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3b29029ce..c1f3ebdcd 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -700,19 +700,19 @@ "name": "Dwellir node" }, { - "url": "karura-rpc-0.aca-api.network", + "url": "wss://karura-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" }, { - "url": "karura-rpc-1.aca-api.network", + "url": "wss://karura-rpc-1.aca-api.network", "name": "Acala Foundation 1 node" }, { - "url": "karura-rpc-2.aca-api.network/ws", + "url": "wss://karura-rpc-2.aca-api.network/ws", "name": "Acala Foundation 2 node" }, { - "url": "karura-rpc-3.aca-api.network/ws", + "url": "wss://karura-rpc-3.aca-api.network/ws", "name": "Acala Foundation 3 node" } ], @@ -4328,4 +4328,4 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 } -] \ No newline at end of file +] From 63465a0bcfa4ddbb051b25c4d8cd5d031725003d Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 30 Sep 2022 19:01:21 +0500 Subject: [PATCH 0252/2142] fix end of file From 6ff91d976dae2938a555fe55dc4fd5d91637538c Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:18:47 +0600 Subject: [PATCH 0253/2142] Update chains_dev.json --- chains/v5/chains_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 959a71b6b..71b41408a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -750,19 +750,19 @@ "name": "Dwellir node" }, { - "url": "karura-rpc-0.aca-api.network", + "url": "wss://karura-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" }, { - "url": "karura-rpc-1.aca-api.network", + "url": "wss://karura-rpc-1.aca-api.network", "name": "Acala Foundation 1 node" }, { - "url": "karura-rpc-2.aca-api.network/ws", + "url": "wss://karura-rpc-2.aca-api.network/ws", "name": "Acala Foundation 2 node" }, { - "url": "karura-rpc-3.aca-api.network/ws", + "url": "wss://karura-rpc-3.aca-api.network/ws", "name": "Acala Foundation 3 node" } ], From 9528ac6570fb1acca178dbe5837ca1cf038e92f4 Mon Sep 17 00:00:00 2001 From: Ben Chatwin Date: Fri, 30 Sep 2022 20:35:38 +0200 Subject: [PATCH 0254/2142] updates Dwellir integritee URLs --- chains/v5/chains.json | 3 +-- chains/v5/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 88b3fec16..ce4761d26 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3025,7 +3025,7 @@ "name": "Integritee node" }, { - "url": "wss://integritee-rpc.dwellir.com", + "url": "wss://integritee-ksm-rpc.dwellir.com", "name": "Dwellir node" } ], @@ -3076,7 +3076,6 @@ "url": "wss://centrifuge-rpc.dwellir.com", "name": "Dwellir node" } - ], "explorers": [ { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 6ed7bff71..aa60723f6 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3280,7 +3280,7 @@ "name": "Integritee node" }, { - "url": "wss://integritee-rpc.dwellir.com", + "url": "wss://integritee-ksm-rpc.dwellir.com", "name": "Dwellir node" } ], From e7a707f53c4d3875c4269e0cdc911541c6aa9d23 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:20:34 +0500 Subject: [PATCH 0255/2142] Fix account address for Turing network (#855) --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index a7acc803b..573b3b25f 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -182,7 +182,7 @@ { "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", "name": "Turing", - "account": "0x488ced7d199b4386081a52505962128da5a3f54f4665db3d78b6e9f9e89eea4d" + "account": "0xde6c3184c7b03cf3d3623d079a033b007aab9e09f04ee8764490b254d596b57f" }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", From 219432d549c7b8975102e37a1f653f26848619b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 15:20:55 +0300 Subject: [PATCH 0256/2142] Update networks (#851) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index acc91e11a..780709dd9 100644 --- a/chains/README.md +++ b/chains/README.md @@ -18,7 +18,7 @@ | Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| Darwinia | RING | Subscan | - | +| Darwinia | RING | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | Edgeware | EDG | Subscan
Sub.ID | - | | Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | @@ -31,12 +31,12 @@ | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | | KILT Spiritnet | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| Kapex | KAPEX | - | - | +| Kapex | KAPEX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-kusama) | -| Kylin | KYL | - | - | +| Kylin | KYL | - | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | From fe3294f013a4c8563820bb71c614e701e3f6699d Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 2 Oct 2022 13:33:34 +0500 Subject: [PATCH 0257/2142] Add 2130 parachain stub --- crowdloan/kusama.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 1f2db7c1e..c3b2cb356 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -476,5 +476,13 @@ "description": "Incentives decentralized storage & cloud ecosystem on Kusama", "website": "https://crust.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg" + }, + { + "paraid": "2130", + "name": "2130", + "token": "ANY", + "description": "Unknown parachain", + "website": "https://parachains.info", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg" } ] From 75b8b193f503a43b72b9c873b1a0f1558a4ee091 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Oct 2022 13:51:29 +0300 Subject: [PATCH 0258/2142] add Acala Mandala node, removed OnFinality node --- chains/v5/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f47e96f1f..6c0328a4a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2389,8 +2389,8 @@ ], "nodes": [ { - "url": "wss://acala-mandala.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" }, { "url": "wss://mandala.polkawallet.io", From 6c1fa56bca1f4bf5f38b58200cd41e6108f42a81 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Oct 2022 13:55:15 +0300 Subject: [PATCH 0259/2142] update Amplitude node --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 6c0328a4a..dd64c679f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4651,7 +4651,7 @@ ], "nodes": [ { - "url": "wss://pencol-kus-01.pendulumchain.tech", + "url": "wss://rpc.pendulumchain.tech", "name": "PendulumChain node" } ], From 95c9fae731dcf1a7f910b9776d69bc928983bc74 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:08:50 +0500 Subject: [PATCH 0260/2142] Adding Polymesh mainnet (#857) * Adding Polymesh mainnet * remove typo --- chains/v2/types/polymesh_mainnet.json | 16 +++++++++++++ chains/v5/chains_dev.json | 34 +++++++++++++++++++++++++++ scripts/create_type_file.py | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 chains/v2/types/polymesh_mainnet.json diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json new file mode 100644 index 000000000..3c8dae417 --- /dev/null +++ b/chains/v2/types/polymesh_mainnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 5000003, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "polymesh_runtime_mainnet.Event": "GenericEvent", + "polymesh_runtime_mainnet.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f47e96f1f..f15c3a926 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4913,5 +4913,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh Mainnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 12 } ] diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index a4fca82cc..e38842d1d 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -143,7 +143,7 @@ def get_primitive_from_metadata(name, metadata_types): data = find_type_in_metadata(name, metadata_types) value = metadata_types for path in data[0]: - if path == "name": + if path in ["name", "typeName"]: continue value = value[path] type_with_primitive = metadata_types[value["type"]] From b9cfe9ece051c327f104ef2d9d5fa6475b985e79 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:48:32 +0500 Subject: [PATCH 0261/2142] Fix polymesh icon (#859) * Fix icon * Update icon --- chains/v5/chains_dev.json | 2 +- icons/chains/gradient/Polymesh.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Polymesh.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f15c3a926..7502184b9 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4945,7 +4945,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 } ] diff --git a/icons/chains/gradient/Polymesh.svg b/icons/chains/gradient/Polymesh.svg new file mode 100644 index 000000000..100db91f9 --- /dev/null +++ b/icons/chains/gradient/Polymesh.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file From ab066664294342854a2807873e6364db49978605 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:53:41 +0300 Subject: [PATCH 0262/2142] Update Test data File (#861) * Update test data file * Adding an address Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 573b3b25f..d15b2c47f 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -313,5 +313,10 @@ "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "name": "Kapex", "account": "0xa66e3ebef250ad0ef0b9ead7ba1f9d2aceb6efcb83cc8e3c61e1bec20c3c1730" + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh Mainnet", + "account": "0xf2aee43ecd134756088d19159a44f8733c36d8d5fd63fc9ffb8821b4ad148a7e" } ] \ No newline at end of file From faadfe9cf7418f6c61c144989529cb1573ca7af4 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Oct 2022 16:07:24 +0300 Subject: [PATCH 0263/2142] updated Acala Mandala types, removed unused nodes, updated metadata --- chains/v2/types/acala_mandala.json | 24 ++++++++++++------------ chains/v5/chains_dev.json | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/chains/v2/types/acala_mandala.json b/chains/v2/types/acala_mandala.json index 5b428cb0c..6cdff9907 100644 --- a/chains/v2/types/acala_mandala.json +++ b/chains/v2/types/acala_mandala.json @@ -1,16 +1,16 @@ { - "runtime_id": 2025, + "runtime_id": 2094, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "mandala_runtime.Event": "GenericEvent", - "mandala_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "primitive_types.H160", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "mandala_runtime.Event": "GenericEvent", + "mandala_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index dd64c679f..90ec96c09 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2364,7 +2364,7 @@ "addressPrefix": 10 }, { - "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", "name": "Acala Mandala", "assets": [ { @@ -2391,25 +2391,25 @@ { "url": "wss://mandala-rpc.aca-staging.network/ws", "name": "Acala node" - }, - { - "url": "wss://mandala.polkawallet.io", - "name": "Polkawallet" - }, - { - "url": "wss://rpc.pinknode.io/mandala/explorer", - "name": "Pinknode node" } ], - "options": [ - "testnet" + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "options": [ + "testnet" + ] }, { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", From d4a6017630637a014751c68df9307284d85dc4ff Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Oct 2022 16:30:59 +0300 Subject: [PATCH 0264/2142] fix --- chains/v2/types/acala_mandala.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/acala_mandala.json b/chains/v2/types/acala_mandala.json index 6cdff9907..de5cddeba 100644 --- a/chains/v2/types/acala_mandala.json +++ b/chains/v2/types/acala_mandala.json @@ -4,7 +4,7 @@ "Balance": "u128", "Index": "u32", "Phase": "frame_system.Phase", - "Address": "primitive_types.H160", + "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", "mandala_runtime.Event": "GenericEvent", From ea39ae9301b31850fef6c50b39edc57d6c0b299f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Oct 2022 17:24:58 +0300 Subject: [PATCH 0265/2142] add Beresheet test network --- chains/v2/types/beresheet.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 27 +++++++++++++++++++++++++++ icons/chains/gradient/Beresheet.svg | 15 +++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 chains/v2/types/beresheet.json create mode 100644 icons/chains/gradient/Beresheet.svg diff --git a/chains/v2/types/beresheet.json b/chains/v2/types/beresheet.json new file mode 100644 index 000000000..42cb6fd97 --- /dev/null +++ b/chains/v2/types/beresheet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 10052, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "edgeware_runtime.Event": "GenericEvent", + "edgeware_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 90ec96c09..f9f97e986 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4913,5 +4913,32 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] } ] diff --git a/icons/chains/gradient/Beresheet.svg b/icons/chains/gradient/Beresheet.svg new file mode 100644 index 000000000..734dc550f --- /dev/null +++ b/icons/chains/gradient/Beresheet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 9fa2e2872225df6c92053b550fdb254d1e37729f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 4 Oct 2022 10:53:08 +0500 Subject: [PATCH 0266/2142] Promote Polymesh network --- chains/v5/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b31c7d45c..fbf1e8147 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4375,5 +4375,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 } ] From b6648e8fe9acb5ca405ecf324d767a97fe2947d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:37:24 +0300 Subject: [PATCH 0267/2142] Update Test data File (#862) * Update test data file * Update data script Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index dd690afb4..6a0822e7e 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 71b748b1bafe9e963112f9e3c3cecc8275d69663 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 4 Oct 2022 11:47:17 +0300 Subject: [PATCH 0268/2142] add xcUSDT to Moonbeam --- chains/v5/chains_dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 4b12f21ca..169c0dea1 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2528,6 +2528,17 @@ "typeExtras": { "assetId": "132685552157663328694213725410064821485" } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } } ], "nodes": [ From 9cc97b61890b8625247964b805c78c46bd5976be Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:10:29 +0500 Subject: [PATCH 0269/2142] Adding XCMs for KSM in Basilisk (#865) * Adding Kusama < KSM > Basilisk Adding Basilisk KSM > Kusama multiply coefficient by 2 mul by 3 try standard mode fix fee change fee fix fee Recalculate fee and add coeff = 1.6 * Adding Kintsugi < KSM > Basilisk * Karura Basilisk * Bifrost Kusama Basilisk * Moonriver Basilisk * Parallel Heiko Basilisk --- xcm/v2/transfers_dev.json | 177 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 16d496854..5215fccf0 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -432,6 +432,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -793,6 +807,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1100,6 +1128,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1888,6 +1930,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2088,6 +2144,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2344,6 +2414,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3121,6 +3205,99 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "130000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From f22cd44ee42a0f120ed02a93f3cf52a689b49c70 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 4 Oct 2022 17:07:57 +0300 Subject: [PATCH 0270/2142] promote xcUSDT to Moonbeam --- chains/v5/chains.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b31c7d45c..b195791c2 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -858,6 +858,17 @@ "typeExtras": { "assetId": "132685552157663328694213725410064821485" } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } } ], "nodes": [ From b64af62847751a5ae86b0b04eb2108b8bdd18582 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Oct 2022 13:35:29 +0300 Subject: [PATCH 0271/2142] Revert "Temporary remove all XCM from Acala (#714)" This reverts commit a3cc28d4dd005972c679eda37512aedf7b723b78. --- xcm/v2/transfers_dev.json | 195 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5215fccf0..eeeb41ae6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1643,6 +1643,201 @@ } ] }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "31204285721418" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "125160" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11285231116" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "assets": [ From 8724c0730e8b52a0745db80f61c27ae651ae8c5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:50:30 +0300 Subject: [PATCH 0272/2142] Update networks (#868) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index 780709dd9..796708c85 100644 --- a/chains/README.md +++ b/chains/README.md @@ -51,6 +51,7 @@ | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-polkadot) | +| Polymesh | POLYX | Subscan | - | | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | From eadb943a110b5669e2dc49192d81244889e1f109 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Oct 2022 15:46:03 +0300 Subject: [PATCH 0273/2142] add cDOT to Parallel --- chains/v5/chains_dev.json | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 169c0dea1..6a23d30b6 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2735,6 +2735,56 @@ "typeExtras": { "assetId": "114" } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "200100017" + } } ], "nodes": [ From 02a921e6915804381b7e5f1ef1f8c04d7318b825 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Oct 2022 16:14:15 +0300 Subject: [PATCH 0274/2142] icons for sDOT and cDOT design update --- chains/v5/chains_dev.json | 10 +++++----- icons/tokens/white/cDOT.svg | 8 ++++++++ icons/tokens/white/sDOT.svg | 8 +++----- 3 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 icons/tokens/white/cDOT.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 6a23d30b6..695f16dc1 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2741,7 +2741,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2751,7 +2751,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2761,7 +2761,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2771,7 +2771,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2781,7 +2781,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } diff --git a/icons/tokens/white/cDOT.svg b/icons/tokens/white/cDOT.svg new file mode 100644 index 000000000..ad40e27f6 --- /dev/null +++ b/icons/tokens/white/cDOT.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/tokens/white/sDOT.svg b/icons/tokens/white/sDOT.svg index b05274d16..9a2470480 100644 --- a/icons/tokens/white/sDOT.svg +++ b/icons/tokens/white/sDOT.svg @@ -1,10 +1,8 @@ - - + - - - + + From 4a196d1de78ca4186ae0143967caa2acaafbb0c5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Oct 2022 16:43:50 +0300 Subject: [PATCH 0275/2142] promote cDOT on Parallel --- chains/v5/chains.json | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index fbf1e8147..641c75b62 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2399,6 +2399,56 @@ "typeExtras": { "assetId": "114" } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } } ], "nodes": [ From 7e31722f06fb3ba9764fba3e46adefa9a4bb6cb0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 6 Oct 2022 12:53:51 +0500 Subject: [PATCH 0276/2142] Update fee for Moonriver (#870) * Update KSM fee for Moonriver * Update KAR fee on Moonriver * Updating KINT Moonriver * Update BNC fee on Moonriver * Change HKO fee for Moonriver --- xcm/v2/transfers_dev.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index eeeb41ae6..381ffecf7 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -703,7 +703,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xcmPalletDest" } @@ -848,7 +848,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35230000000000" + "value": "131352192005380" }, "instructions": "xtokensDest" } @@ -885,7 +885,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -964,7 +964,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1056250000000" + "value": "12019230769230" }, "instructions": "xtokensDest" } @@ -1001,7 +1001,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -1066,7 +1066,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -1970,7 +1970,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35230000000000" + "value": "131352192005380" }, "instructions": "xtokensDest" } @@ -2063,7 +2063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -2170,7 +2170,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -2240,7 +2240,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1056250000000" + "value": "12019230769230" }, "instructions": "xtokensDest" } @@ -2277,7 +2277,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -2417,7 +2417,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -2496,7 +2496,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -2547,7 +2547,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -2738,7 +2738,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -2803,7 +2803,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -3322,7 +3322,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -3471,7 +3471,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } From eb4160b2c9718baceca8c75b4a04ac68f1b07751 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:21:14 +0500 Subject: [PATCH 0277/2142] Adding Mangata < KSM > Basilisk (#873) --- xcm/v2/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 381ffecf7..90f72e070 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3370,6 +3370,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "412760662878" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3491,6 +3505,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From bfdb82cf3096cf8c9ab774242a1f4821ff7393c0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:24:56 +0500 Subject: [PATCH 0278/2142] Fix moonbeam fees (#874) * Update DOT fee for moonbeam * Update INTR fee for Moonbeam * Updata ACA fee for Moonbeam * Update PARA fee Moonbeam * Fix ACA fee --- xcm/v2/transfers_dev.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 90f72e070..22b103209 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1562,7 +1562,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xcmPalletDest" } @@ -1660,7 +1660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "31204285721418" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -1711,7 +1711,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -1813,7 +1813,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -2992,7 +2992,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -3071,7 +3071,7 @@ "fee": { "mode": { "type": "proportional", - "value": "31204285721418" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -3108,7 +3108,7 @@ "fee": { "mode": { "type": "proportional", - "value": "625000000000000" + "value": "759878419452887" }, "instructions": "xtokensDest" } @@ -3136,7 +3136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -3238,7 +3238,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xtokensDest" } From 146ab35fce012c5263a3399692d909e57b50ddcc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 6 Oct 2022 14:27:10 +0500 Subject: [PATCH 0279/2142] Update fee for Moonriver --- xcm/v2/transfers.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 0c4dbed80..47d66fef0 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -601,7 +601,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xcmPalletDest" } @@ -950,7 +950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -1618,7 +1618,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -1804,7 +1804,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -2060,7 +2060,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } @@ -2696,7 +2696,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "511456628477" }, "instructions": "xtokensDest" } From 14dc15041b7eec0b1fec64b4aa0755a5ff049c65 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 6 Oct 2022 14:28:35 +0500 Subject: [PATCH 0280/2142] Update moonbeam fee --- xcm/v2/transfers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 47d66fef0..3b375e828 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1340,7 +1340,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xcmPalletDest" } @@ -2366,7 +2366,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -2612,7 +2612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11285231116" + "value": "33068783068" }, "instructions": "xtokensDest" } From 6a347c7a10ab6f85ca7749a927219fbc6be21bf1 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Oct 2022 12:57:19 +0300 Subject: [PATCH 0281/2142] promote Amplitude node update (#863) --- chains/v5/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index fbf1e8147..1a925c71f 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4214,7 +4214,7 @@ ], "nodes": [ { - "url": "wss://pencol-kus-01.pendulumchain.tech", + "url": "wss://rpc.pendulumchain.tech", "name": "PendulumChain node" } ], From 15c33e61f959fcae1be99fbeb5dbb776065de190 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 6 Oct 2022 15:26:02 +0500 Subject: [PATCH 0282/2142] Adding Basilisk XCMs --- xcm/v2/transfers.json | 335 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 324 insertions(+), 11 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 3b375e828..f5051e344 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -170,6 +170,20 @@ }, "instructions": "xtokensReserve" } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -215,7 +229,8 @@ "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", - "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000" + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000" }, "chains": [ { @@ -375,6 +390,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -705,6 +734,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -732,7 +775,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35230000000000" + "value": "131352192005380" }, "instructions": "xtokensDest" } @@ -769,7 +812,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -848,7 +891,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1056250000000" + "value": "12019230769230" }, "instructions": "xtokensDest" } @@ -885,7 +928,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -1012,6 +1055,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1079,6 +1136,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1495,6 +1575,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -1539,7 +1633,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35230000000000" + "value": "131352192005380" }, "instructions": "xtokensDest" } @@ -1559,6 +1653,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1653,6 +1761,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", @@ -1666,6 +1788,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1697,7 +1833,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -1767,7 +1903,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1056250000000" + "value": "12019230769230" }, "instructions": "xtokensDest" } @@ -1866,6 +2002,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1930,7 +2080,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -2009,7 +2159,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -2122,6 +2272,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "509786653063" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2510,7 +2674,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -2744,6 +2908,155 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "412760662878" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3862000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 3c4f48c364d4f60d7c3f3d92027a4c9aec34847e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 13:28:01 +0300 Subject: [PATCH 0283/2142] Update networks (#875) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 796708c85..aad46a4b2 100644 --- a/chains/README.md +++ b/chains/README.md @@ -40,11 +40,11 @@ | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17 | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | From cb1e5124fb1c9dfaa5681e20a7d5ffe55abd0e81 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Oct 2022 14:29:58 +0300 Subject: [PATCH 0284/2142] Revert "Promote temporary remove XCM from Acala (#715)" This reverts commit d1a40d942e31b0948fc955c7f8b86d5e05c501f4. --- xcm/v2/transfers.json | 116 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 0c4dbed80..a65b59e6e 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1421,6 +1421,122 @@ } ] }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "31204285721418" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "4662000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3209201422318" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "125160" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "assets": [ From 8611bd7f041969cb5cad83204c0f1367342a780a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Oct 2022 16:35:46 +0300 Subject: [PATCH 0285/2142] add missing DOT destinations --- xcm/v2/transfers.json | 79 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index a65b59e6e..0de6add35 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1534,6 +1534,85 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20425865355" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "233100000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 0e4f72a7543b77afa2bcd41e865a9df3d445917c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 6 Oct 2022 19:00:58 +0500 Subject: [PATCH 0286/2142] Fix fee for Moonbeam iBTC --- xcm/v2/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index f5051e344..a5c1675eb 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -2711,7 +2711,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125160" + "value": "117205" }, "instructions": "xtokensDest" } From 29c167be00b528dedcb6d0b8e44c5363439aaaa0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:29:05 +0500 Subject: [PATCH 0287/2142] Fix fee for iBTC (#877) --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 22b103209..c4ad65324 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1748,7 +1748,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125160" + "value": "117205" }, "instructions": "xtokensDest" } @@ -3173,7 +3173,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125160" + "value": "117205" }, "instructions": "xtokensDest" } From dde7a35d429413b68158e15329072beef6cfa23e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 6 Oct 2022 19:32:00 +0500 Subject: [PATCH 0288/2142] Fix fee for Moonbeam ACA\PARA --- xcm/v2/transfers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index a5c1675eb..166c6be50 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -2609,7 +2609,7 @@ "fee": { "mode": { "type": "proportional", - "value": "31204285721418" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -2646,7 +2646,7 @@ "fee": { "mode": { "type": "proportional", - "value": "625000000000000" + "value": "759878419452887" }, "instructions": "xtokensDest" } From 5a02dbadcf7069f2ba13031e2c4484aa756deba3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Oct 2022 18:14:19 +0300 Subject: [PATCH 0289/2142] fix Moonbeam fee --- xcm/v2/transfers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 0de6add35..f882eda16 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1438,7 +1438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "31204285721418" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -1489,7 +1489,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3209201422318" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -1526,7 +1526,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125160" + "value": "117205" }, "instructions": "xtokensDest" } From eb85476bd3fe3f805fa96a28f1d94eecfee84c87 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 7 Oct 2022 01:28:40 +0500 Subject: [PATCH 0290/2142] Remove Khala destinations --- xcm/v2/transfers.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 166c6be50..84de5cfe2 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1575,20 +1575,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "333333333333000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -1653,20 +1639,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "20000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -1761,20 +1733,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "133333333333" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", From d21bc6c746ab89f19730417c0dfd396a7dd2f695 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Oct 2022 10:37:33 +0300 Subject: [PATCH 0291/2142] add Genshiro 2 crowdloan --- crowdloan/kusama.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index c3b2cb356..2b7005793 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -484,5 +484,14 @@ "description": "Unknown parachain", "website": "https://parachains.info", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg" + }, + { + "paraid": "2226", + "name": "Genshiro 2", + "token": "GENS", + "description": "The boldest DeFi one-stop-shop and R&D hub", + "website": "https://genshiro.equilibrium.io/en", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg", + "rewardRate": 2000 } ] From c96915909769509fec70d9958e3270084fab10c9 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Oct 2022 10:53:31 +0300 Subject: [PATCH 0292/2142] remove reward rate --- crowdloan/kusama.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 2b7005793..8e959a244 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -491,7 +491,6 @@ "token": "GENS", "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/en", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg", - "rewardRate": 2000 + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg" } ] From 12ca6a23287b38354a6d8fdb74543cf1676170fe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:59:40 +0500 Subject: [PATCH 0293/2142] Change Polymesh as in chains.json (#879) --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 695f16dc1..99c8bc1f2 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4977,7 +4977,7 @@ }, { "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh Mainnet", + "name": "Polymesh", "assets": [ { "assetId": 0, From ddb0d60a0cc87c44c3a7d84fbbd076540d7e61e5 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Oct 2022 11:23:38 +0300 Subject: [PATCH 0294/2142] add tokens tpo Parallel --- chains/v5/chains_dev.json | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 695f16dc1..8794a2375 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2785,6 +2785,71 @@ "typeExtras": { "assetId": "200100017" } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 10, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } } ], "nodes": [ From 53da745b99d0ed1085802bdea759077398cde4ed Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Oct 2022 11:29:49 +0300 Subject: [PATCH 0295/2142] fix --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8794a2375..67145b669 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2800,7 +2800,7 @@ { "assetId": 13, "symbol": "iBTC", - "precision": 10, + "precision": 8, "priceId": "bitcoin", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", From b6cf79599e565dd247fd1ad75b6905fefc1794de Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 9 Oct 2022 12:04:57 +0500 Subject: [PATCH 0296/2142] Fix Polymesh types --- chains/v2/types/polymesh_mainnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 3c8dae417..13cae735a 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -7,10 +7,10 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "polymesh_runtime_mainnet.Event": "GenericEvent", - "polymesh_runtime_mainnet.Call": "GenericCall", + "polymesh_runtime_mainnet.runtime.Event": "GenericEvent", + "polymesh_runtime_mainnet.runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} From 3508c3290d2c3d3b80922067d769ce24aea6cd2b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 9 Oct 2022 12:17:39 +0500 Subject: [PATCH 0297/2142] fix polymesh testnet node --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a733a5670..a32533772 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4417,7 +4417,7 @@ ], "nodes": [ { - "url": "wss://staging-rpc.polymesh.live", + "url": "wss://testnet-rpc.polymesh.live", "name": "Polymath node" } ], From f292c2c5dfda1c4620fb8969ecee6796846efe5b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 10 Oct 2022 12:02:43 +0300 Subject: [PATCH 0298/2142] promote tokens on Parallel --- chains/v5/chains.json | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index bf8b74f03..395b71698 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2460,6 +2460,71 @@ "typeExtras": { "assetId": "200100017" } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } } ], "nodes": [ From 2cc549a0144a91126298fe4fbe7c568e0d268054 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 10 Oct 2022 17:19:28 +0300 Subject: [PATCH 0299/2142] add INTR xcms --- xcm/v2/transfers_dev.json | 93 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c4ad65324..b2421eaec 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1503,6 +1503,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1717,6 +1731,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3116,6 +3144,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3156,6 +3235,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 1565d17d75b4b7b9f1e360ed0330866dd342bde8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:27:47 +0500 Subject: [PATCH 0300/2142] Calamari staking (#885) * Calamari staking * subquery --- chains/v5/chains_dev.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a32533772..3035ceb12 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2004,7 +2004,8 @@ "symbol": "KMA", "priceId": "calamari-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12 + "precision": 12, + "staking": "parachain" } ], "nodes": [ @@ -2033,6 +2034,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", From 8e80ff397e66bad9e86c2a6c95321f25e66015f3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 10 Oct 2022 19:31:17 +0500 Subject: [PATCH 0301/2142] Promote Calamari staking --- chains/v5/chains.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index bf8b74f03..fd232af91 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1907,7 +1907,8 @@ "symbol": "KMA", "priceId": "calamari-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12 + "precision": 12, + "staking": "parachain" } ], "nodes": [ @@ -1936,6 +1937,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", From 4fbb248a10e3133dc94d51cbcd7b9f1ddd8fc6a2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 10 Oct 2022 18:40:40 +0300 Subject: [PATCH 0302/2142] add iBTC xcms --- xcm/v2/transfers_dev.json | 186 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c4ad65324..3bf87e8e1 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1503,6 +1503,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1540,6 +1554,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1717,6 +1745,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1754,6 +1796,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3116,6 +3172,108 @@ "type": "xtokens" } ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "11587" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3156,6 +3314,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3193,6 +3365,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 777e6078aec586e8ed8f6bf5da54045925fed1cc Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 10 Oct 2022 18:44:29 +0300 Subject: [PATCH 0303/2142] remove extra xcms --- xcm/v2/transfers_dev.json | 93 --------------------------------------- 1 file changed, 93 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3bf87e8e1..62b1b2f49 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1503,20 +1503,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -1745,20 +1731,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -3173,57 +3145,6 @@ } ] }, - { - "assetId": 12, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "27234487140" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "115870000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3529278897735" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 13, "assetLocation": "iBTC", @@ -3314,20 +3235,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, From 5548f63fab58b0737ae977c30c73a0915b4409d8 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Oct 2022 09:39:00 +0300 Subject: [PATCH 0304/2142] fix genesis, types --- chains/v2/types/governance2_testnet.json | 6 +++--- chains/v5/chains_dev.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json index 429ba5b3d..0b45aac1b 100644 --- a/chains/v2/types/governance2_testnet.json +++ b/chains/v2/types/governance2_testnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 100, + "runtime_id": 101, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "governance2_runtime.Event": "GenericEvent", - "governance2_runtime.Call": "GenericCall", + "frame_system.Event": "GenericEvent", + "frame_system.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 3035ceb12..46f45b1f1 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4903,7 +4903,7 @@ ] }, { - "chainId": "ea5af80801ea4579cedd029eaaa74938f0ea8dcaf507c8af96f2813d27d071ca", + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", "name": "Governance2 Testnet", "assets": [ { From 3dec04c84e7c279d33940645d36cf607acd4268e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Oct 2022 09:51:50 +0300 Subject: [PATCH 0305/2142] Update chains/v2/types/governance2_testnet.json fix type Co-authored-by: Ruslan --- chains/v2/types/governance2_testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json index 0b45aac1b..03930c0ae 100644 --- a/chains/v2/types/governance2_testnet.json +++ b/chains/v2/types/governance2_testnet.json @@ -7,7 +7,7 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "frame_system.Event": "GenericEvent", + "frame_system.pallet.Event": "GenericEvent", "frame_system.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" From 95c69a46f5e08ffe0ab9ca1e83646ef4ffb17de3 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Oct 2022 09:52:03 +0300 Subject: [PATCH 0306/2142] Update chains/v2/types/governance2_testnet.json fix type Co-authored-by: Ruslan --- chains/v2/types/governance2_testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json index 03930c0ae..0f436c736 100644 --- a/chains/v2/types/governance2_testnet.json +++ b/chains/v2/types/governance2_testnet.json @@ -8,7 +8,7 @@ "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", "frame_system.pallet.Event": "GenericEvent", - "frame_system.Call": "GenericCall", + "frame_system.pallet.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From cb42902517911f1fa7dbcd3ad40cf793c666423d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 11 Oct 2022 12:08:18 +0500 Subject: [PATCH 0307/2142] Fix fee for iBTC --- xcm/v2/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3bf87e8e1..8f4a5b226 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1562,7 +1562,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "154494" }, "instructions": "xtokensDest" } @@ -1804,7 +1804,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "154494" }, "instructions": "xtokensDest" } @@ -3373,7 +3373,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "154494" }, "instructions": "xtokensDest" } From 946c40d1f5e090e289ae063381a307572f368be7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 11 Oct 2022 13:15:54 +0500 Subject: [PATCH 0308/2142] fix fee for INTR on Parallel --- xcm/v2/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8f4a5b226..ae4281d98 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1511,7 +1511,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "92696000000000" }, "instructions": "xtokensDest" } @@ -1753,7 +1753,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "92696000000000" }, "instructions": "xtokensDest" } @@ -3322,7 +3322,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "92696000000000" }, "instructions": "xtokensDest" } From f6d038058900fe0bb1d8197b0013a44cef03b3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:10:52 +0000 Subject: [PATCH 0309/2142] Update networks --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index aad46a4b2..b19716d69 100644 --- a/chains/README.md +++ b/chains/README.md @@ -44,7 +44,7 @@ | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17 | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | From 8e701397f8b2d55c7d36fa73baaeae6767cc3aed Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 11 Oct 2022 22:52:40 +0500 Subject: [PATCH 0310/2142] fix westend event and call type --- chains/v2/types/westend.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index f95b614c0..f60339a41 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -7,10 +7,10 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "westend_runtime.Event": "GenericEvent", - "westend_runtime.Call": "GenericCall", + "westend_runtime.RuntimeEvent": "GenericEvent", + "westend_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} From f618bfaf8c8fa983e51a08de425bdc287a62793b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Oct 2022 23:30:37 +0300 Subject: [PATCH 0311/2142] promote INTR xcms --- xcm/v2/transfers.json | 144 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index a6837376d..848c076c2 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1361,6 +1361,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "92696000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1575,6 +1589,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "92696000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2807,6 +2835,108 @@ "type": "xtokens" } ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27234487140" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "90141" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "11587" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2847,6 +2977,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "92696000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From 341c0bc03538d3b233c22b8420c1046af333a2fe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 12 Oct 2022 13:28:24 +0500 Subject: [PATCH 0312/2142] Adding IBTC back directions --- xcm/v2/transfers.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 848c076c2..c66aa9307 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1412,6 +1412,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "154494" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1640,6 +1654,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "154494" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3028,6 +3056,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "154494" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From ff890d246e783369491547dd4cb72f361ba08fd1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:46:50 +0500 Subject: [PATCH 0313/2142] Update nodes list (#894) * Remove composable dwellir node * Remove second KICO node * update radium node for Kusama * remove one Zeitgeist node --- chains/v5/chains.json | 14 +------------- chains/v5/chains_dev.json | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 395b71698..ffae7c8ef 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -108,7 +108,7 @@ "name": "Dwellir node" }, { - "url": "wss://kusama.public.curie.radiumblock.co/ws", + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" } ], @@ -2886,10 +2886,6 @@ "url": "wss://zeitgeist-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, { "url": "wss://zeitgeist.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -2936,10 +2932,6 @@ { "url": "wss://rpc.kico.dico.io", "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "DICO FOUNDATION 2 node" } ], "types": { @@ -3727,10 +3719,6 @@ { "url": "wss://rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 46f45b1f1..6b1d05191 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -108,7 +108,7 @@ "name": "Dwellir node" }, { - "url": "wss://kusama.public.curie.radiumblock.co/ws", + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" } ], @@ -3142,10 +3142,6 @@ "url": "wss://zeitgeist-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, { "url": "wss://zeitgeist.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -3196,10 +3192,6 @@ { "url": "wss://rpc.kico.dico.io", "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "DICO FOUNDATION 2 node" } ], "types": { @@ -4014,10 +4006,6 @@ { "url": "wss://rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From 525f2e894296c75cdd817d32f73a0e0f3270465d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 13 Oct 2022 19:25:04 +0500 Subject: [PATCH 0314/2142] Adding XCM tests (#826) * change way to getting env * Adding XCM test and make some improvements * adding allure reporter * adding rerun tests * Fix archive * fix archive * some fixes * deploy to external repo * remove parameters test * fix typo * update deploy * update deploy job * update token * Change deploy action * update deploy config * Change env variables * fix path * fix deploy * change token * change rerun parameters * update key * add subfolder for tests * change sub-folders * remove workflow --- .../workflows/make-pull-request/action.yml | 54 + .github/workflows/setup-path/action.yml | 18 + .github/workflows/test_json_data.yaml | 33 - .../workflows/test_network_availability.yaml | 30 - .github/workflows/update_network_list.yaml | 141 +- .gitignore | 3 +- requirements.txt | 4 + tests/data/setting_data.py | 11 + tests/data/xcm_data.json | 1590 +++++++++++++++++ tests/test_can_query_base_parameters.py | 39 + tests/test_network_availability.py | 24 - tests/test_network_parameters.py | 26 +- tests/test_nodes_availability.py | 30 + tests/test_xcm_data.py | 30 + tests/utils/chain_model.py | 2 +- 15 files changed, 1820 insertions(+), 215 deletions(-) create mode 100644 .github/workflows/make-pull-request/action.yml create mode 100644 .github/workflows/setup-path/action.yml delete mode 100644 .github/workflows/test_json_data.yaml delete mode 100644 .github/workflows/test_network_availability.yaml create mode 100644 tests/data/setting_data.py create mode 100644 tests/data/xcm_data.json create mode 100644 tests/test_can_query_base_parameters.py delete mode 100644 tests/test_network_availability.py create mode 100644 tests/test_nodes_availability.py create mode 100644 tests/test_xcm_data.py diff --git a/.github/workflows/make-pull-request/action.yml b/.github/workflows/make-pull-request/action.yml new file mode 100644 index 000000000..7f326a4c3 --- /dev/null +++ b/.github/workflows/make-pull-request/action.yml @@ -0,0 +1,54 @@ +name: Make pull request +description: Create commit and make pull-request +inputs: + commit-files: + description: 'Which files will add to commit' + required: true + commit-message: + description: 'Message for creating a commit' + required: true + github-token: + description: 'Token for getting access to GitHub' + required: true + branch-name: + description: 'Name for branch for creating a commit' + required: true + pr-title: + description: 'Title for creating Pull Request' + required: true + pr-body: + description: 'Body for creating Pull Request' + required: true + +runs: + using: "composite" + steps: + + - name: Commit files + id: commit + continue-on-error: true + run: | + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git add ${{ inputs.commit-files }} + git commit -m "${{ inputs.commit-message }}" + shell: bash + + - name: Push changes + if: steps.commit.outcome == 'success' + uses: ad-m/github-push-action@master + with: + github_token: ${{ inputs.github-token }} + branch: refs/heads/${{ inputs.branch-name }} + + - uses: repo-sync/pull-request@v2 + if: steps.commit.outcome == 'success' + name: pull-request + with: + source_branch: ${{ inputs.branch-name }} + destination_branch: "master" + pr_title: ${{ inputs.pr-title }} + pr_body: ${{ inputs.pr-body }} + pr_reviewer: "stepanLav" + pr_draft: false + github_token: ${{ inputs.github-token }} diff --git a/.github/workflows/setup-path/action.yml b/.github/workflows/setup-path/action.yml new file mode 100644 index 000000000..0f3a07ca9 --- /dev/null +++ b/.github/workflows/setup-path/action.yml @@ -0,0 +1,18 @@ +name: Set actual chains.json path +description: Push actual paths to env +runs: + using: "composite" + steps: + - name: Setup version to variables + run: | + echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + shell: bash + + - name: Setup json paths + run: | + echo "DEV_CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" + echo "CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" + echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" + echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" + shell: bash diff --git a/.github/workflows/test_json_data.yaml b/.github/workflows/test_json_data.yaml deleted file mode 100644 index 4895c93ca..000000000 --- a/.github/workflows/test_json_data.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Compare JSON data with blockchain - -on: - schedule: - - cron: '0 23 * * *' - workflow_dispatch: - inputs: - file_path: - description: 'Which file will test?' - required: true - type: string - default: "/chains/v4/chains.json" - - -env: - JSON_PATH: "/chains/v4/chains.json" - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Checkout current repository to Master branch - uses: actions/checkout@v1 - - - name: Check file_path reassignment - if: ${{ github.event.inputs.file_path }} - run: echo "JSON_PATH=${{ github.event.inputs.file_path }}" >> $GITHUB_ENV - - - name: Install dependencies - run: pip install -r requirements.txt - - - name: Run test - run: python -m pytest --rootdir . --override-ini junit_family=xunit1 -n auto "./tests/test_network_parameters.py" \ No newline at end of file diff --git a/.github/workflows/test_network_availability.yaml b/.github/workflows/test_network_availability.yaml deleted file mode 100644 index 89a5a70ee..000000000 --- a/.github/workflows/test_network_availability.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Check nodes availability - -on: - workflow_dispatch: - inputs: - file_path: - description: 'Which file will test?' - required: true - type: string - default: "/chains/v4/chains.json" - -env: - JSON_PATH: "/chains/v4/chains.json" - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Checkout current repository to Master branch - uses: actions/checkout@v1 - - - name: Check file_path reassignment - if: ${{ github.event.inputs.file_path }} - run: echo "JSON_PATH=${{ github.event.inputs.file_path }}" >> $GITHUB_ENV - - - name: Install dependencies - run: pip install -r requirements.txt - - - name: Run test - run: python -m pytest --rootdir . --override-ini junit_family=xunit1 -n auto "./tests/test_network_availability.py" \ No newline at end of file diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 58a212217..97a2bb66e 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -18,17 +18,8 @@ jobs: - name: Checkout current repository to Master branch uses: actions/checkout@v1 - - name: Setup version to variables - run: | - echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" - echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" - - - name: Setup json paths - run: | - echo "DEV_CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" - echo "CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" - echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" - echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" + - name: Set up actual paths + uses: ./.github/workflows/setup-path - name: Was chains.json changed? id: chains @@ -67,44 +58,24 @@ jobs: - name: Checkout current repository to Master branch uses: actions/checkout@v1 - - name: Setup version to variables - run: | - echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" - echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Set up actual paths + uses: ./.github/workflows/setup-path - name: Install dependencies run: pip install -r requirements.txt - name: Generate README file run: python ./scripts/generate_network_list.py - - name: Commit files - id: commit - continue-on-error: true - run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add ./chains/README.md - git commit -m "Update networks" - - - name: Push changes - if: steps.commit.outcome == 'success' - uses: ad-m/github-push-action@master + - name: Make Pull Request + uses: ./.github/workflows/make-pull-request with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: refs/heads/update-networks-${{github.run_number}} + commit-files: ./chains/README.md + commit-message: Update networks list + github-token: ${{ secrets.GITHUB_TOKEN }} + branch-name: update-networks-${{github.run_number}} + pr-title: Update network list + pr-body: Update networks list in https://github.com/nova-wallet/nova-utils/tree/master/chains - - uses: repo-sync/pull-request@v2 - if: steps.commit.outcome == 'success' - name: pull-request - with: - source_branch: "update-networks-${{github.run_number}}" - destination_branch: "master" - pr_title: "Update network list" - pr_body: | - Update networks list in https://github.com/nova-wallet/nova-utils/tree/master/chains - pr_reviewer: "stepanLav" - pr_draft: false - github_token: ${{ secrets.GITHUB_TOKEN }} dapps_update: runs-on: ubuntu-latest @@ -114,44 +85,23 @@ jobs: - name: Checkout current repository to Master branch uses: actions/checkout@v1 - - name: Setup version to variables - run: | - echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" - echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Set up actual paths + uses: ./.github/workflows/setup-path - name: Install dependencies run: pip install -r requirements.txt - name: Generate new Dapps list file run: python ./scripts/generate_dapps_list.py - - name: Commit files - id: commit - continue-on-error: true - run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add ./dapps/README.md - git commit -m "Update dapps list" - - - name: Push changes - if: steps.commit.outcome == 'success' - uses: ad-m/github-push-action@master + - name: Make Pull Request + uses: ./.github/workflows/make-pull-request with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: refs/heads/update-dapps-${{github.run_number}} - - - uses: repo-sync/pull-request@v2 - if: steps.commit.outcome == 'success' - name: pull-request - with: - source_branch: "update-dapps-${{github.run_number}}" - destination_branch: "master" - pr_title: "Update Dapps list" - pr_body: | - Update dapps list in https://github.com/nova-wallet/nova-utils/tree/master/dapps - pr_reviewer: "stepanLav" - pr_draft: false - github_token: ${{ secrets.GITHUB_TOKEN }} + commit-files: ./dapps/README.md + commit-message: Update dapps list + github-token: ${{ secrets.GITHUB_TOKEN }} + branch-name: update-dapps-${{github.run_number}} + pr-title: Update Dapps list + pr-body: Update dapps list in https://github.com/nova-wallet/nova-utils/tree/master/dapps test_json_update: runs-on: ubuntu-latest @@ -161,44 +111,23 @@ jobs: - name: Checkout current repository to Master branch uses: actions/checkout@v1 - - name: Setup version to variables - run: | - echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" - echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Set up actual paths + uses: ./.github/workflows/setup-path - name: Install dependencies run: pip install -r requirements.txt - name: Generate new Test data file run: python ./scripts/update_test_data.py - - name: Commit files - id: commit - continue-on-error: true - run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add ./tests/chains_for_testBalance.json - git commit -m "Update test data file" - - - name: Push changes - if: steps.commit.outcome == 'success' - uses: ad-m/github-push-action@master + - name: Make Pull Request + uses: ./.github/workflows/make-pull-request with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: refs/heads/update-tests-${{github.run_number}} - - - uses: repo-sync/pull-request@v2 - if: steps.commit.outcome == 'success' - name: pull-request - with: - source_branch: "update-tests-${{github.run_number}}" - destination_branch: "master" - pr_title: "Update Test data File" - pr_body: | - Update test data file - pr_reviewer: "stepanLav" - pr_draft: false - github_token: ${{ secrets.GITHUB_TOKEN }} + commit-files: ./tests/chains_for_testBalance.json + commit-message: Update test data file + github-token: ${{ secrets.GITHUB_TOKEN }} + branch-name: update-tests-${{github.run_number}} + pr-title: Update Test data File + pr-body: Update test data file xcm_table_update: @@ -217,10 +146,8 @@ jobs: ref: master token: ${{ secrets.PAT_TOKEN }} - - name: Setup version to variables - run: | - echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" - echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + - name: Set up actual paths + uses: ./.github/workflows/setup-path - name: Install dependencies run: | diff --git a/.gitignore b/.gitignore index 67da4f82e..d320acf0b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .venv .vscode __pycache__ -.pytest_cache \ No newline at end of file +.pytest_cache +allure-report \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 765ceeea2..2224380ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,9 @@ +allure-pytest==2.10.0 +allure-python-commons==2.10.0 deepdiff==5.8.1 Jinja2==3.1.2 pytablewriter==0.64.2 pytest==7.1.2 +pytest-xdist==2.5.0 +pytest-rerunfailures==10.2 substrate-interface==1.2.7 diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py new file mode 100644 index 000000000..dd4d6c0ff --- /dev/null +++ b/tests/data/setting_data.py @@ -0,0 +1,11 @@ +import os +from tests.utils.getting_data import get_network_list +from tests.utils.chain_model import Chain + +network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v5/chains.json") +skipped_networks = ['Edgeware'] + +global chains + +chains = [Chain(data) for data in get_network_list('/'+ + network_file_path) if data.get('name') not in skipped_networks] diff --git a/tests/data/xcm_data.json b/tests/data/xcm_data.json new file mode 100644 index 000000000..afd5f9476 --- /dev/null +++ b/tests/data/xcm_data.json @@ -0,0 +1,1590 @@ +{ + "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011": { + "name": "Altair", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": { + "name": "Acala", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 299913702000, + "max_total": 350000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 150000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": { + "name": "Moonriver", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e": { + "name": "Aleph Zero", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 400000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 259875000000, + "max_total": 300000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 359875000000, + "max_total": 400000000000, + "reserved": 100000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": { + "name": "Moonbeam", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 324914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 449914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060": { + "name": "Zeitgeist", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 324875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 449875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8": { + "name": "Subsocial Solochain", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 1299875000000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 1799875000000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8": { + "name": "GM", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": { + "name": "Parallel", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 1299913702000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 1799913702000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": { + "name": "Westend", + "BlockWeights": { + "base_block": { + "ref_time": 4970728000 + }, + "max_block": { + "ref_time": 2000000000000 + }, + "per_class": { + "normal": { + "base_extrinsic": { + "ref_time": 79088000 + }, + "max_extrinsic": { + "ref_time": 1479920912000 + }, + "max_total": { + "ref_time": 1500000000000 + }, + "reserved": { + "ref_time": 0 + } + }, + "operational": { + "base_extrinsic": { + "ref_time": 79088000 + }, + "max_extrinsic": { + "ref_time": 1979920912000 + }, + "max_total": { + "ref_time": 2000000000000 + }, + "reserved": { + "ref_time": 500000000000 + } + }, + "mandatory": { + "base_extrinsic": { + "ref_time": 79088000 + }, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174": { + "name": "OriginTrail Parachain", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7": { + "name": "Kabocha", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": { + "name": "HydraDX", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 362375000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 487375000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14": { + "name": "Bajun", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": { + "name": "Mangata X", + "BlockWeights": { + "base_block": 12000000000, + "max_block": 250000000000, + "per_class": { + "normal": { + "base_extrinsic": 186000000, + "max_extrinsic": 174814000000, + "max_total": 187500000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 186000000, + "max_extrinsic": 237314000000, + "max_total": 250000000000, + "reserved": 62500000000 + }, + "mandatory": { + "base_extrinsic": 186000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21": { + "name": "KILT Spiritnet", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 324914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 449914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": { + "name": "Statemint", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f": { + "name": "Efinity", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 1299875000000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 1799875000000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": { + "name": "Polkadot", + "BlockWeights": { + "base_block": 5852263000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 85212000, + "max_extrinsic": 1479914788000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85212000, + "max_extrinsic": 1979914788000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 85212000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": { + "name": "Interlay", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 1299914205000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 1799914205000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31": { + "name": "UNIQUE", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 324914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 449914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e": { + "name": "Ternoa", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 1479875000000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 1979875000000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": { + "name": "Basilisk", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 200000000, + "max_extrinsic": 362300000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 200000000, + "max_extrinsic": 487300000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 200000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": { + "name": "Kintsugi", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 1299914205000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 1799914205000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": { + "name": "Statemine", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": { + "name": "Parallel Heiko", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 1299913702000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 1799913702000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d": { + "name": "Composable Finance", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": { + "name": "Robonomics", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc": { + "name": "Picasso", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554": { + "name": "QUARTZ", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 324914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 449914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21": { + "name": "Tanganika", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21": { + "name": "Nodle Parachain", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c": { + "name": "Litmus", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": { + "name": "Turing", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b": { + "name": "Encointer", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": { + "name": "Centrifuge Parachain", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": { + "name": "Calamari", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 299913702000, + "max_total": 350000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 150000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9": { + "name": "Litentry", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da": { + "name": "KICO", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc": { + "name": "Crust Shadow", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 1299875000000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 1799875000000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": { + "name": "Kusama", + "BlockWeights": { + "base_block": 6192341000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 86309000, + "max_extrinsic": 1479913691000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86309000, + "max_extrinsic": 1979913691000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 86309000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89": { + "name": "Imbue", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3": { + "name": "Bit.Country Pioneer", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": { + "name": "Karura", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 299913702000, + "max_total": 350000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 150000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14": { + "name": "Dora Factory", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736": { + "name": "Phala", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 349913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 474913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": { + "name": "Khala", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 349913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 474913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c": { + "name": "Polkadex Solochain", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 4000000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 2599875000000, + "max_total": 3000000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 3599875000000, + "max_total": 4000000000000, + "reserved": 1000000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": { + "name": "Astar", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": { + "name": "Shiden", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da": { + "name": "Integritee Parachain", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 349913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 474913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267": { + "name": "CLV Parachain", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 2000000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 1449914205000, + "max_total": 1500000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 1949914205000, + "max_total": 2000000000000, + "reserved": 500000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": { + "name": "Bifrost Kusama", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": { + "name": "Bifrost Polkadot", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 324913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 449913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076": { + "name": "Crab", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": { + "name": "Amplitude", + "BlockWeights": { + "base_block": 5000000000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 125000000, + "max_extrinsic": 349875000000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 125000000, + "max_extrinsic": 474875000000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 125000000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": { + "name": "Tinkernet", + "BlockWeights": { + "base_block": 5346284000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 86298000, + "max_extrinsic": 349913702000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 86298000, + "max_extrinsic": 474913702000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 86298000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + }, + "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5": { + "name": "Pichiu", + "BlockWeights": { + "base_block": 5343308000, + "max_block": 500000000000, + "per_class": { + "normal": { + "base_extrinsic": 85795000, + "max_extrinsic": 349914205000, + "max_total": 375000000000, + "reserved": 0 + }, + "operational": { + "base_extrinsic": 85795000, + "max_extrinsic": 474914205000, + "max_total": 500000000000, + "reserved": 125000000000 + }, + "mandatory": { + "base_extrinsic": 85795000, + "max_extrinsic": null, + "max_total": null, + "reserved": null + } + } + } + } +} \ No newline at end of file diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py new file mode 100644 index 000000000..5810e6753 --- /dev/null +++ b/tests/test_can_query_base_parameters.py @@ -0,0 +1,39 @@ +import pytest +from tests.utils.chain_model import Chain +from substrateinterface import SubstrateInterface +from tests.data.setting_data import * + +task_ids = [ + f'Test for {task.name}' + for task in chains +] + +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestCanGetMetadata(): + + def test_create_connection_and_get_metadata(self, chain: Chain): + connection = chain.create_connection() + chain.init_properties() + + metadata = connection.get_block_metadata() + assert isinstance(connection, SubstrateInterface) + +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestCanGetFee: + def test_create_connection_and_get_fee(self, chain: Chain): + + connection = chain.create_connection() + chain.init_properties() + + storage = connection.rpc_request('payment_queryInfo', ['0x41028400fdc41550fb5186d71cae699c31731b3e1baa10680c7bd6b3831a6d222cf4d16800080bfe8bc67f44b498239887dc5679523cfcb1d20fd9ec9d6bae0a385cca118d2cb7ef9f4674d52a810feb32932d7c6fe3e05ce9e06cd72cf499c8692206410ab5038800040000340a806419d5e278172e45cb0e50da1b031795366c99ddfe0a680bd53b142c630700e40b5402']) + assert isinstance(connection, SubstrateInterface) + +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestCanGetIndex: + def test_create_connection_and_get_next_index(self, chain: Chain): + + connection = chain.create_connection() + chain.init_properties() + + storage = connection.rpc_request('account_nextIndex', ['5CJqRchpnKQ6zzB4zmkz3QSzFgFmLFJ741RxW1CunStvEwKd']) + assert isinstance(connection, SubstrateInterface) \ No newline at end of file diff --git a/tests/test_network_availability.py b/tests/test_network_availability.py deleted file mode 100644 index 26aa4018e..000000000 --- a/tests/test_network_availability.py +++ /dev/null @@ -1,24 +0,0 @@ -import os -import pytest -from scripts.create_type_file import create_connection_by_url -from tests.test_network_parameters import get_network_list -from tests.utils.chain_model import Chain -from substrateinterface import SubstrateInterface - - -def collect_nodes_from_dev(): - networks = [] - for network in get_network_list(network_file_path): - current_network = Chain(network) - for node in current_network.nodes: - networks.append(node.get("url")) - - return networks - -network_file_path=os.environ['JSON_PATH'] - -@pytest.mark.parametrize("url", collect_nodes_from_dev()) -def test_can_create_connection(url): - - connectin = create_connection_by_url(url) - assert isinstance(connectin, SubstrateInterface) diff --git a/tests/test_network_parameters.py b/tests/test_network_parameters.py index 14df1c1ba..48ab4662c 100644 --- a/tests/test_network_parameters.py +++ b/tests/test_network_parameters.py @@ -1,42 +1,30 @@ import os import pytest -from tests.utils.getting_data import get_network_list -from tests.utils.chain_model import Chain - - -def collect_data_from_dev(): - chains = [] - for network in get_network_list(network_file_path): - current_network = Chain(network) - chains.append(current_network) - - return chains - -network_file_path=os.environ['JSON_PATH'] -chains = ( - collect_data_from_dev() -) +from tests.utils.chain_model import Chain +from tests.data.setting_data import * task_ids = [ f'Test for {task.name}' for task in chains ] - @pytest.mark.parametrize("chain", chains, ids=task_ids) -class TestChainJson: - +class TestNetworkPrefix: def test_address_prefix(self, chain: Chain): chain.create_connection() chain.init_properties() assert chain.properties.ss58Format == chain.addressPrefix +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestChainId: def test_chainId(self, chain: Chain): chain.create_connection() chain.init_properties() assert chain.properties.chainId == '0x'+chain.chainId +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestPrecision: def test_precision(self, chain: Chain): chain.create_connection() chain.init_properties() diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py new file mode 100644 index 000000000..bb68fd485 --- /dev/null +++ b/tests/test_nodes_availability.py @@ -0,0 +1,30 @@ + +from typing import List +import pytest + +from tests.data.setting_data import * +from scripts.create_type_file import create_connection_by_url +from tests.utils.chain_model import Chain +from substrateinterface import SubstrateInterface + + +def collect_nodes_for_chains(networks: List[Chain]): + result = [] + for network in networks: + for node in network.nodes: + result.append( + {"url": node.get("url"), "name": network.name}) + + return result + +task_ids = [ + f'Test for {task["name"]}, url: {task["url"]}' + for task in collect_nodes_for_chains(chains) +] + + +@pytest.mark.parametrize("data", collect_nodes_for_chains(chains), ids=task_ids) +def test_can_create_connection(data): + + connectin = create_connection_by_url(data["url"]) + assert isinstance(connectin, SubstrateInterface) diff --git a/tests/test_xcm_data.py b/tests/test_xcm_data.py new file mode 100644 index 000000000..dde358dbf --- /dev/null +++ b/tests/test_xcm_data.py @@ -0,0 +1,30 @@ +import pytest +import json +import deepdiff + +from tests.data.setting_data import * +from tests.utils.chain_model import Chain + +xcm_data_file_path = './tests/data/xcm_data.json' + +def was_network_data_changed(data_from_network, saved_data): + diff = deepdiff.DeepDiff(data_from_network, saved_data) + return diff.tree + +task_ids = [ + f'Check XCM data for {task.name}' + for task in chains +] + +@pytest.mark.parametrize('chain', chains, ids=task_ids) +class TestCompareXCMData: + + def test_xcm_parameters(self, chain: Chain): + connection = chain.create_connection() + chain.init_properties() + data = connection.get_constant('System', 'BlockWeights').serialize() + + with open(xcm_data_file_path) as fp: + json_data = json.load(fp) + changed_data = was_network_data_changed(data, json_data[chain.chainId]['BlockWeights']) + assert not bool(changed_data) diff --git a/tests/utils/chain_model.py b/tests/utils/chain_model.py index 288d8543a..40eb3ec04 100644 --- a/tests/utils/chain_model.py +++ b/tests/utils/chain_model.py @@ -26,7 +26,7 @@ def create_connection(self): print("Can't connect to that node") continue - raise TimeoutError("Can't connect to all nodes of network") + raise TimeoutError("Can't connect to all nodes of network", self.name) def init_properties(self): From 734397016573b064c491790cffa818c4f8324935 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 13 Oct 2022 19:32:33 +0500 Subject: [PATCH 0315/2142] Adding TNKR for Basilisk --- chains/v5/chains_dev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 6b1d05191..db3f0fd41 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1662,6 +1662,19 @@ "existentialDeposit": "10000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } } ], "nodes": [ From 98fb510645d51b031799b8246bfaa5e331bd44db Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:16:15 +0500 Subject: [PATCH 0316/2142] Change accounts for Picasso and Composable (#896) --- tests/chains_for_testBalance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d15b2c47f..7ff30ba59 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -107,7 +107,7 @@ { "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", "name": "Picasso", - "account": "0xe29a3f1571721bdbda403d5ebaf976b6ce9aab4617a29c13794c4ecc19f48d7d" + "account": "0x82e0e20e288f8f1edb4de8ecf452862525fbf303c49c56478a8ce8698cf38f56" }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", @@ -197,7 +197,7 @@ { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", "name": "Composable Finance", - "account": "0x407648a7a9cdd55870785b8d3efb884618a9a6144cf15e3c45a493362675dc0f" + "account": "0x7c955939c78c2a3b857ed14ae1494ce317fa514ebd7a01731521d7e60ee5a31b" }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", From 3cb56cf78b8419eeae5a6effcb7caaddab5e31a6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:16:29 +0500 Subject: [PATCH 0317/2142] Promote TNKR token for Basilisk (#897) --- chains/v5/chains.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index ffae7c8ef..8f45b4382 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1447,6 +1447,19 @@ "existentialDeposit": "10000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } } ], "nodes": [ From 39022dfa0dfefc6cd0af32ff5af22861901cf4a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:32:16 +0300 Subject: [PATCH 0318/2142] Update networks list (#898) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index b19716d69..0def415ac 100644 --- a/chains/README.md +++ b/chains/README.md @@ -8,7 +8,7 @@ | Amplitude | AMPE | - | - | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | Bajun | BAJU | - | - | -| Basilisk | BSX
KSM
aUSD | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | Bit.Country Pioneer | NEER | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | From eeab046a6b7005f434b896ccabe58980f6f51828 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:05:59 +0700 Subject: [PATCH 0319/2142] Add generic subsqare metadata (#899) --- dapps/dapps_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index c244189a4..1a5b7a854 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -219,6 +219,14 @@ "community" ] }, + { + "name": "Subsquare", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "url": "https://polkadot.subsquare.io/", + "categories": [ + "community" + ] + }, { "name": "Acala Rewards Claim", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", From aae67b55837c3c011401bd92d8177c0c23902342 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Oct 2022 16:23:07 +0300 Subject: [PATCH 0320/2142] fix --- chains/v5/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index db3f0fd41..26fc54b58 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4924,7 +4924,7 @@ { "name": "Governance2 Testnet explorer", "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/{address}", + "account": "https://gov2.statescan.io/account/{address}", "event": null } ], @@ -5107,4 +5107,4 @@ "testnet" ] } -] +] \ No newline at end of file From ca5e8783c37785862363bd2813ef6972a82273d2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Oct 2022 16:25:07 +0300 Subject: [PATCH 0321/2142] fix indent --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 26fc54b58..2cbb9e707 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5107,4 +5107,4 @@ "testnet" ] } -] \ No newline at end of file +] From f40f3b1098d72ce41f1c4758518651d2ba520b50 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Oct 2022 20:29:46 +0300 Subject: [PATCH 0322/2142] add BIT to Pioneer --- chains/v5/chains_dev.json | 13 +++++++++++++ icons/tokens/white/BIT.svg | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 icons/tokens/white/BIT.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 2cbb9e707..c86d97069 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2123,6 +2123,19 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/BIT.svg b/icons/tokens/white/BIT.svg new file mode 100644 index 000000000..52003e2fa --- /dev/null +++ b/icons/tokens/white/BIT.svg @@ -0,0 +1,3 @@ + + + From 290a5202af260e15512d2c11f99dc57ec5495e2e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Oct 2022 20:53:42 +0300 Subject: [PATCH 0323/2142] replace Bit.Country network and NEER icons --- chains/v5/chains_dev.json | 2 +- icons/chains/gradient/Bit.Country_Pioneer.svg | 21 +++++++++++++------ icons/tokens/white/NEER.svg | 5 +++++ 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 icons/tokens/white/NEER.svg diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index c86d97069..120724380 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2122,7 +2122,7 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, diff --git a/icons/chains/gradient/Bit.Country_Pioneer.svg b/icons/chains/gradient/Bit.Country_Pioneer.svg index c33b53186..7d91e5d16 100644 --- a/icons/chains/gradient/Bit.Country_Pioneer.svg +++ b/icons/chains/gradient/Bit.Country_Pioneer.svg @@ -1,12 +1,21 @@ - - + + + + + - + + - - - + + + + + + + + diff --git a/icons/tokens/white/NEER.svg b/icons/tokens/white/NEER.svg new file mode 100644 index 000000000..8f77c7d29 --- /dev/null +++ b/icons/tokens/white/NEER.svg @@ -0,0 +1,5 @@ + + + + + From d7d847f964f57d43d25e0ea0801463da1ade3323 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Oct 2022 11:07:44 +0300 Subject: [PATCH 0324/2142] promote Bit token and NEER icon update --- chains/v5/chains.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f4fc9d163..750254a43 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2020,12 +2020,25 @@ "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Bit.Country Pioneer", "assets": [ - { + { "assetId": 0, "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 258b1199cb5e6a7f4f475caeb6b376a14c2db087 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Oct 2022 11:08:41 +0300 Subject: [PATCH 0325/2142] fix indent --- chains/v5/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 750254a43..06ebbcf5d 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2020,7 +2020,7 @@ "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Bit.Country Pioneer", "assets": [ - { + { "assetId": 0, "symbol": "NEER", "precision": 18, From cf94460f071e08302545d08e188323199a5b7b9c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:46:51 +0500 Subject: [PATCH 0326/2142] Adding Tinkernet < TNKR > Basilisk (#904) * Adding Tinkernet < TNKR > Basilisk * Adding OnFinality node for Tinkernet * Add mult coeff for Basilisk fee = 1.6 --- chains/v5/chains_dev.json | 4 +++ xcm/v2/transfers_dev.json | 68 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 120724380..e61c6abfc 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4702,6 +4702,10 @@ { "url": "wss://tinker.invarch.network", "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index ae4281d98..f61b28378 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -222,6 +222,20 @@ "WND-Westmint": { "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", "multiLocation": {} + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -272,7 +286,8 @@ "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", - "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000" + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000" }, "chains": [ { @@ -3707,6 +3722,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3842,6 +3880,34 @@ ] } ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "25678855576660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 0de4dc640798c277837f62f3329e186bca21b17e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Oct 2022 18:24:02 +0300 Subject: [PATCH 0327/2142] add Snow network --- chains/v2/types/snow.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ icons/tokens/white/ICZ.svg | 3 +++ 3 files changed, 52 insertions(+) create mode 100644 chains/v2/types/snow.json create mode 100644 icons/tokens/white/ICZ.svg diff --git a/chains/v2/types/snow.json b/chains/v2/types/snow.json new file mode 100644 index 000000000..f533ed6ce --- /dev/null +++ b/chains/v2/types/snow.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "snow_runtime.Event": "GenericEvent", + "snow_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 120724380..28ed3cd05 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5119,5 +5119,38 @@ "options": [ "testnet" ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 } ] diff --git a/icons/tokens/white/ICZ.svg b/icons/tokens/white/ICZ.svg new file mode 100644 index 000000000..b81184387 --- /dev/null +++ b/icons/tokens/white/ICZ.svg @@ -0,0 +1,3 @@ + + + From 694469f638c84a2981141660cba18bedcc4a20dc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 18 Oct 2022 20:35:04 +0500 Subject: [PATCH 0328/2142] Promote Tinkernet < TNKR > Basilisk --- chains/v5/chains.json | 4 +++ xcm/v2/transfers.json | 68 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f4fc9d163..b63b01cce 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4252,6 +4252,10 @@ { "url": "wss://tinker.invarch.network", "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index c66aa9307..2335d6224 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -184,6 +184,20 @@ }, "instructions": "xtokensReserve" } + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -230,7 +244,8 @@ "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", - "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000" + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000" }, "chains": [ { @@ -3398,6 +3413,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "25678855576660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From f88d710575350c7ea3ed1e068589ce02cb43ddf8 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Oct 2022 19:42:41 +0300 Subject: [PATCH 0329/2142] promote Snow network --- chains/v5/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index f4fc9d163..dacbaefeb 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4540,5 +4540,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 } ] From 178b655772fd5a737ac6b5a22dfd31c44ba613af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:35:07 +0300 Subject: [PATCH 0330/2142] Update networks list (#909) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 0def415ac..f8c974d20 100644 --- a/chains/README.md +++ b/chains/README.md @@ -11,7 +11,7 @@ | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| Bit.Country Pioneer | NEER | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | From 15a0219eb5e8b4a5830f8047bc6ed8bfea9ec832 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:40:44 +0300 Subject: [PATCH 0331/2142] Update Test data File (#907) * Update test data file * Adding an account Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 7ff30ba59..39a0905de 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -318,5 +318,10 @@ "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", "name": "Polymesh Mainnet", "account": "0xf2aee43ecd134756088d19159a44f8733c36d8d5fd63fc9ffb8821b4ad148a7e" + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "name": "Snow", + "account": "0x6d6f646c70792f74727372790000000000000000000000000000000000000000" } ] \ No newline at end of file From 05ba730036ce1f4ddc0d2293a38e2783e3505c73 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:43:01 +0500 Subject: [PATCH 0332/2142] Adding novasama gov testnet (#903) * Adding novasama gov testnet * change gov2 test url --- chains/v5/chains_dev.json | 72 +++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 22 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7304417d7..2adf0b1dc 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -228,14 +228,14 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" }, - { + { "assetId": 1, "symbol": "SIRI", "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { - "assetId": "81" + "assetId": "81" } } ], @@ -250,13 +250,13 @@ } ], "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { @@ -2642,10 +2642,10 @@ "type": "statemine", "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } ], "nodes": [ { @@ -2994,13 +2994,13 @@ } ], "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } - ], + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true @@ -4008,7 +4008,7 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" }, - "staking": { + "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } @@ -5156,5 +5156,33 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 + }, + { + "chainId": "e895bbd50ca2b646bf2b12f68de46dc29aa3b82560766f3c66227b7211d836c4", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] } -] +] \ No newline at end of file From 0e1ec053df58e4308ef384655265776e10f13cc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:48:02 +0300 Subject: [PATCH 0333/2142] Update Test data File (#910) * Update test data file * remove Governance2 Novasama Testnet Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 6a0822e7e..92b03caa5 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 020661a9c9a56792794d3e9d28d0db0e4bfdfa2e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 19 Oct 2022 13:57:48 +0500 Subject: [PATCH 0334/2142] Update base subquery projects --- chains/v3/chains.json | 14 +++++++------- chains/v4/chains.json | 14 +++++++------- chains/v5/chains.json | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/chains/v3/chains.json b/chains/v3/chains.json index 93122ea68..da9e34b48 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -60,15 +60,15 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "history": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -139,11 +139,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "history": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "crowdloans": { "type": "github", @@ -201,11 +201,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "history": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "crowdloans": { "type": "github", diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 6303a45f9..a17878cca 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -60,15 +60,15 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "history": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -139,11 +139,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "history": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "crowdloans": { "type": "github", @@ -201,11 +201,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "history": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "crowdloans": { "type": "github", diff --git a/chains/v5/chains.json b/chains/v5/chains.json index ca9ef0675..a836d91ac 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -60,15 +60,15 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "history": { "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -139,11 +139,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "history": { "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, "crowdloans": { "type": "github", @@ -201,11 +201,11 @@ "externalApi": { "staking": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "history": { "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, "crowdloans": { "type": "github", From c67e81c678537273b9871cae5bd3507595ab06f9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 19 Oct 2022 14:00:30 +0500 Subject: [PATCH 0335/2142] fix typo --- chains/v5/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index a836d91ac..4cdfb9674 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ From f457ffbc023911f3abe4c6ceffc7aa2c6ab6de2a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 19 Oct 2022 14:01:14 +0500 Subject: [PATCH 0336/2142] fix typo --- chains/v3/chains.json | 2 +- chains/v4/chains.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v3/chains.json b/chains/v3/chains.json index da9e34b48..0ea62514b 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ diff --git a/chains/v4/chains.json b/chains/v4/chains.json index a17878cca..3f627dcc1 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ From 13ddae1326c0d8d595f698a31fcebd059077cf11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 10:20:16 +0000 Subject: [PATCH 0337/2142] Update networks list --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index f8c974d20..39b113b9f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -55,6 +55,7 @@ | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| Snow | ICZ | Subscan | - | | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | From 5eb305d8fc59dba20f7817ae7cff07e4ccc6d7d5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:15:14 +0500 Subject: [PATCH 0338/2142] Promote Bajun subquery to prod (#912) --- chains/v5/chains.json | 6 ++++++ chains/v5/chains_dev.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 7084df4e0..73ba51b39 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4211,6 +4211,12 @@ "name": "Dwellir node" } ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 2adf0b1dc..dc502e77a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4593,7 +4593,7 @@ "externalApi": { "history": { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", From 61430325c879c69d66ed9404e372c02e8d979461 Mon Sep 17 00:00:00 2001 From: Niklas Jurij Plessing Date: Thu, 20 Oct 2022 22:41:19 +0200 Subject: [PATCH 0339/2142] Add Proof of Chaos to dapps_dev.json --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/Proof-of-Chaos.png | Bin 0 -> 61394 bytes 2 files changed, 9 insertions(+) create mode 100644 icons/dapps/color/Proof-of-Chaos.png diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 1a5b7a854..cdddc42e1 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -645,6 +645,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Proof of Chaos", + "url": "https://proofofchaos.app", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof-of-Chaos.png", + "categories": [ + "nft", + "community" + ] } ] } diff --git a/icons/dapps/color/Proof-of-Chaos.png b/icons/dapps/color/Proof-of-Chaos.png new file mode 100644 index 0000000000000000000000000000000000000000..21cd9009edda884834204bfad6ef71fdcbf2e1c3 GIT binary patch literal 61394 zcmXt9WmKC@(+*GyE$$A*iw1Xx;!@n*-Cc_om*VaPg1fsEha$n<-Ce%)`OfD4hMfr@^<}i$1<_nI*%mE z(S!y?vTsThLa4kKogQFb!KV;tML_s2>;?3LpBYf4kbe_9hkwyFx?61WcW4 zwD>R4(I&0oPYm5 ze((YSMj;{v{6NFYpod!;SACP+;LW3975^fjr^qZ{V1x)z3xb2Y)Af*=R5OX* z;ajppeLjoN2SZ#yddR@e*<`lJEax~J1NobY-_!V-b&J%a?ld4qr@|7R$ioqjHz;U*EI#jAcP zStam2VNbilP(s!ah00~%!E=%Nw$R~wvSzc;W=MHZMlVVcgJBXAJ&JhjP*&E*Kqp)* z_kLzsCXJhgs;XX;uO!LBV~DA$Mya_|t7Nw8tdV7iB{zMrOk+s%{p;>+t~Hn6%*7ok z+_{eBX{xlYR`%!^wrFJ>|53DfSf*(I#G+cK-W)rrqJ|{J=SVGjPEJxfN~O4~!df!E zt!0nf(>Qn05!-7M-xyMk4Ma=6QC@yG{R)x~EIiZFpB#tZ3VyvascbuY&B+AEi5{SR z#I=F%1Q>iaE??-Bhh1gC_n;m+8#&4J=+3)zqxN+V-#3DubfoRmQ|I4xVZft-C#7pY zqI-WUTdI0{GxW&zv_6v?(lN6W-QBN6ByaX`XE{NpGj#XpHFn3q|Ec}m1easLDYMsU zp}t*KhN7p?hp6 zry%TPX6JBppWa{QS~>uuAduC7thB3Yuo9HW1fMqaf91FP3AsDmrT%i45}hC&KfjRR zbBi4{cE*TZbspbm4i0B#+qu&DX^4w6>d0c_(>xR?gaOi<;>7T*VM*|D8F_v~v((?6))0lb!z3%i_iqnq7@Aq$0 zE**zMPc`AOyBx6MzKHs~JC%3W2!iO7V;!tt^V}Qo3ebH}Pf-D{pCD#sUS+yh=$&sq z+MEuTkesCBJyx!bKcjd&G_tqZl5>G-xR>Seu%(YIi+=hKKbP%9|0|~eF0yARL2LDO z&97l~L61dr+b`JP?ZUW%Q4yyE|7l*?pM{+_yU08V}seoMuju)NNReXdeaj{IT7YC={@dL8t-$&FDVa1h^Q~XVd&mA79euHt49Lg&yyTLL&O(#AtnGRHLtzSmA zT%l6cJnW<8y{JSm7`+y%6kC*d91kk?d)Z9-(pkg>FIW%YJ|4(HbPQ$!m$z~KVMf_- zYLNFQm{Y_qwV9Kfr?KtK$`trXaL z8Ax1^DcKZo1OGuk0Lqk5X?gur?c-9Hws?@uSD$U!-609GrVGSAz170KJ46XB{+0RB z9PUwqxVt+z_FG>%NK>#k?oW%nF)Y*|8_mnsp=MZi(28`%-dEe$7 z*Tk7iOQ3F6$wo?HqC`T_YWqhzE~h<8L#s;_89}jb_5&1K1-#ep5@;9=)IeZ2fNAfP z*h1o*F{|_##RfGnZ+v*_0(&4T!lsQ&m3O6Yucpo0cjJAa* z8w{w%hAc(EOx7&d|1S0Rt0k`pg;yPuTi@y@RrpEGusgF%mdE#9hL zf~qTPOM+Z4576%ZdU6Gh$024=llfZW9_zJR_O7zqS`7;&+0N%njV%iys82F| zcdxbiCCy;Vs8WzSu65y_ym-$_&;ppzk#Zv;dh{eV@U@nD%uCG0XCYdfL^4WY<@hjU z#7?sSYb|Y8W}pe!HNa8(wb%B(oUqpzzE8p@J}GXDCCXXZz^2H5abj7j0D*#sL4Rb> z$w*pjY;0*i`FDPZQVeE)c~MmhO8E^GIRM55E)Xab%esVT;p+ZdGd5Vwqsf2A-6(_O zwDv}8T^ey3Hnv<+PYRhy?xjr})K#VH!5&Y~Sk?A5U(ux|cxEqV23Y6p#&Lr5++^R* zZ!mY{sHKsuDLHvjYSi12sSE%2h{^0F-L5zv1s84;!1JL8Cl?Oy6cH}!b5$u^A{Esc zwtd@c(=Bn?1$IX*Jtu*O`g8TuGgZN%mo~BBX!VvZ=SqbfqP=6&_T6&G#Pc}(=OHvN1knEBv9i2IKCvHpb*BNjVIUNbjcD$;x0S zmvFC{u_abCNV>dhT_KuFYwKbGP=i z;5s=8h}H2XhQiI|hiD6Z8PN=086MFp>B+(^-qO;Pa+jBWG`K-SC^7#S)*#7La(?q? zIAN2SLlJ-9bl^tWoPe+>AyRL+2pQ!_?;N`MV}Lf0(C)Zi>l8h9{k3Z%j4!@S_1VLY z@%5K-Sm?)_sZ|+qgb(6*P^pkZ>^7oJmP=ims9tK!xHoBBeF^U@E2&_g7OuV&S=!7c z(cs*fS^o6dNE_vT8nx1akjC*Os^6)+mqjm&Nu6_qxi$NfWI~6IE3pb26G_(#>*3AH z@((C}6Zcv8?l5`>1^_=2WD+t6(tD2TwqB|Y*E&e8_S1jKs1UHfw4e?91{-2 zlZ8dG_qufXkHVGAi=tH9c3yUl&D)YR-FjJzW<@Z5lUigO*R8%R8>x1M^_2&s#|KVb zp};1=?cslFoqM2^x{-7O-Wg;>sQIIGTxVK$<2WQz3loZwFbNq$PNFqe`L)foX9G8F z;c9vzG`i{8+Y;?tlM1nwb)uLyjt3*v1);kAROQf7_O^#zcBZxuF!>LomSZqlaGed1Yh;7{5goL3ilK^mTvVwcmL4$K=`_&-5{z!x1tI6OSs1V?!JJ z1zJykO$Us=*nN^hOW~g1+ta8lIDBd$e{cEa4n~m2RoxIxg+u&K0NG|Z+-vt7t0Mmt zHQO-g0-9K$5+ahlA|Z0lx|uWQE6DkP58`E?OgvXe>Ezb$b(|vT&Gwa?N0lE{NQvj! zD$cs`9Kww5S8ps_=7g2>wV2TJkE%EF%^K|!rSUfMS=cuqiOgYMhUoi@ zYTEvV*8R)8wJv72>N0fVVWGWn62TN`uPcuWg&VdBK!o@NTLW1OkK!~K>v~nlrf+sYb$ZrCcN{>E}C}7xAmjXY4oF?Gsv5; z+!Xk5?HZ8+L)ZI$cUFxvD$McGONm~1JWy?RR>VrnXLzq>yQwNi?i*1n8RroY2@FlS z`u-gj@p&6)dczh(oR4iBCG6KS0esL0%s{l>a^uyBwQ0Em$x5U@=WB4gp}AiBmd?as z`WNPAUfQG<1pO5S5Ca~&Hlt$d#>k!YaCj)XdAoOVw&de)21Y_z;7SJJC3d~f>;Jl% z{kSA@**)GBkBea2fghmH{TMsY5XdpBlKt@q01*ZOa^uC~YlefyiFFF{?%(+R$y|(& z0w-7o#>7&k!hGrO$4l|?v_^{f5NMKB*_4arr=|{PXOBm6I8-AY(*4Gbiy2^9h6dIB zEB`q08A|F>sn3igez4DvthICC)MHBW!Fecwq8!5PsyPi;q@wU_ym#ooisB>445xSId@O8b8Lqzu9+>$?AT z6;pU2D{6q@2E>u3eqrH|LaBZQo7vN_)F!RCo|9;86-{Z1%i2a;ERs&LcS#qk8t9jO z@j!3+p#OCav4>|AzHBCWH&UqqRe#6D*7BBDGppL|^eMrn!HVgz+P`rxwMM?+6jqS; zUU2{SwmJPA@l`2rP6^%j8R^T?$0jggyxBfcX$65>wY!}k)Aw`3W*wR=E~lrW3$M9F zNrS|fy@_=U?qq$-bK#5A&o;q9KYnZ=OpzHo^|@=eB=MfVy{NFYuD0VTQ%TxIVylO( zOUnzBwdbQrW<>ncfEaG*I;fpb_4u;syKYU?T$-%sOr!quJ~ zEDwAyE4t*crMX8dFpBHE{a?v*tPfhMs6TM>U_8veXorI*-#x~^5#L-aQ@i^yqFvg4 zCVz0l%7S(Tj56iskUl`ycc)H1&sa5WkPwrvO;yp_bsmUibLql9HI8p?+7eJ#-j%if z6s}k5(w7nWVC#;{n9|3p`!*^?hA^O5W{E9rv zsy7Kz%c1(Z$Lqt|zWfQx-nHMtOdA*LF(b1)BP#K9^xMM7k$IiP+^k+gI6pP|yH9Na zFiEo~1=kjxoHe}AncF^X#G+wChMKJeQN|=ju9W^)QP?3{vLl$c&b{FZ^Ak5tEcW%N zx*$)74`cChy5xE>+=Pp+vWlGJJZn%B+P&Q~d)^`qQj%53M(o;)6idtDM5|qpyzj%b z_j|KlZV}x2XQReBnb3LDsJk%p3mp+bNR+D4Cwjluw3zDeIX>91@tT9pvMe}V6LIq3 zox-cdT;$tXGpuM1>hW#3@L}2RNZ>G)76b7`$d1NFqL0?#i`ILAkvJnKklbj>j^cMO zyfCN^+&GLr>?F{Cy{XnAFBl#<_*px-a!sk+$HtHAem8Qt=wT*s)e_5pXkh|1DA@jn z1K-dQ)+l%~gw1t;1G)XGd@kp{qT=7~k3oVX+?jZ<;r6cd?Xbz$6dsqY!+N%PJP%^b z=o^2@I}LVC;8>?=(0XJpV?KKRE<;VppV+r~Dd}~}YF$pp|J0L|zWDbp&AUr1U02?) zk=$Gly%<};wIKv9{f?mkI_eN*Y6gNm)I1N?p66Fu=Or6bOjUb%Bl`EoCKhZxlZ|(e zm0}88HNUwnsXBhuLbsmW`F#pqnO}d!!T)`5L^@fOeJvS7-7AFq+bwIv{8ZHr)^A(! zJMPD=IP>}g=LENqRV$xEvP(u&ZQ@^z+41?P+w8WKU#M2)m1>19Dllo2Bnti zPLh&FE|PZY6EKv(4aF-QZtBHrdMj?c%+HZ&O}}F{Hnh&unajGkUOw{wv-saZ6?y1= zj)B|v?~yW29@YZ3Y$r?Yqcl0@il!bln`OmHpU1F2lN)}6Z)U4_j1#8=HSG8j=^{2U zdI2VWp(#zckao?N)SF$TOS|m#t?7as>7>cNB+FL#%y5K{d}&{kU6=Q|znU}}V(g4i zUFkrX(?8IJ?_|1|x3bn?c!&>U*;*T_LO|o8{>;&a>dyU_&zLUN=}XkKrZ8q$-N228 zilPn7ElUF{yf*A_>+tw|T)TTdBmCeYk@?ib`+um!M)#PY{;3V6qiYJ1crwhz`-P7T z8T_j;ml|%%z1wi(Jvr3C?!kky8oIbq2VsDx9#tl9k`u4;#kVN`xEI6lOrQO(KkrR@i z%;}wh?||;X`Is<0FZAp|qJ4gea^B9p`BLHCy9(c)6!9q6B4RZLo{O{yWUY?7d^ERy zE7O&=)%vqL#8K%!nlZsZae|iz?5)yI5R0YI2CbVAfl!L4i!em9nQ9!}(24M4YY^$g zUkb`c&pN2ae?uaXG`jPcNot_x3EGeF82pZ|)MtcbNU8>AKhOKzd&I(4qwbu!`ZP54 zzUe%YHt)<_PS=qN1A*kQ#VQTxLv!fDP~o|Hr!N+6t4LWp$xVms*&Y%=r(qj~f2xU` z)ADy>^b|h3kqgs{wHsU)g7i^s5WXwyf&riw3YnwN!a7%VEz6qUY#oUJ{Y^m-vr%M& zQoPFE$?-P`yhLczN$F^D@Hbsmj$>D*+3%>CQSy+Uyu?jFo?4!%Y>>A$uwyzLOKtGT zYb>uULPk|0BkN#_Vc(egSC!udixzfn@_uxMJ=ep>WJpTacap1J9MrC_cU;rjD_S#U z@5@%UQa`MuAZ7PBpRaKP&UQ8vMmCRskXX~d@68m9L1hFJ_*R~(tX=FWC0YP)Uddj1 zd8%)q=^?8AwDiw9t(RQQ+gMjyZ4~wQ4vH~y+l^EuA40LtQ&o;(7SB*?sBOAdx~y8z z=(t1mh=?u4~kf7V&kULZ2q=nO6)o$MLz}>RsO~f)-UP1hGfg1FU5YSLdINY zMy^uL8Xn~(N}D>x%y(Zt59+tCWsMpX;Hw2MpUEVWNw~DT37Wl4&}%F zEVt$M;Faf^H^UOX{F9;{`^}Oae6B57hF>Lh6*l@w4SDENq$ImBRJ!HFLww9e$Jy`7 z%EhmWRXK`#26kXXc%j&`&h4}>9x=1{*|rSZMuJ^^i;K+JrmWx5GtKlAzpwmRbg23Z z_DR_h^Q+NOeOy{vMMevh#}5b$o}&rCx$7gCHqU zglozo$=#G<@gfb;Fex<9ieWr>%?dJQ(wMW3R87Ci&;L>*5r+);Mn_%!1eh{@s6TjzjavIe1o=-1;M!rb!YDmx4$# z&upeic!oGwiSnc5?Y|Z_2J<$!PB51CXE9U~CT>Skdbb5JL0pbx&~cb+Xx?jcVZSpo z1pU>C*fm%a&_oy(_xNvPJPs^8JKH}vi+JtACDm+JFee*+W37~$Vc)NbtkR!Oy)XbCnm)X)y zpKtqqe3{^IUsd|YqLG_Vdy*8I*=12A1yfGc<+tIR?p>uMAECtdhF(+CKManUh1F5& z)Upz4z*u-_OBaL{9Vgn$g8Mf#nQyrSOjn3J5D!H^YGJM6KIc%SL`gDiK4g@zaf#8( zfn@+gzW;O8QZGK(E`qL*Gemvzya+1Q-Bc~vaG@oCa3KOCi9~<#uDDgRh6__IH~v|snG!?oOk>qUNoSa4Dj9BUE|$E_p8V-B_;AF6gGY)?36<*TVb(hL9lI5g zd@}bG)u$&xzEC3I(6hNy4*O-j?b@RW%Xp3z z6CJ~JUR{e>ePjqz&^@w=Bif!`v1qWR3Rr{Ce0oImSjxH%o?(?q9|BEZma--8@bd1{ zzZ@ez8fUlJU#7q?0VTy=7va)&GDv32Q(5Tg5CtzwK-Qa0(T4Z5;y4l<9mh5j7nD>n zB%n~!xx}nrRmd(4%VP6`2;E%SKP#=pfdQe5Ix_Og?xO-y?&qua;Kk&-Y0x^D-BdBIs_(_WYY4^t5}~^eP_o*m6PAU^?GMvtI=;>14~hT@<3Lqp5y4L zD}0jze)`Xiz73=&wNYwIg#2q)_&neC)o6>5y`8&gW?gs{3sDe4iOtLBMlCgjqY`YG z@i7VmC=ypT&1l=L^H>9Pzge2%eJnTzzXoqe?}Tc6J6<~ATiQZJ=OLM}eDHOD+E-NZ z>oHXw06?0% zN;M+OuWK$=jKfKZm3DmA#R^TjVlAmsSShuUX`0U~SF_Sg$%%WQhXIQh@&9oF0CL^! z`WASBKo^}hP&+6M-G_H&u)9uruaUrSB_)!FRXlUf@UyU4eF=+VfLy9p8N<}PkGzp*m^LpZhP)1hf37r_E2`Go1zRZ32H)j; z_|@O=a>qeIhv}v)3eC^)011C^n6> zX0P0>H&ba}k>V4!u*8OOa41RW=-i&m)L;pd%YHC+8L;yo&Z-RLSz)x7C2JGVzru(x z=!FUL?BEr{k)ZkHWgYlS#E3!iWXpZRd^1zu~S(Zde8-r`jcwz z{6k{pQXS>uq)hFM9EE-LqU*5u9A{4wrm{97ZvJl%xk+A?xwG%HC2}+P>CICNt;J|k zm??jaM6_ucCCfVRh<6tILmcQ?_iJ8Yg8Y7%;!L4_(6`8NQ}?tbHXkGUBw0xisJE~2 zk)BO(VP$4~e68(yeMJ{`##&#VBgs2UQgud~a+oWnM{$ z@TY9{PzJUHHf$}|4!+Z%)lJ3IvyEXF_ik^sK)7u`IljdASC~WP5~(;j;jrb}H{pHG z*(bu70~!=%qpWgNgW-m6;&1CAz(ot#-59OOF_Vt>)1Ea^0KY(E*%loXnv7V#Z`~tyM8)hWuZ3dds|?} zpIQ^ZVm&EersunnD#=FireC~+B!8Y(NV{mIKFL++-X_l~NykNMD$>-3_vWi5BD|US zF>63d`x-}Y_Ou2Y8&d?cust}k*E^fP-KTR}RfT|uL*3qs;fC=2*XsDFMm+o-`)k9H4p-U^*h6T3NuHHww7E%@QW?;wx5(q>`ID$Xs9=U5MbJWO(%Vy zm+rRx?FMHM%PL4f#KXCEk^qnIlJa*M8-Y?GciHxn^*Bjq^TURX@J*%n_o>4PY~Ma} z9**HJS!-k?Eoi@W=l*;brs&jRHU-jXPCCVyVS6{$3{t?$YXa_% ztNj|Y$4ai-)>L$AU@Hw!6Ax>b36b3JX`L`Hp+vh5-i%D~lQh z8N&<|J}7weWz!4~{Op+fwaj=Ew|u;>|H<$Z> z=iHVI!?s+|maX~&oQS$rAI?hme*EW>5LE6vVozD`=OHOSqq(mIH+zuBgA%UVA&&n> zZT~PlV)ChVTrLh;X}1<(P0{95xT3e%CwO%6ZzD9Q`ByrSN#BVnpGE#pD~fyWG$m&L zCN;-eHW&XrhY0Ydl^RkW{IH2L^8GTT6%TF^IrSx~D0)L{{L)_V3TsAU2KRM%7sfMr zCGH!_ETt1?aY7n%W722fDP`kwVIjC>?0L1OBny~ci&?;jA6;J0BxX!(PCHVAZh3cS z+0g!{I+7MRM=02YjqfBCKgkg^MQOgb^8!;A8K^e)0OvZlIgt*rk1`X0u2z3HZ!w`?edRHV{dzDPGd z!bj=}o{KyF!`yDINp#c{2VzBx*Gx`?6bT(N^J}7%smDg}4diF`U}_0n{zM%90zy3d z0JHytCBb`15k$L{8}oaONpXnk%fDro7C+JCPljH_##JV%6 zuK$n3EGyvaN4!t|f(!}mf&{`YcsC%4Mjk@HnMZ=*m#fBv;<^|$`$+R7SvHqxVu#5V zuEu+48B1>2!T}-KWE(MK4Z#d@#>QL>Ms;sU-3*QpQ$~@l3QAAGbSjB!9#o}#SQ*MV z`xEdGAvUhVJIo>XJ8nhUR|l#cQ{(NiK@m&!1|(NDwPv>?552>i?!ZTJF$p@P)j zMCT~{OEGQtu{l@+?bs_+d@Z&6K<0Xlkm{PNjV63R$d?!7uaKbLTY=cmtI9F%w8oYA z_>=LG=+IEe^cQ-Xv!oy+9>Z^%jx`A&OR%wSjNbRt*;DU!tr9@9g{#!i-TVxtOT zaR8g{sHBkm3JdhPa!{vD!Axc8(V&!qtr%;8z1pTmf(s8iZC|4=E%a||*7(5cGZS=t zHz4JN7Z8|*fZcD?21LkBfyj>wk)Kywrmu&Gw%q_)wGo4cdj&&vl?Ri2Air&~5iWdN z^6xIHOK-jFTg8_`qqLjML_J7~d67@mAGR7odH9;>^r52-a4hmb^aTRy)FBq-2C87h zdhyikRcHbkjYc3*iIF?fM$7&{{q(f(+D3YJk=_tj@1{+iL-mjR8i>o5uAuuNfqvnG zX%Wdn8pD+s7)wv3vNW|7ixLf02CQzaDITYLmsEuXZKt=({jJgYEo!m@{bt4v4o_=r z!owJE#$0sY3E^7ivQC=C(UB}Eot%XV2uMZRbQglyIDMvK7QUdy(7UhduDddCnpE=b zt7S*D@_u_(C8j@>;hWV4{XWSrOGgUVd8m>zDpEz|#|srRjkefq=FfC0HAFuj0oTO$ zW*Fe~<0QQO&8s9wtCkXgcL%EQCfp<;op;jZV| z{SeX=`GLQ}KM;%N_l!x~IpzHC@cas5!8dv%kl8-0Y$qjY*6~Ax_Z{qMj|ukFn!_>= zGhQ+!7}|4HE=E;pBroBZ2SSQv(Wa6;rkvY*47RQVO)HIY^76~um(Ggy41gO%70BR_ zTYU$JJOc3qR+E|i9XUDIg_;b1f6k>i+}%yil57v z;|Vu7U$U1q!i>6Gn(6WTDv2&b3+W3zoQgs)p(hc1`wdBx=wJ@HSv?(FZH5Gj_#WDAu$ z`Q_yf?}L7IIS1St$nbtS)@S!SXHF0`ir{NhjdaV^7oFYZnRUM%x*5n#fBIgr*k5Kw zeRA!ke5UE3MoKhXBhq_a^5r<|=EzN|=r2tsY5 z<5$MBI&HMkT_;ZTp#k{=S`J9)YvIe{H^w$3TT0uJdR1JphnPLi%#|2_i!j z^4&#tE@^F6*sPXexfWyCYR5RCO97MzjkhsvRwSlO!py9q$ujmD#l)gM36Aa(FD`=axN+(TPo4T^3MES5sSA}rrEEw<7GJDnk zX=3~5CGqcm+l%F4F{ZM|EV0W)t&YWX#-TIX;ww^4q?V#ZXC=ocn5t$bqA}n^{iy&{ zE^ykP&23;`-u;FiJ{3~oZ0&uxeT5>wX+$rC5Fu@f@@}=DXIz3Nc1!D8Va}6CsWdhyYoq z-jWxxm%A_Y)d4YH|FCGZsOjxTWhJ!27!~?x4ekroV+2}kopMfMn-YxJ_2z6*qz|ie z2rO>wyhr5;Svd7P{u8M*u`YEAUD;E+N}Vr1%-;`pLnYer4E?)42_BR?VB&7c9@6+} z4zt!)PTymB&b`iW<<~pdc(HY*k`>9u+!1EX#|YQZE7-JaZ*Z9>Y!iMqmud=SyRvgGJOa6JcNeLrlzoc2S1HIWal)HsMWcs07CHk4qu>6T%56w>7 z>KhX@xQEsjlTCy8zy#FyD=bI8>a#B^R;;^Mg^)d8OirU0lC_GD0~nsCfs<3}^dEM(Ljf*#?z^Moq5N9<48L)<6CRsRO#ACn z#LOh`HqY+n4nOSv@8Gs=iIo+fd5Ttxzt_g;%@}bHuDjZrxO+c*D^ZmeZtP*{ZCQ7H z>#?^wDxREsgOk0gh;gJjb6975$kKvSh1jONn9l!(d6 z>DrzG`Pa7@FCQG$=xIwoj4K7AH5}7c%%m7c3cg%|knFRyQIOi#x*u2+(>AYuJL$d8 zDLa(+4fBu_RNm1pP}!w#WOm^X>@9d{uiiJjbnGYeo(z0{Ja4TuEmZoemr%kmC7HOx*k;80=wJAD7ja(s=Fu=E0~^-P@culoNYszD zB-FkvfPQV0ooJI`cXMPEes_ZGoEJZ$!0x*xc~sP;0AGhwaOS*Mo4o`C4iC6^xM2i_^~PG^P#$aDX0uoHjw&-BH!#5 zN+MtTz^5&=lS)?-RjNk}F~HS_RKUH}JeeGc7Q*WyHjWC^P7|NDsH&dB^PK`i@LO!v z`>Rq^;%umwt?C*c-6Bka$@OANCP6;;n&{um-^Y_emPatPE(hlXZ#=rcjPjcaZ3|IS z)#`l-I5GD3hSRz$+^<%OE9gdLMMP*g8slzI#;FPHN>Q;>@tqVNo))8LGJClC4$#4%f>a^C-iqwl0fv(`9b0NR>%OPgn$UG>X-Cx6@ zOv`LE$&`Vui*U!JVRtBnp2|!qgpwmkVF5_ZC}!Fqrt~N_+JrDATD>~H1;OIEAX@QE ze&xwcemxV(jfC{?b?pgvHg03BgMn%#JM*G)jPZYaO_g}utvc(OM(IRq9+SopmH*m` zU9NDX{eB&eVOZ`9u4Bh4@zllPF!{WASsGGOv7kX9#_v>QL$56>jc~Y_Boy_T`Gz}K zAK@P(J%(j4^^|>Z^wicNZJ6C?QJeL0Cpj6%$OXgJ_iL6Q)(pEU{lxf%7`Te#x{}y` z4|lb_mOjY26<)Blg+ZNP3Dun1%xL>;*M}%)HGK}t=muSsq{odj64Hnh(8w%uRv8i3 zHX1cJul zue%`>&$p#bt%2U9V^?T~+mN{ZUqC`G(X~3$#ELG1#I5{D6K=cuz z2O{9VHX&=3diq3|lwI0b*VOo(yr#(sf0xSfSW;tptUTfSsd(U-&9U&mfpN8NVI&(` zY$56#OpTepNe;7-}eEGt4jI z)_?r_?tjp*1Js*{ckFp6-f)O~|JbR5ockY80tq(Xw_t#tV>2qWQu-K?TKNS_{LY=J zEgpQWI>6z?Zf)Dq&bo^(U}R+(lCkVmKVQNMv?<}6^%z}9^%(s6{2>dH4`B+3Lb8NQ zhxgwVl8K6wit4Irx4)%ofdDf(m^twB1>z)bSEs%uorPOa7Fy^imYq@X*4#)1^o&_O zP$OOuN}zuJzVB|-(b2g4SbKTJGNk9;YWrq#Z zg5W!YB*&43=|!P`=j$JJ*~i#WG^1F8JbMG8$E}G&$et}&^9`xeb&0Ac_~Lk#{wIyG8o`q4Zd4}W zy;rG6RjHM;7wKu<7{Yxthxj{`4azgVdLBT)VU$|LxmwGr?6*jfmcYn>Wz)gDmh`!` zSREZyD~8&y$ll>2&J;KoV_yk}%zYRs<8anGHg8UH{H{0l)%Cztr~Zb2N}Tx38ioW+ z{Hcw}?e*T9@zkk)3t*>C{<%)sGWV1X3*hK33}b|-7(f|MnKVY_qjsG(X19)a4sVSa z@Q!GI&!QPCg4n$MpuR3}rgHbhN6awQ%JAV4qRN`C2JhgzE{7HAf(tG+D$=($Xi}?z zZG%Xb78!XNcePj2FKW^Zot~F-LVRu$l;j^okC_hh`XB}i@G;e~`ZPgmvb*U&CDmW| zvwcUXkA3)kyQbkW>wat7QkWo{Z_!KnCjG~eYxr+F2hd}a{ zts*3Nlfj8G1M2(n(!wu%fs-rff?ba4v-_uJ0H*Fc0r#!APYm!kf@{ymc;|NwuRvKa zei{yZ+i*0m1bP7m@!ali{+s}HM&ceYYq)iPf--2p#u`h#>eOj^;H563k$q=w9UfkK zuC0AAuus?|v}4aV5`o$rsQa?$LCX&Qd)wX3g9d>B2ta>xh)w_yzZxfqu3|0V$KdBR zRSKL!j^Kw{@VoWnd3z9b0VmR@<#Rk54<8><=RgE*O2?yd%E_0IdKnrTIo~A}2>Me6f29p3v?1A5k~}svdI58>sBd!#?Wql%1uSsj=noxj9KPTG}rY zp3J-P9RuIy;ELh&lMK-v+xT@94k{?I!Rd5cd$Vb6_cD9h(Jb=kyoXa$mFHP@~ML&?x9jsRngN)%=fU z=}S71Y}CI>7pfX=0;AWY@us?;4d(?<)!>phb(ihlf~}7mW61%1UQ|)DTUu72gKBeAYYXU#B*_2hMPH&%LyMd}f;6B!E~wh0Sml5{N$n z)XxnYQ-f|X{72zCkY1(1@ZAz+4VEw0J5AwTOka}wH zrd?OB=t^PiZhmjF`?HXBG8f0^U&{0xnF5Tda($+Zk?FU&3l#@7KtthLbvs3JSe*Q% z1ptJyXv^wMZv=O|wGlfq)Wh_yHjN^EcGu56Ovo-TeslgBnUaaNyNqgkjbVpW2+B4~ z=qWXn+L-z=vbfkPj!68Xt3ZPXP{@2&!|%!qZr9neqWXxh^aeN2f#KgTA?>^~(>12z z2Mm*+7{k_*k%v`5cS_WL@se5I-lUREU90b<;r&{pOh(QkTXXN{BDz?*A*SYR1(N;f z`OK|nJ1!lSqW1WGg_xnk`}+G$ znwcxlixTt@Ws1$+cXIt-^7``a&lCPA2qKNXI3Lx*9y_TZSOKz<8|ecE-d8sk=esP8 zTq5fjYfGvZCDs{1g-l*&t|%A>nByV{F~m3MjiUa)qmr$$vPsj-Ynr#(#Vg3#^6Hrpu8>Q5|7*$=GkMH6nl$Z)|CC@Tu>wI>j1q_`aD;W_8>dR9L`CPoAq@|@b9a$X) zbY6!*hIQT76SajDlzD(ZZ6`kGi9l*p< z6KvE4z1|ayC2k|Bj`%WU6@lbH}Nf&iPtI!+7CRN&Q^H<=^YD_stdd zF1xqAo=JVyj0fvy{jW`$ge8rpG1AL6rSwB^Am4JdGOEb)oQKYsOLG`l@`?0+P1b<# zA!t#Sk^NwG-ilu4aN8DjJn|MXuXn2G1jT!oj>8WODv`vD7_YppUmOax^Fi)(ER_HbJrSC4I2gk zm^D!GrR%foJ5KKMytuY3*xkf$FHXbv8V);-U3GcA>?3)P{gmV0f06-by@-dGA=V}u z^xwo*%Uwt0VdNPXY>-t5+ECLe3y-tL2=-Pv3T3@j}?OEA_k)IUK~PV>2JB?GTZ zsnf1LO;oinLnWyM5n~2#&q}p%ev>oWP{}f5Jk7i%bpH++X%+SDf%;9B@9oZi#_00; zjEV$CW2PsChR`4R~-pH%V`sycl+V&bPAyUOHiIM3OC* znsDj*@|{AAd^y5Q7sEvrpiDgf&xrxP4?r|0o29XS)lh8!JY~a_=N!;w`r#_Q#Ti0{z-OLY!^xp{^#$gX%6N7tVhGA-n)+8aH{f zFLdsSbnU^;f@xkaA5a^4R~^SKcsMrusA@2c|Ke3c8vzAwfE@f=IRA+ayQ_d~z=Q|) zx9^K*3MPS4h;{3MSAf5UjIutMp$vv|Yy5~FpC_n2jJWMd(X<1|_ms7!Jx0^8cR+~9 zzqKT_{G#oI5e_FG1Z#%LFrGytuX#gdK@tyf=h$wQGLCL2&!K5$l?WGnKBo@0b2AoQ zD}>#)lHgVBv!2IxEj(~NV}>-JWUeo}72*1KQoK2E%<7qXAz|VCTGDG~AZHy|*8_D^ zK)!kT_s;;ho8RcEzyArhAzqurrl|$-3AQfmDL8ARBLe810WZkB>+X@)&-MB+#~L9( zlfS@#O?#XJ?6>^)PKQ&z+0xzLpkWGZtkb=Aq#+(0XjUQ6?TSCHddhTpnqLIeA!S1@ z@6lt^0{uyVhgL)kCxBHU8(n>tmUgk<#F7T~09LimrIEUaCcd}uj6zC;hUfSIATV&c zaN(lAEmP`Z&O+=rcLq9|yxf}l`AR8wFbJPbW`8Kt?+MT$XKu&f{2P-Su?Gj~K>Oo{+vI#DO?Zz@Zz&2gunSs5rG(tFXe4BE zYhB#sKrDWonLIwdaRbOQvW}GQx4r@Y!fW;5P15*eK>-k+n?`0LgJg%bH8(KbpsQstX zR=ie$+e<=H6AVhm)W8}dljR%QwUU6O!F|L{IU0V}1r?t&Vzo_UIK?c=(SQxv@Ytk8 z1{kHw3gEUKWBv2?>zQ?(O>OUfM9UpObZ*TSnLN^e2Z;f}Y6G`lDl!>5qivSL+KhP2yl8`>mjWI|~j;6G$x+pd|~wp*)5n zVmdBm7J1jf#qH*ACg0D=#hu&o<<>4$}X1D9vk3Wj4GPyg~KOpBGj4P=fULj2D zLWBnZ5mKx7gK{+jo*(NS;OT3o%l0M;0P%iArY*Wi8{pC#R{#jABr=4x=U?_)E{J$H zFt8u3yJ#BhqJ7IxU4_R0$@I%VQKQNoW3Q=x6fZ>Zi}C94`8@bs(ci0NW#X%wdOV8nhGaQY5bXS956wD9<^xFNZ!Y zN6{*sUAfh#kV>9Paz6l@IM8PQJAvx-OJTC9N)b28DU#^BI^v!zwUh9Xr`9$;KY#qW z?J{$*`5%GBfxvrA%I*B0f^T(d+@AQyR_3##_%0=d8^e^gljy+0k_zztf1E@~6FMZc z54f<}F-!}{B+Ni$u^1}65S<(j4lC_kI;4- zE~MoRLgv5f!o8Hq4H^vnThu2p-{o>un2VS#&dH(rt!wS@%5QY<^^HK zyiXv|9^sMGx5?a&$pTq4!2j!-3YQGnSPc58I69iu(6AU*uup=4ln%rto8Z=t8K;Y8 zv4pm0wpv%EI5hpKkKuy-0%+KnE(Mu9SO64`Kef%R?3R}85{8-C1-}eSs$89qzXHkJ zf-f1i4faehXw&|`>6$AxkF}QfjfIk86tftVK$lXR=n8eJ>w^H>{*DaHj@N?wcnEV# zoe``?$NK!#=pZ&mMKX-Q5#YugtZB~FXDxXeK~8$HxT-7IEd0V)ShFTTC;j`|;du>Y z%l?`{z?{o4JmAZ(p!$lf-cc(*GDxh|b|z=rt&pac^>etM6%^N<3?T&Xqx**MolBmd zUKW_#vq57h31u20l8G}>Lt{ zk|CwpIIwi&yI`#Y_Dj5zDuwA2K+Rgs`!Q(k-7SO?oSLL7PRSk~=zHxRhRV|2bY?|L z?&BHf4dwCqVNPe{Fe(Qy8yNYmr|@77QCeC0YA6hurTA>P?MH&;VVX>0`RDeP$bFVt z$Ed}*<2PU3){u|kmhSCcfC|4CG2fK8UfO!4dFa=Y{DF_U8S2l48e_fF z{Lek-51T78nk6$jj~96UGY@qb-bjw(?oI~A=^`}}wH7=nX;3sX%@=MD#R%aZ?^U(@ zd?m4zh5%kE66BL`7I9{fI+h+7$#D86;+YMv;+jsn9 z2BOO@t5mzih_KCDWv0|x`#Hwppesobpf3htbUk z_}cn*Xg=FbD`yi^tw)FFz?oxKrj5kz>SDCrZOB5zt4$G5mZ4KorR<5mplvy;e|YYP zDr5yH0(56Mv+DnZKKmg6ucG_q>+Ee~BF|#@U6oqIbolUlsJ)D+?)`DCxB#7@OL3Qe zktRv4OqP+E{EwblKvUSNiGK7at^2%x?itR~%VFTLdl<`v%A+l!TM*qfJ@bsn#BY_S z@GH8{b=x*fzrKD`k;wjwh@kFvo>=$3%A$uoe$(%%vA^}??5z?o5=vl@UEZ;uNxEno za?jO2%VnC6l0#SZ)+%KYwgnvV4J3V9PDeR_5nkJm zWm&~EGnS-%{UXFoA*?`pmA&%y9xRHx^wzRm^-u7LQ}%b-`#G4~xRp-+$!7kKUB~a~ zZ7>Qr-+m`$5d%9IsNi(YfH}rkXz%v+JBlq&kCJHs`1%~B5i2h0nV{w-t{1s11CxB_ z90vAD4njy+Av`0D!J{8{flY3>4NIOQm|`{kJhaK}{glm8)0RiOWl>f{r%!oz|VgC*_!TZ>kwfuXZP1I zEN%Dk_uo|l)~Ax-i#8I*ppOs(SOhZ)2)a<)Z-w>&Bb*(9Ky3H_ELB3O`Q=kEAGOp^ z{;@$|G`z&$)HzKV!`L2k))*p?NA1X|iOI5vnXzXLw<45zypv~=!4e87%iLb8E3l_^ zCP7XuYS&>V{}>iu*4+;Vk&LVX40xSlgAl5jXYvX)_g^Z$=E)oOnoEVZH6CN`bHH9_ ztj^GI&_H5Y`^U=mfzjC#w+uZIDjF{LTCSZ7YGl=_*aXE@elDkncuD zIFwd}%XAaJKb6}EX4 z47v-35B_UDmwjIzQD1RrwKr!?;fOuQ;8W|kW$xQOT_`-L7{pXk)#f-QQ7YI^FWL|6 z&6)p??_A*1(MsAEp#$Y!_iI<%uSO_LJyvzBpXXNZK;ZFG0-0)Bi z1jrK3cZ9_JfE&`b-XFyE(Pt5Avpg3op5W_rk&!0RG4lG}g6OBTTi2reb!n@|@E@;u zBSNu&HwQ*aKpaZWU{OR?3D`TFroug~?v;+M%JJi` zHC*e<*7wdnypny+D0qa%IQnV+{*J40FUA4sp$*06&fIDrr1vfP458GHCwh9DSMWnK zdXKV@ysK8U>&$FWZ&kDN$RKr6kEb?4>&8BS$w0fUEi^Q|alKsSu$my29p%w+*HhC^ zr3(3o+_Z7g{`+rV4>=$r#;N`K5$)Hy>5G>Te(t$x77eBHDsMg`n1qd|Od+(i%dvtJ zZRRdX`s28O@Uf;#Zhk`fogo4aqvB0L!GUsp(69IG$v>d%2PHd47O6JgcC5w^bO!+{z1&XcI6{%gjE2}Lej%lznQf_+S~MtpvF>>VXUS*fLemf7^va39XkHy!jmVm4gdwB-l%&4EDnAfPR9D648N8}(nA zcriL!Rm)C8)Awv_{(E3pROZ*3gx7i{KG@FITmlR{@1?uJ4oB$T6q=w(>{xN0us& zJMUFbSJmi#wd}8Ruici+a?Q69Da+48-}utfe&$sAK&f5uL zCx4AaeFMD$$Sam#xS6r%$Fe9Sbp3AkB!1X?uAE1p{2EzwZnMvgZX9JG3?Ym>1xEwV-swG3x4A@elf9Z*dglCXEz9I`4Lnz8m;>_@AlHLmR zG#ErsEAoWe2>_4UFsAKv<_Uv^&eDHo|Ea=%;6_iL9XAz5Q`05SsXlH2D;?H;Z(1_I zcO)#n&0Q3;>!D-i7zdT#fg=qh6KIMbm?sbbl)dVu04|rJO?{~VY(!NPHu_{#pF@sQ zcceY|J^I1ai&_R`Ce3-3ZQ3#n|IVtIOAnohT2CLgz_s&VH;WPIH!_x(Y-F?Ss!u8u z$sPv$ENP?l85)bzvo!!h)k4BQdl`ugpVk&XfkfY}xwSc(-@!exr)Pbs>*@OzxKMd} z`7Dre)cl^>x5a+=iODx&uSnqP51>k0-GFGq`UM?_72dkv8;|Y>5Ir{?s`lh3)fI2! z4cLHdCIBP!wixQC1~y65p<1E>*rX^f7oUKSO}0uS_jdMdZ6 z8PJ8?+sMmW$u*M#2CEwYGA;e8D+I(r?T|da?rWjw^|}PfU}(szd6c%R(wO10_qn2G^DDFqI+3}GDnF9#^jqj7A~@AvckOvwXRVL?!& zNVU&t%ELEwEq;>_zx@@s~7?f?JY|Q|rKehrD9Y^A}{ybY$#U z#+{51PXHBxOQ_0|rzVuMw#Qi3S*$*poX5ReQHXpJESc(dpad{W`hGThWR~xC1m{fdEHwt~)Mi-codSGU4zoybf1SqSy)A+HN*-iSULt*{(xPt3xx+9+hv_@DdMTu@Yik=31E80=!Dh#v*9Wyk_ zS2a=tAC|U@9%=D?n`tNK<~-liyUUN+?rwG?%U-gHVuNv-^N89=fdz`W z_p|Ef>W=jw8Bq_~>)-#wkF;FC;cn%rP4Gv(@q(?PHXG#)zhg1-<^vD5v?#(>Jg?se zx6)Spc}~bR<8Og^aF8Hb-spMQyfw)AlaJh?=7}b5sFs0dS|sYQe*mPFli!w$n;{aFYz!GF@v>K^35XaX81OubG@w5dDqM34Puy!Bkj zeoEdXhf9h&#lB^HK^&QK1)?2pw7VFpN_HIDOt8hBt)*X0@d$|G(=0RQqZ;|%Un0@t{%SR z`IkcfjUs(qSTCqd?d3Tvy3Cvpjl;CxN#N?e>!9#~?lql=A5Js}+jB5P31|WVoNHi3 zs#tuT-h7u={0?0N%YmWJJp_wM$uo$Hv(mHLU|<8JNuNI2uCy)4wpVtSoRQ-olqq)N zB*j&Mf5|LTa`1*hHIc-{H_x)RalM5 zrbL)E%hw3I&@>YpM4gi+6@VH9kT43ogT4AH8>L!O^+zgZsj-p(uXXjmT_E_yVP>p@ z5tQNwgM4nw>NwfXr;p|m8graDjvZa=>fU&$@nKIF_dh%QPZ|Bij5UQ7tr~O)$`AZ}3-SwWa57j3#DQDLvY`fhkY4}brVT{*A z#CppPhsJjB#G}>?JuSjvAeSutU+q*{Wuh4?j?>q<(THbHfnA9k@_89odUacW^(AVjXxl-_tjflNeBK~{ozP3c zzrK5WN~268^)Y_E*|V4o!jnTUbX$YPIeW_4s%MQ#fD#x7;HF+~Fp19zyoD}CQ?xez zs}=WzbeZi{mQ^x6ki8s8i!iXNN_tXmWH3^vM+*{A4Vy2+A>fZ07sO z&-8vJ*33t4UJVVX^qveGLLal$j@pLWglkM^&*Mjd0`jrixYQ2)K%Yv0ON4uHw0zo| zXT8`Sm9J_s633_h%I?KHSe2s7f3mP5KUp@US`P8<+1ub-7O9XZ#wO7X9N$h&5T$^S zO?+r-chBSmyGC@g49M|IR(6h@Uz$(ZSg?N@4sOu0+|C& z)qm&yl670ly6q1#Y`sp90h?4r3&0As4>0n3RbL}I^(tch?VUH`uvL{rM*3jTnM^a_ zds$WT-{v6CJo_3}dBw9}`2YV;shQsA?J_iVgB_bkN}XTpmY)Fq4&jRd4jwSupSS_&q!fX(8F++Cp{oEF_vHt^AJ?>IdXT~6gGewYe;9sO;INSio79Hz zR4_?!b9b(u%)-0H;RFO$-|SJbKXYFwTp6r187_t#*sMYlUe(QQihN9qW(Nva+Tm$8 zS!BSbR0XbTzK73mb2rWXCI`PV@Kd-bmCM2)QYoVYT;u@DPvQLNcAS&|6$E(abQEUK z%$KE|2b-XvigNqN91INjS4?&7L}Mm*(w3Z1XXV;?e7%j1BIt8b1>7?hx0U9 zcKbud*q4&=nQ_kbYhy_)KKy;MzTgC2Yl>txq2~X-&;lG@k7qeS^#Sd6d=lkW0s{4h zychcO>bvDh)75+9B7S26y#Af)8}^(+HXg;)?$HJ+ZJGcqzT{aV4mw98@rAgI)|*^< zjb6BkcKp^$p2o89p41KkS>T;EqRRp8UrL+?fPJ+zf=U4-;=I>X8vV?b(STmYRG)@( zwFiPfVpjFE7WR^knY{#CBx;e%XjQT$UVK~WSTUfO!eQeDe5F>n1a$G-FseCm(k>fK z>vBSxr_(83@$Ftfg#_!O{ghu&ngVX&QpT=k zhcM2a{0>C^egE7f9Ews?m#|ri7D$u9S|qJ5l`9SPtB(2kd$pp{)HAp4+DZvFE1A>d z6x>)}aMcufQ|Q;OzWa1PwuQ^S6%+})o+AD?EMLn#J*2mo6$%Z1omjd79Phv12(W6b z&mvS7CAooT+eg|Ic#FQ?bOl?eh_WX}*?RoCgOC27m!L0)yFhofK&UEfu6w$xszS)B zkj%N!lK)|+4)D0y&#&#Y4i>kmX*&DN{_hK*g*);so}OmO@Te^2q`}&&8CoPCs`J#E z@;IjUiIYLPZu(uvNTAza;L7*U>aKBwdmoqoj&7+n3QnAp0NbL^H7kP$oTeU&*ZX%P zh#%J}zdUO=+^q6WNlaUlR!CX(jZFl6GS~mnrz>~;qvfc2dgrFaT3pg>V7unxJ7gyx z<6uxZ!5_g(Ynt>^2P&q`jxDXWA{^7*jgt%o!gU;fORd9Qy$h|ZN&5M^5&zX9i2w|_ zRlw5lpLp&sbBkgmDU?jJvnEx75xjJ!g`$8JA#5N6Iw%85BHT570oAx9nC$acD@iY_ z)h%ZKivP*5(M^3tflzs!V0uJ?26YQxl00*~tU`+7;1%cbQ>%xiCm7;dQO%a-hBZH6 zec>X9QaBVpsd}=^DXN}U_Zg=>5?SCyG2wOc<@jcu#NQ7CK{3ZNIc!~Ye-P-SwUkGa zRl;}r^T%hHo;!5Or%;@rTf@(fXGNix9qw%E(7;mdgD#7RrT-Z+BfU!p{`%U4IvA!) zePOb3sm=nCTqh{pdfE0ck1u5-iyL$$s}J+MjLFGHGV%W&aIizC40z(_jly&}j2tLJ zO%Sdx^l8}W3U9HU&+gNeT*vJmaF|Y;i!cB>SC+Nb_9+=qrRmIn)xO@XZb>bl9E&7; zBc<_kJBMjN-Y}vD9I(x?>jZBH?}dcWL5_Zi1-Rx5IT2(36ePUtz|i<@#&{`}VYzhhfl z`syI^=y0R*{n{OYUOVSFLT$qXE$Ax>@0=|_6FY17qNr`~Lu{`La+$h#Ih`(F?=GUM zn2yJPTi>7+486)1BxcQ$+j=<>zD$)xCPaA*l=4}V=T8V#n_K2T8VD0VX-LjhbNo*6 zrmNnrybR3>5F4m5wuqYW&Ec*IdlNT*E^DjA97iO;N>u0JiTloEf!k4gJ0~;s6?6lB zzxgrKc=SNWJiZDmBhberMRJv5h|=^~YBe2pHaVL65nopYwrJpv!S>10_7j+;nA@A?fVFWzVgp zztf+hzG?}HZ|6vD7g>W1-$->BC=yPiE5`fp)CEqvIhA%;hEBvI6Y8%w$>tS_+DBr- zzC3@ZaL0-=v_G`;F0p0_7Et~?h#c&#I}xa_Q!VRw@;ZIlZNd2|)Y#c4^tnmHtJGf4 z8&}6_vrAT?)=gf@;m#Wfc4Q21!3evSI@=MzYl)u%+$3f}bHyK@{9I(hl{HqE&q>y_ zI0*Zu8!iiYnQF`LweM}UTocyU707-x0hQj(R9cdN=do6}XHbfWeJID=$r|R_2D<(E zW8YZ&uKgJu@jdE`d^Rt}911y@$oxI@RwK&}7xlTXo!mY;nkWK@OR`y9y0YYMZ{K~3 zI#-f>^;~jwYJb!56nAI5?X1i4FxvnW`$hGtSEIKs^4&yFQ^qDuscG2<{*!K*r;}Gh zxFTBFN^-ju{|SU}pF^UFZv9%dviGjVu})_FhU#CVuUelSrLTh?vRYv(nrthT${xOu z-R|ijv+d_J6J>eb6h%gWqPyA|%$~aF|FR{gac^OZSZYOkTNQ9lCh~J{F7y20@a^mF zjK+LM9nhBVGSw_s>%?k3tTlO3&}HRdr_PON;AfE&efLk}1|g*2*Z}YTkG?c6(~-ok z_ht;Gbs|p^LjawV_~2HDXBU1i9b}kCqGl3xqGd~S1j`z21^N6Dto~`9pE=*V@1Sa^ zlzD0! zr8yjD7t0qimXkhvo{<-#%LtGU%iVA!ghp4KuA`9s)~jglxBSX49jiLUg5vEz2;IkP z6!;`iE&p2x&Oin|wYz+??QjuXr6YAoBQh+A#FRvX5HOwVWs6f8z`JK0_YI`XxF zRQ(LT=!#37`g2TI)02T8>g*Pnhf&4E?gFpWjknKi9ZA+9$9!N}thhHlgFgZpw9J_;zR2|W13E)B>#CM|MpqJGqFzjE4GF8+^}uiT*B-fm$K zMwQz@b%$WOCa5G~&wNlFqwz^jgep7=gr522bs~T`PXJVnmMZ$%ShTtvb4pNAhcMwO zak+7e;aj1+XtRcqtr+Z*F_C&JLadxaGg4f78`EXj-nVP+E;j3|Uf`N)Yx@0%lbtqA zLLjyIaPR9DYjGs z5j13OP_*!(v0Y8%t*q8c!?t>JAnaHlaPgLASd%Q!94FUsugNkR*)=<5vp95Z#??WA*YV5D(BA>I0FH&0lJo*|MFj!oEhVTg@6>< zTJ^&j(DF34Al~F$g@V}=X9+cc#fW_R^!K**vae*gB}P28P^u@XATNbxLr~av7)d=L z!sn5P(LQZ}kwNi=dbUlNx>iV~oBNjs3&DOoD{12&rIvr{y>rW$x0*;?+Sc*>*$w2H zO67A1VWS=Pal?LjFXXDZh5h*oErXK=>ZJtWhKCGI;qA_~YDleML0okeG86RyRTk4I z0#;mUBn6D5%m0$MHl~870?i8WsZ{>W4D}AO!qe73R5N{&euX5qsQ3Qldd&<)cn5xW zoWggqtnEV1w^*BW z)0(7qo4c43gn1DDY{9dU|jMi)E9TJ2x zy&#V6Vu#Dat)A_k-T#Lyww1Y7@~q*DM$mVQNMr`h#U;V{vR;r_vK_aj2<=+N997lU z?EAe4E~qeM>nax`N-oB#ZP}IVs(OFAGa#K{<9Idu)<%;>Q<)}trORRlF-^}i-XwB5 zn5B8Vsm?v_eZHXLT5>vOOE{D2th0u?A`IEi8}`Kv?+!ndfR-YUK%j>f=K zVrSGH=wIm+p9A-%3;N1tsOXG<9|^gi9+=%}7M*T5c3xBdi-uX$v%ZqMXvEgjZfu6a zOg~(rio*hbYgikMHulqgz2;`K^Go+N^~(cmj(+K?XF4xP*|E>y!^vqWgq^u;KoG#mEXaU9vcs~6FCtAb&vgcf1_kW%<}f5sn|a=&Ui zH(b1wnPuS&`Amghvsc!Ye0`NPcbT=QAb{<-P^#)-gw5r&=Vsj=LKW@5Q&0!g6?A`t zVUT@atsp`xFS07`6yrCDju_Ne34F`gRQpl=L>hIgg&}kor8jmg>vr7s%GdQ?6}^5( zGF~(5NbjZ~OGcj2Zd1Vl@cSv0QfcFo(t9nmO08H5!A$VZ&k9C^hVd#uq*u9sZ)uDs z(PwR%1z34m5NLhds%+J}WsLHX&=(uc^g89G(>Nh<`N6l7!IAV;-u`RN^y|IEO+N+a z$CdshWwdsVe>=OL6k__OL1_#QC~6Hw%;#b--}LcXYvOK zACyJ<8W2ZJ6FV>smUq)Vz54N|P_-$pIj(qepF>vB)szR&S%eLvo)HY|%FQS$hqz8} zg>^(V!R!NSK>NAEn33Dnne~Ctwv_}u#0X@w)>PGMBlc}<=kDf*el3%%nh=aL1@!bf zZFkUD?;b%*YEJU$>5MUcwD$Q%P~8H7xW>1yPOsh*L)`2+djFg2aPT@I+x{y}%Z@pE zdVXszu7=7%ZbsSJ1zRr*r4#on4fb&>KW zsrlyw0PjA{Avj##oNsqqB@-uFF0b$~L#l5(yIF0c01jVHh^zhCSa*TT(0Y;b*)s-C zrd~Alo~T6+a~Lsy$o}~HQ<3S)!Ae9XalP;tbu{K1aNqV@zVDaN!&_6YeU!SAJ-YFE zek27}H{f~(n=zD9$Qea&MZ76iJ z$Ae^!8;&u2RV4gkhXZk!345nq9ne`XWktv>2dq%f8I<+4#(BMh%1k!}M9_$+Fyr-! zJ8e>*6qB4cgX+p={C_vIdkeQn!|XtFwP7jo52|GZGAQL6v1grlcfu>W2+hYu7!9i*HO>0G!Ka*u0aT6r;sg0!J zx10Dk3_Y%KZ9P()wC545c4k{NfNg%}N#>DnVSJY6>LJ;TRv#|6+<_dT9wHGKa_j4x zr8k(xn6a2k^xHhP)j}juISKKsiFRQMkoOJEa**5m^cwR?wSUfKh6U#jEzc@glE&PB z^R{~>OxW$ORPmMT$5*N;y3q%7TlD!DGXmkZWW)3k(TXd%C^V^-pFbZC{abB+*)2lO z*2>-VBe&TvOXcN>I_nUJGJd0%=gzUvM*Ok1@3Ec=heF5K6z*fIuksn}9l~wSX1$R*U{H7hY^ZhD&P--!^ zn}}RtWa{y>+EmKp#=$0fz0tE5`$^>x9g_YWI-7os;>u3Zmbo3?03GsS| znueNf_5SzVC8ZHyk)NYL0Wzv@Z^J;g=<(`NN^FuSaU=rCdR;zBB@Pu@NF6t=<3gFr zbDXGu!2I~MmDM(XJe!jA@Idh3nVnvjY^C2y_B!*g&m zpy|`MiJ~*5^APhB1df0L2Am6@B7ufHqY9ZAZiDA|Pmc2!!0o?YZLelhj2h2n8)Z!{ zec23_f)9Mb++VF&IRjo0hmK6Qie!}nxni|XvK7ny4wEb(yJ*=fL_b9itdnO_$!h*g z_HrS$9KGxWP2nBf+?_6v-&ro14ERE>lhNn@5uc)a#Wrnxja*lzDTX1c{H2Pg+fg(&>=RgC;P;XQcWjj}r-jLW z8Vwba`)y9~o)2&I{S@Hodh^bL<(Jrhxp?nIyE$@Rv?rs6#nqzzJdhhX0zhJi`qq!F z?ru5{lt-1T)(UqfYnB@&lNlE+TuUh3WA{I|zlNuLije1c32`KIHm_>jF7 zxZXf!PEiO1M}d?L(}!h=^RO-(Mh|)Rgq>|NU3H$b9Z$^3ewI+e#`NOU-XJkE5-y>4} zUizngErff9hV74ha~{YADh0UNYR*wawWA#lDrgnH`JX%#i`XPhuN%>0^Z-<|i?KDxiqvD%^? zDI)rL(LnE+i~S40nLhfqjjcXid)CJN!zCrwTCrSIiT}?mEiDgPs)5lSXD_u*ehD=;;7050F%;&R;)UGoHEnUlnAH z38^+(P0uG8C3>g~D2Cfq-E|zULDsZc`Qj&mFN)wVj@1lUTCYubiWVgGi~BXq zvL{e8>WQM*+${s2e@GNr9*PmqK3O)Pf{r_+h`lZx{Ryr2uL=Vx%6Ts-AGLW*Ce^~a z+=D|pt_ycYlvqWuAxRdWpNWoWZ;U8$iiis`dQi>WC?y;82>3a_DAMcoVJq8I!)wj{ z4*OwT4InNmuc0d^Z+ea3?G`0*fD`<$XHA`+cw0BC1mrYxCHA|r^ShM8dRBvnSi)Ml z$hfP+ldNwtz@5cn=;n!X{SQ@6V`EUb zvRq!*NNbW`#YKwfWQP+V%PshbY6`~Eh6pun4E<&KVT>Gt?F@paPJwS_^gvmM(+Ls% zyZ|IO2^KON#tlCwcBXz;c6evx#L&&h@1MI!&gKXbfr+SvQSc@+om))N_+=VC(2?yO zeQNCsMC;g9Kux_^b!mF zYgQEIqqW$lMm;*+%|gD#S4C8pAyVJ-x7F|HGxalIbIo)c%dzMG;RKQv;LfChxldLp z!5WbtoKvXHn3f}6+_hSgMzxO+BNsl*+EG33-QwucTN5=CF&2uJ(oz=QVsF2kr&+D8 zWh4vcUa<#?phehh!10s>%362DI2 zoBf*hj_+(@<(IcVCqf2d1{r-C20ac=yjzh;A=Tn|CP$0Ww4k4HURoZ}YWKS+O{y@< zaOWW&)joeM$ByYUdizvxQ@r_N{b|k!6~4feg%Tz4d6Hz}^Y~+erKRSKs6Ho85YY4H zWi3K@=K+oys$o({kCQM1x$yDlNWWN}vb^tI^V*>UxWwDXe}OzXSBV^{X`a(ko?J#| zfKlBqwyF6ih^LjucLF#{6}6|W;{{xsAn0-QkEm84YTosV zBg{R=$5BhSfC&pbVRM_Wzp1W~fo)Z}9YH+>W9cnK_C)(H!kh<25{6;DFgvrTg6Nmt zmF@Y*E$}JRskzyg(?$Is#Ka$)j%8v}&FM&2-4?&^=G28&fz-!gA#3%Q!%D#t_ z9qwFtu6Qk8gwJ+F0C%^zHBS28I#2s0db(e8*lsK}(sVrd%&@Qb+m%Cn=f@K2y#jkn z+olaH&VB_hO_yOSVA0A+d_umg@$ThCuufyG=oeSX|L{a2x$A$K3gHCK0NXuG-c ze4osn33We?{7klT|M6Eb_#6A(hevP;<;NONzhQ(;72W5Y;r+>i-#ALgv9@&k0q(F~ zLU?%*t2AB$T0}LAQv1s7-N#dCoFxf_XSkk?;qng71m2!6+~R536MQxssmeup!M2D{ z)t27ACZ=%H)Jc4A1KvV&0y(|Ii{4Q_+lb-ISb5BH|An$^_jl%zyN;u&g63xoQ{`x|U+qoBI|ivwuF*`V9&MikkHq>VELB6a>5X=UC?)uN5MW$gUL~U)cFh zb0or-@ooAxGuxPlJL8#jZ5GB?XUM*{{D{}|>nqS~kYKAsQ`43Qqeg`1_gKq~LV0 zMCW(o2?;8&0npYfJJva3Chfy;=bz%yXSm=mDjRiGKP4r<#SERzix|U&yHT}x;mwp<6pi;nPk;FK$0Tz+UQT1@vJDw!36E-UE zaCk^gD@-%|>2TC?Fg6%r*EXDV-1nC;hL@_M)>6xo9MTv|m&w~esy581dHNp?8@bmf zAJ`PDG*OKQP^!zkWD%zRoJz1)ULPTE{myO!Veq+p)Et;ylirG}&$KSIUoUCn(sVm! zkoR-|cHBvHaRwD(KC&r(xjG*u)?ge57&J9ak|Y3Ey0(vT)Jz*f`lt#jnlN!~?zSA0 zKkix@Y=4y6r!1tA-ATZxR`CRIMA6UcEnx#@z&al$>)sUFeSS!oqa+z$xpgXb_65LMU5`$Ugd1+i9{ev znD!N=r2W}km0z*7s@dHH^H>AWI0S1R)()E>A!8%ns< z^6s1ZGP#%%+a1@ZN>uw7jP1Yf?TfwVEM;P-tKdPF9f+xZ{s8IGkkj^6YOF@IvAqRk#uB&^e;yi-X zQyhlJSD!)d$V5!PTxhn2WSUxQ2g3NNg3T}`RVMkvb}k2^@SGe82maUQOr|DfJp38M zmgL5o3b}kxpZiC@PV)72gw#s@U2?Sy)qYxM{xd;W6|mX=?g9)@;7I%YC1hM+_WbA` zEW6*-=CaP$o&&R;U~*64><;hkal7!oph#Q$>eRkn&EJ?3UU71fZ!rI%MK8JOK!&8p z$1H{I2zsjCPJwt}p>;C-qne=Au(?B;!tfF4Fk{70^zB|AH1Ivo%}FNxM8h*TFgbcz z@rkOdQ|XVmX~664tC(=pSeiS{?9an3MWr&089tN?4rL!_a%4fPfY&PzROxiKkEab3 z4Q8<4-MW%{^g{5ote>_5H+~BKgw3-SaOGe1srnv?3|Ni+NPRXlAm5M*FEYORB19_W znPwEjuw8EOqt22xVRGro!>>IhLPjlRu@v&I)cRHTScmEQ>u1WA-bO@8#Tf6klkXD3 zYz3?UBk(EIUPsZ>?h{HOKM8y^e*4g35e^x1=)4u^@2nu~ixl`xK& z!#WY07&KR*fFIA>6>R^W?#o|PKV{Jp)z3Z^$5yZsR-t`NqTiFycnT}vMrbxH6UWr1?BL zVUdKH@Ar3AUSguS+xzDQcK;i|-p6@K+i2eZjfA=ute4oew&B~_`1fWN^!c*yz1i0q z?q$9hRr|JgKbsVZYH4oJI7}zkaq;%vQb`reaRr9j4wqk~c-`b*pLB0go13a^vZmc< zS#L7`sPaaeRW*yvJ9?jGZ%3=EEOas2Gh*iS#cyt$!1I-GV`dU+o5Xt7>N&^wODX)w zuyK8&+R02cNk)X;`LXGx3Gg}H{c4=Rp};XAEkjacQ6KZph0Z%~1Q%7B+r^MW%yt{O z2Lf=QDrVcM;VgtqpPObnuR1FB{`?cZF> zD^R;I<6>{H3=PQ%MXIz?v?uTN!h0!66-|Yy!^RUg&M8xVOpwqcz4rN!o6G&YTENZi z=DTVJKj#Q=vVS(b60Mf0{8453EeEM9lmydc?3&0l4RD_MV=$WGAtzC0-#c&qwJs?o zj#KQqI=#~@n3ItI1l**}=EOPj?Rm+#cLMpZFDajhs;T{vVHLV>S%v#lN3q_w@S*pc`xEiQQl(u(xa)h z#gcFWM;YM4r0eP_jivJ|HQL)%U4L=netQgeEfRWCQHi9z3bHBe(P#K!y1@$SP8NDi z84k7QiyvXzKdV=Oc5?;L>|gQdpVp9H!8Vr($m111IFIPfj>l2CJu2ltsk4#bU??ez zqYz9MjPTybNMXjhi28j=;gB?|_UX7+KVDjQm$oQb! zMfejuFs&*`V#*hP+uu0Id(~SkI#IJR&I|pX zD-a5v<*QHm@}}_vARwWV2X)Rhn*|?u;u(`Q@~-8g zBV=mE-H{bB5`P))7CU^=-IFr>*&}bw0J}$tuJ$uLpI)r>L?mRTJz&3@*_D)7=a@AC{`&I`7H^f~v^h@=~hlPQl)R6wxnVC4kZqetWTBToz!M9C4y5t}ED$3X#fAMg{&--G&_YZr#q1Y}KIEwjW<;@RL z?2e#9t@4u9`XHZhvd`pP$(dCZSZ?8GvwN2m75&;;(P~sY8ph{UhXkVAXu$EH3sm3F zdM+#Cb$T9f4F`h!5r*&1!j2uexpRO(NAmWJ;~N^*l4mcDBs&qN{$*D~$+OuV?F;3leEN#47wCZ{J7y^Ct9S zpm_LgI^T53wNk0fJ_SSX=f~RQg98iII#+2{n81=s+o%~tcp&O*qzsM3fBj+o^ja|? zxKrcHsWlJeaVGDe;H*Ny9z*IVEWyoe$s8ql-iDjwXEefZ;L|(x zg~>Q!TE-P9K&t6Kds4v?0;JqsRvfT8yRl`&y)4 zgAF1kGfH~bpuTH5zE=BLm{FuaG=h5RVvyuyJEce(^a#;faq3HCJMH)&n-3-J&`|&6 zH5S{-D^oMM%_5zb(#z-btd3>4Pfe0qmhrl~mh6Z78rOVaqX2OkLm-!+p`vzuZ3q}3p2UnL6Bz+^21l46SmP)7rNB7wep(g(j3=hlx36qBHN$rFH@zQHnh_(i zBaLI(Wy$|aprq5$y{ytE5275oksUb_0ao@ zRI_D*GID>aI(}@=)=Gq(OjRs#wf6gO_*?zNsrihXn_gd38T^voMy#@X;LZ76nV{?mFp7zU#3pnCu*rLzr{;KX$>hz_+7}&{o8Zc(ysMyo zBjLQsj8HBcFl_r83zGh;ip%R3R2weofm4{L1?4##Wtn?EWL}Iddk=F2|CRq@=sWIH zP2m|MxnD#`mA(|ydfT7>H7~AjC&zNz6S}*4lwzXsQ;S`9EyH8f-$*EhU2ArEu@}hZ z<;aE7h5XsUMk?3tk_JV{UIPi86U_p>F$A@Zy%!V94}&Bht)t#~lv^sws@0?&beJR; z!`rme7jupeI@cpDf1LMBce+w%F67K<0U!VcpM=tC!Q9LTF~NK*Hxf;c^pNtS>=}t$ zebTmDKxS@$zFCu!$PEzxD69xQ^Y(PDF|3ncPoKK?M#=kAw|8I3G24-)tkn0?@D#RD z4Y;ADufsV&8WNe5NLH~Fd4g|AY8ygaQ}<+PoLoL;6H$r%;)E%{uN5qL`QlzWc{}!^ zo*W@gYJJCFg;B_?F1H4)Js5g9w?|D-8t&8Kd6Z>&;4D zyY28~9{cH5EcBTp;d6!f_#devwdxQc|3Esg?NGz9FU2Sgja9biZ2Tk!g6+16l&ez; zyqHd$*eH#R>bB0zHfQZhpW#UV8;$?YR5Q?4jY!DN5nDE-|TD_|f#XA}c0_V=H4e<8NJ+oj*ya%L{LC!>GUb z*x^jGTtNgDgkS8UG#}XZ6~t^&Qf0n*gtQZIETkkAc9>Q4%gYOqUC&qe9(@ymmThB- zpUA5qX*5V!pL!myvKpb)AVn3A+Z}%(uadJYjMmIL>$&30_k>@LYkv4Oc;;p8M8?q8 zX|x%QQo+yRTl4E|;&3v(=~ER59JHfJaK)3Rlr!wr-hBrKqIxvs%@sOH2LJIW>6p{* zJVB&VlW%#hce}Hvi}Qwd{4mY};zjQ6_jgg?&4KroT@FPl7T9cRIxp^%*09a}mj4Kd zY+_R9f|exit;Z)|@s*TTha!NMx~^{=@ryoI4Db=H?o-^hFhiSc_fcc}Bc!bX@>2~# z#3t0l9`l1`e5C0@$$@ME>=VAvmf(#=TIf9{9K};{cX!iqB=s(8rSl(B8bRpV+{``b zFHmsWD_zsKCS83;%ciGHU3@!yOrb_NDO7DW|52JrfPW}tmDat0zH{@sH;vC@x&?AI z<hO^5RLC8j{5;6*3bB}ES7gVQw^2v6|y5C*2%b)bs8O&nC0B7t38H^>9 zyLv8N_sM{+{_K+p0-Zd+3z_`$sFyVa>FImxFVWlD{Z3msyr0t%n@BF-WP|7#ktaK- zA&EDf!Qa3TFC>fNUV$qh;0WcQHFcl?U9o%9;(NH7z*Z))thGyvW7P|5m|1KdybZH| z%0u{zqTdwe2TK4P1?$0b*}~_z+Bt#MwZjAZN`{E}@zXej)AJK4?J5&5?9|QXPNojW zyUN26+BWhK#Z?-I0rny`9t#2RAS`6+lYpIG&wHh;NefX|UmI0BHpbCp+g;Z zlJF#v++`|hTHxI&GI|v`Wd|euewK%Ml120ejOWh%Bmy@8{i8Rp&I(K zvUdmwuQJiNc?a5FGo3u6;6Z<_6jhIQ?U1~4Qery8^46EINY?9$ZbXHp#xQ=iIBE2Oy zxvd;zGUCcHAW>_o=A8$M+*MtyTXRVHBn}&-Rk%p10BM zjDRZQ3WqiG^l1GQf~r;rrfY*>{ooaU}y#+79!c=%XgXZgM$r)qxd z%fP-PLQ4JQh$dnCD)+*&MGDYWF8cCgUR>sI|9Cx-2EG?2Jy^Cva9qbF zciy_LK5|J`4E?-acl1O?J7T0j5QW`zm4AdJ3NthN?x z{`^FZ8W-6le%vf_??^q0f)q!3nsPQX#ENa5Vc8X$VVYw}sMW_F=0?2Gl&d}82-_J* zmT;CsmOhi*g}vY`J*B5Wu<(E?`DY2E$1ZK(gf6ydbbm|4A;5ZP@qTl%k1!pRHLA7A3F5O7R3@FyK3DTQO-s5 z4Oj3Qx#S0OE|EZyI%l(^zt(v!0jbhFv0Ll(8em1Cn+!#)n{L;CNMqp110$$oB^mWu zG*Fwre(d!5HPE~*?l+>*8&m-s(ov0{4agyhcAV z@!J1DWihOYO$=>F!E}znTCycI(7B~wRXq||qV|4pILAg(@T*47J^}nQI+lO-{?)3T zmF5~2Z;naHxZ7mdVN()EOZQW+wCEWS zq9Z0av!N;O=fIaxQ?HR2S*+KE6(MLO+BSkdZ-pGT#hjSPR3B@#xK2zSxOkPk;REJN zEX7{shHUCY_oMDPKtL}ID6J?$L28`*lQAqK+Vq&mv7(M5$2DrMx`Hx{w!G$<^Q>tV zx$rdeSJ6$HtBF~zgr zV3lKbA-lMBQu^u4(EX>!s`|sIZ+D!n#DN3i+?>Vs$*)o^QB}m^+7%nllQ5M6Xm3QA zQfv7qwJ)+I=F=>w11IzQpZs(l2l|J$29Jv3>lYOvac>-T@lOE?X}~F~7!S^6(1`lc zq{ECt4O4yz`ZvW*4x_3~L%ovQ{Q(3vbwA*=ViMX8cANlQmXNq_N+ zpg{80(f{%4!%>(4sk}f2)VqE71}aha=YI;Dm$_F;r)S;&g{yp1)djsvaL%A zjTvxgvjpOZJxpn&l`3vjl#~*9Ia4N%4T22F%js`l`S?={`b-vW$Gj95m9cwni$|4i zGl~84l~w?He?X@Ip$pRV4Sj!yj5LHlKisChQFNlZghTfUcqzjwYbVk)ZT=@TQrz%G zIGo-j)L~Z-^;{rB#qIUuy%WDZZS|b=$(ybyMoU>d6!{JAcDilJSaCEQ$)xZ(dk~>rqLx%Lz63O;5NLjm zJ!peq9xiLTl%Z0hv^>}E^1=82U5s>F?=wCP21KY+<}5blO`hZ=x~VA*xWzPNm|sBC zf3RdaO}(g=-7k{$ZFMu*`nc3xyMKEg_8jZ$mgUkuKK9zKT+lQ|YB_j<&9JfI14g#q zaT@|zPQ&nUdqG|F@gC*FGxSldKIe&C^5s3YTNtGP0QoB0UWS*2oC>UfAzG7CA5PcT zI{&p;s^q0ieJp?q$!TlR5TzHFjhtGshwc=vJXs0Ok@ z@j<{QqJNA!V%j3j46KrI%b2zH=VhK2q#PI0maL-7xixCB0N%)sI}q%o<=^pkQB~X* zykP-2s~DO0OQf9uk-{dKO-DzZaOrQwf}gL~?Nle`*<7h>j}0~|alP)*MKZ?!I1&2N zoK;?7H45D>B-iFbGczj`Woi~hIY~UiGaa1JC2lPY=*Su_z~egR*|{kPRMfJ0a(TdQ z=Xq+-pl0*kb$RK5ysE48)`xrS_2r)^5kQ>j1egNmUJnHo0Dord}{X?(8?b&(`B^JJ1S-XG3DlP5G zdBuWi(_71m%Wwjor{8-7hQ|o9o$es@iuv83Be6Q6NsROhmT37+;r|5QahDPluRW%x zC0bUuV;__J#o8GIZmxayOZTeUzWGaT9mqxoj!YcITZy>;x77W$B|!ftHv7b?8py>Z zoJoRwT|>D`3ntjE*Pnq*gt0`6luLDvR-M`JHArW^6p%ll`6tFrD8(J@{56=K2=Qsy zgwEYfsj?=;xMXST%3JwbtukstvC7l2FYB9srnu|e+Tvd0RR?GQ%hRyeF+x;b`Fzz0 zo=;z9&orRP#d<$S#@Z#c#-wiF3kN%= zXGL>1iCpYW*B@%ITYSNA@qrNpV#@BpdM9wEvQhCOSZwlCkW^M54M*Osau*HgEo?2P3|28)0PT{c=G*>C(nN|N`)WyZ6Q+A&t z(@Ia9{hl&u%t5Mss)z*XodSEOz6UqWYdkG9NTsTJNx#qVQg!mQ#uj*r{^t{_4UY`OS@X+2 zOYK73ZO1_c^t-e2pBNLr&KXzSUU9gjM#pdxe(&eb?U#<%(Q@f>9bb)PF7ohp(g(hf zm*+a#cT_Bas2z`P=_7&ag+qL2~Sc4_`@Q%ACbe0T1(cotV}wXw(rV zV@FvH8Db?zE@?-8SMA^UtNxbPZYs8{v*}znuHF_IU2vio z!baPiM@o4G8`77TBpTNRzHK2d41s0CQS6c8B1iB_74~<4>^LBSBKhs{!D

|9Wil zhv{yCj}acR|rb6>anOxfWA3{rP zHH^OwW$5ene~^((HgMeD;CM{0x3)~6FNSsC|K$5U^t7YDAtli5Z5II$tg)jcop13d zgKvnpZ5mTRFG4~qVC5Hz3Zsk~KysX8Ii!kB-1?ts5;sw{lhq7WxLp0x7Xswl!z-=m zS$kZ2+-9Vo63miFeo8Q-g;9lo5&{Coev5sBe5T)y^g8nUtMNyBBy&8S@?%G{csVl( z5mYwui}SKnOuW5a<4(#XrqaVnc>KS=MBo z-?*`$%#QO7-TgE6>Q0p%p&bLK0AwGt9zbX8Pp_ofG26?BU?G z5h`gJF6J8|Z4Py>@Js{4kD&K1?Cs=~t3$ocMm$5VZ+`N!e7ppAhjvc!HXViE)Yd#{ z$5vG6-z*I()KPHYA*r&y1>%r+D@yHSK>P;CLjdvD#9iM7tpPm_hmzHqnyO7lH@yLv zY`6rc9to=8RW6CwIWR&O1cTNH$_~qL%I<-o#$QP+*H%$t9DN)Hm2n849c~1lD0=d6 zZ6)PFYh}#E|J}V007~zDZ{_d5Hw?a=?yc{vj(yy#8Czg3_DX`A$oCLoApILuYk%I_ z{P_|-&DsBuqn9LDXKBefQebjf(q?x(ojSxclZi^X^Gu-dEx2< zx*=IF{^)zP+T3mrbXXv)p(X$NhYnr>JPs4`<@ zJh;u4)kb+K7GcjuUw+7N3F{(O=^EZ+8=It(WqdRc7_v@a$ln`Rbq>_G1zge>wF{U`MmKakyndJhKqjt z{7!R|`}5pAQLq6w26(695VzTMfwOTUpbiQvTIgLr0;WOQOObs|dV*hpsmiQC2B8ZC%%c?1 z$|dw|{}xefx3XM(Vx<^0M!t!_`bjshHzQ>F_IV+RKh+8qJUxqG_MI3iK$7b6LPhL@baMxA7n3>sV3Id#RFQBI6vZHR;W%KSi z!HIw z%LmsLiAJuAVk9o`(u6shituvHn555XI57&$v2&#{gAA+&m96JUI8w`P0e@N9%to8- z^S(Dg!ljaJ={CchO{6z2dxch)DuHd-yk3s?ntU8T=1SB zxN~n%ey=%+d9WI+(^#(+WV;cNg_w)jU`1W*AF_;cZ5Spw=kY>sg#G zxL#)sfO1Sq?ntbu{<0Xm0q=e6XISmrUm?UhQXfiE9(;}+VsMNz4YEyw*3dyZ^-Xb3 z&cogJq}d7$w#V#}`#YX4WO>am=x-eXjGO>(E%~f|i4iyKjo@A|cgJxz>JEqIWS#oGVBgCLtU2>LG0Ct`oI6SnYNFpNex09}F6V zw{h|WeP8f;ptmS+J=tl}p+boiK4#wGLJmIM=R8Lxhf++2z=;vEiQXshd8S^cutZt2W(u~?4G?p2G0LH)5m+s=EKsnM7x5MoGWmU``3ihOVrbMhm(%3P8z=NW#nB$;M=H82QdPK!Tk?IZ z4!z*CAD~<05KmKaDB66rnDxSzS)(yt8Ji)GH1cgZMgUjre?x!Mo-+(a+=8B0d2bHw z1|deJdO!%mG{!nG4FUEFVaACDJGwPn=%W6P2EQd`XfTnnx%6mLy15T#Ts!WM6hS+^&a%;dD3X*{*zK2uK^)+*O zLOTZi{Az>QiE)sD<$s=sya_j&G>BOGoVa+OtD|_#3XqfG*NU&fSMbwxgi_uWT&HW4Y~;2XYIQHX5cTFtee5iR2=e?F8dbxHNg{ybdr`i zpn$8+r*IeVa}t&7c|3@NdDmy7&62an&Rrc}J0z1Zt@(+0tiGT=qDDonqc478nNOR` zAcV)r!>!=NnXZflS}Kj1=fHv_=K+M7#t&Nuz(edK3p=X%=9$3{>ux5_nQkcjtGE!H zJkkg`n~z*#s9_Vj2-OSXE~me?DVesiKj3fY<5`}DLXv>=3}YKQt#Jfw4>3hd;J$FiHpiYk5f9{9^a>_(I>E!pQL{~7l% z8ataw72zxP5~xp?*yT!7@;7}EB*`?H{os600CUAw#_dtpD1tT79m={~hqK#Bl^usU zm;ymPQ^XuiGAR3Sv^Yt&?FxxsDG~%&^=s=RxYPAj;J3mpX#e>xyF#+c1^)iI3}_|G6GtfWA+hVbLA8p$WE|@n^EMASSkQ z$bOAwPDGDp+Bm30r`HnKoI@T4hxJLa`q}nkKAFEz_I)@MY2|Fst;w{N+(+~KCe^2< zY>}P ztb7{zPL$A@vr+Yb7lRT}>FLFp4WMu(Fahd<^({R>o{*a6r6^FLRM#NN ze=Cuk2Mcr9sb{*37D@18#m@bv^z^MnK;Zkz(_|{LyOW5*@1V`R?Jh>sWyfcQ3+E97 zedCplkD~P>j&~j&d0O_+^;k0?TqF2<&m3cR7xnjFWK)Ho( z&lYr1;W-=po516MOJ9%?7J!EeePn&=ua*G$+s+M*Gdya(rLd`KUFUrbHUG3sBknqj z;ub(tn@2t*WKH;7gyjvU zds&6!{%z?rZvC;wx7#uDT|*0;FuMpm%!FG91~kwDQ9!^u7F0L+Q8;7iMzTcenC7vT z904}{Q4gGF4FT0zz|gi-YwLe{OvDnh;XVd&0qYqh0OC`cjKW5Pc1ScrH9aLZ;Nn(Iw#b7I;0uAHa|-dIRmD=83}J7HCG?Jha7-DYh*WDnm_ zO87<49)GMJ&d8fgwH$9eoX@UJ*@%ZK=ogBFgRzbzB(%4(7l>nFj~sSlL=S~toyW@> z3!^gyOBi%OA7+ch2jmbC!<*-p>bPYTq+dT!tkg(qsI&PK1y=<-FG|K~{XnR!M5s`L zr3-`;%dWO%I_1|ey@wiKtFX}ZyFwBd5KwhAJ(+Z+^7C%U^;Pe2*4EU<`NL9~jFUL- z-xo$!D5|3`BIo0H%56v+1pJJ8z;PoJPHRe`FJFCBdmM9B{U(2r{dj<0SG>6KGiFxWH)U6m>7f<6bSnO|8PLp@``Ye(^glQw6N$rMYxHb2tfBD73nX zV^T@*YN21knDiAmHOB0?u_2JkAQ#@7ytnW$=jCH^G(^oQ`k{JqDdHUci9!|4&erd% zsU$J<;dJ;R=^dze!c%227#lGEZRu?}l9tcKGS5&d(E76c=^I7y^+k(^8z=n|2|Tl_Y!N+7H}18*c-&}_w(KDfA7me%MJpnV zFL6|7iQN}*raVH)qM!Jgb!_bHq_`xm-&1ULXGd;9+@4eCo!yP6d`unlt!Ua`wETX@ z)lv0Y;nWlA?H*d^#<3hz0=@6g5y!3Kmn6pX(s16apoE{@KDDAKoSiudb9y;(R|u>Y zIxFc#U6gYqzt~AkA3rjy;Xc?J)HzBnsA8kJ5mHii@BHWPwUu(0gLuMAOds=;0o}tw z^vD{Sy>`+84M`rT&=Kr4r5ZHvG40})y-+e!{I7@VH;)_P{TF^2Z=Hww0<%tpl$!-~ zqsPoD@Lg)|jmy+L^nDhHhs_zDf>%PEHM^U35vKfGnZ+zuwazEwI zZID;8w$W{t(caNnD8x_|7#D->IW@hDd4+#^8=Rv}TF%!rUlZkA^GpyAYDdi;JMaG_ zQJNuE$F8-vLfazV=EI;nTlB7s`vVS$)_ZqX{wE|ORCIQB=Xt4VIX-w22wQKyq;&Qc z-7NAI*|!6Wa{J!~sh)FJtY@rkM80Q!^*eKF?$1Pf4%gP6Na`ro44}~blCP<%2ZZHq zS|))rdwgK~Jd{)}V2qM|1yMuktR8kjd9?y+w;tBo3)%|~OTa7mtSqIxL96%N_?+-i zkY09M+iHgx4OdW;wFGjTAx$f$zHaJlq>Y-Kl3`1ChGd~HmKAm29)isk@OZlDWnq}JDFr=@{gH`T#pV4&9df@ zOg9%9XG~7r>(_?tr2}N4>*j)>bJ32r)%>Et06P>o<^#jmOSN$m$7vz~s@nBFr-PK% z5^$f4n)*!X?1XER05jD`u&L($ljb~xG;ivqg7l)xNifyD+Ye5zQX#+~jPA3|n-MVd zJk^R|E>Hz#gqoJC#ZRaOkYO?_35`e!`m28Mi&9}-e;0)UVwLAt#N zZL~w@!+AcR{j@1*P zrl8vqb^PPhK=ZM&4NXTTLtkSQa+8$cV%5y{hZoklVf&m)Y5>Z-J#>$AI8-f~0?<=X zEhpASG;#l9bqqdqlpIj%tUs!*sWZz`Zlr-4<~$FCd0u)fl1$9L=y=ct7cF+K)H2Ul z*f|w`nafq;E_A^$6^mr-e6%%jbMDw5AcC*^IIQZ}!B>wOgPWvAHotYBh67uU=55!B z{~ONnzn&_V)_#`Qx#hqR9q@dtdwPy?(s{j+#_ter`(g+83-0Yw<{xv~w{prTJiuxN z#~J20^JC(D#5@IJ`9)nO)^JmsShB0zg?Zmet;+$TW~s-;n<@v&f>H1J0bP~iVEykx zs0z~B4L1RG_|wu7iJV16$V--z8UgF=7?QVDb}b1HEVz%$5wwgnld}>qgAU(wgjWxd zB!(p)g-QMQVnC6oiFv%QLNE(oJb$StuvzwLep$ey4u-r{z7#(5>A&saOYl3Y4t(w; zEZ!-(j>eB1aK}?0iI8Vmi4M5>`vsV^e_f@yksZ%vpxHI z{#LjJ0~M||bKuV#dz)9pJT)YxubSUe-QXAo*(0kL*oZm^4ea4R+Vvn~bmY!Sp6kof zJ!+OzvAMPgG(l4ocM7f6n=sC1-g_p3jVaPwtZJO``lmVVhd=8g6maF^CY4gIf<>tz z6SB%@p9P026xM^$q$M>J_Qm35aL>NJIqx24DwW6cA|=P@oZW-)=g?{|dzlZq60wz( zefJZSc=RkMpm)=lK1p0|&n_L``_N}2tS7HifyQssF*>gA^!%RhPHHa(nUDP zAmtmT`0Jm8l2w7gqDb9Vaee_kXjKRA_RSG=crFHSOeY_0CHOL23Aie3m1;BiH4_46qm%gvTyA&ZVtKVpvJH)mO_b)^0M8R5dFyM zbc)arnSQ4l(R&*s__Bl&$NO&DriO}5tL1nt8gG&S4A$^7Z@B3r@6A=i@`n`7)!?`E zMw9;Qx&^;F5j}gqHJWe3-{*>wk9{{m+7N6f@nrEZnN?$@%DIessgLQp?qN;G6V6au zmazJ%QQ28l#!4w&2bpYq*4qR@y7Jn#EoL zkOe4bZ>Z*-?`B%rGHJ`jw!-~l=M@ssCO{kRBoF0?8+iQs03?rILfqh9_^OYOf4EOn z=(D(&;Kb-mv(;S_t6Qr5p>k%c7j-vK5+Wnxe}v<^Fl-+`7;v_gJu9+!UFFIVuFR-F z?sp;G^lRXqkMb3B)8Z1h;b-=RIFR4N`l0TeBkbKC-ml1D-#uJOG(exv5v8m70PxJIlI)7YPU2pvc_b*oa)$JSo z`aLy#&OTjOV{s}{)Td6DMw?%*AKGRx!qEujUxcHkb+pm-m24XGF%UA5Cv5Wms-crl zSDDb^kWOGa{486|lbEhqj!aGvCU9j%!|((?)AAXQ{{~hBBb};?Pd!5{v$IuF91(~E zu54r^Bkup!=vx;lE#jJzGH!5pFVltb;ETzpB&1BQ7lG#)sDD%UC#X9VNW-Q&&l;10g4*GE^hvwxKvOR$tRh1=|$vBdZH$z za?>a?U_?e?Xc$z6X$}RCpuW|POSXv+!TcymRN#~2jtsd5HtlImKMJ5qW&9t=A9T6e zTU32gQdOzq9Bbk?bj2%7_4&q<^tWAJDJ;esbY0VWQ@^FSSp}DN7O32r{~(Bdloq0- z+snLqZg}Bsf1;)BDc3IOReSg@CCQJpYc;ins4K&y@N{ixCLYHra;~u6#5;3Vz>G)p z2{|8+E1ebOL6?l6=%ixYH1Y117g3yd$}Z6|bcZeOy>rtu5R}|?*?AFR=BjHG)qS* zVb`8vKY~6rO+>m-O_K)`Q*Y;wO!64!f+YX%MNSoF6WLcPTucG z@hCKfSb#ATw%=Ixqsa%vG+Ene++Y^QHiwUW_cpm1^}b5_lq05EEQ5~ZM{eOJWTjd6 zN`^k(w%O3x0B3DLk$_uYKl7Ci)ka*r6Q2j)m4n8)Zg55Gxk_}Mjt*(Dd^BVV^uXoPz)D|F=9>N!V-VFppRX^JpF%*20EZl(xN0R* znNM*ZO#^o;J(tGvk?+eLX3ZMMgt}y@O#TQR-|9>7`gp0sWj$$7e?7)vR7ghKr;=#r zATm>Y8l_x7c>exnC9HLycidu6&!3a zr(m%l=p!-j5_{tOm*-KKAdXgqpzGS1_T(QLX?ryMx+pUGuJ=G&=>YU**>fU(f}*!F z+PVy^y)1K64$3KpNfVKQ)pmMY^VrPN6kk^SdxZk=o+JlzzZjln3PVUk zfBgx_9lb>@n;%&D@bh2qe)k~D8*wvO=nIm!UKg3iPj~d8WLmE9sv@SGXtogV`9*m3 z(^R~;7K!2W+H9;lRWUQhUyYBW$rz&7QjU0hj$tl^%0>#S^NLp#h1Z8}yAl7^UbS61 zzY$?Z(-&F~$=`C>SYRTIxO>%(`z>;=`S{Wj^XDNN{~G4;-)3K!>4FUklBxrqm$m8_ zL$2%|cc+{9P&bw~ah-(*9%200n8$V9`-v9o1F_t9f2(kOFaLIq9)(Cy-^C$rciUrN zi_L5qb62=)H(xL!3a>SMrxfwB&nPD?TK&3!QOGJ>rgd z&0HMVMi;6r;j8xgTt=v8g< z^Nm|JI;7EEJ|iaaGyh;(HY)#kX}N0{myU}_#XkrM!$(Ay`iIF+`-^6tx3TnSQ76)q zCdR2_E|t-&AwW6DfypnCBxeC!4fMG8K)E_@`^}`FT-5@jPX$I#jgjYCNA1GRfjceh zPy2k~n}8CS!ZU{Q5{vhcV;?KyX~BGU*-1x|jF@317Ag_P&&SbtgHFYamLSWNkeEnX zt}j_bxnbGXxX`1-ULdx8^259udEo{!SV9}diaSK59 zUNe4(z8O?kn|^gn_-z(4dTCF;#BA+gK#rknxdeD9ern9;|N)peGish9oxy( z|K$R(gj5XT)-3lm%~t6-pWwED1PW*CzD5uLeT$phlm``LCO*m}rzfa~(>XP_YBcZnXNe+DT|)FWI#%MRyb@;va~lmZh6Tt4*a3%`tAP z(E91`d2o1mr|*Latp>8*GUokgS%LkI+V*!Z2KGl_@qTLPc4 z64UDsUmH>?#26}PWdn6=2baE_3%}3*d_<71#wbr-u>@IYj6Yg~j#*UwIk?_GqC7K7 z(N-#YOj}rKJnMTRSfc^DpHKrJIXyjZ-9t`4U%+X4+vnX`E#pbPrnNNrDVNWx^*+*k zOXdBcP0UBS#Tw$GIPQ20tqP78Uz{=aozZfT#6RjJ$S5)V7!s_E4FM!LZpXhgYp(wa z0mE1N_H;M&|F#0&j@`SB6X1Nx#hw2FB%M}0QHBB%GF45esw^LJ$Ba{rBgMZe^f(_M z?4*4ld#4)Rv4U~Gcp#%GirX?5Lk+^no3q{WStgTfd~p82XU9i3_qU}-Cz=*ckRnZ= zN7`)mKD;-KgJg@65r2j#Vu2bTvPwpJS*<$0CVyfGY769W*q2lI!Uaq!&={-HvXh64 zmqqB26ZDi-u(%PCP^h<}sR}q66sP#&{PrssyNg^qx_6kaci9U|m_gY5w>s&Pb`>n2r_JImOlqr5QVF41hc zh@ulwICH?rim&J0C)JQ(FF6}QkO5K*`X5deR{T^&3bK{VBP_zvA^KX|B|sPv#+bg@ z0=Ij5(cE-yEFBh^ZzN|q0PgTH3!SDOW5$(Bm>%%(ltEEuF!ta#svlh79$%$CS%PnJ zYN-6DkNO&T>=<@wSoE?-x(QvrRc-O#>7Kg@ph3gv3<+2$b_7K)AWNd6i=v_S(6Y_0Q3~Y=sd~o*+!7PZv=}3dxpgdiI*e zAO9r3Vho|#a@lT)l`g;xI3F+TRp7xFbC;Q_&#Q|9dETy0ml!3!LXsQ>j4k+mfD@S3 z#5tzLXAt`GW7BzXgT(q*bChRjr<&=ngKxP7Z)bMj|DlLToz8fxz$3_qU)xV$JV=Wv ziuM9)pjcIiBJ=860oAAjxi?5E$Mtqro%MSZVZylk)sl7Y&3S)D`j07;AfEnjcZpdg+T>83bGG^3h$hj3J3XrVuoC=Gi` zT>4q1zI3v%wPq#o{FjUOj>dzE9Aodmv z#F`ov8_BCYs&K39#Cqa_hz9pO3cIXqz4pt}mqqiIl;qHQa#=>!(d-UF=PYKmMsHtt zV4Mz|(f-M9@%o(;fu{bD9f`UacVO*y6{^QpFZ6dan!#RChBGAvvpXX2vSo06V4B(f zL5`F4o8;>|NEXw_B}HNnG5Q3=^=yky9_h2hCC}-`=*9DIgcTJa8uuFuJJxx$8)YX) z>uBBK*4C~?D#}f3$3^VO`^$%7&diYHP=<{@o51WiM)28u?}X{{HocY*(iU!q>goTo z#^P_yKSxB8kwe!yDrys=j=g5WOT=U?muQO*!agTx>*AgZHN<@k?56lIM-;J7(iYod zA)9%QK3MycD1u4r^(F~AlOkro=l!dbJ@EFMR;-`g{15I9eGsRc?#9rj)#-4FnoR^C zBPJ(VArt-XT0KKjvM2iibuAX=Hz8(P39#(u$BWeRlrGd_L2Ed~niO;hy%Yq-~WX2U7~3%tw*z zT|W~*j{5fV$3*D=>+33m;)9R*a$sW4Dgk0$@;5cSn-Rc&c$MD#$4>^p23-I) z;35rFD8};%3dGZQTG5>bheAj-w|ZfCIa!TEqmdSK@iW@hRsk6K>FPtidb^<$?Rz^p zQS$5)jW{f3700652RcaX|UQ*?{@@N#Bq_srY^_eFnru8Usf3 zxYyAiCGPtJ2L?j2J`vL6i3l7=_oqf?Cui_eyWtnaN;x1mVMDKqlZ2c_WcRaGL>l&+ z-MVNpRM6i&T%rf{UqdnD23A>FUkPE+Qh+uO=ud|9t$uK2YLow20srnQ-K;SeP zy87oHB^dwgurQB=_)t_|e!n>PveW+RJ)j6|$WmzF3S^>pJwI@KKixvTwv2yPr@Y%J zk6(S_6ZE_>9iST!(r@rK`e}0Q#4%2sWtp)7^%*<02ZI$8&f?RBk{pa%NgiCc;KaUJ zb&#QQGC44NOh7cZvwp!?xLjlC@b&udTwColu`Q@$<3pz_+D|N>cIPTjTZgN+bBaNx zcTMbPEK0^EJJrlgnIZ)u0=)ZcMfgv9D1!(gvw|(2ih*P$ExKy&pSB|F$G)lLbL}&r z`Z!J(;4H^DN7q?2Uwviif4Lq=m_krane&~cG@7&`&tpI-csXXlT}g=R?=RZiEIL!q zt;YdXsdaGIh;Mzpg>(Vo_+6mVYv)Ppl<3a+s^^18qX>5AeHXYPuwYO@IT(we)Rq5T zDmfui-b?OnAY&ZSap7>)kNUBK5zh z-hRoF*a*R6OX2Lzr&+MWT9|7{{PK(+ElW3t`I z<%iYy=ct2si-U{We~^XTkU?CnskK#AVcBfwd#l?$hu&cjmnL{#GU$up(p+0UI7>rov|jh&00;yybOysF_snOhzJ z0ti-sMhIm=tV_tbP|E7(M!D+&1h)i)f|)~F-A$(%gwq$!n;XSURKGICHiVU@NC-w@ zaXh1W7hlOY3ffT$bYyQ4(^B89pWPANLj0J`mPy-gOqy<3q)uz&V~``w*Lgt6dmrFY z1Fx>GH_j1Hw;X%jO1rjmVW$r-M}&>tIzIaxRbjYzl`-jqb@Og3Js65Ir|o)N{go^8 z#mS{@@=2zJ;F8^bGzbOer#P(qIH3^PV^IU9^W?At3^yyVLjvw?%+cWLCG|F~cgv3^ z68E?cL`fM(Wb?$PIzv~K2K6D6z!SbW9^#P%VWJ zu{0MZW&kw@znm$=;4s~uN00Q=#do6sv>Ge#P7KLcPp6Az&qj@5zwp{xFYwb)_MFW0`=z8O;mE^lnMirdss*`UL6JE~0HTD4?R5P}S8$NtGf}IZH_xOz zDNs543x_s0#&?t8r3VEYQCG;D`^o3qQWmX*3CozP#i^mEbrYrWvgw+cn3_{KETt?H z1-TA$*gy$9ukry21zy};LSF6KHHL(K^=|OaW)uy0U0?YEse__t>iRgF@W~eTly=}5 z3ew%(@cG5-X8&frHNl^l%`Xii%N`BPrM2$kVxU$)j_tZ zPmBAaJNI<$CK*HC?ssy{wpN5++Rlgg6HvR*(kd*^us&8pp`^kkm|m=|yT9O2#2!(b z@kkAZPAi9Erj-YO%^VoTbGE#RkdPM<*|9^6yBial7pD}{*+rq2Ql3muCas@E);5{R zW0Wdu57_LvEq8klEo}W9nEWyRhEr!2e@|*t$3i4u@^>K;ZTetj%GNtz4lgA%;N5Rf zs$zVn9cIqLWixYw&HH@cm!FfnlcS_f7e~#f47TD4()dK`;(e$;1!ii0*z(OmTP(2xq``Hm#c2Sd;gV_&BeP^0B?y;rp$5>M0;f;0}0z7%-s1Mg%UCapUM1w)xgv z&-C(WBHIo2i#}2he-j1mB~`GA{D(?W*$~|P7mXhgF>|ESlX)efQ(Zv^`)j9=Nu=ik zi(kek2#LtZ4Yw;dsm&A1lWun_ul(el>#UYB%a7NnBU*Cy{&K-H#@ZY9qqsQns*+EU zOz4Gs84|y@yGX)v*P5^s#&rG|b7Y;c6nkyaVTHrS977PBTi$_^`Jp>qza8!$_AsLO zYWD}&0nvZ9`yz?!HTQLA{vj%8xh^>R50XpDgw0_2sC8Zc8?_{NiY6;T&k`Z7(5SX)))xeWZ!lNK`>1(^M68pL4a)Cd#_}~T)sSJhTHYD6qzpB>ZWgrnpsE7lGyM$!QrO4XkiK)i2hspunN$$8 zVSHkq{Po#jb>Y-rB-*rCpaijGMm=&2NzmZyo;5byw6KZ752*6nmL@T!gb~6 zqOjt<@DIV?m##rIbWMY+zUTEWzM+hJoI>vIjc86+`NZ7zk6p*dOY`cZNQu$r@yrHN z+Ai^Vkx+ml7R##r`p^Qi0Z;V5iLVzX-L9V(RHNw!n@?VJ#*1q%Skv;{kd8yQwZwZ{ z|51^49s~u(X|1`69HP|E-FMNmX z3bY_KcZ;bz!hVls{0Q;;{?J$Ry~(qMoAm*L9tZ;s`7-hHO!d!WyWeQ?yt1=laNjML z0|G9+47=8Evu3g{%UvJ>t!J#Q;Tb;KDiXC4m>2~VT)#A3O+G>dvF(CBEYL^O3UmaT zs1Eo=C0cQqn}2UvnO_4}>WULMn~Tylq$KoPE+E{NkDA%s445=?i2~CC8Gu8Iu*y3E z-4>53&r`>rZSzxeOZWRd&1b1_dq|*(sy-A8m!n>8shC6ys}Hj zIgKVz*yX&ebm%JR#f@q{uvWH|%Q~?0g3n2nXRz!8ZhwpL)aeM7L4m#w1gs(a+Q#!4 zBRYaK(=NeON3l;Gl6|+BI)%3ZYlWUq!jGPvFV~k!J_Ve}=08WXzM>|SLVolhg-keu zbsLeuuChPrs_$Upm$*8zT(fPMDb7ZB`C4P5AIGW4iKoJiVweeze#S=(w|b7?k9wR4lZ)i3fb=^keev^!3K9tXz1S&e)4Ad|YC|5JZ?>AWp} z4mhPQ`y-Lb(};?kZO8qoTJA&Nk%0}grkQNrdiaW!Sd0MoOyIcfgfHJC^`7Wtbeb|; zIf*1c;zrTZXNtHh+4pE-Y{GrsPSrnoP7?UGpyLpGxk)VibqV!`2rllw`2TDN!Zr$B z+t+A*x^@)eBS`xB0Q(HzutND-V+mC|jdJY@pyrvE&4qK_xAS3DPKDI%>lFrHt*D>z z^9+RXM9|G&;lnpux1YOXil=GF%`V;f>IHo!!WltAjbL}e7%Toe#W?DZanxpU)J~cN zeBa#_610#n0b)s(2-=XPGONv?1#YMR{nV#wCOaSs{vBX@5KE@S5UJJ|*?!g@qQ3h@ z@Jmv%=;ZR_ooY4BRLW|L+V1n6m3aLE%wH%?&($w=M!n~4KKBt%%o0mGPl)SuXCir_ zA}{yUrP~pzR1FzQ0uM$N%%HC&fCM(%zfLUDzXK%-!IkG&*}?m zgpffd<#Rw0Q_rp(8+CzrCbPJ_rYo%%swYW@hh>aU8>{=3G{k%7n(@u4*>VW~B*i~jJXOkO zb{*na^LY8-v1T0?P@+rw(1}wVF17{pQTkT%KpFe61kFn2yZ)X-eQ9f#Hk3zSvP2&> zFC)51tS?S8#J4?37a|QyrSE3k6yGHh#<;-CCEa~t8R}=tI1~W z1X+*txx-NRGaY(|SLq4~2m(WrCt`$s6gGRbo zXJ_`NTPC&28L}>sx#oStp_iG3%u<^T|E?4AW6k;NsOQ8i_^~^pyXoehTSKPh?6EOc z*YCGGr3SU|wk>qsba4FL-H@@7j za$8&&qcEaP8(V)?(%*z&-)Jvkaj(r|TS4+62NVMuYEs%c>Q#R&#owRiqC@3>R-{}1 z<;tY#Z#j%ian8iGyw%6^C(aW;Kv*fuf8DPFRt}}Ty2H5MahsG=e!T+FEPppx%@eIjQiEjw0(EmUiWMETT8FvJ-deZ zEA>}ShVw_>F9OnJ5g(upm9VBEi`=R+t``xXC|HfuPaMDAp=s)k1186A6|LxxLU3~0 zlhNPjM7oH8$LaN6Qfe*PCGZENw1gz4hZ6whrPU-yKF>_JDgFq)v7kr`?2VjyTK4w z{gu-1qF!gipI!1LQeW!hu*dNqi|MaVd8veWQ^O+3RaC%Oe*=?L3`_v%_!`~aZuP9k{5}`6f1Yiu!Xqk%9Bs`p=TV z5^2iwma|aLn_oU`GtX{FU0D&w70%V)BVDXMV1!XWS{|kzb(a#pIUsj^?qSo1G00L|KI#x;(=Jh)6 zd9L!|D`UCrhn2dAq^#(NC3KBnZ54l_%Hh z-XW)kW4)Mh?-k82Q3|e|%pMmR!Ahw730$o+?-ZSLq*!@Z!RsHG%U!`E>>5CLvNlZF)?G zwZ?U->pNZluiFEipJBa0oSFS0%#%kBFnoIiKa!h_i{ujhWJ@rM1b%g$12^$V@BS6! zR|w6JseSeF3D#kSC@m4q|mfTvF9_zMUwbQWjhqht8>jHZ=++?OErx%9DAdW7wRytT?xI zO*Cg4Td6oPsu=m}(5Fqyq`fw+))hO6z+(pkDIE8Cdq} zMLnj(qb2B|Nq3`O@W#mN&xfze8-9}#X)wkTLs2Mb64 zD_)vf3BKsfR~%4;JGqV8ogMLQOb1Oxk2lco9%5CemZNhDP>2zGTtWTJlbO@hwNm}V z8$)sszwMrEOXA(axPX!YUsKXtHtt{N;Bh~HGLm{w+X4ciutu zYpsU+ zcwl>r4B?>f2KL#iqDm^$#PxzY-rcqJJs&T-PWq)lg zNNimP!ClEXcVJIin{|EpwKogm|7dJ!%t#Nn7$3r=l6(&?s$eT1Nq+b>#FQ1PaPeoY zB?0gEHKzAizDZyYFVk;b$t|oMTRq(<4<6mo{Rr@s}|DW zLmO6Ej=;BP0F!d(Fm`{lTHkRZ6D~H|`hJ=_r9iunNeTX>pYV-cTXL!}bYzb+@!-+U z`R-kE44w?W4<9vm-SuQ>X*y@(5Q}Hn<8?_FPwRNqoVJp8D~z-A%p(E*Rp&_vW9^8< z9%Mf_l}4$zZ@(W zD%C%?>yOXe6P<{CXlO}nt6E`*9;5D~NG+RcpFuceSZPs_QT2G41Dv61LJBJxjj3%` z{#!x3HZ_vH*onS-QSW`E>>_UL0!LaKz@-Vckh)x0L%I5@=LYnzZIhe{~9o{ zzNiz0!MHPd*)`f}a!%}cxcfCL0hC1jebcN_%O{Iz&`-c1IdZ_i zV(4aQ=LW*Fk?vqhl$#tAr700RknkFejlstuP{E@$eF9DtJFByJe)me_vJUAa&QB!}y-yeBa`|bZ+ixYB?n%iUj+W-)Mu!(ia38)~H#!11SYG zFgX6OFND`D$ztyLrff`g_2?)5OpuNG9cDyZaATf9Z@hW2idV`Pzbkn zU;RGQWKzig7taYl;JR}uTllupH;owg-uo`Wnwm&;z2|n+od#XVoA@=r#B538E&+ADMK4yV z)w4n5Lgev?b8icFgM7uhTcFZ_hVr^bSZ)YZ@k?oDO?G%`(`Q2I$>Fq{$1_O>(&Yu~ zzNm_c2sypbQulf@SMNK*&FqUD&r^37y#_~!kN2sX(tp>RrI7R*`lYyRST}C80oza$Mh<7X`aHdWum$=f**qih&1Y6 z#9DsW1Q8t5F9JXDz9>EKvnImm!$`+^X6;>2XJk0$XD9b<7GBi&9B)VEnB}+&)kz8s z7ee3D`i|b=%P9lBLFjLG9RMiWcZH?Rh9ys*%AGu+vM84!ZrXKtD+8#3uD;DYKCsyW zw%qzkvUBTao{uGEW+ipzn})qSsWUgBMkG4bBZ3!3lM5O3f5D=6P?WBLo6kQ={=}v@ z%D$AG_bPSwbqC>=1}lGq7MA0vTwUDtx-c{#CD6%#yMI|MIcHFg%v+U7=qaU;J5Bip zc@BCm(K!PTxwTApjHPDxmwlQCFEw2A0B z#0Q7rCv{nmZ8yuKYW&*^HlIJ+A0vgT0MgMNI1l7_5Ynoj>4!>SSZK0)Z=~8{AR&DT z(qPYaM2`GEpml%ErTs--Sipn@xk9D^O~hUP2aTA2;`LELV&!^++68>ADe1zzN1V)b z$g%MkzTLy=0;q`uiS`p!8HxavPDY#thZd{j)-0^U`bLwu*cbCVuP2pP+c<`SfdN9& zSGNsj2p=`>={RRwkKrs&15tZ5Nt7ndOE69MWqN2s)ueS&>N2%fYzx}{7`r=7 zHh=zvW;I%YWn99xAYro_}6Oyy^35@9!&?J#xtcH$$IIxf_q|{bQznq?-)H zGW5cDJJFdYn%%#iLrWlI-T^(>Zxu5fKRT6CA_&kaU;jDvCy6zi0{2m`Q83x%k~ibR z4NFrH7W8ps_^)KCz`87a)X>!LDc2O}`0O+`r15|RH`r)~zO`muo(X?+F?N5-(&&fo z$Ch)Bd=2e0l{2z#t{}=VPMyduN**2; zD;Q#UE(+PieNr8`rHO(z4^G}3m_gf5pTp{E;sZ7umb%E>;xEpYf-^Y?-Sh|j2gp&~ z-hoJfN5?>FxqyWUt=ief;^Z~2QAIN0a%++VJhCk>yU~*Vtk$crU`j2Z;Ydj@zVKROP@ZLUUM;uvvR@4TW)u2?gIt!k-$ zcH_eEPa+Dbu|C}_6-DxM6h-qSfBr;uMdO!WWOdK@zySa+R`6{tf8HA427en8x;zIy0n;)7 zsj7-SL-oO55g`21IfQ^p*2Y;xk!(w>A{=LesMf*{QfM z8}S0oSjEt9e~VFp-}Y99Qbx#0>}V0)=Mcyk65$PAyJr6>^lo4{ER^Q3l#2*m3!{?< zPNWvr6gFLGI)i9NiX!_k!BDd&gP-*ci<{3?O3aI-bLqJ((E9MMJG_82VHll z!Gf&j`BjPRfYEmX7rztV0L`F(Q--H6rC6??rTONinxSlu475Aa#;#lvTtBiRnRjm$ z!y{2aJ$gBENt?dj!bqJKpj+n`p0k0_v5{-FCtgq2{;u$pYxgWd7vZ4TPc)XpQid(r zt0qD&7w0p&5dyVuU2+sz0f~sE%h`5f7(r7i-SL;Y>ja=OhyY((GBNtizq7?E4!02M{K!N7NM_r zzcktAm6xasYPa9I)*D;6-l{0#lXY$fE)5SGu>`2BRT=)gioNt&CEUhxQ%&^Kt&UCa z^eJp=QA!V41UmddB$7ZN04cE-Zg21uj{U{d8_a7Rm0?`g4XsWEYa;I=5@-NjC`o=A zupprUngl8ZQ(enC&@zf=j!xH!7lix5W7g5fVQxyS2L&DYAi5e*KB063JhXlCBGz^r zM^W4D4nQ9Ae=$8K%D*mEUSYKJj-|wCti=LrGzDP+hpvJ3FpR-qWJR+^u);T}jxQ|{ z#v7dkk_Pp($0&S>f`)Fu*H<|L{ak7vfp`a+p(#fxAxVv2{B$S95orR1hAJl@&;wrw z0?EDycGcT2ew6P3%fG#}(BEtay#D{Uo=`h($ literal 0 HcmV?d00001 From b02f64b57eeb9f7562c17a0f34069d8b5f51c57b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:17:50 +0300 Subject: [PATCH 0340/2142] Update networks list (#914) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 39b113b9f..4c15fb546 100644 --- a/chains/README.md +++ b/chains/README.md @@ -7,7 +7,7 @@ | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | Amplitude | AMPE | - | - | | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| Bajun | BAJU | - | - | +| Bajun | BAJU | - | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | From bddeec980b907ee289c62e84cc90ac285727f8f6 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Oct 2022 14:31:46 +0300 Subject: [PATCH 0341/2142] fix icon --- dapps/dapps_dev.json | 2 +- icons/dapps/color/Proof-of-Chaos.png | Bin 61394 -> 0 bytes icons/dapps/color/Proof_of_Chaos.png | Bin 0 -> 27992 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 icons/dapps/color/Proof-of-Chaos.png create mode 100644 icons/dapps/color/Proof_of_Chaos.png diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index cdddc42e1..d11c15fc7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -649,7 +649,7 @@ { "name": "Proof of Chaos", "url": "https://proofofchaos.app", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof-of-Chaos.png", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "categories": [ "nft", "community" diff --git a/icons/dapps/color/Proof-of-Chaos.png b/icons/dapps/color/Proof-of-Chaos.png deleted file mode 100644 index 21cd9009edda884834204bfad6ef71fdcbf2e1c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61394 zcmXt9WmKC@(+*GyE$$A*iw1Xx;!@n*-Cc_om*VaPg1fsEha$n<-Ce%)`OfD4hMfr@^<}i$1<_nI*%mE z(S!y?vTsThLa4kKogQFb!KV;tML_s2>;?3LpBYf4kbe_9hkwyFx?61WcW4 zwD>R4(I&0oPYm5 ze((YSMj;{v{6NFYpod!;SACP+;LW3975^fjr^qZ{V1x)z3xb2Y)Af*=R5OX* z;ajppeLjoN2SZ#yddR@e*<`lJEax~J1NobY-_!V-b&J%a?ld4qr@|7R$ioqjHz;U*EI#jAcP zStam2VNbilP(s!ah00~%!E=%Nw$R~wvSzc;W=MHZMlVVcgJBXAJ&JhjP*&E*Kqp)* z_kLzsCXJhgs;XX;uO!LBV~DA$Mya_|t7Nw8tdV7iB{zMrOk+s%{p;>+t~Hn6%*7ok z+_{eBX{xlYR`%!^wrFJ>|53DfSf*(I#G+cK-W)rrqJ|{J=SVGjPEJxfN~O4~!df!E zt!0nf(>Qn05!-7M-xyMk4Ma=6QC@yG{R)x~EIiZFpB#tZ3VyvascbuY&B+AEi5{SR z#I=F%1Q>iaE??-Bhh1gC_n;m+8#&4J=+3)zqxN+V-#3DubfoRmQ|I4xVZft-C#7pY zqI-WUTdI0{GxW&zv_6v?(lN6W-QBN6ByaX`XE{NpGj#XpHFn3q|Ec}m1easLDYMsU zp}t*KhN7p?hp6 zry%TPX6JBppWa{QS~>uuAduC7thB3Yuo9HW1fMqaf91FP3AsDmrT%i45}hC&KfjRR zbBi4{cE*TZbspbm4i0B#+qu&DX^4w6>d0c_(>xR?gaOi<;>7T*VM*|D8F_v~v((?6))0lb!z3%i_iqnq7@Aq$0 zE**zMPc`AOyBx6MzKHs~JC%3W2!iO7V;!tt^V}Qo3ebH}Pf-D{pCD#sUS+yh=$&sq z+MEuTkesCBJyx!bKcjd&G_tqZl5>G-xR>Seu%(YIi+=hKKbP%9|0|~eF0yARL2LDO z&97l~L61dr+b`JP?ZUW%Q4yyE|7l*?pM{+_yU08V}seoMuju)NNReXdeaj{IT7YC={@dL8t-$&FDVa1h^Q~XVd&mA79euHt49Lg&yyTLL&O(#AtnGRHLtzSmA zT%l6cJnW<8y{JSm7`+y%6kC*d91kk?d)Z9-(pkg>FIW%YJ|4(HbPQ$!m$z~KVMf_- zYLNFQm{Y_qwV9Kfr?KtK$`trXaL z8Ax1^DcKZo1OGuk0Lqk5X?gur?c-9Hws?@uSD$U!-609GrVGSAz170KJ46XB{+0RB z9PUwqxVt+z_FG>%NK>#k?oW%nF)Y*|8_mnsp=MZi(28`%-dEe$7 z*Tk7iOQ3F6$wo?HqC`T_YWqhzE~h<8L#s;_89}jb_5&1K1-#ep5@;9=)IeZ2fNAfP z*h1o*F{|_##RfGnZ+v*_0(&4T!lsQ&m3O6Yucpo0cjJAa* z8w{w%hAc(EOx7&d|1S0Rt0k`pg;yPuTi@y@RrpEGusgF%mdE#9hL zf~qTPOM+Z4576%ZdU6Gh$024=llfZW9_zJR_O7zqS`7;&+0N%njV%iys82F| zcdxbiCCy;Vs8WzSu65y_ym-$_&;ppzk#Zv;dh{eV@U@nD%uCG0XCYdfL^4WY<@hjU z#7?sSYb|Y8W}pe!HNa8(wb%B(oUqpzzE8p@J}GXDCCXXZz^2H5abj7j0D*#sL4Rb> z$w*pjY;0*i`FDPZQVeE)c~MmhO8E^GIRM55E)Xab%esVT;p+ZdGd5Vwqsf2A-6(_O zwDv}8T^ey3Hnv<+PYRhy?xjr})K#VH!5&Y~Sk?A5U(ux|cxEqV23Y6p#&Lr5++^R* zZ!mY{sHKsuDLHvjYSi12sSE%2h{^0F-L5zv1s84;!1JL8Cl?Oy6cH}!b5$u^A{Esc zwtd@c(=Bn?1$IX*Jtu*O`g8TuGgZN%mo~BBX!VvZ=SqbfqP=6&_T6&G#Pc}(=OHvN1knEBv9i2IKCvHpb*BNjVIUNbjcD$;x0S zmvFC{u_abCNV>dhT_KuFYwKbGP=i z;5s=8h}H2XhQiI|hiD6Z8PN=086MFp>B+(^-qO;Pa+jBWG`K-SC^7#S)*#7La(?q? zIAN2SLlJ-9bl^tWoPe+>AyRL+2pQ!_?;N`MV}Lf0(C)Zi>l8h9{k3Z%j4!@S_1VLY z@%5K-Sm?)_sZ|+qgb(6*P^pkZ>^7oJmP=ims9tK!xHoBBeF^U@E2&_g7OuV&S=!7c z(cs*fS^o6dNE_vT8nx1akjC*Os^6)+mqjm&Nu6_qxi$NfWI~6IE3pb26G_(#>*3AH z@((C}6Zcv8?l5`>1^_=2WD+t6(tD2TwqB|Y*E&e8_S1jKs1UHfw4e?91{-2 zlZ8dG_qufXkHVGAi=tH9c3yUl&D)YR-FjJzW<@Z5lUigO*R8%R8>x1M^_2&s#|KVb zp};1=?cslFoqM2^x{-7O-Wg;>sQIIGTxVK$<2WQz3loZwFbNq$PNFqe`L)foX9G8F z;c9vzG`i{8+Y;?tlM1nwb)uLyjt3*v1);kAROQf7_O^#zcBZxuF!>LomSZqlaGed1Yh;7{5goL3ilK^mTvVwcmL4$K=`_&-5{z!x1tI6OSs1V?!JJ z1zJykO$Us=*nN^hOW~g1+ta8lIDBd$e{cEa4n~m2RoxIxg+u&K0NG|Z+-vt7t0Mmt zHQO-g0-9K$5+ahlA|Z0lx|uWQE6DkP58`E?OgvXe>Ezb$b(|vT&Gwa?N0lE{NQvj! zD$cs`9Kww5S8ps_=7g2>wV2TJkE%EF%^K|!rSUfMS=cuqiOgYMhUoi@ zYTEvV*8R)8wJv72>N0fVVWGWn62TN`uPcuWg&VdBK!o@NTLW1OkK!~K>v~nlrf+sYb$ZrCcN{>E}C}7xAmjXY4oF?Gsv5; z+!Xk5?HZ8+L)ZI$cUFxvD$McGONm~1JWy?RR>VrnXLzq>yQwNi?i*1n8RroY2@FlS z`u-gj@p&6)dczh(oR4iBCG6KS0esL0%s{l>a^uyBwQ0Em$x5U@=WB4gp}AiBmd?as z`WNPAUfQG<1pO5S5Ca~&Hlt$d#>k!YaCj)XdAoOVw&de)21Y_z;7SJJC3d~f>;Jl% z{kSA@**)GBkBea2fghmH{TMsY5XdpBlKt@q01*ZOa^uC~YlefyiFFF{?%(+R$y|(& z0w-7o#>7&k!hGrO$4l|?v_^{f5NMKB*_4arr=|{PXOBm6I8-AY(*4Gbiy2^9h6dIB zEB`q08A|F>sn3igez4DvthICC)MHBW!Fecwq8!5PsyPi;q@wU_ym#ooisB>445xSId@O8b8Lqzu9+>$?AT z6;pU2D{6q@2E>u3eqrH|LaBZQo7vN_)F!RCo|9;86-{Z1%i2a;ERs&LcS#qk8t9jO z@j!3+p#OCav4>|AzHBCWH&UqqRe#6D*7BBDGppL|^eMrn!HVgz+P`rxwMM?+6jqS; zUU2{SwmJPA@l`2rP6^%j8R^T?$0jggyxBfcX$65>wY!}k)Aw`3W*wR=E~lrW3$M9F zNrS|fy@_=U?qq$-bK#5A&o;q9KYnZ=OpzHo^|@=eB=MfVy{NFYuD0VTQ%TxIVylO( zOUnzBwdbQrW<>ncfEaG*I;fpb_4u;syKYU?T$-%sOr!quJ~ zEDwAyE4t*crMX8dFpBHE{a?v*tPfhMs6TM>U_8veXorI*-#x~^5#L-aQ@i^yqFvg4 zCVz0l%7S(Tj56iskUl`ycc)H1&sa5WkPwrvO;yp_bsmUibLql9HI8p?+7eJ#-j%if z6s}k5(w7nWVC#;{n9|3p`!*^?hA^O5W{E9rv zsy7Kz%c1(Z$Lqt|zWfQx-nHMtOdA*LF(b1)BP#K9^xMM7k$IiP+^k+gI6pP|yH9Na zFiEo~1=kjxoHe}AncF^X#G+wChMKJeQN|=ju9W^)QP?3{vLl$c&b{FZ^Ak5tEcW%N zx*$)74`cChy5xE>+=Pp+vWlGJJZn%B+P&Q~d)^`qQj%53M(o;)6idtDM5|qpyzj%b z_j|KlZV}x2XQReBnb3LDsJk%p3mp+bNR+D4Cwjluw3zDeIX>91@tT9pvMe}V6LIq3 zox-cdT;$tXGpuM1>hW#3@L}2RNZ>G)76b7`$d1NFqL0?#i`ILAkvJnKklbj>j^cMO zyfCN^+&GLr>?F{Cy{XnAFBl#<_*px-a!sk+$HtHAem8Qt=wT*s)e_5pXkh|1DA@jn z1K-dQ)+l%~gw1t;1G)XGd@kp{qT=7~k3oVX+?jZ<;r6cd?Xbz$6dsqY!+N%PJP%^b z=o^2@I}LVC;8>?=(0XJpV?KKRE<;VppV+r~Dd}~}YF$pp|J0L|zWDbp&AUr1U02?) zk=$Gly%<};wIKv9{f?mkI_eN*Y6gNm)I1N?p66Fu=Or6bOjUb%Bl`EoCKhZxlZ|(e zm0}88HNUwnsXBhuLbsmW`F#pqnO}d!!T)`5L^@fOeJvS7-7AFq+bwIv{8ZHr)^A(! zJMPD=IP>}g=LENqRV$xEvP(u&ZQ@^z+41?P+w8WKU#M2)m1>19Dllo2Bnti zPLh&FE|PZY6EKv(4aF-QZtBHrdMj?c%+HZ&O}}F{Hnh&unajGkUOw{wv-saZ6?y1= zj)B|v?~yW29@YZ3Y$r?Yqcl0@il!bln`OmHpU1F2lN)}6Z)U4_j1#8=HSG8j=^{2U zdI2VWp(#zckao?N)SF$TOS|m#t?7as>7>cNB+FL#%y5K{d}&{kU6=Q|znU}}V(g4i zUFkrX(?8IJ?_|1|x3bn?c!&>U*;*T_LO|o8{>;&a>dyU_&zLUN=}XkKrZ8q$-N228 zilPn7ElUF{yf*A_>+tw|T)TTdBmCeYk@?ib`+um!M)#PY{;3V6qiYJ1crwhz`-P7T z8T_j;ml|%%z1wi(Jvr3C?!kky8oIbq2VsDx9#tl9k`u4;#kVN`xEI6lOrQO(KkrR@i z%;}wh?||;X`Is<0FZAp|qJ4gea^B9p`BLHCy9(c)6!9q6B4RZLo{O{yWUY?7d^ERy zE7O&=)%vqL#8K%!nlZsZae|iz?5)yI5R0YI2CbVAfl!L4i!em9nQ9!}(24M4YY^$g zUkb`c&pN2ae?uaXG`jPcNot_x3EGeF82pZ|)MtcbNU8>AKhOKzd&I(4qwbu!`ZP54 zzUe%YHt)<_PS=qN1A*kQ#VQTxLv!fDP~o|Hr!N+6t4LWp$xVms*&Y%=r(qj~f2xU` z)ADy>^b|h3kqgs{wHsU)g7i^s5WXwyf&riw3YnwN!a7%VEz6qUY#oUJ{Y^m-vr%M& zQoPFE$?-P`yhLczN$F^D@Hbsmj$>D*+3%>CQSy+Uyu?jFo?4!%Y>>A$uwyzLOKtGT zYb>uULPk|0BkN#_Vc(egSC!udixzfn@_uxMJ=ep>WJpTacap1J9MrC_cU;rjD_S#U z@5@%UQa`MuAZ7PBpRaKP&UQ8vMmCRskXX~d@68m9L1hFJ_*R~(tX=FWC0YP)Uddj1 zd8%)q=^?8AwDiw9t(RQQ+gMjyZ4~wQ4vH~y+l^EuA40LtQ&o;(7SB*?sBOAdx~y8z z=(t1mh=?u4~kf7V&kULZ2q=nO6)o$MLz}>RsO~f)-UP1hGfg1FU5YSLdINY zMy^uL8Xn~(N}D>x%y(Zt59+tCWsMpX;Hw2MpUEVWNw~DT37Wl4&}%F zEVt$M;Faf^H^UOX{F9;{`^}Oae6B57hF>Lh6*l@w4SDENq$ImBRJ!HFLww9e$Jy`7 z%EhmWRXK`#26kXXc%j&`&h4}>9x=1{*|rSZMuJ^^i;K+JrmWx5GtKlAzpwmRbg23Z z_DR_h^Q+NOeOy{vMMevh#}5b$o}&rCx$7gCHqU zglozo$=#G<@gfb;Fex<9ieWr>%?dJQ(wMW3R87Ci&;L>*5r+);Mn_%!1eh{@s6TjzjavIe1o=-1;M!rb!YDmx4$# z&upeic!oGwiSnc5?Y|Z_2J<$!PB51CXE9U~CT>Skdbb5JL0pbx&~cb+Xx?jcVZSpo z1pU>C*fm%a&_oy(_xNvPJPs^8JKH}vi+JtACDm+JFee*+W37~$Vc)NbtkR!Oy)XbCnm)X)y zpKtqqe3{^IUsd|YqLG_Vdy*8I*=12A1yfGc<+tIR?p>uMAECtdhF(+CKManUh1F5& z)Upz4z*u-_OBaL{9Vgn$g8Mf#nQyrSOjn3J5D!H^YGJM6KIc%SL`gDiK4g@zaf#8( zfn@+gzW;O8QZGK(E`qL*Gemvzya+1Q-Bc~vaG@oCa3KOCi9~<#uDDgRh6__IH~v|snG!?oOk>qUNoSa4Dj9BUE|$E_p8V-B_;AF6gGY)?36<*TVb(hL9lI5g zd@}bG)u$&xzEC3I(6hNy4*O-j?b@RW%Xp3z z6CJ~JUR{e>ePjqz&^@w=Bif!`v1qWR3Rr{Ce0oImSjxH%o?(?q9|BEZma--8@bd1{ zzZ@ez8fUlJU#7q?0VTy=7va)&GDv32Q(5Tg5CtzwK-Qa0(T4Z5;y4l<9mh5j7nD>n zB%n~!xx}nrRmd(4%VP6`2;E%SKP#=pfdQe5Ix_Og?xO-y?&qua;Kk&-Y0x^D-BdBIs_(_WYY4^t5}~^eP_o*m6PAU^?GMvtI=;>14~hT@<3Lqp5y4L zD}0jze)`Xiz73=&wNYwIg#2q)_&neC)o6>5y`8&gW?gs{3sDe4iOtLBMlCgjqY`YG z@i7VmC=ypT&1l=L^H>9Pzge2%eJnTzzXoqe?}Tc6J6<~ATiQZJ=OLM}eDHOD+E-NZ z>oHXw06?0% zN;M+OuWK$=jKfKZm3DmA#R^TjVlAmsSShuUX`0U~SF_Sg$%%WQhXIQh@&9oF0CL^! z`WASBKo^}hP&+6M-G_H&u)9uruaUrSB_)!FRXlUf@UyU4eF=+VfLy9p8N<}PkGzp*m^LpZhP)1hf37r_E2`Go1zRZ32H)j; z_|@O=a>qeIhv}v)3eC^)011C^n6> zX0P0>H&ba}k>V4!u*8OOa41RW=-i&m)L;pd%YHC+8L;yo&Z-RLSz)x7C2JGVzru(x z=!FUL?BEr{k)ZkHWgYlS#E3!iWXpZRd^1zu~S(Zde8-r`jcwz z{6k{pQXS>uq)hFM9EE-LqU*5u9A{4wrm{97ZvJl%xk+A?xwG%HC2}+P>CICNt;J|k zm??jaM6_ucCCfVRh<6tILmcQ?_iJ8Yg8Y7%;!L4_(6`8NQ}?tbHXkGUBw0xisJE~2 zk)BO(VP$4~e68(yeMJ{`##&#VBgs2UQgud~a+oWnM{$ z@TY9{PzJUHHf$}|4!+Z%)lJ3IvyEXF_ik^sK)7u`IljdASC~WP5~(;j;jrb}H{pHG z*(bu70~!=%qpWgNgW-m6;&1CAz(ot#-59OOF_Vt>)1Ea^0KY(E*%loXnv7V#Z`~tyM8)hWuZ3dds|?} zpIQ^ZVm&EersunnD#=FireC~+B!8Y(NV{mIKFL++-X_l~NykNMD$>-3_vWi5BD|US zF>63d`x-}Y_Ou2Y8&d?cust}k*E^fP-KTR}RfT|uL*3qs;fC=2*XsDFMm+o-`)k9H4p-U^*h6T3NuHHww7E%@QW?;wx5(q>`ID$Xs9=U5MbJWO(%Vy zm+rRx?FMHM%PL4f#KXCEk^qnIlJa*M8-Y?GciHxn^*Bjq^TURX@J*%n_o>4PY~Ma} z9**HJS!-k?Eoi@W=l*;brs&jRHU-jXPCCVyVS6{$3{t?$YXa_% ztNj|Y$4ai-)>L$AU@Hw!6Ax>b36b3JX`L`Hp+vh5-i%D~lQh z8N&<|J}7weWz!4~{Op+fwaj=Ew|u;>|H<$Z> z=iHVI!?s+|maX~&oQS$rAI?hme*EW>5LE6vVozD`=OHOSqq(mIH+zuBgA%UVA&&n> zZT~PlV)ChVTrLh;X}1<(P0{95xT3e%CwO%6ZzD9Q`ByrSN#BVnpGE#pD~fyWG$m&L zCN;-eHW&XrhY0Ydl^RkW{IH2L^8GTT6%TF^IrSx~D0)L{{L)_V3TsAU2KRM%7sfMr zCGH!_ETt1?aY7n%W722fDP`kwVIjC>?0L1OBny~ci&?;jA6;J0BxX!(PCHVAZh3cS z+0g!{I+7MRM=02YjqfBCKgkg^MQOgb^8!;A8K^e)0OvZlIgt*rk1`X0u2z3HZ!w`?edRHV{dzDPGd z!bj=}o{KyF!`yDINp#c{2VzBx*Gx`?6bT(N^J}7%smDg}4diF`U}_0n{zM%90zy3d z0JHytCBb`15k$L{8}oaONpXnk%fDro7C+JCPljH_##JV%6 zuK$n3EGyvaN4!t|f(!}mf&{`YcsC%4Mjk@HnMZ=*m#fBv;<^|$`$+R7SvHqxVu#5V zuEu+48B1>2!T}-KWE(MK4Z#d@#>QL>Ms;sU-3*QpQ$~@l3QAAGbSjB!9#o}#SQ*MV z`xEdGAvUhVJIo>XJ8nhUR|l#cQ{(NiK@m&!1|(NDwPv>?552>i?!ZTJF$p@P)j zMCT~{OEGQtu{l@+?bs_+d@Z&6K<0Xlkm{PNjV63R$d?!7uaKbLTY=cmtI9F%w8oYA z_>=LG=+IEe^cQ-Xv!oy+9>Z^%jx`A&OR%wSjNbRt*;DU!tr9@9g{#!i-TVxtOT zaR8g{sHBkm3JdhPa!{vD!Axc8(V&!qtr%;8z1pTmf(s8iZC|4=E%a||*7(5cGZS=t zHz4JN7Z8|*fZcD?21LkBfyj>wk)Kywrmu&Gw%q_)wGo4cdj&&vl?Ri2Air&~5iWdN z^6xIHOK-jFTg8_`qqLjML_J7~d67@mAGR7odH9;>^r52-a4hmb^aTRy)FBq-2C87h zdhyikRcHbkjYc3*iIF?fM$7&{{q(f(+D3YJk=_tj@1{+iL-mjR8i>o5uAuuNfqvnG zX%Wdn8pD+s7)wv3vNW|7ixLf02CQzaDITYLmsEuXZKt=({jJgYEo!m@{bt4v4o_=r z!owJE#$0sY3E^7ivQC=C(UB}Eot%XV2uMZRbQglyIDMvK7QUdy(7UhduDddCnpE=b zt7S*D@_u_(C8j@>;hWV4{XWSrOGgUVd8m>zDpEz|#|srRjkefq=FfC0HAFuj0oTO$ zW*Fe~<0QQO&8s9wtCkXgcL%EQCfp<;op;jZV| z{SeX=`GLQ}KM;%N_l!x~IpzHC@cas5!8dv%kl8-0Y$qjY*6~Ax_Z{qMj|ukFn!_>= zGhQ+!7}|4HE=E;pBroBZ2SSQv(Wa6;rkvY*47RQVO)HIY^76~um(Ggy41gO%70BR_ zTYU$JJOc3qR+E|i9XUDIg_;b1f6k>i+}%yil57v z;|Vu7U$U1q!i>6Gn(6WTDv2&b3+W3zoQgs)p(hc1`wdBx=wJ@HSv?(FZH5Gj_#WDAu$ z`Q_yf?}L7IIS1St$nbtS)@S!SXHF0`ir{NhjdaV^7oFYZnRUM%x*5n#fBIgr*k5Kw zeRA!ke5UE3MoKhXBhq_a^5r<|=EzN|=r2tsY5 z<5$MBI&HMkT_;ZTp#k{=S`J9)YvIe{H^w$3TT0uJdR1JphnPLi%#|2_i!j z^4&#tE@^F6*sPXexfWyCYR5RCO97MzjkhsvRwSlO!py9q$ujmD#l)gM36Aa(FD`=axN+(TPo4T^3MES5sSA}rrEEw<7GJDnk zX=3~5CGqcm+l%F4F{ZM|EV0W)t&YWX#-TIX;ww^4q?V#ZXC=ocn5t$bqA}n^{iy&{ zE^ykP&23;`-u;FiJ{3~oZ0&uxeT5>wX+$rC5Fu@f@@}=DXIz3Nc1!D8Va}6CsWdhyYoq z-jWxxm%A_Y)d4YH|FCGZsOjxTWhJ!27!~?x4ekroV+2}kopMfMn-YxJ_2z6*qz|ie z2rO>wyhr5;Svd7P{u8M*u`YEAUD;E+N}Vr1%-;`pLnYer4E?)42_BR?VB&7c9@6+} z4zt!)PTymB&b`iW<<~pdc(HY*k`>9u+!1EX#|YQZE7-JaZ*Z9>Y!iMqmud=SyRvgGJOa6JcNeLrlzoc2S1HIWal)HsMWcs07CHk4qu>6T%56w>7 z>KhX@xQEsjlTCy8zy#FyD=bI8>a#B^R;;^Mg^)d8OirU0lC_GD0~nsCfs<3}^dEM(Ljf*#?z^Moq5N9<48L)<6CRsRO#ACn z#LOh`HqY+n4nOSv@8Gs=iIo+fd5Ttxzt_g;%@}bHuDjZrxO+c*D^ZmeZtP*{ZCQ7H z>#?^wDxREsgOk0gh;gJjb6975$kKvSh1jONn9l!(d6 z>DrzG`Pa7@FCQG$=xIwoj4K7AH5}7c%%m7c3cg%|knFRyQIOi#x*u2+(>AYuJL$d8 zDLa(+4fBu_RNm1pP}!w#WOm^X>@9d{uiiJjbnGYeo(z0{Ja4TuEmZoemr%kmC7HOx*k;80=wJAD7ja(s=Fu=E0~^-P@culoNYszD zB-FkvfPQV0ooJI`cXMPEes_ZGoEJZ$!0x*xc~sP;0AGhwaOS*Mo4o`C4iC6^xM2i_^~PG^P#$aDX0uoHjw&-BH!#5 zN+MtTz^5&=lS)?-RjNk}F~HS_RKUH}JeeGc7Q*WyHjWC^P7|NDsH&dB^PK`i@LO!v z`>Rq^;%umwt?C*c-6Bka$@OANCP6;;n&{um-^Y_emPatPE(hlXZ#=rcjPjcaZ3|IS z)#`l-I5GD3hSRz$+^<%OE9gdLMMP*g8slzI#;FPHN>Q;>@tqVNo))8LGJClC4$#4%f>a^C-iqwl0fv(`9b0NR>%OPgn$UG>X-Cx6@ zOv`LE$&`Vui*U!JVRtBnp2|!qgpwmkVF5_ZC}!Fqrt~N_+JrDATD>~H1;OIEAX@QE ze&xwcemxV(jfC{?b?pgvHg03BgMn%#JM*G)jPZYaO_g}utvc(OM(IRq9+SopmH*m` zU9NDX{eB&eVOZ`9u4Bh4@zllPF!{WASsGGOv7kX9#_v>QL$56>jc~Y_Boy_T`Gz}K zAK@P(J%(j4^^|>Z^wicNZJ6C?QJeL0Cpj6%$OXgJ_iL6Q)(pEU{lxf%7`Te#x{}y` z4|lb_mOjY26<)Blg+ZNP3Dun1%xL>;*M}%)HGK}t=muSsq{odj64Hnh(8w%uRv8i3 zHX1cJul zue%`>&$p#bt%2U9V^?T~+mN{ZUqC`G(X~3$#ELG1#I5{D6K=cuz z2O{9VHX&=3diq3|lwI0b*VOo(yr#(sf0xSfSW;tptUTfSsd(U-&9U&mfpN8NVI&(` zY$56#OpTepNe;7-}eEGt4jI z)_?r_?tjp*1Js*{ckFp6-f)O~|JbR5ockY80tq(Xw_t#tV>2qWQu-K?TKNS_{LY=J zEgpQWI>6z?Zf)Dq&bo^(U}R+(lCkVmKVQNMv?<}6^%z}9^%(s6{2>dH4`B+3Lb8NQ zhxgwVl8K6wit4Irx4)%ofdDf(m^twB1>z)bSEs%uorPOa7Fy^imYq@X*4#)1^o&_O zP$OOuN}zuJzVB|-(b2g4SbKTJGNk9;YWrq#Z zg5W!YB*&43=|!P`=j$JJ*~i#WG^1F8JbMG8$E}G&$et}&^9`xeb&0Ac_~Lk#{wIyG8o`q4Zd4}W zy;rG6RjHM;7wKu<7{Yxthxj{`4azgVdLBT)VU$|LxmwGr?6*jfmcYn>Wz)gDmh`!` zSREZyD~8&y$ll>2&J;KoV_yk}%zYRs<8anGHg8UH{H{0l)%Cztr~Zb2N}Tx38ioW+ z{Hcw}?e*T9@zkk)3t*>C{<%)sGWV1X3*hK33}b|-7(f|MnKVY_qjsG(X19)a4sVSa z@Q!GI&!QPCg4n$MpuR3}rgHbhN6awQ%JAV4qRN`C2JhgzE{7HAf(tG+D$=($Xi}?z zZG%Xb78!XNcePj2FKW^Zot~F-LVRu$l;j^okC_hh`XB}i@G;e~`ZPgmvb*U&CDmW| zvwcUXkA3)kyQbkW>wat7QkWo{Z_!KnCjG~eYxr+F2hd}a{ zts*3Nlfj8G1M2(n(!wu%fs-rff?ba4v-_uJ0H*Fc0r#!APYm!kf@{ymc;|NwuRvKa zei{yZ+i*0m1bP7m@!ali{+s}HM&ceYYq)iPf--2p#u`h#>eOj^;H563k$q=w9UfkK zuC0AAuus?|v}4aV5`o$rsQa?$LCX&Qd)wX3g9d>B2ta>xh)w_yzZxfqu3|0V$KdBR zRSKL!j^Kw{@VoWnd3z9b0VmR@<#Rk54<8><=RgE*O2?yd%E_0IdKnrTIo~A}2>Me6f29p3v?1A5k~}svdI58>sBd!#?Wql%1uSsj=noxj9KPTG}rY zp3J-P9RuIy;ELh&lMK-v+xT@94k{?I!Rd5cd$Vb6_cD9h(Jb=kyoXa$mFHP@~ML&?x9jsRngN)%=fU z=}S71Y}CI>7pfX=0;AWY@us?;4d(?<)!>phb(ihlf~}7mW61%1UQ|)DTUu72gKBeAYYXU#B*_2hMPH&%LyMd}f;6B!E~wh0Sml5{N$n z)XxnYQ-f|X{72zCkY1(1@ZAz+4VEw0J5AwTOka}wH zrd?OB=t^PiZhmjF`?HXBG8f0^U&{0xnF5Tda($+Zk?FU&3l#@7KtthLbvs3JSe*Q% z1ptJyXv^wMZv=O|wGlfq)Wh_yHjN^EcGu56Ovo-TeslgBnUaaNyNqgkjbVpW2+B4~ z=qWXn+L-z=vbfkPj!68Xt3ZPXP{@2&!|%!qZr9neqWXxh^aeN2f#KgTA?>^~(>12z z2Mm*+7{k_*k%v`5cS_WL@se5I-lUREU90b<;r&{pOh(QkTXXN{BDz?*A*SYR1(N;f z`OK|nJ1!lSqW1WGg_xnk`}+G$ znwcxlixTt@Ws1$+cXIt-^7``a&lCPA2qKNXI3Lx*9y_TZSOKz<8|ecE-d8sk=esP8 zTq5fjYfGvZCDs{1g-l*&t|%A>nByV{F~m3MjiUa)qmr$$vPsj-Ynr#(#Vg3#^6Hrpu8>Q5|7*$=GkMH6nl$Z)|CC@Tu>wI>j1q_`aD;W_8>dR9L`CPoAq@|@b9a$X) zbY6!*hIQT76SajDlzD(ZZ6`kGi9l*p< z6KvE4z1|ayC2k|Bj`%WU6@lbH}Nf&iPtI!+7CRN&Q^H<=^YD_stdd zF1xqAo=JVyj0fvy{jW`$ge8rpG1AL6rSwB^Am4JdGOEb)oQKYsOLG`l@`?0+P1b<# zA!t#Sk^NwG-ilu4aN8DjJn|MXuXn2G1jT!oj>8WODv`vD7_YppUmOax^Fi)(ER_HbJrSC4I2gk zm^D!GrR%foJ5KKMytuY3*xkf$FHXbv8V);-U3GcA>?3)P{gmV0f06-by@-dGA=V}u z^xwo*%Uwt0VdNPXY>-t5+ECLe3y-tL2=-Pv3T3@j}?OEA_k)IUK~PV>2JB?GTZ zsnf1LO;oinLnWyM5n~2#&q}p%ev>oWP{}f5Jk7i%bpH++X%+SDf%;9B@9oZi#_00; zjEV$CW2PsChR`4R~-pH%V`sycl+V&bPAyUOHiIM3OC* znsDj*@|{AAd^y5Q7sEvrpiDgf&xrxP4?r|0o29XS)lh8!JY~a_=N!;w`r#_Q#Ti0{z-OLY!^xp{^#$gX%6N7tVhGA-n)+8aH{f zFLdsSbnU^;f@xkaA5a^4R~^SKcsMrusA@2c|Ke3c8vzAwfE@f=IRA+ayQ_d~z=Q|) zx9^K*3MPS4h;{3MSAf5UjIutMp$vv|Yy5~FpC_n2jJWMd(X<1|_ms7!Jx0^8cR+~9 zzqKT_{G#oI5e_FG1Z#%LFrGytuX#gdK@tyf=h$wQGLCL2&!K5$l?WGnKBo@0b2AoQ zD}>#)lHgVBv!2IxEj(~NV}>-JWUeo}72*1KQoK2E%<7qXAz|VCTGDG~AZHy|*8_D^ zK)!kT_s;;ho8RcEzyArhAzqurrl|$-3AQfmDL8ARBLe810WZkB>+X@)&-MB+#~L9( zlfS@#O?#XJ?6>^)PKQ&z+0xzLpkWGZtkb=Aq#+(0XjUQ6?TSCHddhTpnqLIeA!S1@ z@6lt^0{uyVhgL)kCxBHU8(n>tmUgk<#F7T~09LimrIEUaCcd}uj6zC;hUfSIATV&c zaN(lAEmP`Z&O+=rcLq9|yxf}l`AR8wFbJPbW`8Kt?+MT$XKu&f{2P-Su?Gj~K>Oo{+vI#DO?Zz@Zz&2gunSs5rG(tFXe4BE zYhB#sKrDWonLIwdaRbOQvW}GQx4r@Y!fW;5P15*eK>-k+n?`0LgJg%bH8(KbpsQstX zR=ie$+e<=H6AVhm)W8}dljR%QwUU6O!F|L{IU0V}1r?t&Vzo_UIK?c=(SQxv@Ytk8 z1{kHw3gEUKWBv2?>zQ?(O>OUfM9UpObZ*TSnLN^e2Z;f}Y6G`lDl!>5qivSL+KhP2yl8`>mjWI|~j;6G$x+pd|~wp*)5n zVmdBm7J1jf#qH*ACg0D=#hu&o<<>4$}X1D9vk3Wj4GPyg~KOpBGj4P=fULj2D zLWBnZ5mKx7gK{+jo*(NS;OT3o%l0M;0P%iArY*Wi8{pC#R{#jABr=4x=U?_)E{J$H zFt8u3yJ#BhqJ7IxU4_R0$@I%VQKQNoW3Q=x6fZ>Zi}C94`8@bs(ci0NW#X%wdOV8nhGaQY5bXS956wD9<^xFNZ!Y zN6{*sUAfh#kV>9Paz6l@IM8PQJAvx-OJTC9N)b28DU#^BI^v!zwUh9Xr`9$;KY#qW z?J{$*`5%GBfxvrA%I*B0f^T(d+@AQyR_3##_%0=d8^e^gljy+0k_zztf1E@~6FMZc z54f<}F-!}{B+Ni$u^1}65S<(j4lC_kI;4- zE~MoRLgv5f!o8Hq4H^vnThu2p-{o>un2VS#&dH(rt!wS@%5QY<^^HK zyiXv|9^sMGx5?a&$pTq4!2j!-3YQGnSPc58I69iu(6AU*uup=4ln%rto8Z=t8K;Y8 zv4pm0wpv%EI5hpKkKuy-0%+KnE(Mu9SO64`Kef%R?3R}85{8-C1-}eSs$89qzXHkJ zf-f1i4faehXw&|`>6$AxkF}QfjfIk86tftVK$lXR=n8eJ>w^H>{*DaHj@N?wcnEV# zoe``?$NK!#=pZ&mMKX-Q5#YugtZB~FXDxXeK~8$HxT-7IEd0V)ShFTTC;j`|;du>Y z%l?`{z?{o4JmAZ(p!$lf-cc(*GDxh|b|z=rt&pac^>etM6%^N<3?T&Xqx**MolBmd zUKW_#vq57h31u20l8G}>Lt{ zk|CwpIIwi&yI`#Y_Dj5zDuwA2K+Rgs`!Q(k-7SO?oSLL7PRSk~=zHxRhRV|2bY?|L z?&BHf4dwCqVNPe{Fe(Qy8yNYmr|@77QCeC0YA6hurTA>P?MH&;VVX>0`RDeP$bFVt z$Ed}*<2PU3){u|kmhSCcfC|4CG2fK8UfO!4dFa=Y{DF_U8S2l48e_fF z{Lek-51T78nk6$jj~96UGY@qb-bjw(?oI~A=^`}}wH7=nX;3sX%@=MD#R%aZ?^U(@ zd?m4zh5%kE66BL`7I9{fI+h+7$#D86;+YMv;+jsn9 z2BOO@t5mzih_KCDWv0|x`#Hwppesobpf3htbUk z_}cn*Xg=FbD`yi^tw)FFz?oxKrj5kz>SDCrZOB5zt4$G5mZ4KorR<5mplvy;e|YYP zDr5yH0(56Mv+DnZKKmg6ucG_q>+Ee~BF|#@U6oqIbolUlsJ)D+?)`DCxB#7@OL3Qe zktRv4OqP+E{EwblKvUSNiGK7at^2%x?itR~%VFTLdl<`v%A+l!TM*qfJ@bsn#BY_S z@GH8{b=x*fzrKD`k;wjwh@kFvo>=$3%A$uoe$(%%vA^}??5z?o5=vl@UEZ;uNxEno za?jO2%VnC6l0#SZ)+%KYwgnvV4J3V9PDeR_5nkJm zWm&~EGnS-%{UXFoA*?`pmA&%y9xRHx^wzRm^-u7LQ}%b-`#G4~xRp-+$!7kKUB~a~ zZ7>Qr-+m`$5d%9IsNi(YfH}rkXz%v+JBlq&kCJHs`1%~B5i2h0nV{w-t{1s11CxB_ z90vAD4njy+Av`0D!J{8{flY3>4NIOQm|`{kJhaK}{glm8)0RiOWl>f{r%!oz|VgC*_!TZ>kwfuXZP1I zEN%Dk_uo|l)~Ax-i#8I*ppOs(SOhZ)2)a<)Z-w>&Bb*(9Ky3H_ELB3O`Q=kEAGOp^ z{;@$|G`z&$)HzKV!`L2k))*p?NA1X|iOI5vnXzXLw<45zypv~=!4e87%iLb8E3l_^ zCP7XuYS&>V{}>iu*4+;Vk&LVX40xSlgAl5jXYvX)_g^Z$=E)oOnoEVZH6CN`bHH9_ ztj^GI&_H5Y`^U=mfzjC#w+uZIDjF{LTCSZ7YGl=_*aXE@elDkncuD zIFwd}%XAaJKb6}EX4 z47v-35B_UDmwjIzQD1RrwKr!?;fOuQ;8W|kW$xQOT_`-L7{pXk)#f-QQ7YI^FWL|6 z&6)p??_A*1(MsAEp#$Y!_iI<%uSO_LJyvzBpXXNZK;ZFG0-0)Bi z1jrK3cZ9_JfE&`b-XFyE(Pt5Avpg3op5W_rk&!0RG4lG}g6OBTTi2reb!n@|@E@;u zBSNu&HwQ*aKpaZWU{OR?3D`TFroug~?v;+M%JJi` zHC*e<*7wdnypny+D0qa%IQnV+{*J40FUA4sp$*06&fIDrr1vfP458GHCwh9DSMWnK zdXKV@ysK8U>&$FWZ&kDN$RKr6kEb?4>&8BS$w0fUEi^Q|alKsSu$my29p%w+*HhC^ zr3(3o+_Z7g{`+rV4>=$r#;N`K5$)Hy>5G>Te(t$x77eBHDsMg`n1qd|Od+(i%dvtJ zZRRdX`s28O@Uf;#Zhk`fogo4aqvB0L!GUsp(69IG$v>d%2PHd47O6JgcC5w^bO!+{z1&XcI6{%gjE2}Lej%lznQf_+S~MtpvF>>VXUS*fLemf7^va39XkHy!jmVm4gdwB-l%&4EDnAfPR9D648N8}(nA zcriL!Rm)C8)Awv_{(E3pROZ*3gx7i{KG@FITmlR{@1?uJ4oB$T6q=w(>{xN0us& zJMUFbSJmi#wd}8Ruici+a?Q69Da+48-}utfe&$sAK&f5uL zCx4AaeFMD$$Sam#xS6r%$Fe9Sbp3AkB!1X?uAE1p{2EzwZnMvgZX9JG3?Ym>1xEwV-swG3x4A@elf9Z*dglCXEz9I`4Lnz8m;>_@AlHLmR zG#ErsEAoWe2>_4UFsAKv<_Uv^&eDHo|Ea=%;6_iL9XAz5Q`05SsXlH2D;?H;Z(1_I zcO)#n&0Q3;>!D-i7zdT#fg=qh6KIMbm?sbbl)dVu04|rJO?{~VY(!NPHu_{#pF@sQ zcceY|J^I1ai&_R`Ce3-3ZQ3#n|IVtIOAnohT2CLgz_s&VH;WPIH!_x(Y-F?Ss!u8u z$sPv$ENP?l85)bzvo!!h)k4BQdl`ugpVk&XfkfY}xwSc(-@!exr)Pbs>*@OzxKMd} z`7Dre)cl^>x5a+=iODx&uSnqP51>k0-GFGq`UM?_72dkv8;|Y>5Ir{?s`lh3)fI2! z4cLHdCIBP!wixQC1~y65p<1E>*rX^f7oUKSO}0uS_jdMdZ6 z8PJ8?+sMmW$u*M#2CEwYGA;e8D+I(r?T|da?rWjw^|}PfU}(szd6c%R(wO10_qn2G^DDFqI+3}GDnF9#^jqj7A~@AvckOvwXRVL?!& zNVU&t%ELEwEq;>_zx@@s~7?f?JY|Q|rKehrD9Y^A}{ybY$#U z#+{51PXHBxOQ_0|rzVuMw#Qi3S*$*poX5ReQHXpJESc(dpad{W`hGThWR~xC1m{fdEHwt~)Mi-codSGU4zoybf1SqSy)A+HN*-iSULt*{(xPt3xx+9+hv_@DdMTu@Yik=31E80=!Dh#v*9Wyk_ zS2a=tAC|U@9%=D?n`tNK<~-liyUUN+?rwG?%U-gHVuNv-^N89=fdz`W z_p|Ef>W=jw8Bq_~>)-#wkF;FC;cn%rP4Gv(@q(?PHXG#)zhg1-<^vD5v?#(>Jg?se zx6)Spc}~bR<8Og^aF8Hb-spMQyfw)AlaJh?=7}b5sFs0dS|sYQe*mPFli!w$n;{aFYz!GF@v>K^35XaX81OubG@w5dDqM34Puy!Bkj zeoEdXhf9h&#lB^HK^&QK1)?2pw7VFpN_HIDOt8hBt)*X0@d$|G(=0RQqZ;|%Un0@t{%SR z`IkcfjUs(qSTCqd?d3Tvy3Cvpjl;CxN#N?e>!9#~?lql=A5Js}+jB5P31|WVoNHi3 zs#tuT-h7u={0?0N%YmWJJp_wM$uo$Hv(mHLU|<8JNuNI2uCy)4wpVtSoRQ-olqq)N zB*j&Mf5|LTa`1*hHIc-{H_x)RalM5 zrbL)E%hw3I&@>YpM4gi+6@VH9kT43ogT4AH8>L!O^+zgZsj-p(uXXjmT_E_yVP>p@ z5tQNwgM4nw>NwfXr;p|m8graDjvZa=>fU&$@nKIF_dh%QPZ|Bij5UQ7tr~O)$`AZ}3-SwWa57j3#DQDLvY`fhkY4}brVT{*A z#CppPhsJjB#G}>?JuSjvAeSutU+q*{Wuh4?j?>q<(THbHfnA9k@_89odUacW^(AVjXxl-_tjflNeBK~{ozP3c zzrK5WN~268^)Y_E*|V4o!jnTUbX$YPIeW_4s%MQ#fD#x7;HF+~Fp19zyoD}CQ?xez zs}=WzbeZi{mQ^x6ki8s8i!iXNN_tXmWH3^vM+*{A4Vy2+A>fZ07sO z&-8vJ*33t4UJVVX^qveGLLal$j@pLWglkM^&*Mjd0`jrixYQ2)K%Yv0ON4uHw0zo| zXT8`Sm9J_s633_h%I?KHSe2s7f3mP5KUp@US`P8<+1ub-7O9XZ#wO7X9N$h&5T$^S zO?+r-chBSmyGC@g49M|IR(6h@Uz$(ZSg?N@4sOu0+|C& z)qm&yl670ly6q1#Y`sp90h?4r3&0As4>0n3RbL}I^(tch?VUH`uvL{rM*3jTnM^a_ zds$WT-{v6CJo_3}dBw9}`2YV;shQsA?J_iVgB_bkN}XTpmY)Fq4&jRd4jwSupSS_&q!fX(8F++Cp{oEF_vHt^AJ?>IdXT~6gGewYe;9sO;INSio79Hz zR4_?!b9b(u%)-0H;RFO$-|SJbKXYFwTp6r187_t#*sMYlUe(QQihN9qW(Nva+Tm$8 zS!BSbR0XbTzK73mb2rWXCI`PV@Kd-bmCM2)QYoVYT;u@DPvQLNcAS&|6$E(abQEUK z%$KE|2b-XvigNqN91INjS4?&7L}Mm*(w3Z1XXV;?e7%j1BIt8b1>7?hx0U9 zcKbud*q4&=nQ_kbYhy_)KKy;MzTgC2Yl>txq2~X-&;lG@k7qeS^#Sd6d=lkW0s{4h zychcO>bvDh)75+9B7S26y#Af)8}^(+HXg;)?$HJ+ZJGcqzT{aV4mw98@rAgI)|*^< zjb6BkcKp^$p2o89p41KkS>T;EqRRp8UrL+?fPJ+zf=U4-;=I>X8vV?b(STmYRG)@( zwFiPfVpjFE7WR^knY{#CBx;e%XjQT$UVK~WSTUfO!eQeDe5F>n1a$G-FseCm(k>fK z>vBSxr_(83@$Ftfg#_!O{ghu&ngVX&QpT=k zhcM2a{0>C^egE7f9Ews?m#|ri7D$u9S|qJ5l`9SPtB(2kd$pp{)HAp4+DZvFE1A>d z6x>)}aMcufQ|Q;OzWa1PwuQ^S6%+})o+AD?EMLn#J*2mo6$%Z1omjd79Phv12(W6b z&mvS7CAooT+eg|Ic#FQ?bOl?eh_WX}*?RoCgOC27m!L0)yFhofK&UEfu6w$xszS)B zkj%N!lK)|+4)D0y&#&#Y4i>kmX*&DN{_hK*g*);so}OmO@Te^2q`}&&8CoPCs`J#E z@;IjUiIYLPZu(uvNTAza;L7*U>aKBwdmoqoj&7+n3QnAp0NbL^H7kP$oTeU&*ZX%P zh#%J}zdUO=+^q6WNlaUlR!CX(jZFl6GS~mnrz>~;qvfc2dgrFaT3pg>V7unxJ7gyx z<6uxZ!5_g(Ynt>^2P&q`jxDXWA{^7*jgt%o!gU;fORd9Qy$h|ZN&5M^5&zX9i2w|_ zRlw5lpLp&sbBkgmDU?jJvnEx75xjJ!g`$8JA#5N6Iw%85BHT570oAx9nC$acD@iY_ z)h%ZKivP*5(M^3tflzs!V0uJ?26YQxl00*~tU`+7;1%cbQ>%xiCm7;dQO%a-hBZH6 zec>X9QaBVpsd}=^DXN}U_Zg=>5?SCyG2wOc<@jcu#NQ7CK{3ZNIc!~Ye-P-SwUkGa zRl;}r^T%hHo;!5Or%;@rTf@(fXGNix9qw%E(7;mdgD#7RrT-Z+BfU!p{`%U4IvA!) zePOb3sm=nCTqh{pdfE0ck1u5-iyL$$s}J+MjLFGHGV%W&aIizC40z(_jly&}j2tLJ zO%Sdx^l8}W3U9HU&+gNeT*vJmaF|Y;i!cB>SC+Nb_9+=qrRmIn)xO@XZb>bl9E&7; zBc<_kJBMjN-Y}vD9I(x?>jZBH?}dcWL5_Zi1-Rx5IT2(36ePUtz|i<@#&{`}VYzhhfl z`syI^=y0R*{n{OYUOVSFLT$qXE$Ax>@0=|_6FY17qNr`~Lu{`La+$h#Ih`(F?=GUM zn2yJPTi>7+486)1BxcQ$+j=<>zD$)xCPaA*l=4}V=T8V#n_K2T8VD0VX-LjhbNo*6 zrmNnrybR3>5F4m5wuqYW&Ec*IdlNT*E^DjA97iO;N>u0JiTloEf!k4gJ0~;s6?6lB zzxgrKc=SNWJiZDmBhberMRJv5h|=^~YBe2pHaVL65nopYwrJpv!S>10_7j+;nA@A?fVFWzVgp zztf+hzG?}HZ|6vD7g>W1-$->BC=yPiE5`fp)CEqvIhA%;hEBvI6Y8%w$>tS_+DBr- zzC3@ZaL0-=v_G`;F0p0_7Et~?h#c&#I}xa_Q!VRw@;ZIlZNd2|)Y#c4^tnmHtJGf4 z8&}6_vrAT?)=gf@;m#Wfc4Q21!3evSI@=MzYl)u%+$3f}bHyK@{9I(hl{HqE&q>y_ zI0*Zu8!iiYnQF`LweM}UTocyU707-x0hQj(R9cdN=do6}XHbfWeJID=$r|R_2D<(E zW8YZ&uKgJu@jdE`d^Rt}911y@$oxI@RwK&}7xlTXo!mY;nkWK@OR`y9y0YYMZ{K~3 zI#-f>^;~jwYJb!56nAI5?X1i4FxvnW`$hGtSEIKs^4&yFQ^qDuscG2<{*!K*r;}Gh zxFTBFN^-ju{|SU}pF^UFZv9%dviGjVu})_FhU#CVuUelSrLTh?vRYv(nrthT${xOu z-R|ijv+d_J6J>eb6h%gWqPyA|%$~aF|FR{gac^OZSZYOkTNQ9lCh~J{F7y20@a^mF zjK+LM9nhBVGSw_s>%?k3tTlO3&}HRdr_PON;AfE&efLk}1|g*2*Z}YTkG?c6(~-ok z_ht;Gbs|p^LjawV_~2HDXBU1i9b}kCqGl3xqGd~S1j`z21^N6Dto~`9pE=*V@1Sa^ zlzD0! zr8yjD7t0qimXkhvo{<-#%LtGU%iVA!ghp4KuA`9s)~jglxBSX49jiLUg5vEz2;IkP z6!;`iE&p2x&Oin|wYz+??QjuXr6YAoBQh+A#FRvX5HOwVWs6f8z`JK0_YI`XxF zRQ(LT=!#37`g2TI)02T8>g*Pnhf&4E?gFpWjknKi9ZA+9$9!N}thhHlgFgZpw9J_;zR2|W13E)B>#CM|MpqJGqFzjE4GF8+^}uiT*B-fm$K zMwQz@b%$WOCa5G~&wNlFqwz^jgep7=gr522bs~T`PXJVnmMZ$%ShTtvb4pNAhcMwO zak+7e;aj1+XtRcqtr+Z*F_C&JLadxaGg4f78`EXj-nVP+E;j3|Uf`N)Yx@0%lbtqA zLLjyIaPR9DYjGs z5j13OP_*!(v0Y8%t*q8c!?t>JAnaHlaPgLASd%Q!94FUsugNkR*)=<5vp95Z#??WA*YV5D(BA>I0FH&0lJo*|MFj!oEhVTg@6>< zTJ^&j(DF34Al~F$g@V}=X9+cc#fW_R^!K**vae*gB}P28P^u@XATNbxLr~av7)d=L z!sn5P(LQZ}kwNi=dbUlNx>iV~oBNjs3&DOoD{12&rIvr{y>rW$x0*;?+Sc*>*$w2H zO67A1VWS=Pal?LjFXXDZh5h*oErXK=>ZJtWhKCGI;qA_~YDleML0okeG86RyRTk4I z0#;mUBn6D5%m0$MHl~870?i8WsZ{>W4D}AO!qe73R5N{&euX5qsQ3Qldd&<)cn5xW zoWggqtnEV1w^*BW z)0(7qo4c43gn1DDY{9dU|jMi)E9TJ2x zy&#V6Vu#Dat)A_k-T#Lyww1Y7@~q*DM$mVQNMr`h#U;V{vR;r_vK_aj2<=+N997lU z?EAe4E~qeM>nax`N-oB#ZP}IVs(OFAGa#K{<9Idu)<%;>Q<)}trORRlF-^}i-XwB5 zn5B8Vsm?v_eZHXLT5>vOOE{D2th0u?A`IEi8}`Kv?+!ndfR-YUK%j>f=K zVrSGH=wIm+p9A-%3;N1tsOXG<9|^gi9+=%}7M*T5c3xBdi-uX$v%ZqMXvEgjZfu6a zOg~(rio*hbYgikMHulqgz2;`K^Go+N^~(cmj(+K?XF4xP*|E>y!^vqWgq^u;KoG#mEXaU9vcs~6FCtAb&vgcf1_kW%<}f5sn|a=&Ui zH(b1wnPuS&`Amghvsc!Ye0`NPcbT=QAb{<-P^#)-gw5r&=Vsj=LKW@5Q&0!g6?A`t zVUT@atsp`xFS07`6yrCDju_Ne34F`gRQpl=L>hIgg&}kor8jmg>vr7s%GdQ?6}^5( zGF~(5NbjZ~OGcj2Zd1Vl@cSv0QfcFo(t9nmO08H5!A$VZ&k9C^hVd#uq*u9sZ)uDs z(PwR%1z34m5NLhds%+J}WsLHX&=(uc^g89G(>Nh<`N6l7!IAV;-u`RN^y|IEO+N+a z$CdshWwdsVe>=OL6k__OL1_#QC~6Hw%;#b--}LcXYvOK zACyJ<8W2ZJ6FV>smUq)Vz54N|P_-$pIj(qepF>vB)szR&S%eLvo)HY|%FQS$hqz8} zg>^(V!R!NSK>NAEn33Dnne~Ctwv_}u#0X@w)>PGMBlc}<=kDf*el3%%nh=aL1@!bf zZFkUD?;b%*YEJU$>5MUcwD$Q%P~8H7xW>1yPOsh*L)`2+djFg2aPT@I+x{y}%Z@pE zdVXszu7=7%ZbsSJ1zRr*r4#on4fb&>KW zsrlyw0PjA{Avj##oNsqqB@-uFF0b$~L#l5(yIF0c01jVHh^zhCSa*TT(0Y;b*)s-C zrd~Alo~T6+a~Lsy$o}~HQ<3S)!Ae9XalP;tbu{K1aNqV@zVDaN!&_6YeU!SAJ-YFE zek27}H{f~(n=zD9$Qea&MZ76iJ z$Ae^!8;&u2RV4gkhXZk!345nq9ne`XWktv>2dq%f8I<+4#(BMh%1k!}M9_$+Fyr-! zJ8e>*6qB4cgX+p={C_vIdkeQn!|XtFwP7jo52|GZGAQL6v1grlcfu>W2+hYu7!9i*HO>0G!Ka*u0aT6r;sg0!J zx10Dk3_Y%KZ9P()wC545c4k{NfNg%}N#>DnVSJY6>LJ;TRv#|6+<_dT9wHGKa_j4x zr8k(xn6a2k^xHhP)j}juISKKsiFRQMkoOJEa**5m^cwR?wSUfKh6U#jEzc@glE&PB z^R{~>OxW$ORPmMT$5*N;y3q%7TlD!DGXmkZWW)3k(TXd%C^V^-pFbZC{abB+*)2lO z*2>-VBe&TvOXcN>I_nUJGJd0%=gzUvM*Ok1@3Ec=heF5K6z*fIuksn}9l~wSX1$R*U{H7hY^ZhD&P--!^ zn}}RtWa{y>+EmKp#=$0fz0tE5`$^>x9g_YWI-7os;>u3Zmbo3?03GsS| znueNf_5SzVC8ZHyk)NYL0Wzv@Z^J;g=<(`NN^FuSaU=rCdR;zBB@Pu@NF6t=<3gFr zbDXGu!2I~MmDM(XJe!jA@Idh3nVnvjY^C2y_B!*g&m zpy|`MiJ~*5^APhB1df0L2Am6@B7ufHqY9ZAZiDA|Pmc2!!0o?YZLelhj2h2n8)Z!{ zec23_f)9Mb++VF&IRjo0hmK6Qie!}nxni|XvK7ny4wEb(yJ*=fL_b9itdnO_$!h*g z_HrS$9KGxWP2nBf+?_6v-&ro14ERE>lhNn@5uc)a#Wrnxja*lzDTX1c{H2Pg+fg(&>=RgC;P;XQcWjj}r-jLW z8Vwba`)y9~o)2&I{S@Hodh^bL<(Jrhxp?nIyE$@Rv?rs6#nqzzJdhhX0zhJi`qq!F z?ru5{lt-1T)(UqfYnB@&lNlE+TuUh3WA{I|zlNuLije1c32`KIHm_>jF7 zxZXf!PEiO1M}d?L(}!h=^RO-(Mh|)Rgq>|NU3H$b9Z$^3ewI+e#`NOU-XJkE5-y>4} zUizngErff9hV74ha~{YADh0UNYR*wawWA#lDrgnH`JX%#i`XPhuN%>0^Z-<|i?KDxiqvD%^? zDI)rL(LnE+i~S40nLhfqjjcXid)CJN!zCrwTCrSIiT}?mEiDgPs)5lSXD_u*ehD=;;7050F%;&R;)UGoHEnUlnAH z38^+(P0uG8C3>g~D2Cfq-E|zULDsZc`Qj&mFN)wVj@1lUTCYubiWVgGi~BXq zvL{e8>WQM*+${s2e@GNr9*PmqK3O)Pf{r_+h`lZx{Ryr2uL=Vx%6Ts-AGLW*Ce^~a z+=D|pt_ycYlvqWuAxRdWpNWoWZ;U8$iiis`dQi>WC?y;82>3a_DAMcoVJq8I!)wj{ z4*OwT4InNmuc0d^Z+ea3?G`0*fD`<$XHA`+cw0BC1mrYxCHA|r^ShM8dRBvnSi)Ml z$hfP+ldNwtz@5cn=;n!X{SQ@6V`EUb zvRq!*NNbW`#YKwfWQP+V%PshbY6`~Eh6pun4E<&KVT>Gt?F@paPJwS_^gvmM(+Ls% zyZ|IO2^KON#tlCwcBXz;c6evx#L&&h@1MI!&gKXbfr+SvQSc@+om))N_+=VC(2?yO zeQNCsMC;g9Kux_^b!mF zYgQEIqqW$lMm;*+%|gD#S4C8pAyVJ-x7F|HGxalIbIo)c%dzMG;RKQv;LfChxldLp z!5WbtoKvXHn3f}6+_hSgMzxO+BNsl*+EG33-QwucTN5=CF&2uJ(oz=QVsF2kr&+D8 zWh4vcUa<#?phehh!10s>%362DI2 zoBf*hj_+(@<(IcVCqf2d1{r-C20ac=yjzh;A=Tn|CP$0Ww4k4HURoZ}YWKS+O{y@< zaOWW&)joeM$ByYUdizvxQ@r_N{b|k!6~4feg%Tz4d6Hz}^Y~+erKRSKs6Ho85YY4H zWi3K@=K+oys$o({kCQM1x$yDlNWWN}vb^tI^V*>UxWwDXe}OzXSBV^{X`a(ko?J#| zfKlBqwyF6ih^LjucLF#{6}6|W;{{xsAn0-QkEm84YTosV zBg{R=$5BhSfC&pbVRM_Wzp1W~fo)Z}9YH+>W9cnK_C)(H!kh<25{6;DFgvrTg6Nmt zmF@Y*E$}JRskzyg(?$Is#Ka$)j%8v}&FM&2-4?&^=G28&fz-!gA#3%Q!%D#t_ z9qwFtu6Qk8gwJ+F0C%^zHBS28I#2s0db(e8*lsK}(sVrd%&@Qb+m%Cn=f@K2y#jkn z+olaH&VB_hO_yOSVA0A+d_umg@$ThCuufyG=oeSX|L{a2x$A$K3gHCK0NXuG-c ze4osn33We?{7klT|M6Eb_#6A(hevP;<;NONzhQ(;72W5Y;r+>i-#ALgv9@&k0q(F~ zLU?%*t2AB$T0}LAQv1s7-N#dCoFxf_XSkk?;qng71m2!6+~R536MQxssmeup!M2D{ z)t27ACZ=%H)Jc4A1KvV&0y(|Ii{4Q_+lb-ISb5BH|An$^_jl%zyN;u&g63xoQ{`x|U+qoBI|ivwuF*`V9&MikkHq>VELB6a>5X=UC?)uN5MW$gUL~U)cFh zb0or-@ooAxGuxPlJL8#jZ5GB?XUM*{{D{}|>nqS~kYKAsQ`43Qqeg`1_gKq~LV0 zMCW(o2?;8&0npYfJJva3Chfy;=bz%yXSm=mDjRiGKP4r<#SERzix|U&yHT}x;mwp<6pi;nPk;FK$0Tz+UQT1@vJDw!36E-UE zaCk^gD@-%|>2TC?Fg6%r*EXDV-1nC;hL@_M)>6xo9MTv|m&w~esy581dHNp?8@bmf zAJ`PDG*OKQP^!zkWD%zRoJz1)ULPTE{myO!Veq+p)Et;ylirG}&$KSIUoUCn(sVm! zkoR-|cHBvHaRwD(KC&r(xjG*u)?ge57&J9ak|Y3Ey0(vT)Jz*f`lt#jnlN!~?zSA0 zKkix@Y=4y6r!1tA-ATZxR`CRIMA6UcEnx#@z&al$>)sUFeSS!oqa+z$xpgXb_65LMU5`$Ugd1+i9{ev znD!N=r2W}km0z*7s@dHH^H>AWI0S1R)()E>A!8%ns< z^6s1ZGP#%%+a1@ZN>uw7jP1Yf?TfwVEM;P-tKdPF9f+xZ{s8IGkkj^6YOF@IvAqRk#uB&^e;yi-X zQyhlJSD!)d$V5!PTxhn2WSUxQ2g3NNg3T}`RVMkvb}k2^@SGe82maUQOr|DfJp38M zmgL5o3b}kxpZiC@PV)72gw#s@U2?Sy)qYxM{xd;W6|mX=?g9)@;7I%YC1hM+_WbA` zEW6*-=CaP$o&&R;U~*64><;hkal7!oph#Q$>eRkn&EJ?3UU71fZ!rI%MK8JOK!&8p z$1H{I2zsjCPJwt}p>;C-qne=Au(?B;!tfF4Fk{70^zB|AH1Ivo%}FNxM8h*TFgbcz z@rkOdQ|XVmX~664tC(=pSeiS{?9an3MWr&089tN?4rL!_a%4fPfY&PzROxiKkEab3 z4Q8<4-MW%{^g{5ote>_5H+~BKgw3-SaOGe1srnv?3|Ni+NPRXlAm5M*FEYORB19_W znPwEjuw8EOqt22xVRGro!>>IhLPjlRu@v&I)cRHTScmEQ>u1WA-bO@8#Tf6klkXD3 zYz3?UBk(EIUPsZ>?h{HOKM8y^e*4g35e^x1=)4u^@2nu~ixl`xK& z!#WY07&KR*fFIA>6>R^W?#o|PKV{Jp)z3Z^$5yZsR-t`NqTiFycnT}vMrbxH6UWr1?BL zVUdKH@Ar3AUSguS+xzDQcK;i|-p6@K+i2eZjfA=ute4oew&B~_`1fWN^!c*yz1i0q z?q$9hRr|JgKbsVZYH4oJI7}zkaq;%vQb`reaRr9j4wqk~c-`b*pLB0go13a^vZmc< zS#L7`sPaaeRW*yvJ9?jGZ%3=EEOas2Gh*iS#cyt$!1I-GV`dU+o5Xt7>N&^wODX)w zuyK8&+R02cNk)X;`LXGx3Gg}H{c4=Rp};XAEkjacQ6KZph0Z%~1Q%7B+r^MW%yt{O z2Lf=QDrVcM;VgtqpPObnuR1FB{`?cZF> zD^R;I<6>{H3=PQ%MXIz?v?uTN!h0!66-|Yy!^RUg&M8xVOpwqcz4rN!o6G&YTENZi z=DTVJKj#Q=vVS(b60Mf0{8453EeEM9lmydc?3&0l4RD_MV=$WGAtzC0-#c&qwJs?o zj#KQqI=#~@n3ItI1l**}=EOPj?Rm+#cLMpZFDajhs;T{vVHLV>S%v#lN3q_w@S*pc`xEiQQl(u(xa)h z#gcFWM;YM4r0eP_jivJ|HQL)%U4L=netQgeEfRWCQHi9z3bHBe(P#K!y1@$SP8NDi z84k7QiyvXzKdV=Oc5?;L>|gQdpVp9H!8Vr($m111IFIPfj>l2CJu2ltsk4#bU??ez zqYz9MjPTybNMXjhi28j=;gB?|_UX7+KVDjQm$oQb! zMfejuFs&*`V#*hP+uu0Id(~SkI#IJR&I|pX zD-a5v<*QHm@}}_vARwWV2X)Rhn*|?u;u(`Q@~-8g zBV=mE-H{bB5`P))7CU^=-IFr>*&}bw0J}$tuJ$uLpI)r>L?mRTJz&3@*_D)7=a@AC{`&I`7H^f~v^h@=~hlPQl)R6wxnVC4kZqetWTBToz!M9C4y5t}ED$3X#fAMg{&--G&_YZr#q1Y}KIEwjW<;@RL z?2e#9t@4u9`XHZhvd`pP$(dCZSZ?8GvwN2m75&;;(P~sY8ph{UhXkVAXu$EH3sm3F zdM+#Cb$T9f4F`h!5r*&1!j2uexpRO(NAmWJ;~N^*l4mcDBs&qN{$*D~$+OuV?F;3leEN#47wCZ{J7y^Ct9S zpm_LgI^T53wNk0fJ_SSX=f~RQg98iII#+2{n81=s+o%~tcp&O*qzsM3fBj+o^ja|? zxKrcHsWlJeaVGDe;H*Ny9z*IVEWyoe$s8ql-iDjwXEefZ;L|(x zg~>Q!TE-P9K&t6Kds4v?0;JqsRvfT8yRl`&y)4 zgAF1kGfH~bpuTH5zE=BLm{FuaG=h5RVvyuyJEce(^a#;faq3HCJMH)&n-3-J&`|&6 zH5S{-D^oMM%_5zb(#z-btd3>4Pfe0qmhrl~mh6Z78rOVaqX2OkLm-!+p`vzuZ3q}3p2UnL6Bz+^21l46SmP)7rNB7wep(g(j3=hlx36qBHN$rFH@zQHnh_(i zBaLI(Wy$|aprq5$y{ytE5275oksUb_0ao@ zRI_D*GID>aI(}@=)=Gq(OjRs#wf6gO_*?zNsrihXn_gd38T^voMy#@X;LZ76nV{?mFp7zU#3pnCu*rLzr{;KX$>hz_+7}&{o8Zc(ysMyo zBjLQsj8HBcFl_r83zGh;ip%R3R2weofm4{L1?4##Wtn?EWL}Iddk=F2|CRq@=sWIH zP2m|MxnD#`mA(|ydfT7>H7~AjC&zNz6S}*4lwzXsQ;S`9EyH8f-$*EhU2ArEu@}hZ z<;aE7h5XsUMk?3tk_JV{UIPi86U_p>F$A@Zy%!V94}&Bht)t#~lv^sws@0?&beJR; z!`rme7jupeI@cpDf1LMBce+w%F67K<0U!VcpM=tC!Q9LTF~NK*Hxf;c^pNtS>=}t$ zebTmDKxS@$zFCu!$PEzxD69xQ^Y(PDF|3ncPoKK?M#=kAw|8I3G24-)tkn0?@D#RD z4Y;ADufsV&8WNe5NLH~Fd4g|AY8ygaQ}<+PoLoL;6H$r%;)E%{uN5qL`QlzWc{}!^ zo*W@gYJJCFg;B_?F1H4)Js5g9w?|D-8t&8Kd6Z>&;4D zyY28~9{cH5EcBTp;d6!f_#devwdxQc|3Esg?NGz9FU2Sgja9biZ2Tk!g6+16l&ez; zyqHd$*eH#R>bB0zHfQZhpW#UV8;$?YR5Q?4jY!DN5nDE-|TD_|f#XA}c0_V=H4e<8NJ+oj*ya%L{LC!>GUb z*x^jGTtNgDgkS8UG#}XZ6~t^&Qf0n*gtQZIETkkAc9>Q4%gYOqUC&qe9(@ymmThB- zpUA5qX*5V!pL!myvKpb)AVn3A+Z}%(uadJYjMmIL>$&30_k>@LYkv4Oc;;p8M8?q8 zX|x%QQo+yRTl4E|;&3v(=~ER59JHfJaK)3Rlr!wr-hBrKqIxvs%@sOH2LJIW>6p{* zJVB&VlW%#hce}Hvi}Qwd{4mY};zjQ6_jgg?&4KroT@FPl7T9cRIxp^%*09a}mj4Kd zY+_R9f|exit;Z)|@s*TTha!NMx~^{=@ryoI4Db=H?o-^hFhiSc_fcc}Bc!bX@>2~# z#3t0l9`l1`e5C0@$$@ME>=VAvmf(#=TIf9{9K};{cX!iqB=s(8rSl(B8bRpV+{``b zFHmsWD_zsKCS83;%ciGHU3@!yOrb_NDO7DW|52JrfPW}tmDat0zH{@sH;vC@x&?AI z<hO^5RLC8j{5;6*3bB}ES7gVQw^2v6|y5C*2%b)bs8O&nC0B7t38H^>9 zyLv8N_sM{+{_K+p0-Zd+3z_`$sFyVa>FImxFVWlD{Z3msyr0t%n@BF-WP|7#ktaK- zA&EDf!Qa3TFC>fNUV$qh;0WcQHFcl?U9o%9;(NH7z*Z))thGyvW7P|5m|1KdybZH| z%0u{zqTdwe2TK4P1?$0b*}~_z+Bt#MwZjAZN`{E}@zXej)AJK4?J5&5?9|QXPNojW zyUN26+BWhK#Z?-I0rny`9t#2RAS`6+lYpIG&wHh;NefX|UmI0BHpbCp+g;Z zlJF#v++`|hTHxI&GI|v`Wd|euewK%Ml120ejOWh%Bmy@8{i8Rp&I(K zvUdmwuQJiNc?a5FGo3u6;6Z<_6jhIQ?U1~4Qery8^46EINY?9$ZbXHp#xQ=iIBE2Oy zxvd;zGUCcHAW>_o=A8$M+*MtyTXRVHBn}&-Rk%p10BM zjDRZQ3WqiG^l1GQf~r;rrfY*>{ooaU}y#+79!c=%XgXZgM$r)qxd z%fP-PLQ4JQh$dnCD)+*&MGDYWF8cCgUR>sI|9Cx-2EG?2Jy^Cva9qbF zciy_LK5|J`4E?-acl1O?J7T0j5QW`zm4AdJ3NthN?x z{`^FZ8W-6le%vf_??^q0f)q!3nsPQX#ENa5Vc8X$VVYw}sMW_F=0?2Gl&d}82-_J* zmT;CsmOhi*g}vY`J*B5Wu<(E?`DY2E$1ZK(gf6ydbbm|4A;5ZP@qTl%k1!pRHLA7A3F5O7R3@FyK3DTQO-s5 z4Oj3Qx#S0OE|EZyI%l(^zt(v!0jbhFv0Ll(8em1Cn+!#)n{L;CNMqp110$$oB^mWu zG*Fwre(d!5HPE~*?l+>*8&m-s(ov0{4agyhcAV z@!J1DWihOYO$=>F!E}znTCycI(7B~wRXq||qV|4pILAg(@T*47J^}nQI+lO-{?)3T zmF5~2Z;naHxZ7mdVN()EOZQW+wCEWS zq9Z0av!N;O=fIaxQ?HR2S*+KE6(MLO+BSkdZ-pGT#hjSPR3B@#xK2zSxOkPk;REJN zEX7{shHUCY_oMDPKtL}ID6J?$L28`*lQAqK+Vq&mv7(M5$2DrMx`Hx{w!G$<^Q>tV zx$rdeSJ6$HtBF~zgr zV3lKbA-lMBQu^u4(EX>!s`|sIZ+D!n#DN3i+?>Vs$*)o^QB}m^+7%nllQ5M6Xm3QA zQfv7qwJ)+I=F=>w11IzQpZs(l2l|J$29Jv3>lYOvac>-T@lOE?X}~F~7!S^6(1`lc zq{ECt4O4yz`ZvW*4x_3~L%ovQ{Q(3vbwA*=ViMX8cANlQmXNq_N+ zpg{80(f{%4!%>(4sk}f2)VqE71}aha=YI;Dm$_F;r)S;&g{yp1)djsvaL%A zjTvxgvjpOZJxpn&l`3vjl#~*9Ia4N%4T22F%js`l`S?={`b-vW$Gj95m9cwni$|4i zGl~84l~w?He?X@Ip$pRV4Sj!yj5LHlKisChQFNlZghTfUcqzjwYbVk)ZT=@TQrz%G zIGo-j)L~Z-^;{rB#qIUuy%WDZZS|b=$(ybyMoU>d6!{JAcDilJSaCEQ$)xZ(dk~>rqLx%Lz63O;5NLjm zJ!peq9xiLTl%Z0hv^>}E^1=82U5s>F?=wCP21KY+<}5blO`hZ=x~VA*xWzPNm|sBC zf3RdaO}(g=-7k{$ZFMu*`nc3xyMKEg_8jZ$mgUkuKK9zKT+lQ|YB_j<&9JfI14g#q zaT@|zPQ&nUdqG|F@gC*FGxSldKIe&C^5s3YTNtGP0QoB0UWS*2oC>UfAzG7CA5PcT zI{&p;s^q0ieJp?q$!TlR5TzHFjhtGshwc=vJXs0Ok@ z@j<{QqJNA!V%j3j46KrI%b2zH=VhK2q#PI0maL-7xixCB0N%)sI}q%o<=^pkQB~X* zykP-2s~DO0OQf9uk-{dKO-DzZaOrQwf}gL~?Nle`*<7h>j}0~|alP)*MKZ?!I1&2N zoK;?7H45D>B-iFbGczj`Woi~hIY~UiGaa1JC2lPY=*Su_z~egR*|{kPRMfJ0a(TdQ z=Xq+-pl0*kb$RK5ysE48)`xrS_2r)^5kQ>j1egNmUJnHo0Dord}{X?(8?b&(`B^JJ1S-XG3DlP5G zdBuWi(_71m%Wwjor{8-7hQ|o9o$es@iuv83Be6Q6NsROhmT37+;r|5QahDPluRW%x zC0bUuV;__J#o8GIZmxayOZTeUzWGaT9mqxoj!YcITZy>;x77W$B|!ftHv7b?8py>Z zoJoRwT|>D`3ntjE*Pnq*gt0`6luLDvR-M`JHArW^6p%ll`6tFrD8(J@{56=K2=Qsy zgwEYfsj?=;xMXST%3JwbtukstvC7l2FYB9srnu|e+Tvd0RR?GQ%hRyeF+x;b`Fzz0 zo=;z9&orRP#d<$S#@Z#c#-wiF3kN%= zXGL>1iCpYW*B@%ITYSNA@qrNpV#@BpdM9wEvQhCOSZwlCkW^M54M*Osau*HgEo?2P3|28)0PT{c=G*>C(nN|N`)WyZ6Q+A&t z(@Ia9{hl&u%t5Mss)z*XodSEOz6UqWYdkG9NTsTJNx#qVQg!mQ#uj*r{^t{_4UY`OS@X+2 zOYK73ZO1_c^t-e2pBNLr&KXzSUU9gjM#pdxe(&eb?U#<%(Q@f>9bb)PF7ohp(g(hf zm*+a#cT_Bas2z`P=_7&ag+qL2~Sc4_`@Q%ACbe0T1(cotV}wXw(rV zV@FvH8Db?zE@?-8SMA^UtNxbPZYs8{v*}znuHF_IU2vio z!baPiM@o4G8`77TBpTNRzHK2d41s0CQS6c8B1iB_74~<4>^LBSBKhs{!D

|9Wil zhv{yCj}acR|rb6>anOxfWA3{rP zHH^OwW$5ene~^((HgMeD;CM{0x3)~6FNSsC|K$5U^t7YDAtli5Z5II$tg)jcop13d zgKvnpZ5mTRFG4~qVC5Hz3Zsk~KysX8Ii!kB-1?ts5;sw{lhq7WxLp0x7Xswl!z-=m zS$kZ2+-9Vo63miFeo8Q-g;9lo5&{Coev5sBe5T)y^g8nUtMNyBBy&8S@?%G{csVl( z5mYwui}SKnOuW5a<4(#XrqaVnc>KS=MBo z-?*`$%#QO7-TgE6>Q0p%p&bLK0AwGt9zbX8Pp_ofG26?BU?G z5h`gJF6J8|Z4Py>@Js{4kD&K1?Cs=~t3$ocMm$5VZ+`N!e7ppAhjvc!HXViE)Yd#{ z$5vG6-z*I()KPHYA*r&y1>%r+D@yHSK>P;CLjdvD#9iM7tpPm_hmzHqnyO7lH@yLv zY`6rc9to=8RW6CwIWR&O1cTNH$_~qL%I<-o#$QP+*H%$t9DN)Hm2n849c~1lD0=d6 zZ6)PFYh}#E|J}V007~zDZ{_d5Hw?a=?yc{vj(yy#8Czg3_DX`A$oCLoApILuYk%I_ z{P_|-&DsBuqn9LDXKBefQebjf(q?x(ojSxclZi^X^Gu-dEx2< zx*=IF{^)zP+T3mrbXXv)p(X$NhYnr>JPs4`<@ zJh;u4)kb+K7GcjuUw+7N3F{(O=^EZ+8=It(WqdRc7_v@a$ln`Rbq>_G1zge>wF{U`MmKakyndJhKqjt z{7!R|`}5pAQLq6w26(695VzTMfwOTUpbiQvTIgLr0;WOQOObs|dV*hpsmiQC2B8ZC%%c?1 z$|dw|{}xefx3XM(Vx<^0M!t!_`bjshHzQ>F_IV+RKh+8qJUxqG_MI3iK$7b6LPhL@baMxA7n3>sV3Id#RFQBI6vZHR;W%KSi z!HIw z%LmsLiAJuAVk9o`(u6shituvHn555XI57&$v2&#{gAA+&m96JUI8w`P0e@N9%to8- z^S(Dg!ljaJ={CchO{6z2dxch)DuHd-yk3s?ntU8T=1SB zxN~n%ey=%+d9WI+(^#(+WV;cNg_w)jU`1W*AF_;cZ5Spw=kY>sg#G zxL#)sfO1Sq?ntbu{<0Xm0q=e6XISmrUm?UhQXfiE9(;}+VsMNz4YEyw*3dyZ^-Xb3 z&cogJq}d7$w#V#}`#YX4WO>am=x-eXjGO>(E%~f|i4iyKjo@A|cgJxz>JEqIWS#oGVBgCLtU2>LG0Ct`oI6SnYNFpNex09}F6V zw{h|WeP8f;ptmS+J=tl}p+boiK4#wGLJmIM=R8Lxhf++2z=;vEiQXshd8S^cutZt2W(u~?4G?p2G0LH)5m+s=EKsnM7x5MoGWmU``3ihOVrbMhm(%3P8z=NW#nB$;M=H82QdPK!Tk?IZ z4!z*CAD~<05KmKaDB66rnDxSzS)(yt8Ji)GH1cgZMgUjre?x!Mo-+(a+=8B0d2bHw z1|deJdO!%mG{!nG4FUEFVaACDJGwPn=%W6P2EQd`XfTnnx%6mLy15T#Ts!WM6hS+^&a%;dD3X*{*zK2uK^)+*O zLOTZi{Az>QiE)sD<$s=sya_j&G>BOGoVa+OtD|_#3XqfG*NU&fSMbwxgi_uWT&HW4Y~;2XYIQHX5cTFtee5iR2=e?F8dbxHNg{ybdr`i zpn$8+r*IeVa}t&7c|3@NdDmy7&62an&Rrc}J0z1Zt@(+0tiGT=qDDonqc478nNOR` zAcV)r!>!=NnXZflS}Kj1=fHv_=K+M7#t&Nuz(edK3p=X%=9$3{>ux5_nQkcjtGE!H zJkkg`n~z*#s9_Vj2-OSXE~me?DVesiKj3fY<5`}DLXv>=3}YKQt#Jfw4>3hd;J$FiHpiYk5f9{9^a>_(I>E!pQL{~7l% z8ataw72zxP5~xp?*yT!7@;7}EB*`?H{os600CUAw#_dtpD1tT79m={~hqK#Bl^usU zm;ymPQ^XuiGAR3Sv^Yt&?FxxsDG~%&^=s=RxYPAj;J3mpX#e>xyF#+c1^)iI3}_|G6GtfWA+hVbLA8p$WE|@n^EMASSkQ z$bOAwPDGDp+Bm30r`HnKoI@T4hxJLa`q}nkKAFEz_I)@MY2|Fst;w{N+(+~KCe^2< zY>}P ztb7{zPL$A@vr+Yb7lRT}>FLFp4WMu(Fahd<^({R>o{*a6r6^FLRM#NN ze=Cuk2Mcr9sb{*37D@18#m@bv^z^MnK;Zkz(_|{LyOW5*@1V`R?Jh>sWyfcQ3+E97 zedCplkD~P>j&~j&d0O_+^;k0?TqF2<&m3cR7xnjFWK)Ho( z&lYr1;W-=po516MOJ9%?7J!EeePn&=ua*G$+s+M*Gdya(rLd`KUFUrbHUG3sBknqj z;ub(tn@2t*WKH;7gyjvU zds&6!{%z?rZvC;wx7#uDT|*0;FuMpm%!FG91~kwDQ9!^u7F0L+Q8;7iMzTcenC7vT z904}{Q4gGF4FT0zz|gi-YwLe{OvDnh;XVd&0qYqh0OC`cjKW5Pc1ScrH9aLZ;Nn(Iw#b7I;0uAHa|-dIRmD=83}J7HCG?Jha7-DYh*WDnm_ zO87<49)GMJ&d8fgwH$9eoX@UJ*@%ZK=ogBFgRzbzB(%4(7l>nFj~sSlL=S~toyW@> z3!^gyOBi%OA7+ch2jmbC!<*-p>bPYTq+dT!tkg(qsI&PK1y=<-FG|K~{XnR!M5s`L zr3-`;%dWO%I_1|ey@wiKtFX}ZyFwBd5KwhAJ(+Z+^7C%U^;Pe2*4EU<`NL9~jFUL- z-xo$!D5|3`BIo0H%56v+1pJJ8z;PoJPHRe`FJFCBdmM9B{U(2r{dj<0SG>6KGiFxWH)U6m>7f<6bSnO|8PLp@``Ye(^glQw6N$rMYxHb2tfBD73nX zV^T@*YN21knDiAmHOB0?u_2JkAQ#@7ytnW$=jCH^G(^oQ`k{JqDdHUci9!|4&erd% zsU$J<;dJ;R=^dze!c%227#lGEZRu?}l9tcKGS5&d(E76c=^I7y^+k(^8z=n|2|Tl_Y!N+7H}18*c-&}_w(KDfA7me%MJpnV zFL6|7iQN}*raVH)qM!Jgb!_bHq_`xm-&1ULXGd;9+@4eCo!yP6d`unlt!Ua`wETX@ z)lv0Y;nWlA?H*d^#<3hz0=@6g5y!3Kmn6pX(s16apoE{@KDDAKoSiudb9y;(R|u>Y zIxFc#U6gYqzt~AkA3rjy;Xc?J)HzBnsA8kJ5mHii@BHWPwUu(0gLuMAOds=;0o}tw z^vD{Sy>`+84M`rT&=Kr4r5ZHvG40})y-+e!{I7@VH;)_P{TF^2Z=Hww0<%tpl$!-~ zqsPoD@Lg)|jmy+L^nDhHhs_zDf>%PEHM^U35vKfGnZ+zuwazEwI zZID;8w$W{t(caNnD8x_|7#D->IW@hDd4+#^8=Rv}TF%!rUlZkA^GpyAYDdi;JMaG_ zQJNuE$F8-vLfazV=EI;nTlB7s`vVS$)_ZqX{wE|ORCIQB=Xt4VIX-w22wQKyq;&Qc z-7NAI*|!6Wa{J!~sh)FJtY@rkM80Q!^*eKF?$1Pf4%gP6Na`ro44}~blCP<%2ZZHq zS|))rdwgK~Jd{)}V2qM|1yMuktR8kjd9?y+w;tBo3)%|~OTa7mtSqIxL96%N_?+-i zkY09M+iHgx4OdW;wFGjTAx$f$zHaJlq>Y-Kl3`1ChGd~HmKAm29)isk@OZlDWnq}JDFr=@{gH`T#pV4&9df@ zOg9%9XG~7r>(_?tr2}N4>*j)>bJ32r)%>Et06P>o<^#jmOSN$m$7vz~s@nBFr-PK% z5^$f4n)*!X?1XER05jD`u&L($ljb~xG;ivqg7l)xNifyD+Ye5zQX#+~jPA3|n-MVd zJk^R|E>Hz#gqoJC#ZRaOkYO?_35`e!`m28Mi&9}-e;0)UVwLAt#N zZL~w@!+AcR{j@1*P zrl8vqb^PPhK=ZM&4NXTTLtkSQa+8$cV%5y{hZoklVf&m)Y5>Z-J#>$AI8-f~0?<=X zEhpASG;#l9bqqdqlpIj%tUs!*sWZz`Zlr-4<~$FCd0u)fl1$9L=y=ct7cF+K)H2Ul z*f|w`nafq;E_A^$6^mr-e6%%jbMDw5AcC*^IIQZ}!B>wOgPWvAHotYBh67uU=55!B z{~ONnzn&_V)_#`Qx#hqR9q@dtdwPy?(s{j+#_ter`(g+83-0Yw<{xv~w{prTJiuxN z#~J20^JC(D#5@IJ`9)nO)^JmsShB0zg?Zmet;+$TW~s-;n<@v&f>H1J0bP~iVEykx zs0z~B4L1RG_|wu7iJV16$V--z8UgF=7?QVDb}b1HEVz%$5wwgnld}>qgAU(wgjWxd zB!(p)g-QMQVnC6oiFv%QLNE(oJb$StuvzwLep$ey4u-r{z7#(5>A&saOYl3Y4t(w; zEZ!-(j>eB1aK}?0iI8Vmi4M5>`vsV^e_f@yksZ%vpxHI z{#LjJ0~M||bKuV#dz)9pJT)YxubSUe-QXAo*(0kL*oZm^4ea4R+Vvn~bmY!Sp6kof zJ!+OzvAMPgG(l4ocM7f6n=sC1-g_p3jVaPwtZJO``lmVVhd=8g6maF^CY4gIf<>tz z6SB%@p9P026xM^$q$M>J_Qm35aL>NJIqx24DwW6cA|=P@oZW-)=g?{|dzlZq60wz( zefJZSc=RkMpm)=lK1p0|&n_L``_N}2tS7HifyQssF*>gA^!%RhPHHa(nUDP zAmtmT`0Jm8l2w7gqDb9Vaee_kXjKRA_RSG=crFHSOeY_0CHOL23Aie3m1;BiH4_46qm%gvTyA&ZVtKVpvJH)mO_b)^0M8R5dFyM zbc)arnSQ4l(R&*s__Bl&$NO&DriO}5tL1nt8gG&S4A$^7Z@B3r@6A=i@`n`7)!?`E zMw9;Qx&^;F5j}gqHJWe3-{*>wk9{{m+7N6f@nrEZnN?$@%DIessgLQp?qN;G6V6au zmazJ%QQ28l#!4w&2bpYq*4qR@y7Jn#EoL zkOe4bZ>Z*-?`B%rGHJ`jw!-~l=M@ssCO{kRBoF0?8+iQs03?rILfqh9_^OYOf4EOn z=(D(&;Kb-mv(;S_t6Qr5p>k%c7j-vK5+Wnxe}v<^Fl-+`7;v_gJu9+!UFFIVuFR-F z?sp;G^lRXqkMb3B)8Z1h;b-=RIFR4N`l0TeBkbKC-ml1D-#uJOG(exv5v8m70PxJIlI)7YPU2pvc_b*oa)$JSo z`aLy#&OTjOV{s}{)Td6DMw?%*AKGRx!qEujUxcHkb+pm-m24XGF%UA5Cv5Wms-crl zSDDb^kWOGa{486|lbEhqj!aGvCU9j%!|((?)AAXQ{{~hBBb};?Pd!5{v$IuF91(~E zu54r^Bkup!=vx;lE#jJzGH!5pFVltb;ETzpB&1BQ7lG#)sDD%UC#X9VNW-Q&&l;10g4*GE^hvwxKvOR$tRh1=|$vBdZH$z za?>a?U_?e?Xc$z6X$}RCpuW|POSXv+!TcymRN#~2jtsd5HtlImKMJ5qW&9t=A9T6e zTU32gQdOzq9Bbk?bj2%7_4&q<^tWAJDJ;esbY0VWQ@^FSSp}DN7O32r{~(Bdloq0- z+snLqZg}Bsf1;)BDc3IOReSg@CCQJpYc;ins4K&y@N{ixCLYHra;~u6#5;3Vz>G)p z2{|8+E1ebOL6?l6=%ixYH1Y117g3yd$}Z6|bcZeOy>rtu5R}|?*?AFR=BjHG)qS* zVb`8vKY~6rO+>m-O_K)`Q*Y;wO!64!f+YX%MNSoF6WLcPTucG z@hCKfSb#ATw%=Ixqsa%vG+Ene++Y^QHiwUW_cpm1^}b5_lq05EEQ5~ZM{eOJWTjd6 zN`^k(w%O3x0B3DLk$_uYKl7Ci)ka*r6Q2j)m4n8)Zg55Gxk_}Mjt*(Dd^BVV^uXoPz)D|F=9>N!V-VFppRX^JpF%*20EZl(xN0R* znNM*ZO#^o;J(tGvk?+eLX3ZMMgt}y@O#TQR-|9>7`gp0sWj$$7e?7)vR7ghKr;=#r zATm>Y8l_x7c>exnC9HLycidu6&!3a zr(m%l=p!-j5_{tOm*-KKAdXgqpzGS1_T(QLX?ryMx+pUGuJ=G&=>YU**>fU(f}*!F z+PVy^y)1K64$3KpNfVKQ)pmMY^VrPN6kk^SdxZk=o+JlzzZjln3PVUk zfBgx_9lb>@n;%&D@bh2qe)k~D8*wvO=nIm!UKg3iPj~d8WLmE9sv@SGXtogV`9*m3 z(^R~;7K!2W+H9;lRWUQhUyYBW$rz&7QjU0hj$tl^%0>#S^NLp#h1Z8}yAl7^UbS61 zzY$?Z(-&F~$=`C>SYRTIxO>%(`z>;=`S{Wj^XDNN{~G4;-)3K!>4FUklBxrqm$m8_ zL$2%|cc+{9P&bw~ah-(*9%200n8$V9`-v9o1F_t9f2(kOFaLIq9)(Cy-^C$rciUrN zi_L5qb62=)H(xL!3a>SMrxfwB&nPD?TK&3!QOGJ>rgd z&0HMVMi;6r;j8xgTt=v8g< z^Nm|JI;7EEJ|iaaGyh;(HY)#kX}N0{myU}_#XkrM!$(Ay`iIF+`-^6tx3TnSQ76)q zCdR2_E|t-&AwW6DfypnCBxeC!4fMG8K)E_@`^}`FT-5@jPX$I#jgjYCNA1GRfjceh zPy2k~n}8CS!ZU{Q5{vhcV;?KyX~BGU*-1x|jF@317Ag_P&&SbtgHFYamLSWNkeEnX zt}j_bxnbGXxX`1-ULdx8^259udEo{!SV9}diaSK59 zUNe4(z8O?kn|^gn_-z(4dTCF;#BA+gK#rknxdeD9ern9;|N)peGish9oxy( z|K$R(gj5XT)-3lm%~t6-pWwED1PW*CzD5uLeT$phlm``LCO*m}rzfa~(>XP_YBcZnXNe+DT|)FWI#%MRyb@;va~lmZh6Tt4*a3%`tAP z(E91`d2o1mr|*Latp>8*GUokgS%LkI+V*!Z2KGl_@qTLPc4 z64UDsUmH>?#26}PWdn6=2baE_3%}3*d_<71#wbr-u>@IYj6Yg~j#*UwIk?_GqC7K7 z(N-#YOj}rKJnMTRSfc^DpHKrJIXyjZ-9t`4U%+X4+vnX`E#pbPrnNNrDVNWx^*+*k zOXdBcP0UBS#Tw$GIPQ20tqP78Uz{=aozZfT#6RjJ$S5)V7!s_E4FM!LZpXhgYp(wa z0mE1N_H;M&|F#0&j@`SB6X1Nx#hw2FB%M}0QHBB%GF45esw^LJ$Ba{rBgMZe^f(_M z?4*4ld#4)Rv4U~Gcp#%GirX?5Lk+^no3q{WStgTfd~p82XU9i3_qU}-Cz=*ckRnZ= zN7`)mKD;-KgJg@65r2j#Vu2bTvPwpJS*<$0CVyfGY769W*q2lI!Uaq!&={-HvXh64 zmqqB26ZDi-u(%PCP^h<}sR}q66sP#&{PrssyNg^qx_6kaci9U|m_gY5w>s&Pb`>n2r_JImOlqr5QVF41hc zh@ulwICH?rim&J0C)JQ(FF6}QkO5K*`X5deR{T^&3bK{VBP_zvA^KX|B|sPv#+bg@ z0=Ij5(cE-yEFBh^ZzN|q0PgTH3!SDOW5$(Bm>%%(ltEEuF!ta#svlh79$%$CS%PnJ zYN-6DkNO&T>=<@wSoE?-x(QvrRc-O#>7Kg@ph3gv3<+2$b_7K)AWNd6i=v_S(6Y_0Q3~Y=sd~o*+!7PZv=}3dxpgdiI*e zAO9r3Vho|#a@lT)l`g;xI3F+TRp7xFbC;Q_&#Q|9dETy0ml!3!LXsQ>j4k+mfD@S3 z#5tzLXAt`GW7BzXgT(q*bChRjr<&=ngKxP7Z)bMj|DlLToz8fxz$3_qU)xV$JV=Wv ziuM9)pjcIiBJ=860oAAjxi?5E$Mtqro%MSZVZylk)sl7Y&3S)D`j07;AfEnjcZpdg+T>83bGG^3h$hj3J3XrVuoC=Gi` zT>4q1zI3v%wPq#o{FjUOj>dzE9Aodmv z#F`ov8_BCYs&K39#Cqa_hz9pO3cIXqz4pt}mqqiIl;qHQa#=>!(d-UF=PYKmMsHtt zV4Mz|(f-M9@%o(;fu{bD9f`UacVO*y6{^QpFZ6dan!#RChBGAvvpXX2vSo06V4B(f zL5`F4o8;>|NEXw_B}HNnG5Q3=^=yky9_h2hCC}-`=*9DIgcTJa8uuFuJJxx$8)YX) z>uBBK*4C~?D#}f3$3^VO`^$%7&diYHP=<{@o51WiM)28u?}X{{HocY*(iU!q>goTo z#^P_yKSxB8kwe!yDrys=j=g5WOT=U?muQO*!agTx>*AgZHN<@k?56lIM-;J7(iYod zA)9%QK3MycD1u4r^(F~AlOkro=l!dbJ@EFMR;-`g{15I9eGsRc?#9rj)#-4FnoR^C zBPJ(VArt-XT0KKjvM2iibuAX=Hz8(P39#(u$BWeRlrGd_L2Ed~niO;hy%Yq-~WX2U7~3%tw*z zT|W~*j{5fV$3*D=>+33m;)9R*a$sW4Dgk0$@;5cSn-Rc&c$MD#$4>^p23-I) z;35rFD8};%3dGZQTG5>bheAj-w|ZfCIa!TEqmdSK@iW@hRsk6K>FPtidb^<$?Rz^p zQS$5)jW{f3700652RcaX|UQ*?{@@N#Bq_srY^_eFnru8Usf3 zxYyAiCGPtJ2L?j2J`vL6i3l7=_oqf?Cui_eyWtnaN;x1mVMDKqlZ2c_WcRaGL>l&+ z-MVNpRM6i&T%rf{UqdnD23A>FUkPE+Qh+uO=ud|9t$uK2YLow20srnQ-K;SeP zy87oHB^dwgurQB=_)t_|e!n>PveW+RJ)j6|$WmzF3S^>pJwI@KKixvTwv2yPr@Y%J zk6(S_6ZE_>9iST!(r@rK`e}0Q#4%2sWtp)7^%*<02ZI$8&f?RBk{pa%NgiCc;KaUJ zb&#QQGC44NOh7cZvwp!?xLjlC@b&udTwColu`Q@$<3pz_+D|N>cIPTjTZgN+bBaNx zcTMbPEK0^EJJrlgnIZ)u0=)ZcMfgv9D1!(gvw|(2ih*P$ExKy&pSB|F$G)lLbL}&r z`Z!J(;4H^DN7q?2Uwviif4Lq=m_krane&~cG@7&`&tpI-csXXlT}g=R?=RZiEIL!q zt;YdXsdaGIh;Mzpg>(Vo_+6mVYv)Ppl<3a+s^^18qX>5AeHXYPuwYO@IT(we)Rq5T zDmfui-b?OnAY&ZSap7>)kNUBK5zh z-hRoF*a*R6OX2Lzr&+MWT9|7{{PK(+ElW3t`I z<%iYy=ct2si-U{We~^XTkU?CnskK#AVcBfwd#l?$hu&cjmnL{#GU$up(p+0UI7>rov|jh&00;yybOysF_snOhzJ z0ti-sMhIm=tV_tbP|E7(M!D+&1h)i)f|)~F-A$(%gwq$!n;XSURKGICHiVU@NC-w@ zaXh1W7hlOY3ffT$bYyQ4(^B89pWPANLj0J`mPy-gOqy<3q)uz&V~``w*Lgt6dmrFY z1Fx>GH_j1Hw;X%jO1rjmVW$r-M}&>tIzIaxRbjYzl`-jqb@Og3Js65Ir|o)N{go^8 z#mS{@@=2zJ;F8^bGzbOer#P(qIH3^PV^IU9^W?At3^yyVLjvw?%+cWLCG|F~cgv3^ z68E?cL`fM(Wb?$PIzv~K2K6D6z!SbW9^#P%VWJ zu{0MZW&kw@znm$=;4s~uN00Q=#do6sv>Ge#P7KLcPp6Az&qj@5zwp{xFYwb)_MFW0`=z8O;mE^lnMirdss*`UL6JE~0HTD4?R5P}S8$NtGf}IZH_xOz zDNs543x_s0#&?t8r3VEYQCG;D`^o3qQWmX*3CozP#i^mEbrYrWvgw+cn3_{KETt?H z1-TA$*gy$9ukry21zy};LSF6KHHL(K^=|OaW)uy0U0?YEse__t>iRgF@W~eTly=}5 z3ew%(@cG5-X8&frHNl^l%`Xii%N`BPrM2$kVxU$)j_tZ zPmBAaJNI<$CK*HC?ssy{wpN5++Rlgg6HvR*(kd*^us&8pp`^kkm|m=|yT9O2#2!(b z@kkAZPAi9Erj-YO%^VoTbGE#RkdPM<*|9^6yBial7pD}{*+rq2Ql3muCas@E);5{R zW0Wdu57_LvEq8klEo}W9nEWyRhEr!2e@|*t$3i4u@^>K;ZTetj%GNtz4lgA%;N5Rf zs$zVn9cIqLWixYw&HH@cm!FfnlcS_f7e~#f47TD4()dK`;(e$;1!ii0*z(OmTP(2xq``Hm#c2Sd;gV_&BeP^0B?y;rp$5>M0;f;0}0z7%-s1Mg%UCapUM1w)xgv z&-C(WBHIo2i#}2he-j1mB~`GA{D(?W*$~|P7mXhgF>|ESlX)efQ(Zv^`)j9=Nu=ik zi(kek2#LtZ4Yw;dsm&A1lWun_ul(el>#UYB%a7NnBU*Cy{&K-H#@ZY9qqsQns*+EU zOz4Gs84|y@yGX)v*P5^s#&rG|b7Y;c6nkyaVTHrS977PBTi$_^`Jp>qza8!$_AsLO zYWD}&0nvZ9`yz?!HTQLA{vj%8xh^>R50XpDgw0_2sC8Zc8?_{NiY6;T&k`Z7(5SX)))xeWZ!lNK`>1(^M68pL4a)Cd#_}~T)sSJhTHYD6qzpB>ZWgrnpsE7lGyM$!QrO4XkiK)i2hspunN$$8 zVSHkq{Po#jb>Y-rB-*rCpaijGMm=&2NzmZyo;5byw6KZ752*6nmL@T!gb~6 zqOjt<@DIV?m##rIbWMY+zUTEWzM+hJoI>vIjc86+`NZ7zk6p*dOY`cZNQu$r@yrHN z+Ai^Vkx+ml7R##r`p^Qi0Z;V5iLVzX-L9V(RHNw!n@?VJ#*1q%Skv;{kd8yQwZwZ{ z|51^49s~u(X|1`69HP|E-FMNmX z3bY_KcZ;bz!hVls{0Q;;{?J$Ry~(qMoAm*L9tZ;s`7-hHO!d!WyWeQ?yt1=laNjML z0|G9+47=8Evu3g{%UvJ>t!J#Q;Tb;KDiXC4m>2~VT)#A3O+G>dvF(CBEYL^O3UmaT zs1Eo=C0cQqn}2UvnO_4}>WULMn~Tylq$KoPE+E{NkDA%s445=?i2~CC8Gu8Iu*y3E z-4>53&r`>rZSzxeOZWRd&1b1_dq|*(sy-A8m!n>8shC6ys}Hj zIgKVz*yX&ebm%JR#f@q{uvWH|%Q~?0g3n2nXRz!8ZhwpL)aeM7L4m#w1gs(a+Q#!4 zBRYaK(=NeON3l;Gl6|+BI)%3ZYlWUq!jGPvFV~k!J_Ve}=08WXzM>|SLVolhg-keu zbsLeuuChPrs_$Upm$*8zT(fPMDb7ZB`C4P5AIGW4iKoJiVweeze#S=(w|b7?k9wR4lZ)i3fb=^keev^!3K9tXz1S&e)4Ad|YC|5JZ?>AWp} z4mhPQ`y-Lb(};?kZO8qoTJA&Nk%0}grkQNrdiaW!Sd0MoOyIcfgfHJC^`7Wtbeb|; zIf*1c;zrTZXNtHh+4pE-Y{GrsPSrnoP7?UGpyLpGxk)VibqV!`2rllw`2TDN!Zr$B z+t+A*x^@)eBS`xB0Q(HzutND-V+mC|jdJY@pyrvE&4qK_xAS3DPKDI%>lFrHt*D>z z^9+RXM9|G&;lnpux1YOXil=GF%`V;f>IHo!!WltAjbL}e7%Toe#W?DZanxpU)J~cN zeBa#_610#n0b)s(2-=XPGONv?1#YMR{nV#wCOaSs{vBX@5KE@S5UJJ|*?!g@qQ3h@ z@Jmv%=;ZR_ooY4BRLW|L+V1n6m3aLE%wH%?&($w=M!n~4KKBt%%o0mGPl)SuXCir_ zA}{yUrP~pzR1FzQ0uM$N%%HC&fCM(%zfLUDzXK%-!IkG&*}?m zgpffd<#Rw0Q_rp(8+CzrCbPJ_rYo%%swYW@hh>aU8>{=3G{k%7n(@u4*>VW~B*i~jJXOkO zb{*na^LY8-v1T0?P@+rw(1}wVF17{pQTkT%KpFe61kFn2yZ)X-eQ9f#Hk3zSvP2&> zFC)51tS?S8#J4?37a|QyrSE3k6yGHh#<;-CCEa~t8R}=tI1~W z1X+*txx-NRGaY(|SLq4~2m(WrCt`$s6gGRbo zXJ_`NTPC&28L}>sx#oStp_iG3%u<^T|E?4AW6k;NsOQ8i_^~^pyXoehTSKPh?6EOc z*YCGGr3SU|wk>qsba4FL-H@@7j za$8&&qcEaP8(V)?(%*z&-)Jvkaj(r|TS4+62NVMuYEs%c>Q#R&#owRiqC@3>R-{}1 z<;tY#Z#j%ian8iGyw%6^C(aW;Kv*fuf8DPFRt}}Ty2H5MahsG=e!T+FEPppx%@eIjQiEjw0(EmUiWMETT8FvJ-deZ zEA>}ShVw_>F9OnJ5g(upm9VBEi`=R+t``xXC|HfuPaMDAp=s)k1186A6|LxxLU3~0 zlhNPjM7oH8$LaN6Qfe*PCGZENw1gz4hZ6whrPU-yKF>_JDgFq)v7kr`?2VjyTK4w z{gu-1qF!gipI!1LQeW!hu*dNqi|MaVd8veWQ^O+3RaC%Oe*=?L3`_v%_!`~aZuP9k{5}`6f1Yiu!Xqk%9Bs`p=TV z5^2iwma|aLn_oU`GtX{FU0D&w70%V)BVDXMV1!XWS{|kzb(a#pIUsj^?qSo1G00L|KI#x;(=Jh)6 zd9L!|D`UCrhn2dAq^#(NC3KBnZ54l_%Hh z-XW)kW4)Mh?-k82Q3|e|%pMmR!Ahw730$o+?-ZSLq*!@Z!RsHG%U!`E>>5CLvNlZF)?G zwZ?U->pNZluiFEipJBa0oSFS0%#%kBFnoIiKa!h_i{ujhWJ@rM1b%g$12^$V@BS6! zR|w6JseSeF3D#kSC@m4q|mfTvF9_zMUwbQWjhqht8>jHZ=++?OErx%9DAdW7wRytT?xI zO*Cg4Td6oPsu=m}(5Fqyq`fw+))hO6z+(pkDIE8Cdq} zMLnj(qb2B|Nq3`O@W#mN&xfze8-9}#X)wkTLs2Mb64 zD_)vf3BKsfR~%4;JGqV8ogMLQOb1Oxk2lco9%5CemZNhDP>2zGTtWTJlbO@hwNm}V z8$)sszwMrEOXA(axPX!YUsKXtHtt{N;Bh~HGLm{w+X4ciutu zYpsU+ zcwl>r4B?>f2KL#iqDm^$#PxzY-rcqJJs&T-PWq)lg zNNimP!ClEXcVJIin{|EpwKogm|7dJ!%t#Nn7$3r=l6(&?s$eT1Nq+b>#FQ1PaPeoY zB?0gEHKzAizDZyYFVk;b$t|oMTRq(<4<6mo{Rr@s}|DW zLmO6Ej=;BP0F!d(Fm`{lTHkRZ6D~H|`hJ=_r9iunNeTX>pYV-cTXL!}bYzb+@!-+U z`R-kE44w?W4<9vm-SuQ>X*y@(5Q}Hn<8?_FPwRNqoVJp8D~z-A%p(E*Rp&_vW9^8< z9%Mf_l}4$zZ@(W zD%C%?>yOXe6P<{CXlO}nt6E`*9;5D~NG+RcpFuceSZPs_QT2G41Dv61LJBJxjj3%` z{#!x3HZ_vH*onS-QSW`E>>_UL0!LaKz@-Vckh)x0L%I5@=LYnzZIhe{~9o{ zzNiz0!MHPd*)`f}a!%}cxcfCL0hC1jebcN_%O{Iz&`-c1IdZ_i zV(4aQ=LW*Fk?vqhl$#tAr700RknkFejlstuP{E@$eF9DtJFByJe)me_vJUAa&QB!}y-yeBa`|bZ+ixYB?n%iUj+W-)Mu!(ia38)~H#!11SYG zFgX6OFND`D$ztyLrff`g_2?)5OpuNG9cDyZaATf9Z@hW2idV`Pzbkn zU;RGQWKzig7taYl;JR}uTllupH;owg-uo`Wnwm&;z2|n+od#XVoA@=r#B538E&+ADMK4yV z)w4n5Lgev?b8icFgM7uhTcFZ_hVr^bSZ)YZ@k?oDO?G%`(`Q2I$>Fq{$1_O>(&Yu~ zzNm_c2sypbQulf@SMNK*&FqUD&r^37y#_~!kN2sX(tp>RrI7R*`lYyRST}C80oza$Mh<7X`aHdWum$=f**qih&1Y6 z#9DsW1Q8t5F9JXDz9>EKvnImm!$`+^X6;>2XJk0$XD9b<7GBi&9B)VEnB}+&)kz8s z7ee3D`i|b=%P9lBLFjLG9RMiWcZH?Rh9ys*%AGu+vM84!ZrXKtD+8#3uD;DYKCsyW zw%qzkvUBTao{uGEW+ipzn})qSsWUgBMkG4bBZ3!3lM5O3f5D=6P?WBLo6kQ={=}v@ z%D$AG_bPSwbqC>=1}lGq7MA0vTwUDtx-c{#CD6%#yMI|MIcHFg%v+U7=qaU;J5Bip zc@BCm(K!PTxwTApjHPDxmwlQCFEw2A0B z#0Q7rCv{nmZ8yuKYW&*^HlIJ+A0vgT0MgMNI1l7_5Ynoj>4!>SSZK0)Z=~8{AR&DT z(qPYaM2`GEpml%ErTs--Sipn@xk9D^O~hUP2aTA2;`LELV&!^++68>ADe1zzN1V)b z$g%MkzTLy=0;q`uiS`p!8HxavPDY#thZd{j)-0^U`bLwu*cbCVuP2pP+c<`SfdN9& zSGNsj2p=`>={RRwkKrs&15tZ5Nt7ndOE69MWqN2s)ueS&>N2%fYzx}{7`r=7 zHh=zvW;I%YWn99xAYro_}6Oyy^35@9!&?J#xtcH$$IIxf_q|{bQznq?-)H zGW5cDJJFdYn%%#iLrWlI-T^(>Zxu5fKRT6CA_&kaU;jDvCy6zi0{2m`Q83x%k~ibR z4NFrH7W8ps_^)KCz`87a)X>!LDc2O}`0O+`r15|RH`r)~zO`muo(X?+F?N5-(&&fo z$Ch)Bd=2e0l{2z#t{}=VPMyduN**2; zD;Q#UE(+PieNr8`rHO(z4^G}3m_gf5pTp{E;sZ7umb%E>;xEpYf-^Y?-Sh|j2gp&~ z-hoJfN5?>FxqyWUt=ief;^Z~2QAIN0a%++VJhCk>yU~*Vtk$crU`j2Z;Ydj@zVKROP@ZLUUM;uvvR@4TW)u2?gIt!k-$ zcH_eEPa+Dbu|C}_6-DxM6h-qSfBr;uMdO!WWOdK@zySa+R`6{tf8HA427en8x;zIy0n;)7 zsj7-SL-oO55g`21IfQ^p*2Y;xk!(w>A{=LesMf*{QfM z8}S0oSjEt9e~VFp-}Y99Qbx#0>}V0)=Mcyk65$PAyJr6>^lo4{ER^Q3l#2*m3!{?< zPNWvr6gFLGI)i9NiX!_k!BDd&gP-*ci<{3?O3aI-bLqJ((E9MMJG_82VHll z!Gf&j`BjPRfYEmX7rztV0L`F(Q--H6rC6??rTONinxSlu475Aa#;#lvTtBiRnRjm$ z!y{2aJ$gBENt?dj!bqJKpj+n`p0k0_v5{-FCtgq2{;u$pYxgWd7vZ4TPc)XpQid(r zt0qD&7w0p&5dyVuU2+sz0f~sE%h`5f7(r7i-SL;Y>ja=OhyY((GBNtizq7?E4!02M{K!N7NM_r zzcktAm6xasYPa9I)*D;6-l{0#lXY$fE)5SGu>`2BRT=)gioNt&CEUhxQ%&^Kt&UCa z^eJp=QA!V41UmddB$7ZN04cE-Zg21uj{U{d8_a7Rm0?`g4XsWEYa;I=5@-NjC`o=A zupprUngl8ZQ(enC&@zf=j!xH!7lix5W7g5fVQxyS2L&DYAi5e*KB063JhXlCBGz^r zM^W4D4nQ9Ae=$8K%D*mEUSYKJj-|wCti=LrGzDP+hpvJ3FpR-qWJR+^u);T}jxQ|{ z#v7dkk_Pp($0&S>f`)Fu*H<|L{ak7vfp`a+p(#fxAxVv2{B$S95orR1hAJl@&;wrw z0?EDycGcT2ew6P3%fG#}(BEtay#D{Uo=`h($ diff --git a/icons/dapps/color/Proof_of_Chaos.png b/icons/dapps/color/Proof_of_Chaos.png new file mode 100644 index 0000000000000000000000000000000000000000..428bba7f91d33f3ecc8139159f66ef884c9d3c94 GIT binary patch literal 27992 zcmV*lKuW)fP)GtRg(x!JRAy4!S7C=@88WrNC65J5y7pa=-KQT`T0P~TTYMGyo*QBjZ=QIJ)j ztja2M&vd2P_a?df-ZP%(`Tw4qHci?jP11~;_I&$E?-|cI_uO;N_xa7|_aNlJfddB) z95~26VC3NNLRFQkDB%fk#SUP^yd1mp70gO8NBIone0bp6{)b@9gF;|KAk-=_Zb8hB z5k+ZFM|gWIwy7047&CAPJ+^@J^QZWc%au#1S%o;6ECi|oMouCKR|vt&;fea7nF|Tz z5*X?5fK@bb0J(7rBW}UD+F`ktAW;M7+<}DH2A#u}1h$*T=WCG-8#b88LDs+_bQU8o zZ&EICDP@Sz<0uk~K!P3*kE|R>9KaYUXb^Cz9+9?^L-5>13a%vze>*S|tC&D*3AR@l zu~cm|S{H@}961~L3NnTjcsm^uHLtLuc zQi#q}s$#=V3oaNuZ1Ddb?-;ShQ>0rqa8?K&O{d^$XeGeGLig{_{R zn&$gT*tE(8c3H_xL0x{~u`NwyobKPwW|o<@Q#6^5P}4RIAUn62jcsNUpXLWMT1TN| zNQEB4j)wMAGfnn_HgK(IEi36cb*ub@2B(=i)D+ z#yP7HdU6mwg@gXUA@m5NxOnztp|OvHLi$O#`$xkjZ*Of~?i@5@##u&w{zU3>2fC@) zIoRm3puL!kisGK2%xB_$cNp97YiGG793TJ`|GGuH4mz&n1|f%K)RrC z63WRbckSJ$a2_v8rhI4+Fl|e$uKUmqr`lCe+1ccxsc2l@_-@2qUAw~kVEb|n4I@B$ z*MeQ}KZuYQf^{2ekb^^pL+D{dVcF~jh_D;sCVvw3pi1j5zwP$qVZXOfxZU|_Sa++c zTdKQUcjY7{p%tPjRMA}fAM3F!BiAqwNgeJD+gsN2CMbm)9d8($n;a$e0 zUndtxxHw~A^kSV!Cs<0;E$w*_*blPO9(j_5FA1e5sHecOOeLE0Nnf{c&8`rzu)c76|-hv zz>10|6O5Jq5x5I9#>^bkRKO9|?b!BYJ9}r>J0g*eO7cnnG$#c9Fr^An;hTtAnp1Ag ztDNtZ#P1I{oXE6O$gt9^HP$HFl0h7dHS%yGsKPeExZUj8)4U&zt`#tSYWS-*4Tv&46KQ zWDj8ss@Mrt;T9z-7u*g+!#J7@<4_`q!pU|ET8SK2j#idaF7mtu6o5Ix5H1G(L61Yk zz@NP&y2a9xxHb@+v?qch6l+A|3#N+MmB(qjLYvt;H7}ERIy#i^RRk{eVJ?h&+8Va) zMh^OfL+C-Eva&MYa^29P%4LfuYt_WYuStnj@va| z$%KmmE{I9xrPJN60j>)%IKn2FS(FNs5@J(ogG*V5<9U8Mjfl-atxhtKxD?cNu2VPZ zuN3bMNi)t?Y4$Md%4`iO1TiOW#M!m)pp}0dNRC5XiW(;rblB^)~`x zX6@Y!WJNi-Wl686(B*RZ2&mUdkGD|C4OA-NUzd8$6-HahFH1zMQeN0I@My9uB&ddBCm?h9e*M!@RjsP#^y*Jvw=}1 zITc8uTCc`=G~LdheCPgQ`Q06HZSgkrJNLHK&3VR&X?KT1=zgN8vie3L__shPR_@)F zn_DTSPFu_hi>5*Nmi8)<1ZcaquGnhQ8j>&&JT$I?Ty=4dG@EgSF-<;5DUA(6MOsr4 zgSXxd!rWysp>o#iwWYx(-qQ3@deyGCiDhTJ=AtZb0-sTSjF?b36%=*a`Hs}J)$spr zU54W62r11Q$7YnxM^!~L2{gb-BQAD=%001YI*F#*__H7Vc~GgT0|Ah`0W6STxk>Dy zy1KeH?VmjzOl=f_-GM}ddUgmEOBR!I&iYc92 zQZddXRuGV)NjI~TVBYGK3r!H5hCLKoNF}(_(}cO8AZ^`!eW~b0_Jm%NiCIm6V0>deWp``0Br;{M;q9thLx;2vRf(e zm)fV!_=Kj?j?nk+)*ANe`lkt~;MlGC*~H?R#)i80JZN+g1Y+M7aNCd8)YKU02!uoE z{jm6$V+uK?-vrOE zElEcckgOYN7?`t$*F|C_xj2>6vrVlUHkYJ!#Zwr3(Y@NAU=#}-ELlULAgM(XRBM+M ziCpf1exhqzP)7w8Hdjr9>z0WW%ap3I5=phC+Y&8mI2ja?WIK%{T4gAlU%u!D>{2`j ze797~Yg@OlNyXLO;@Yonc-q|2vN6*MNN3sz$Ev}p(@7**j4>FyX^!-`B|MQd(xVAPP1db*fbRf3T!6hiFrO2| zur04?9Uz@;W{ZRoMfGhvtdhVuTHq@_z}{vMc_x^^%hEjo=8aANwzoE|9d=uJFu)zf z8tw?zZTK}hg5VGuaLO?!%t4A+$~nJ~x-{aNG2Zr^I2+OO!hXH1sd$MUZ=W#e7hCtX zGGCw$NMkX+yO5aeMJVOf6$Kn#g&vLptt;!8SMJj)-Cnu2*43d=wm>=_F#G$BKS_?)^qgnCEUMw zKKQW<`yE4Nwl2agGZF7_G-rTio)d^_qL_#%X$H<`DH*w$&Vj93w|lPYagkfJNwx<) zUJ>r)0Y<~ny%4a@L5&4FdnhCz1G9l>oEd)8a?wGk#@mCN?6)>ON98zcG{yiITnk3b zmBHN`-#~{shC28^X0YhE;}+n$;7n~LNGa=0qL?r@(maZ{4-T8 z#Z`BNc>GP4C$Ap4{S8EShXqk=E)eI;1|JqzJI}AXqTFA&1yp*TA&HSJWM(uE=}Ciw z+OB|lJtVPQX$q(vsyf#gAC#od^A?gEPo4n#o29Mfu*cSi7`gECukiVc%o)=ryw}*+ zc-RivJmMtu#n0Y12|PpJv6|Yh(8~+m!aqETA4amsNJdKu*xBmd+pIvWO7pZZ>BCah zgsQrtAj(BYILOGcBcW*&f#NMa*Y1R2>hTm+6DIM56E=ja`du3g!d}A7EQ7!?8t0Y@ zA?vRDIUx{K!boP2!Nn-Hg41vz%x_rKW!vt9ogW-)W_|k(vLm>Wg138&y+inU%FL^p znredRFvJl<=u4isgd+c0pBF@c(+dr19C24bI9S-JfSpd|V=I*d9xYA-MVqmrB|Ehq z+w?N9uaRYX1h?FZ+t()rd? zJLnBqVKRjk-XYx?!nQ@>8!1U!gu39<~8A)w&rzKG#$aZqNjWMu9j$n z4s8Zggm82r#3s6zE@5On(dB8-(HrJUfoZ#wFlXM88 z_WK^lAq|$1Yo!x~*h~e85V)Jk;?3QSJUNX$9t-3)qoJt^<0@7m@C*@SH`vprY5LT@ zh};uA(G)A*+}NwRL}k(#X95T;&)b6yE|?B6aBvt|AfeqRc+B&RwBfc{rzDr2?&@_rguxIZqq}kOXAL0$6-zAxpU`w3j>AUg~jWsNB3#7tEgy;38SV#{%-85 z9?#q#Ur3Njd%X`C5~p*xW#oVw9YBm_MojHh(}i1$bsnp^BSLdU42&&}Dh9-Px|6|3 z724@ou>#TogrqPbzJ)1a6xJ0=ENP0Hunt1hh5!-MEz2zu={yoimB`q3=l6i4Ocd-2 zF+B;VkeMAawZvlmDs}+9ke!!K3$Ud#l2zuVFd0&Z3(^_uB!AjUi5J)Ym4%|sSs9iZ z3czo-z~uQcPujmcT!v^Ku7t*?pL+TNcw)Z=KhOf)`w$}Gzv@h+R2FpG5B_PvEH4L1 z%s~>k z-frIsmM?g<;ucj?6ofFdZI7@`w+5baEX1C{Rlv~l4Gor>G!C$37iA)i(WFe91oxOdZLM#^WH?oqzCKV)g<~~Z20YQb$UEH)? zKtPw4w)|<+_9zArmf65XMD~ri0#^CmL8dE7E1E3Qpk0O}GK*4kg^@3?ixI`xuVaye zqTH&P&b5qW0XS@3#2rstrJI{TOP4vSTv3=XAm*&YC+He{zyq-vxA|)u|H;a8C(sFj zX%+=nUu&XCW|SqvsW!biwi^fIjY^iJdJY{hYJ&dnE3FM1otv$@i#&gx3a%<(pp!knE*q5HhT zAa(6vWHJuN%i(KrzoeG}5_nqWn@A3+Xbw-aTf&nw=hIv0-p&WiUC~dn8`s-5g|k+h{cOx zEw`uBFs@0J8JaRgY4@p|QbxdTjZMJq@$#o)9q?kb(*vw>?`&Tfs|652~`CZ z8#G#m#ucvtLYvsId?=DAWrpnqZ(STI?r`^k7N#P=|HeE)LbNCrz8!>6Lk#Qli-MxP zZ0(b>)X=b&^UXHwnH=DbVEx9s&=~W8JGtC@aMNo`1E4Pd6&BC!tDQ{VilvI}NU{W{ zz8;7dh-~=E1C+Elo@x3+#T|6JOHHr`dA?K5l86jU;oiWY^y(m zm-a%`JCSX8iZLKV9X!u%&~__0ylX*kZ6LPU#)Ot8x()WZG6~|%kHJlJ_4S=VSZ+tW zj5YYM-K-N4*MuxDl-UWgm{Uw4MkIi^Da)m}EnQ=_OSMg%x*36(IEAi>AD(BwrsYNq1_rtWB7*HVVmtWf{Xleuz%3kzqGU*E3U6WC`%T@_w~|;HGrsFa_{N4ZbAJ7RcJ_9_Gf{J)!=WwfD3WC z++G~m?rI57WbLssSC|pmu1G< zG}Iw|9TE>MWO~3g#bqej(s;?YvbB8hVJo4(`uzXQ1*`K1Kve0qmZPgo__Z}4**0Lz z8^M+Z@0C~xk7==N554a{etX7uFX`)?OP4Msp_A0h!M}7WP-Zb4R0ZeUjxup)F}Ztd zjDq0_$%fWxT?*&nnzEg5*5q$p7KPo(%=Zc&LxdRmf(hsF%ADyq$E^rg_goM)fed6Y zw!5)akJPoZT^}Y%qM=S$v4|==f_x;*2 z@Acf(OTQB;(H8^pz6j@%F>#l7w{5%YEz#N(Mz60}r8hPQrQLl%(u%5jnWFkE%@r`I z+f8XsKoGYNW0xCaSy@}xlj(--D7I~lYMOCHmOeuc1`F_Zh+7KB&5DI~um2IsGB^)* z2q4o=!NmQCz(m2Ey$QP6+X=Vw#ve}lP7DnK*T3@P?;}C(%-v|3T99d>ws3lPeRHNb zA;XGoXg)QjdEES<9GaQFn2h!lRxGvbR`4N;wa0op_SPar$elB0K zbkK7y$&LZ^x%rf!r68pj5esoG!Z~Ttty(lwNoan>z&f*usxaLDe2@6bx6D+{CTfM6 z7&lD;ha=*0gJX^mwWP$K#p4+D1qk){h{v#4VQZ8XH?>nw!pLX@TySPsX<}F@ z7BeC^o{I41XakBQS|LIf=5YfYZ$}={;~a~tTI)9bAIcIqgdPRRQI9u1e`_Jue6wwV zrx1c?Vu2S5EG7YwrMJABS}m)igcB7k7^$MBnK(fa0m3>F;LD#aWKY8TEZkJoFF})UvSe-ODWEpBMmr`2;uf*D@qtK5lyz^l$kiZ z>(&Vo6v93y)L8Q&$^tlq9sykU#8RKTz*mq)*3odwPay&w4|jeF2((<8B)(_5n}a6MVsuMp&BiDxQ(UGK-8s}`{;PnN26Y+%pvqJ<7+S7bsk8;F9UJG+bvqL+D|~H6J{nKDgjotGE4M zU-sj<4AVzIN^XUxu^!%x4cHPJ4cpxL;Q33FXq0gB??3u6bR@UR<)b(3N?UMoXggE(yhHMo@tyrwNcU)pf#>~2Xp@4owPfm?C^0c`ww zg30a7WUms1=-{b87dnG)f>UgQk!Et5PNXPAR7?%<+Rg1$uG^RxO`4|h{faj#R97ZV zJ_S`xJb~Blde7RqeFaUX#vHLd81r8Ts%ESW@7%N#jW8Su?O?$8;DZlT7jZoUvFS!T zVSo4NQ;zQD2wJyt-7h)fH*NeNm~N?0kfTp6r@mYbzxbCeBGzU|i7XK_F|CEKZZqBb18W8?0nVjRfrsy?e?moX=hAU62&ggiH~vQ zV>a25`%nm_KCCGy6#)`-l|!IlD`4jKLm06Z$iix%eK6VqMQu7FN19} zqhUkYwJFR)4M~!UnlzoT5$j=EpA;o5sOsGWPCVAaYPP^HWO^_ z3XtN3&@p_ztvOY@?8z;6AekG@<&+^}A#7g?6emr(i@}C&o_5ZeXl~xXx792c(MVJF z`+zW7myU?VvDl_oGy-r4?O;@}rMD9#`bL$nZLczbw942^>Jn4@mJfr?#u4^o-w*Ef85&B(FnjHw1ZIrM66CkQqA_D z)%)*D>c(z(F*kcSQ^y%;1OC$RhboP20U?J;Hu%)k@J$v>6^|^lbhcCuJxh#h;I73VIf7>4MA# zF23`l$3B~}wJ*8k3Aa0+{sZ=%xBqd$mMv_}>Zgcd#Iy0;HUt-oLXDeNqG5s~p&eu; zZvV??-{C5gLpa}p)n*#A9^AX{$tN#O*+|?38uqUJk1HykMvpo6v&`==$;KjnI;L1o zuQP1C8yoDgW?v4~ZFvX{14f$AxUjtX6BvoVfdBH$w&soRAO{W(0iV6*Z`Wgv zeod%$z`JakN%7Ijzp~cW9a$FI!kdV#ENE_ClR!g^5$(MS%V&KCjG@1SH_|0IdN`E` z)gcEC4gtB!?zoYxzt)#Gli>a8tWm1svhvv|9uHcHcrcqJb%DTKNyb9U&=6y!Y-n6q zG29j!F|33xn>cd#2<;!gdX|cy1{N&Go z)K|dfRM)n;D@U7u^kqm2RUnLJk~^BIM+P!sar6n(VXk zJUVOk#|J$R*-!#5C{GAHB*QC*oX|SLKY|O)M-Cih30gKk^Pu1s*1g4CaTj(<<%-Jr zYHn^tR@l>6h#LcessK7f3@M=tD`qVLGJh30aF9iC3Gobk*t)McjS20RB06K{*#c$5 zIBJY$sy^*Rbch&2LSF)RivPO5ts&f?BL@yf0L!*-kAMmI7F9h5*vtimla=zaSy`ca z3!!`i9pdF5-Vw2)bv(T7B`du3U$&fk zmrRZ_-(&@!aN;$*sCfEl+tYrJiq1oafFU6jqvEshQ8u812ywE<9E=#=t*NQwg1_6e z`Z3W~`NmA=f-j<)(n361#_Zdx zb`#a~%1;XzMG3*jO+Jn2s(a*%_zOI}XmiU6Xb>1Qp^J*DeF7^tBL@z~82(#R^U?S# zPd%Nu)p)lZd%QX}Au335u7DV?Dx8T%0XjIxK8FT@K@(bNd@=k#2{~{u2Jz@O@7;t5 zzQ5}>tniH84DwnCOfr%=$DKDiwlqc;PMI=gz{yvGCNviK!b3S8PLPdtlN}sEun_+# zeC(6bo{l0X9AjdU4nmJFn4-G1Q7N`l7)>chqXA-2gv>9WJq`%@33Lb`f{e)YnhqTF zhKJ8t+6JQdr+e3FUWy>Uosr0fqGY%c@D|{+=Uv8Ks(ZvU$v{iE91ReIBD8|-b3w!w zqeB7VQRKkED8m-^eef>tmdjYRi88yD3ku$FaEk41Q{XKnC(ZacQ;0I6q!vP)f6Ot* z3}_hgpa>1W>N<3&U?PqjI2dI}DGmOwrF+-a@>W$_RBy3dEs6S|{HA)bdEI5qp z)a#8gA6`PkFa0_i0$_}t;gb%s1`nM1|NbJP^&6$-x_287BwfIeZUn9_KN`~!wWaYX z1DRoCK!nb#oHGZ0@MJUu5S%+@iX3DQAok3gRxuH4-bY|85XBcxne|U@w3DuCx9~Az|F+`_rb&|#jTA5z$H@|3{b}28LKhcL znG7eMj)n*Xi6Z2{K^B2g^$Ee9uv8JuH2EVxIdMp6I# zSN*f0srVQg24E+J)Ik=4<&ArcW4vqcdYssJL;VL#hz{?!VW)UoA~>=sphV2;kEi>f zgwCm~&c|FFg@y4MCcn$5z?Iv!&n{yjAw(rX5;TR2JxToI` zE}ZI@JKlkVk%VOn4dITkDpfoD!Qo_xtf_m~B2DDq%oMqDd5?h3ps{U-4$fSn5M@A> zM1}-d9DA@PeG*z`a)DYrtU1?=i-FCF<-oxRfGc8QPuty^&lIx8FXy9CvMc)} zbjbF(1;TDLjGz=xK@J>b8NgwCR_8L^H~x8i;Z!6LXBM|cepU^P{0Gaf?32(s*#8)b zVNG#^(B2H>z(E$_=1b1b7jNz8tT|6y-p<_avcUM!n+913uZmfp0=CbKV=jxzqDE*K z0q*nZGFKcqaF8Xa52eo7{mQy2B4zE7%)B$oQybjMWl&h5+9=GPib0{(`)#}VDN;+SMRp{$4^pOD$(fxdw<7k>eiNZJf02@ ztDx%*T!=o)5%npdZB2~Cl&?ObpyA3ybKqb=SX@;FUTicIOhFQUcYB5(+%!8Sv@Gu1 z7H_7eJ{KstkTnpfS$ZYE{?^NX~=~P z0>S%^JoT!N`{Mo_2t7#KYG+nT2crg}vDc7bPiK~e_$10QV9D9)>Rx?YBU`!f z;7~LlKO05S}g$Q2&TBEd5v8gs_8cm zg+N-MA?XQsnVh~WvW?KP+{?xA;Sk!vs3Kvz#{qqYJlTm5Di%&T6Bqi+_EZqX3J|*g zC&0oE1W-C0?&bWw9%orm@N$nv2;7p**{g)sg_XpJ zn`jgOv9b%00|%oA!ZAJ(9Rd`h@>6DhoB^3Lp4pBS(0Yk!|Tguo(*MhOIwi_mCH zA>`nQ2PWj~fwb52OIguL7uXP@L9XKQ{Fd(?%f^@Gbjz}Y7ulRqHb0~Brp<(1)4V>z zW{l~;=9v~`YhSzjG|0iF9zvr8=)TVI7FCxdf*YEU0|z4sEc!k2k7&9mzwj$aE2#v| z3M;Vi9A#S7qa?a3rhEOhJCG3Y0FvNi&C=JA$&nEk>H^MW)flh2Z_wL{llI49I(`~!%?4)P) zq^+bS+Nj94J07oBOe?1LJ2Wg%q{tJG^wp$KLQ{c9Q$kD3EGlhw3LiKaDG-6tMg3{$ zDyeH;MXbO|%gsLl#F;ALtPQRi_@MRwy ztj)pH*#RV(4ig0WR8eL1Pl9zDM*mtI9M%v_U5pMgTv9J6=jETe9&1IFJqp8IC4o*W zc|~bsdE$LGnb`ggXBS~a6mHN&dF6skI;l(ZT1%=gB)Y0=E4IAcuY3=T#Oi~!>ANJT zr9?Tk;%Icogyw?R;ClGH2{~{ue83=FFY8J9#e@pqlzGTEZNBB7vq&MT)~k+uY1x0Q zJT0jHJq|{**r!YT8i-Ka_7x1t^A>j28rT)uDhb_ZF%coByyWC%M%=c#sZWTT{F=0cEwiw@WUoGkyu7g)t*x8U5PmuNud zUO6+*ztuju@O5REUBOpbRo#ST-ex(~`hj^BZHX2$l59I@?LN4S9l}T-)CBH3^=!ii z6AboEs2}j^3d`|m!$N2z$4UFGYmoy7!vvm*s2u3s&Y5{E^UXcwpryD}!oMrKS|-3TK>JLjH9gb3W}n`FyPA_PiqF0h<9@iIPs#hpo|W?YCN)ovrVdnaVJ04*1l)Q(~*7=8tmtH`_t~ACnH>yDtEt9KqE;TYYG{* z{AYF!iRVj>u(sr4To7*2x5rTLq9N!~`< z(mqvGxI+9BWzSG9C|j1E-=i>VonjE%B}l<~ReHs+=@Ql(8=n^`GtuASlj{>L>stEL zupcK}ZiCjp3}p@QmBm||jzta}93lc$RX}8MdH1atxmV(yK7@*DIF0kzgwq*{dejh;1z!2O{`hLH*1R?OzW; z4xXVhf=~p)cNG>+_ag@m4gsp|`4JGfTb*lFaoGxS(VUadMr!G}uA~!%f$er-V4Eg~ zF*k*#i-kFx`TW2;iX{~B&%}v>^)cEvf2)dRL9gIkOSJCTMbH4oLUXSCqrYwYMQASU z8unS9@1t-~_*++L{XF*^mD-LYdq@Zkz zO|&U<(aS0y&+z9RW40X?2gau-hZC$Sn#@Fgl&DbR6PSorT59=ebFrG^=`W*eS{v8) zD|9T;FG9DK<~D=lel5x(z+L)EVfpmw$bo}_gV>aRziU-bh)fBWD_1BLQ-tq?(-ga{ zg(X(LY03$ieeO1+ByTg7B9?Jgv`5F0GmGBjMS2sBazA@9HU9vgj_eIi-5z8oZx3b& zoi0Fj^HHWO8iKT3FL4#+_AA5-tbZ8|0R2SM+N^_JHr!CfSyg@Aw&+yHRr%^f-?VnAI$t!38=y#Da zZ1eX}_TiMmwDvvZz(GGzR8%d;CHw#w*qKYMDw-gka*})Md0ffK$B`AwsB3aH@>Erb zam62TO3VylP0K6VBjeG>%U%>dC5AsTrt=St2|Y$!rnbeoVle{tDp|NI#JIArh(V%0 zWLS|zKO!|Eg00XCXaMLpp)G{7$uYJEn1TlL^}_O5pFj>A92^*F;wI4UX6@ae`f_=o zY#Q?|T!LLwXHmfzQruo1IC&ANC|-kgHAaz@$f(CDGmp>rZ^!dm~c7ELId0IQwE;TDpV#+(AX8 z+87V6Cv^PD$cHWC{PI`mACspk8~01^?23ueBr9!8cJ9{uSL^<{7|B&~kq z6_IRZtlAr$3M=`Kkpl-kptxe@>--qN+W)r;QNXD|6XnM^|B!5NsuiMP#dD8g0>o zYQ`9e-!(QiCeZ*fpcG2X*=wMuplk&e_?v}g)gOf#H^|v5M|x5&2U&{3iW$?u*1ZRW zZ{~e3J?jeFU%jx~yAS(BLGDhgC{Uw{L=zG%YdXjbAilE9yTq_U4)#{fX^t>o!lbpO ze)h_w5>%h#CKiNaSlZ9c@HiZ;+1MW~GRcJYCo~8QNJ7t=UM^LDW|YOiMEs$!a>l91 zfdfEgWu+S<`~XP2JQ?c@%s-U{jz5=Tx^F}jCR|h$twJSv8#QdSAl|$N3Crl1?p1Ny zD5pXJXEjd>cb@`K5ds}o*Cy7D%V&R`Gl6XPgIgm=OF?G)N6|;FDzu{v^tNj8ld7cW1)8BOAq))mI24 zu9nMcUa=@X|4Rx{x~FL7`|Ird+?{H=J|gP={4N)1qmytnr-ET$5ix~}TS7gkd0H7y zi&v+V(3l3%RIUnccomk;rQGV6ff5PMjA(10AuI5|EicKXgHGZaFrmGw{<@H1=`06m zKh++E-7i%xJkd}UQ>Aagu7{Y-GBo5RTrw+bsB>C3~-LHqyNh7B7A zJ&p5#30+&ewjFbkRcWBT0;7x4!vAyROnP@jp{R1^REqguGu3LrZU!e9(+VrPIin~w zWlAS_xfqVDX<(_AsG@kWm3dRZ?8QYh1*RGn4IkJzw!2@RU~^BUA|VLa%*6-1b7r(n zVP?Aba|!(4mc~slp+mrc37z>~f}TZV1mFz02ApI+Lk^Az_)4b~f!_KYuxY$pmt^+O z-8Wqg_?v}KY_cm0R&h;9VY@xWnx0>u;eoHBgOS)O3*Fn5HTo1bD=y5m(`BO1Y~-s3}?;!5^``@Ll!J>6IJFuPtB~) zJH-wxJbTYOE>I3%#U@#|^Gg4}xz8KQNXmw1)`EI$6L&sgz6qQ{SeDU}S*i$a;XKwN z=d2O7zpCHiUBOgtMa$%O9w4F9p@v>VR$%M@wW)5y`{)ocC_=Y2tlJG%#d0);fC>7Q zL+Zm9Wo2a^#d1FlG&)+Y=geGS7M*=L&5X+fx)k$&o2B+6SS1lo^QL47n%Eq);@g8n zcKM|zLPOX}3a2v>sbf4^o8g9?JJYsYMcve7A5JkH*$3FdLQr9}O}4px;Mi!{F+{hl z?s0|;AuxQQ`C~K$xf6pT^d3Bi#uhv>=euJd$0gaD9phlYkYu(=;4!>6JT>DOR{XIq zsMO`lNXb00!VIvNRD^Ae^Cm;USSKuHiN@#Ffy)euvPBqa`GP3kVvZFTWuZ+NagNQL zsdlpHIHk)37)Zkw_mK1fnzKMeSkVg3Oka;uINe;!<4rpceD8$($G+R%xV;t)0R~NI zVe;qUH?^U$1bBQHv8M~ht#d|a9VV!*uGVZE_zf&xj4=^`Ig9M_Pu_?XPfmt~F4VvZ z?SH7?OTkpnWh8%6Mmn3j>+PKJDKYT^jQv#t`}G30uPjsl^4f{&#BkV|7KL75^2bvDvFiw@YSLS{xQh|AZ8yuOga!LOE% z2jqk|?Si3e(trH^ZsYm;gxT71AlGdAH7OX;5aN&s&C|x~&`&j?u?Y_tFTW`&pZR;o zrXFJeG8ae0@8S8~BFVhyiX1z)NN6sxgO0O*PKwyGwu&O6ggudIj#Uq%W%KvV!AvxT zmM>ID-lXIwXMNMMxQUkU_^XN)ZHt;$e(HnQzMZjWpS<)^vqW#J_Tl7J9TUyrZNSvC z<3jl=5H@Kiip+HT1fsj6+#hI=Qd`6#WsHHR8#IEOU-WOO=$J~dhy6;^FZ5VqBNaeVbbg!19{%7+87{XO??D2i> z{ww}(``%_Zy!_LP;o~7Br+O7Qh=lc}-<)ylhLQrSNwIR)n2~Xc?n<)Ug58<38mU~C zPUKOzwnvYzeI`?!0CfFDrfIu45?w=I4Yn%&9~uT65}`BTO#a~Eo1|{|A=Rk!aGbnf zTrq7Pa*(yC&XBpoW)4g!;HTgAF;TqmBtiXUOvaD9w>A~5=xHUl;wnz{-wJ64cLBxZ z+b7_upL=fe13b>c7<=;Xc<^)o>6}06`j_rHUtlgxN*@-&0i!Hj(*!5>W%r(W+j6;Y z+eh>A<871kh+^T~f?X72PHoH0V(k?a%+M{EnYS-px|CmY%{6Lqap6T46Nc#G76;AZ z_VCV4JJB%UkO^IO#m!s%)8_YU4(Tk%bns}t0V?>Xr#O{Fvkn;tSXA6EZDv=%^WMof zElK2*=1}4;P}GX!s6O#Dq!!QN*qz4&$VH<0l1fqa7k~TdKRpeEp4{zZ7+s^aZ-4lo z>+k+jW3+}6SKx6ptMs0|yKi{uu2T^v_rs!3$YIa|f9>AWzt>sZqo}y~Hmas4=N0Zi zgxHuf!Xu&aAlq=8!tKvJ|K;N|^Ej84lw9P}U3%Iu$-b{f@1||-pJcfR{KUH5~XOlkfk zqK`j`>f=sKs3o(%dEdqNJud5QgM`hIZ6rD29QT#J%^o&{b)&^nOR(nNLiN1sA6)QY zX28*P&;6_v?B9o=PsmJ)2#5dAug?7L!+XEy3okr2&*ceU7AV|FDM)A#ykIv&{Fzgd zlh?SbaPqn}o!3OjMGRrHEtc$1w*`s|hHsBIuj$u3RfEAH6Pj~W>@J_A7oT#`0r{?# zrJ6lyoIX6$%MKr8yy2@@FMOx4a>iohAUj~Q*O1vdFI2bjp_MCFT2@kKR^bDS&_e*2 zdJDhu+Y9cIBds!eF19iys2`w$UsW36HwRDB?!!6bZ$+NcHU;Nic>fiD&7?7Z@r7UH z6P-T_o%)o_xj24!9Wig)d!BDU{II{gHF2lQV!5DZXFTS~Scz?<{4~FCr*QjQS#v6u zX$vZMIk0_kYb1dzo5Ldbyb-=P*tFq!G>kZ8LgPI{DFY{*qv(a@-RziI(+Iu)4i%q! ziYM!bTka3&d1rwm3Zz_A78rtcW2%96+`%+4+Zpx;h1Z&>f_qD1z*4K%TI5VZEpC_uXQ&~ z-wtOvd(XN4ZKl&VE?=^=Qy>MX@u{NL^m*Ezio8bJ&yukM>d&udik^f3H?DjByc;{b z>9&1TEE+Ft4Yewn;l`NU6KvQp?9(?LGNCE5YC)tmQJ0q#oOoWh;Q7mM8uzrr--oxkaJ>z>ldXGV361S4N8{YWO zW;O`%@NZ7PwUhWli+@(y=X=(6Fs6Jd(`oEI{!jN8yA1Y?P=O1@JgUMO<*~L(?8|Mk z-R?-{{pL(`rbDk=zwzwVt5#EPWs3CwHdMdiTS%(>!;C{F^zv&Lgut`+h+GaFb2@g9 zo6>pF9K_r|ml>qF)f(&Lk*5)Yo-V4G@oHXK^?2kUYXFLDW&#M1f@>6FT(ws{-XE~D42xzHIXK7;+)pk&7GVzg88LjNerq-4J>3Y0tLdmD7 z#ZTK=-cc6}&cRhZhTNXEJ@Id`9V`4w=|Pj4fI`U6ic5;~;9PgU_U3DMqY=cA5ZagY zuEvOG-1?rXYRxx!PS%jxtNDedxQ4QK)Zszhp$onVLR?>zBYlvA5y#h--F1Q`%(b98 zR~W)R<+rE*U{_D=u6yOjpBEhM^-@1;w&Qaiy!5-78CI@&`6uHcfGsP8WM+c_8~81w z4PX1@rB8OgzjyrgcPHp6>(QF=UTmm%Pw_xZbUm(gETbqT_GynUxjGD;2KdVO9dJ!2 z<>u!6Y}p&H-iAgPLqh21Z=7lfihc+`G~+EOIs0->T%Hk8F%E{AWyi4d=X{RODqp~K z#XW=_4K9K=;P*DkeOJb=QB{=-IT$feDq@15WeUQ_KX~T<>v5{%>tDKa0pX;hT8$9@ zYbK4W_mcVg7w4?)tA_{I<}H(znp^WHzsk(6PM7g(zGkU zE}jUg^fGuK{e+=g8^a$yvbXIGuiW_=!RbA)uXs=MR}1!S2^HG4euhS&!a!UByDz$)Gg~Sy>XE?n#*9*NV0_zg$=`AC!YW^|G5j9w=l#{>q=&cKzsB~ z#Q9M>Dm;q79Ti7F;eHynNh$ms&QwcaH)Y8D?QfTZsx4#UwW`bYnb9J%#Ly91LTz6L z|F4sa)SpL7mRyn*wzS34nd^ue?LBrd$If%}$A0FwzkZcxC?xA*c-T)DZEbqFuzcoa z)z!`fdLxNvo_VHZJS{s_5Pth_&iL-9e|5q4J7;>44l5z}*MQ7>#!I8O>=Zlg{xiP6 zrt3L=^2q)7P>X$TTZIqXB%@#p8Rm+6+*dq$_SOH?Q2Gi8G=D1I?tkrv-~M(bcDbH` zUOh?_Ewr2T@QCFla?ne1J(Wgmv(IH>QR+eiPUsV!SmD;9o*ih9v%v_~+uMJ4D;2gmYO!c6 zbNPyAr?&;y>s;{Bx{eTh@f#2v`Q5l8&vKc*h#U+Vo_Xr2Q$X%M3-|c(^Dp}3wY{~w ze%W2$=7QF2P*VTungzBOm#lcgo!6eY$k6b4@ZMYj{*k{W!=BIfKxV0CzX{Ty1$6P# zVST_eMGgms<>fx*_p3e)H}^p-2Ri`TRy@a=Ui`CDL|`vOrYOWyjEa9-9DNY0-!!Uf z+E~Xk|M&;QlF{2prhyXU_zNz${E#M8yyS@|G;bjF9!FwJs)Nkk#wpx!#~pKoZT}tA z@Fqd&`9S74$`TBlv^wSYAASQoztVM2xsejP{&Xi#)opi3-7{9f-?NN}x44Zrg&Swr zfy-yiB_9VkzxsDM`)9Dri_THE+;U6FOuVFx5D2?Hbx(67T?(1yjjLNM?GpF z$BMVd$vk+e&jH_qEC^8rS6u==;2dy4+}2#T@mFYs@PGgJU1Gkyv}l44q1X zGjZcZpZe6W6%DxLl1u2E88f~w>x9AT1K@xt{7HAXQZ^EybZSWv2tAqCU!se zQxV^`HtVJIq{10&PWkc3ujgh+{o3Y#@`mWHEHN2G3dx%20yhd-q!B|*RPeAsI1R*C zFhTh;J#qh|un?s^o(Q4!`Ix&AA#joy<$?)EPF=rJhHQGGhbQzM%HT=U7>ZE&6IOs z9Umr*UEq6z4I6GiBZOz3`ui!IX!RFebkR06jQHUXf0zSz@W-H;T@I@^{qT-E9z$7< zVUG`E#J9u$auiGu{-#oIE-g9x3Ul}0f2EFQD62n6SqZ$p;XQR*a2@mN{xOyLC5HwE ze69qg9i+B7Bf<8>&<`XL=;`rg?puOGT3xztfaB{8Gy(u^<$pn2skVhU??*rS(TFcNX}Qfe?P#s&#PjTyH=a>OXqf0BA#Eio{GpM+oQmV@*`*73 zIMuGj&4|$wYfyKGxACMA8_=_oPMnr-V$gNbE}uCuIV0fj6zRWTzumPv8t-}y0(0?T zVIH~haE+;RjK6vN?cEbkvK_;26YiY8YsZefrSIxxf+D+UH z2giih+ogKMl+xKe6l)sR>rJy1_vwCA;4Q)Vo?^8kw+hcFnU9-ebs}NLMogorizU_h z#d)~G?{U9bAEfU!g}QYp&|lmU%)_?^H*6Tt+{xLFd+xbs?s;dQecFFscwzmLB})u6 z#xSBP?H+Jttq=n4IZKM=3QZz1;#1M)<4B+LtE)^d%P)8 z#k7*S_Wbe_6+#GJx%*9PW7CJDZ^MHV4ovYYTN^emLx&N5_OqXrx;5>m0*PaoKp(&P z=9_n-F^CcM+D@8C?u5g+)Z`=tA*rj-4Q8m_8 zokx;w*tFBbcFi*G9f~(nMbXVzs*P-DT1gqVNBbVF#DaVw)Ue@obeKRE!@ugvE5E2w z@(6U%DPptBzy6JH>_TG{Bm08LG1CvPeg&46bln`=@GdyX?#aqgNiq-o?0KJI6?s+N zI={4)Vq2Tm@GVWNa5&N0-M$5h?$>i5TuG56J{seYVJY}Ye_<)>#?16bhY9Ze#V=-Y zf`1RsYcAp9$EFbX+;Yn;DKv&L;xF6c`#-AU8h!<0)04Vv7R~>9h_$YKCF?xNF3oFy z>ew%HUG?bo&^$}pk?d-!FPvh#`4%`h)(e9 zg7uqaj5+%~nEk*ne({TZuw%XsKj&slaI>)aS8u%Kmczn?81Y1jozFcGp7@Dt*T9Qk zokJ7#%BdhYg!5N0f5*D%KS;zsWZ-}lqgiH=pd!Vj+Tvs@)5vyh@&T+nk@ELD7l^j>~rO$U8-Ad2dkRc zf^+B>yVufitExD*vW$CGO)$7nld(ZpZUD)=lGyx{!KTfxp~C?G^FRONJ^%dkPNsxB z0l)5(@J!#Zn7HVsTW(p64ik)uA--HB64ATh z4PA(`1Ypa;d(8!?)#A;~|G}YX1636r9W`N*J$u|jy4N2tvtj{81e-HTj{>&QPLjD5 zuNJ`Amk0wA zQk*mIa$Xh~-zQl=*#4SWUHjidy3a1n!)BBnEz0sH;F8=*ARO)Xoi?|u?JXPWj^KLU z(6)=pG2hTdqUl8i*2z^B__Qe#d8yx{SzsTms%t`F!`;ei{}1b&Y+0KIPSXZt^&W;eLXyY?+S!9FdF`21DVIF7yDqyN{3Ch zk-8J0qj`0|X;>)*q$fFk>RI-ziUqxDIpIXme)glkV8c!hnHeF~@Y39IRz=<D)F3qh13mW%&4|fDN+HY@pks4NVSnspn9k5DE^QhaSfU-~QwVSq4 z+wM8URqXZf&m1+2pE-2`&e8Qv0*jY8Aul4!dTsX7rDHltL}tg`|Eph3V+ef%-t0?I zW-24G9#op2+;GE9e?~_DvO1(9r=3vSvm}GppZixPhPZWDcsZ>pp)`~|KK%nemsQ;dHlv3Z#-;5Z3jcvhEu-y!bABf zuNiyc)AwCQvHf>=8&5#P2;$NCcd%Z zL%ySVeMhLP7fdRuX7j5~>ehjztc1O~c7<5K`~Ci@@jzl%z$c34O|i<4tKNcC^|rz( z#eoQ-Gk%JNEY)*Z5PH#~Md!j#{hX`;1`qM~ZSnYe@BtigMH#bJLSOaLqc2&uYrdu# zKYaD(-#?ye3q3cSq@GqXH#N8Xcr|UML`$NcG(~o^#z-xAg^iA^Hi)iWdi-^^SI-%; zPB3Z4`G)!r_`2HnC=(sTR){JfM8&6rBd)4wCUI-t9*GO;JP##Xc_uO}$0}nvwILR^ z027}xTY%$?_;p;oWHQN_mQSchQNWL9%5l;diM_ueDkr!{j4x-L)WJ^-z`hdrs}x{U z!{64O4A1$hHc6j zaCq^F1vB{gyeTB$E?@iO$2YrMl?@_7xYlN7 zN*|l)rC8yZ)lfTz#~o3-=)fGyj(Y;lwAXx@;{^Od-Y{AGvi!Or&Y|u#TX#2;|d?|8}HONW{{goG&0)4d=jH{Ds>W{b6 zrbmTHgRSdnVy3Cp^6E3R^}o+i!A5Sd!sOCfZ1Ic>I>{S~HL^E0{TusS0e-@iGr-fF zpB0^>L5XF6cAZodBJjR4L_#i2wJlU-BjU4Fv|r>#4N+5T5DKdcTj`zkBA#ldNwXC~ zZt?wpS8PJw!he;xs~@=gZ&$vF9Ap);vaIfLSDtekyo%Qm%(1Q|aX4No$8|s`Mupdq zDxQh6hB! zIm<}DwUO3uc$v#o^ z?h~g~U(AYgDl&Q8Xb_N@*obuDJJ}A0Y=> zkF1o?CtP(}qrgPY@|Q2yJ$j5%$}P+CV4JJ^(l2#4@lBqG%$D8A3um0WZuOBh7+_8+T^>W|v+FjRzi1}UDZ8q0LBvxWKwNF-TrgdJs zoSCEc(K|)DdDnSmZ89ri*atYG{H{DUcl<(Lkw2M8xhum=^M6N4HJ`ZpzewgH*Bt#O{pO&d9T+j2~7DPF=0vCL}kHLF|&L=FAGfQRW0X0)i~(HaYdEfl9|UMKb_(rS*f8=7S>&a z!*-da;$b#(n-&Gzx!bugV!-AE(rKHik|wy^cBYXwFq|_^F5D6q{KI-KVrhO*Ee%fe z-M8L(=cmX))+1}@np*g|GrtZWl|Aj#)g<=1BPbjz1*&vtn~FCFtNuJ5uUU-|AO2}; z7!W9)wlM|IU9ML{;iTE4b|A?t_So4{T@NQiczerw9Evw_m+Iv{S1#V4*wR;}KnIZ2 zR8Xi92I-4j;OLV36fTIgfjJ=z9A_j=DFJ(1FhWdd)7hzbXe|q9?-?51NmSCNs5lDW zVhRSmMSWCQ|J`XThAn#2Xwq;Ae}M~;bA4}zACai7uRpA6h#juTS_ysqi+7)fDf$;s zq1X6qU1*lw8mZ_e8O`Qek!q?nQrp)lk##HRaL-8vR1^V^#!@B|X^Rc0h@Xrq75GcV z(N!l|E9XniGT3hL!-}T^W=bro3!(j;Jk%X+3(C_{El^w@@_Vjh2Se^~9 zp0uUM!Cy|-Hfhsm##05|2u*#t*i|}S@y%R-(>vE&W+XJ+zYznGiOog7zDKIy)fLC4 zN^&ZcLVp?76&G$xglII`8qM_-F@-9bPC+`l+?Gw~eyVi0F9zu?+vyOn2X(xUWE-5B zA%_c>VsO7|hywe#QbCHnZtT}}e)pSiqE*dJTFPdYOHtb8bY20EXWJaN`_2En|NdcB zruT41R@b_^_pDq0b@Pf}RQ~eBTT(YHyE_-8^%uJCk0eU^x_<1QG)u&HZ9>@u#+e)l zq8>G2(f&luLBjzoEa^@}f`Jlmt4P>1V&Nt*8J?p8uhfwE@aW=6y9!(u{^sM4cXNC_ z{pzd8!Pr997q63K&MXM@I0%|Vg7`kPv5JMiY7oYQ>NV3(0vltfA z>y5+*rpdl_)Y4~{BL{~a#>@olo-dqSTPzgm_3j+Qs4FRC**fxh!aP5xX@g5mhLc8a z!QTBub75E6L`BOlCH~nbVBfguJk_)dvqWT6eFt(ZbR^ZrD+?yd(N&q^gAC{@(>1}l zg&8Iae9E{phCi^UsgeRs+)xOY&M=5kQ|QSoSu;#v)ER?@WpH_6nV{WCe2l$RA(b+N z4J33N)NZ4KB7EVov!+fuZr*JB{dJpakb}bpSzX{@e_X%pZaJ0Cfs=Z3^eZpMKa3FD zw{_=fTOpj~-oFX(fKy@-JDIk2{PBNqx^dU2YbTZYlh~r^=gP6oTy^E(vgu0{)Ju$- za_J){lC&NBu^d7H5*z$o@E>^22ydNH=C*#+V}XB~L8XO7e9%vG=*%c3^(qy{CWw zdAWG@A72Y4(>a||T2%}d@b4A@Zv$491m!{#ty{wEy}7aY+xiuyfobQRp)x z`CiS|q;DKNaCy!;Y3JRsV;K81&O@83Q}4*1uMwqmOo9gSdY~^S|$~dmh!y4 z9`Yt?@j1_4yTHi`8>1L=GdkS2HMZA^Elq31uFzH$iP0msl+?Rhw^8_$tKDPl zwt<(gd&-r!qnH)tlxZ?)r7^sV#M67!vzW4N7KS?+`4hjCBz1tx$!}kp5KPapMvs*bM=mNMsFX8e8boYc4CowdJQC8~8 zsMsf#tx+a;+qnsJP63JKpV7NwhC56d@i}1q|HA4k#R}bi?(g5JL=MIT#_}X;8T|U} z@2!N7m3!B*%2#4r`5TCuC7_b_S*DZu4a7a1ktE4TVxuYv7HP*Ii-M{7)RpHE>GovS zYcc1ZUTROwU@s z1~Of=f1*w>-@ZW>$#B|kc)t#ZYJw=*5JmBZFa&e6PjJg>L*Kt;iv6hz@;dF|nCZ70 z6S+9ebSuqV_}Lu`)ZNKklJAO(N&X-z_Jr*UcbHb?HkasCwie>v7l;dN026(w)oTr98d2{WRiYdC!+4V@g8A7Bu&&vBY9I zscl=Ps_DAT$Y^awJe|m>v^<@}cC=khx3{P)9s%utaCOd9@L(7E%WT6+kw_v$m|%UL zM@Fu^ZVxLfC3MOpUt-#1)$_$GOHthNqNlc>!aiu8NKzbv()*=?pIE$&Rp-^yfGd&o zC~2WnD`Qy4O%GYuUZJjTts=GYyso~3aErw&z>ZEL2U(9XuW}y@0*iWCPfN(M)d>9w zmTl<9zKHht4_I!RMi)18JI9iR2;#C{7^vz8jPUY!Q!XvPn5+3E)Zekmr$Q{qvenGX zFPLo^4clpA>nhgv{xZsp{;TRfcYvQg=hH0UDNtqVXE5Htw>GU7JDN8mn;D86`lJxe z_PPADIJeTQEDMkmPQ>EmQw&sEmeD9O*BiGy;=Z+?;F}`*a@=Kw0}Z+d_+tvONqsV( zhE2c7)zb2=2!knVyW!T`O_zwnV9x>F3p>aa~INVch!@1o|`DZD*i+RYno26waYd&@+sZi{6_+uU|KiTVnK zojdPxR-RXNfJZ%Tr>uk#Q)Il^?+O?Yht_44u#?WKGmbuCi-z`_8#-=!&6;R==jbSk znc`K_F280lznZdinpQFHxuAi~HM1d+udWJCH=nPatsk`R0nX%`2Z7unOhf}L*C5RP zzHsMr|8=s>Mh}NQp|5%IM_(lvozfa!^VugaeKKPJ%Z#&v0R1&A?j?0?I>F{WdePGG z)z2=Sq-*rQu&r3`;6nU_VibTE_bZK|IaXV2T*glId%~$nW$(EK#CM{J0@m0%0~waP zSB=MxwVP&3Es3pvS0p!mM2vKdx>UC~X5tbyqx`4=YfAaWX@25ayZDrub&`2~K1Z7= zcErdtf~g#DyQQL(?M@|3FOQiXHEg-GcGGPew#yEiUOi?h2YV+rK;P7B#ZMy8-T(R0 z(QhCJqk_Yp&{w{=wAinq&2M;`mtmwt49YqaX_#@6a;*`}g!Gb_y9)lH0n^k&gifoN%+NI>HC=u!@Z6ZXut zyD7Jg6d{TR-#sX^r?GWgIvi_8r4tf-)=^DbNvW62oas*+@d6TUqiUqpFCuLUine>{ zwrDYmD>@PiHn^%}iW*_gu^>b+mFl*xT1JisrG0L#A8*7ecx~Q;b|E-J8x^?Q@HK&n zDQvbS$oLyh{CebZ*b}-hT=TD`9^?`yJ$TmbFLm91$rDe|3Awvm|9keg5?!}n{qlX2 zQn5e{fp<9IYececcu(hTYMa8E+b8v?vrgLHjLPa-yKR%D{9;qNkuI?0gycv|D3+@U zD|)LOdew7*1Jg>eRW-{{&F&9L+U(h0*Hl-gpn|l&VL9#5auu&T*X42Lq; z;I{eT#%%`fO@K`Y%(WGYRvPueYQ3l9E1KHv30s>K+{LD@KgY6D#dbH<8OXr(c17f^ zRj_v#?ln;+Z6^5k`j6~w^{doixDF2{CtZ%=kP}^jvH${G#T5lp(VV&G@$lTKG*Xs- z&?FuB#yFOaBZ9-;%RSV9mv=dQ9M8D;HYND) zJ+&eGu}W19CO832R8{Ir@<^aH&H}Bm4)3^*(f(x4Y{!VC^KI00G8d&tx4pZ1epW8c zOR6WHq|K~aB!b~uYj?{gULV}7#S-nzVy43R!3#QYh^=!uR|n>T=J>+gkGN@Evjq;J z2Z)xok1i}Im{;l(dN_^j21RJ*Wnhf6V+fjqe#23@ z4*}P|eD_kggFlqZ7>PFUgv)Wn6^Uel6*qIS&()4St_YC1!`8N$OSH6C*%o+|$G6nE z3`IlnN=w+@gO?U^wJIX8NwwVdSf%L>yV@?YnKeBojH){QsW3bg5I> z^Du!!=pn?{UcT!lP*Z=ISrK9t_^5wNxczq8R#L=;D?#f$2MGT)*c*^dI7DsRxu01= z>7VH%WIvF3W;hqOn<_E~Hcz$?bs*cHK(_Mm1Lxhk0XaDA;MmYZ2rOrFl{3K#@yq6R z^ZWZrzMb&*)=e+p{Rfb#|AOUN1XS^S5>=wyYo{S@-E}_a{Xvm!=aMi^2){6pP6_H? zQGd9eG+fVf1d%5)xT`%Rmxqcr!)scgXaZG(;-LAfZOv?9#eGZ1rD=gFjJK{CoeT8V83j90@(7z^}Kot^Vi1yuyP{F3(Ct?t160ce|`G$0{gRGt*_DsDy-6}3A zv3$*5q`w8%5se4a>V3$;kpf3T4!oztCne->WIqy4l zi(gx+Ofl&=mGEj|lSFHbt=Oy5%Y9XQI_C?*b1orBJc2rEuBVx>kH7fh%T^-?M+6)~ zk0N9~d1=1(3sAA8qbw6s2A@|WeEbe^rS4A@nF?>C&a7?PTQw#_2*Zl50(Y|MK9O-;JO{#0xJxk Date: Fri, 21 Oct 2022 17:08:33 +0500 Subject: [PATCH 0342/2142] Remove Dwellir node --- chains/v5/chains.json | 4 ---- chains/v5/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 73ba51b39..11f77e447 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -20,10 +20,6 @@ } ], "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index dc502e77a..1bb97277f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -20,10 +20,6 @@ } ], "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" From eeb7ecabe561d0cb4b711250315ae02d7bf4a2cf Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Oct 2022 15:11:41 +0300 Subject: [PATCH 0343/2142] promote Proos og chaos dapp --- dapps/dapps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 7162a21d9..c2070220f 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -517,6 +517,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Proof of Chaos", + "url": "https://proofofchaos.app", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "categories": [ + "nft", + "community" + ] } ] } From 0cbc265dc7a312ab7550d7576f085f145f463d42 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 21 Oct 2022 17:17:24 +0500 Subject: [PATCH 0344/2142] remove dwellir node from v4 --- chains/v4/chains.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 6303a45f9..3aa289f75 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -19,10 +19,6 @@ } ], "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" From bef0e3ed528f4e77b01742eb92ffc961efcb8aad Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 23 Oct 2022 19:50:34 +0300 Subject: [PATCH 0345/2142] add Ajuna crowdloan --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 4b2913ee0..b06391d11 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -280,5 +280,13 @@ "description": "Web 3.0 hub for Defi and payment automation", "website": "https://oak.tech/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" + }, + { + "paraid": "2051", + "name": "Ajuna Network", + "token": "AJUN", + "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", + "website": "https://ajuna.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" } ] From b50e7c626ef975706b9fd497f88545c99d317999 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Oct 2022 11:09:27 +0300 Subject: [PATCH 0346/2142] promote Ajuna crowdloan (#921) --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 4b2913ee0..b06391d11 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -280,5 +280,13 @@ "description": "Web 3.0 hub for Defi and payment automation", "website": "https://oak.tech/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" + }, + { + "paraid": "2051", + "name": "Ajuna Network", + "token": "AJUN", + "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", + "website": "https://ajuna.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" } ] From 4fd57e4aa2083dfe5d327e57fb783d8ffd96a78c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Oct 2022 13:34:50 +0300 Subject: [PATCH 0347/2142] fix Kilt parentId and naming --- chains/v5/chains.json | 4 ++-- chains/v5/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 11f77e447..3f1545b13 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1860,8 +1860,8 @@ }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", "assets": [ { "assetId": 0, diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1bb97277f..65b47af74 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1922,8 +1922,8 @@ }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", "assets": [ { "assetId": 0, From 2226fc9240b010ff1656074c74e350027621ee15 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Oct 2022 14:32:49 +0300 Subject: [PATCH 0348/2142] add DAO IPCI network --- chains/v2/types/dao_ipci.json | 16 +++++++++++++ chains/v5/chains_dev.json | 25 ++++++++++++++++++++ icons/chains/gradient/DAOIPCI.svg | 38 +++++++++++++++++++++++++++++++ icons/tokens/white/MITO.svg | 26 +++++++++++++++++++++ 4 files changed, 105 insertions(+) create mode 100644 chains/v2/types/dao_ipci.json create mode 100644 icons/chains/gradient/DAOIPCI.svg create mode 100644 icons/tokens/white/MITO.svg diff --git a/chains/v2/types/dao_ipci.json b/chains/v2/types/dao_ipci.json new file mode 100644 index 000000000..056e3d85f --- /dev/null +++ b/chains/v2/types/dao_ipci.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "ipci_runtime.Event": "GenericEvent", + "ipci_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1bb97277f..3d9c18443 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5180,5 +5180,30 @@ "testnet", "governance" ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 } ] \ No newline at end of file diff --git a/icons/chains/gradient/DAOIPCI.svg b/icons/chains/gradient/DAOIPCI.svg new file mode 100644 index 000000000..c131d0eb7 --- /dev/null +++ b/icons/chains/gradient/DAOIPCI.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/MITO.svg b/icons/tokens/white/MITO.svg new file mode 100644 index 000000000..99dc5542b --- /dev/null +++ b/icons/tokens/white/MITO.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + From ed4ece2f98116e7832fbc74743a508e053de9522 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:26:18 +0300 Subject: [PATCH 0349/2142] Update networks list (#926) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 4c15fb546..64e2c9f8e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -35,7 +35,7 @@ | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-kusama) | +| Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | Kylin | KYL | - | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | @@ -50,7 +50,7 @@ | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-polkadot) | +| Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | | Polymesh | POLYX | Subscan | - | | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | @@ -64,5 +64,5 @@ | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| Westend | WND | Subscan | [nova-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-westend) | +| Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 461b0bbbc5935ed75b043a5f40290334780b3575 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:48:03 +0000 Subject: [PATCH 0350/2142] Update dapps list --- dapps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dapps/README.md b/dapps/README.md index ed0a88768..51ae7089f 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -42,6 +42,7 @@ | Polkadot.js | https://polkadot.js.org/apps/# | utilities | | Polkassembly | https://polkadot.polkassembly.io/ | community | | Polkawatch | https://polkawatch.app/ | staking | +| Proof of Chaos | https://proofofchaos.app | nft,community | | Raresama | https://raresama.com/ | nft | | Singular | https://singular.rmrk.app/ | nft | | Singular 2.0 | https://singular.app/ | nft | From 63e8e33b8e5d3b3eaa7734757945dcf8c70647f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:48:46 +0000 Subject: [PATCH 0351/2142] Update networks list --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 64e2c9f8e..a0d6741da 100644 --- a/chains/README.md +++ b/chains/README.md @@ -29,7 +29,7 @@ | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| KILT Spiritnet | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | Kapex | KAPEX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | From 641ab903d0d3aa29650ae619376e3780fb51f4b9 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 26 Oct 2022 13:27:56 +0300 Subject: [PATCH 0352/2142] move Dwellir nodes up (#933) --- chains/v5/chains.json | 12 ++++++++---- chains/v5/chains_dev.json | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 15c55f4b1..e561d46dc 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -20,6 +20,10 @@ } ], "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" @@ -91,6 +95,10 @@ } ], "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -99,10 +107,6 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a0b7c4ae7..2344f9512 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -20,6 +20,10 @@ } ], "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" @@ -91,6 +95,10 @@ } ], "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -99,10 +107,6 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" From c95784533d6455d0225eb877426c2103a8895cd4 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:48:30 +0600 Subject: [PATCH 0353/2142] Added dapps for governance (#932) * Added dapps for governance * Added details to dapps * Minor changes --- governance/dapps_dev.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 governance/dapps_dev.json diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json new file mode 100644 index 000000000..bf90c2d86 --- /dev/null +++ b/governance/dapps_dev.json @@ -0,0 +1,19 @@ +[ + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://something.com/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://something.com/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + } +] \ No newline at end of file From 07d38b4cfbd9adf366677eeac3039a2a18cf4eb3 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 26 Oct 2022 20:47:04 +0500 Subject: [PATCH 0354/2142] Fix type for Kusama Call and Event --- chains/v2/types/kusama.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 814157ca2..cd2f2383c 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9122, + "runtime_id": 9300, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,10 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "kusama_runtime.Event": "GenericEvent", - "kusama_runtime.Call": "GenericCall", + "kusama_runtime.RuntimeEvent": "GenericEvent", + "kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} From f45dfb85715547a104ac4261b95119ec4a3f4b99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:15:33 +0300 Subject: [PATCH 0355/2142] Update Test data File (#934) * Update test data file * Adding account for DAO IPCI Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 39a0905de..d9a43010a 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -323,5 +323,10 @@ "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", "name": "Snow", "account": "0x6d6f646c70792f74727372790000000000000000000000000000000000000000" + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "name": "DAO IPCI", + "account": "0x9ce0033ab3ffd86dd5fd3a21a4dbd28ee263bffb12e10480f43f17751cba6dd2" } ] \ No newline at end of file From 5013e8456fb0d90dcf6503940d4b8ed8543ab005 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 27 Oct 2022 09:18:38 +0300 Subject: [PATCH 0356/2142] updated Moonbeam/Moonriver nodes --- chains/v5/chains.json | 16 ++++------------ chains/v5/chains_dev.json | 16 ++++------------ 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index e561d46dc..03e2b5277 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -873,8 +873,8 @@ ], "nodes": [ { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonbeam.api.onfinality.io/public-ws", @@ -883,10 +883,6 @@ { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" } ], "explorers": [ @@ -1113,12 +1109,8 @@ ], "nodes": [ { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonriver.api.onfinality.io/public-ws", diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 2344f9512..8d3f2b9d9 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -995,12 +995,8 @@ "name": "OnFinality node" }, { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonriver.public.blastapi.io", @@ -2574,8 +2570,8 @@ ], "nodes": [ { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonbeam.api.onfinality.io/public-ws", @@ -2584,10 +2580,6 @@ { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" } ], "explorers": [ From 0677ca09f6a109b2c1172e09c843b3c226ebabb9 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 27 Oct 2022 09:44:40 +0300 Subject: [PATCH 0357/2142] add Pinknode, Automata 1RPC nodes --- chains/v5/chains.json | 8 ++++++++ chains/v5/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 03e2b5277..d7c26bb23 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -883,6 +883,14 @@ { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8d3f2b9d9..0c10ea042 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2580,6 +2580,14 @@ { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" } ], "explorers": [ From 2e3c20a6bb596ff77eea834afc0d4b3dd2619d1d Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 28 Oct 2022 13:44:50 +0700 Subject: [PATCH 0358/2142] Fix batches for gov2 testnet (#938) --- chains/v2/types/governance2_testnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json index 0f436c736..50b6fdb84 100644 --- a/chains/v2/types/governance2_testnet.json +++ b/chains/v2/types/governance2_testnet.json @@ -7,10 +7,10 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "frame_system.pallet.Event": "GenericEvent", - "frame_system.pallet.Call": "GenericCall", + "governance2_runtime.RuntimeEvent": "GenericEvent", + "governance2_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} From fdcbe82284a830170a7630de84ae547e6f600822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:53:03 +0300 Subject: [PATCH 0359/2142] =?UTF-8?q?Update=20XCM=20coefficients=20?= =?UTF-8?q?=F0=9F=86=99=20(#937)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * fix RMRK fee Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- xcm/v2/transfers_dev.json | 168 +++++++++++++++++++------------------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f61b28378..8d2ef7102 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "38620000000" + "value": "38620923659" }, "instructions": "xtokensReserve" } @@ -74,7 +74,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensReserve" } @@ -120,7 +120,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensReserve" } @@ -148,7 +148,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23310000000000" + "value": "23174000000000" }, "instructions": "xtokensReserve" } @@ -190,7 +190,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11587754" + "value": "20425865355" }, "instructions": "xtokensReserve" } @@ -335,7 +335,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -385,7 +385,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -399,7 +399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -413,7 +413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -427,7 +427,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -492,7 +492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -543,7 +543,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45189300000000" + "value": "29910234569493" }, "instructions": "xtokensDest" } @@ -676,7 +676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensDest" } @@ -690,7 +690,7 @@ "fee": { "mode": { "type": "proportional", - "value": "965646171792" + "value": "308986666706" }, "instructions": "xtokensDest" } @@ -746,7 +746,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xcmPalletDest" } @@ -760,7 +760,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xcmPalletDest" } @@ -774,7 +774,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xcmPalletDest" } @@ -788,7 +788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xcmPalletDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xcmPalletDest" } @@ -914,7 +914,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -965,7 +965,7 @@ "fee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensDest" } @@ -1067,7 +1067,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -1095,7 +1095,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -1109,7 +1109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -1123,7 +1123,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -1216,7 +1216,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -1294,7 +1294,7 @@ "fee": { "mode": { "type": "proportional", - "value": "130000000000" + "value": "523779593547" }, "instructions": "xcmPalletDest" } @@ -1322,7 +1322,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1336,7 +1336,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4662000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -1373,7 +1373,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1401,7 +1401,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -1438,7 +1438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -1475,7 +1475,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23310000000000" + "value": "23174000000000" }, "instructions": "xtokensDest" } @@ -1526,7 +1526,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1577,7 +1577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1619,7 +1619,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11877448000" + "value": "3959149500" }, "instructions": "xcmPalletTeleportDest" } @@ -1633,7 +1633,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xcmPalletDest" } @@ -1647,7 +1647,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xcmPalletDest" } @@ -1717,7 +1717,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4662000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -1768,7 +1768,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1819,7 +1819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1870,7 +1870,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1948,7 +1948,7 @@ "fee": { "mode": { "type": "proportional", - "value": "13000000000" + "value": "77639751552" }, "instructions": "xcmPalletDest" } @@ -2004,7 +2004,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -2055,7 +2055,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45189300000000" + "value": "29910234569493" }, "instructions": "xtokensDest" } @@ -2092,7 +2092,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2106,7 +2106,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2120,7 +2120,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -2148,7 +2148,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -2255,7 +2255,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -2297,7 +2297,7 @@ "fee": { "mode": { "type": "proportional", - "value": "965646171792" + "value": "308986666706" }, "instructions": "xtokensDest" } @@ -2334,7 +2334,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2362,7 +2362,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -2376,7 +2376,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2390,7 +2390,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -2604,7 +2604,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2632,7 +2632,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2646,7 +2646,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -2660,7 +2660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -2888,7 +2888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -2976,7 +2976,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -3105,7 +3105,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -3156,7 +3156,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -3337,7 +3337,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -3388,7 +3388,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -3411,7 +3411,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -3453,7 +3453,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -3495,7 +3495,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -3509,7 +3509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -3537,7 +3537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -3551,7 +3551,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -3565,7 +3565,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "412760662878" + "value": "349124131457" }, "instructions": "xtokensDest" } @@ -3630,7 +3630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -3644,7 +3644,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -3658,7 +3658,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -3672,7 +3672,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -3700,7 +3700,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -3898,7 +3898,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25678855576660" + "value": "27279987047204" }, "instructions": "xtokensDest" } From 2e994f2cdac378a4119ace111dff36503e54c84e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:10:40 +0500 Subject: [PATCH 0360/2142] change genesis (#940) --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0c10ea042..ad80a9b24 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5158,7 +5158,7 @@ "addressPrefix": 2207 }, { - "chainId": "e895bbd50ca2b646bf2b12f68de46dc29aa3b82560766f3c66227b7211d836c4", + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", "name": "Governance2 Novasama Testnet", "assets": [ { From ec6ae7f722aac5752c26f24e9fd26a1fc3c87b2d Mon Sep 17 00:00:00 2001 From: valentunn Date: Mon, 31 Oct 2022 16:26:08 +0700 Subject: [PATCH 0361/2142] Add governance v1 flags --- chains/v5/chains_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index ad80a9b24..643db7baa 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -72,7 +72,8 @@ } }, "options": [ - "crowdloans" + "crowdloans", + "governance-v1" ] }, { @@ -151,7 +152,8 @@ } }, "options": [ - "crowdloans" + "crowdloans", + "governance-v1" ] }, { From 6a9685d680e4be6722ceb14567f5f02219c7f971 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:50:52 +0400 Subject: [PATCH 0362/2142] Update chains_dev.json Added new RPC node to GM and Robonomics parachains. (https://github.com/nova-wallet/nova-utils/pull/942) --- chains/v5/chains_dev.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 643db7baa..357b5b0f7 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3037,6 +3037,10 @@ { "url": "wss://robonomics-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" } ], "explorers": [ @@ -4773,6 +4777,10 @@ { "url": "wss://kusama.gmordie.com", "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" } ], "types": { @@ -5212,4 +5220,4 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 } -] \ No newline at end of file +] From d7f2a2378371118c8cf38d858f863d224955c40d Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:20:45 +0600 Subject: [PATCH 0363/2142] Add polkassembly url for chains (#945) --- chains/v5/chains_dev.json | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 643db7baa..009a477c8 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -69,6 +69,10 @@ "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" } }, "options": [ @@ -149,6 +153,10 @@ "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" } }, "options": [ @@ -212,6 +220,10 @@ "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "options": [ @@ -788,6 +800,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", @@ -1029,6 +1045,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", @@ -1151,6 +1171,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } } }, @@ -1705,6 +1729,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", @@ -1757,6 +1785,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", @@ -1917,6 +1949,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", @@ -1965,6 +2001,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + }, + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", @@ -2049,6 +2089,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", @@ -2387,6 +2431,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", @@ -2612,6 +2660,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", @@ -2683,6 +2735,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", @@ -2919,6 +2975,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", @@ -3059,6 +3119,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", @@ -3403,6 +3467,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", @@ -3590,6 +3658,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", @@ -3969,6 +4041,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", @@ -4052,6 +4128,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", @@ -4104,6 +4184,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", @@ -4561,6 +4645,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", @@ -4806,6 +4894,12 @@ "name": "PendulumChain node" } ], + "externalApi": { + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true @@ -4981,6 +5075,10 @@ "history": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, "types": { From 6bcbfd9fae9a70b950b3c8db8769a25f82ff55a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 1 Nov 2022 14:31:51 +0200 Subject: [PATCH 0364/2142] add Polkadot staking pools (#946) --- dapps/dapps_dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index d11c15fc7..949412714 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -530,6 +530,15 @@ "name": "Polkadot Staking Dashboard", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/dashboard#/overview", + "categories": [ + "staking", + "utilities" + ] + }, + { + "name": "Polkadot Staking Pools", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "url": "https://staking.polkadot.network/#/pools", "categories": [ "staking" ] From 9fcf55756d1cf540437e40c0cc0e0448640a37dd Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 1 Nov 2022 16:05:39 +0200 Subject: [PATCH 0365/2142] add Polkadot, Kusama to gov dapps --- governance/dapps_dev.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index bf90c2d86..37b6a40e9 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -15,5 +15,39 @@ "details": "Comment and react" } ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://kusama.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] \ No newline at end of file From c7650b93e4f1cab3c081265c8c88413ac6e1af42 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 1 Nov 2022 16:06:37 +0200 Subject: [PATCH 0366/2142] fix indent --- governance/dapps_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 37b6a40e9..e03c6c325 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -50,4 +50,4 @@ } ] } -] \ No newline at end of file +] From 68bdaafa3f586c2c65574df8a6334d24c0cada2f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:39:40 +0500 Subject: [PATCH 0367/2142] Adding gov1 testnet (#949) --- chains/v5/chains_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 0712e9144..6ac19d75d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5317,5 +5317,33 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 + }, + { + "chainId": "ae248e0361b9e18cdf08ab4a44357cab4b89c0ea30674eb8062fe975adafdab0", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance" + ] } ] From babc666759f25d22aa83885dd42aad4765867406 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:02:26 +0500 Subject: [PATCH 0368/2142] Fix for gov1 testnet (#951) * Adding gov1 testnet * Fix for gov1 testnet --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 6ac19d75d..70c9cc869 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5343,7 +5343,7 @@ "addressPrefix": 0, "options": [ "testnet", - "governance" + "governance-v1" ] } ] From 2a335b8cd3d8a3fbbe7754434f4fcea761677f3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:21:47 +0300 Subject: [PATCH 0369/2142] Update Test data File (#952) * Update test data file * remove testnet Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 92b03caa5..329ebb56d 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 8896a832131698bb7fcf6084eadb5e75f2cb2209 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:22:11 +0400 Subject: [PATCH 0370/2142] Update chains.json (#942) Added new RPC node to GM and Robonomics parachains. --- chains/v5/chains.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index d7c26bb23..685ae940c 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2706,6 +2706,10 @@ { "url": "wss://robonomics-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" } ], "explorers": [ @@ -4340,6 +4344,10 @@ { "url": "wss://kusama.gmordie.com", "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" } ], "types": { From ed44184d9c08887e2d6aeb2f2c189116a0423767 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 2 Nov 2022 16:28:33 +0200 Subject: [PATCH 0371/2142] Add networks to gov dapps (#948) * add Acala, Altair, Amplitude, Astar, Basilisk * add Calamari, Centrifuge, Crust Shadow, GM, Heiko * add HydraDX, Karura, Khala, Kilt, Kylin * add Moonbeam, Moonriver, Parallel, Pioneer, Polkadex * add Robonomics, Shiden, Tanganika, Turing * add Moonbeam/Moonriver governance * removed Acala * added rest networks --- chains/v5/chains_dev.json | 111 +++++++++++---- governance/dapps_dev.json | 277 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 365 insertions(+), 23 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 70c9cc869..ce24258a0 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -807,7 +807,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 + "addressPrefix": 8, + "options": [ + "governance-v1" + ] }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1054,7 +1057,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ - "ethereumBased" + "ethereumBased", + "governance-v1" ] }, { @@ -1176,7 +1180,10 @@ "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } - } + }, + "options": [ + "governance-v1" + ] }, { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -1643,7 +1650,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 + "addressPrefix": 110, + "options": [ + "governance-v1" + ] }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -1736,7 +1746,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041 + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] }, { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", @@ -1792,7 +1805,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 + "addressPrefix": 136, + "options": [ + "governance-v1" + ] }, { "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", @@ -1956,7 +1972,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 + "addressPrefix": 30, + "options": [ + "governance-v1" + ] }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", @@ -2008,7 +2027,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38 + "addressPrefix": 38, + "options": [ + "governance-v1" + ] }, { "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", @@ -2096,7 +2118,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 + "addressPrefix": 78, + "options": [ + "governance-v1" + ] }, { "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", @@ -2205,7 +2230,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 + "addressPrefix": 268, + "options": [ + "governance-v1" + ] }, { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -2669,7 +2697,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ - "ethereumBased" + "ethereumBased", + "governance-v1" ] }, { @@ -2745,7 +2774,10 @@ "addressPrefix": 5, "additional": { "defaultTip": "1000000" - } + }, + "options": [ + "governance-v1" + ] }, { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -2982,7 +3014,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 + "addressPrefix": 172, + "options": [ + "governance-v1" + ] }, { "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", @@ -3130,7 +3165,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32 + "addressPrefix": 32, + "options": [ + "governance-v1" + ] }, { "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", @@ -3478,7 +3516,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 + "addressPrefix": 66, + "options": [ + "governance-v1" + ] }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", @@ -3622,7 +3663,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", @@ -3669,7 +3713,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63 + "addressPrefix": 63, + "options": [ + "governance-v1" + ] }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -4052,7 +4099,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 + "addressPrefix": 51, + "options": [ + "governance-v1" + ] }, { "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", @@ -4195,7 +4245,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "options": [ + "governance-v1" + ] }, { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", @@ -4581,7 +4634,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "options": [ + "governance-v1" + ] }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", @@ -4656,7 +4712,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 + "addressPrefix": 33, + "options": [ + "governance-v1" + ] }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", @@ -4882,7 +4941,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 + "addressPrefix": 7013, + "options": [ + "governance-v1" + ] }, { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", @@ -4913,7 +4975,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 + "addressPrefix": 57, + "options": [ + "governance-v1" + ] }, { "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index e03c6c325..37ac604cc 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -49,5 +49,282 @@ "details": "Comment and react" } ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://altair.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://altair.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://amplitude.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://astar.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://basilisk.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://calamari.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://crustshadow.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://gmordie.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://heiko.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://hydradx.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://karura.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://karura.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://khala.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://khala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://kilt.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://kylin.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://moonbeam.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://moonriver.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://parallel.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://pioneer.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://polkadex.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://robonomics.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://shiden.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://tanganika.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://turing.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] } ] From 2213a1bee48f43a05a00c93bf820cc730414a165 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 2 Nov 2022 16:28:59 +0200 Subject: [PATCH 0372/2142] update Amplitude node (#943) --- chains/v5/chains.json | 2 +- chains/v5/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 685ae940c..12b992c5c 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4377,7 +4377,7 @@ ], "nodes": [ { - "url": "wss://rpc.pendulumchain.tech", + "url": "wss://rpc-amplitude.pendulumchain.tech", "name": "PendulumChain node" } ], diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index ce24258a0..7c5ce0ec7 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4960,7 +4960,7 @@ ], "nodes": [ { - "url": "wss://rpc.pendulumchain.tech", + "url": "wss://rpc-amplitude.pendulumchain.tech", "name": "PendulumChain node" } ], From d66d1f8b30452b9c858478be048d1e83ab05f4ef Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 2 Nov 2022 16:29:30 +0200 Subject: [PATCH 0373/2142] promote DAO IPCI network (#939) --- chains/v5/chains.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 12b992c5c..e93dd9b47 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4604,5 +4604,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 } ] From 098a4a2ca650b94317e063a40c7e2070c8dd7eda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:35:22 +0300 Subject: [PATCH 0374/2142] Update networks list (#953) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/README.md b/chains/README.md index a0d6741da..5f995c3f7 100644 --- a/chains/README.md +++ b/chains/README.md @@ -18,6 +18,7 @@ | Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| DAO IPCI | MITO | - | - | | Darwinia | RING | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | Edgeware | EDG | Subscan
Sub.ID | - | From 90316284ebf5e6dd53604082276e124e2c22ed22 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 08:27:46 +0200 Subject: [PATCH 0375/2142] remove Astar, Shiden, GM from gov --- chains/v5/chains_dev.json | 15 +++------------ governance/dapps_dev.json | 33 --------------------------------- 2 files changed, 3 insertions(+), 45 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7c5ce0ec7..9eab95c9b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1180,10 +1180,7 @@ "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } - }, - "options": [ - "governance-v1" - ] + } }, { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2774,10 +2771,7 @@ "addressPrefix": 5, "additional": { "defaultTip": "1000000" - }, - "options": [ - "governance-v1" - ] + } }, { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -4941,10 +4935,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013, - "options": [ - "governance-v1" - ] + "addressPrefix": 7013 }, { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 37ac604cc..bd435d376 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -78,17 +78,6 @@ } ] }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "dapps": [ - { - "title": "Polkassembly", - "url": "https://astar.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - } - ] - }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "dapps": [ @@ -139,17 +128,6 @@ } ] }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "dapps": [ - { - "title": "Polkassembly", - "url": "https://gmordie.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - } - ] - }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", "dapps": [ @@ -294,17 +272,6 @@ } ] }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "dapps": [ - { - "title": "Polkassembly", - "url": "https://shiden.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - } - ] - }, { "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", "dapps": [ From 2a7f40cf0eeecfa9c80af48c2288fb6ff89829c4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:08:57 +0500 Subject: [PATCH 0376/2142] Remove Parity node and add some new (#955) --- chains/v5/chains.json | 16 ++++++++++++---- chains/v5/chains_dev.json | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index e93dd9b47..253a56587 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -24,13 +24,21 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 9eab95c9b..a24e85102 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -24,13 +24,21 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" } ], "explorers": [ From 30c1a2226a3a309493af298bd07ac5133a8573db Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 13:37:30 +0200 Subject: [PATCH 0377/2142] add Acala, Centrifuge, Composable, Picasso, Snow to gov --- chains/v5/chains_dev.json | 25 ++++++++++++++++++++----- governance/dapps_dev.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a24e85102..1d035ff9d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2471,7 +2471,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 + "addressPrefix": 10, + "options": [ + "governance-v1" + ] }, { "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", @@ -3257,7 +3260,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 + "addressPrefix": 49, + "options": [ + "governance-v1" + ] }, { "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", @@ -3621,7 +3627,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 + "addressPrefix": 36, + "options": [ + "governance-v1" + ] }, { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", @@ -4191,7 +4200,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 + "addressPrefix": 49, + "options": [ + "governance-v1" + ] }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", @@ -5327,7 +5339,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] }, { "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index bd435d376..0a3356108 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -293,5 +293,33 @@ "details": "Comment and react" } ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://acala.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://acala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://composable.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] } ] From a1dbb0174c9d7e92d534a77280441cb797780ccf Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 13:44:05 +0200 Subject: [PATCH 0378/2142] add gov1 to Polkadot, Kusama, Moonbeam, Moonriver and dapps metadata --- chains/v5/chains.json | 12 ++++++--- governance/dapps.json | 58 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 4 deletions(-) create mode 100644 governance/dapps.json diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 253a56587..3a62e63c5 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -80,7 +80,8 @@ } }, "options": [ - "crowdloans" + "crowdloans", + "governance-v1" ] }, { @@ -159,7 +160,8 @@ } }, "options": [ - "crowdloans" + "crowdloans", + "governance-v1" ] }, { @@ -926,7 +928,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ - "ethereumBased" + "ethereumBased", + "governance-v1" ] }, { @@ -1166,7 +1169,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ - "ethereumBased" + "ethereumBased", + "governance-v1" ] }, { diff --git a/governance/dapps.json b/governance/dapps.json new file mode 100644 index 000000000..bc49ab903 --- /dev/null +++ b/governance/dapps.json @@ -0,0 +1,58 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://kusama.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://moonbeam.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://moonriver.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + } +] From 83e2c547334008adebf586ebe0818b70181d9a98 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 14:23:34 +0200 Subject: [PATCH 0379/2142] promote API url to chains.json --- chains/v5/chains.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3a62e63c5..b83cbe56b 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -77,6 +77,10 @@ "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" } }, "options": [ @@ -157,6 +161,10 @@ "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" } }, "options": [ @@ -923,6 +931,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", @@ -1164,6 +1176,10 @@ "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", From e9f17c7960506804477b8052eb7071a27865785f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 14:41:23 +0200 Subject: [PATCH 0380/2142] fix --- chains/v5/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b83cbe56b..39a638105 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -934,7 +934,7 @@ }, "governance": { "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", @@ -1179,7 +1179,7 @@ }, "governance": { "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + "url": "https://api.moonriver.polkassembly.network/v1/graphql" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", From c6e4419a12cd48a24cae681ea0f1e1bceb9c79ee Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Nov 2022 15:39:47 +0200 Subject: [PATCH 0381/2142] add Tinkernet --- chains/v5/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1d035ff9d..e73998584 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4886,7 +4886,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 + "addressPrefix": 117, + "options": [ + "governance-v1" + ] }, { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", From 58d0edf44ad7b8ce0ee4cc28e6c5e3b7443561c8 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 3 Nov 2022 23:35:49 +0500 Subject: [PATCH 0382/2142] Replace upgraded 0.9.31 nodes --- chains/v5/chains.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3a62e63c5..5e6b46841 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -21,17 +21,13 @@ ], "nodes": [ { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot.public.curie.radiumblock.io/ws", "name": "Radium block node" @@ -105,8 +101,8 @@ ], "nodes": [ { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" }, { "url": "wss://kusama-rpc.polkadot.io", From 12a59965b53383dfbe7e4f70de349c12ad67b9e1 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 3 Nov 2022 23:37:37 +0500 Subject: [PATCH 0383/2142] Update chains_dev.json --- chains/v5/chains_dev.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index e73998584..1bd6886ef 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -21,17 +21,13 @@ ], "nodes": [ { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot.public.curie.radiumblock.io/ws", "name": "Radium block node" @@ -109,8 +105,8 @@ ], "nodes": [ { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" }, { "url": "wss://kusama-rpc.polkadot.io", From 1121fb93f190471401e9c7b65cd3a78a6a039164 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:43:44 +0700 Subject: [PATCH 0384/2142] Move Polkadot nodes (#961) --- chains/v5/chains.json | 8 ++++---- chains/v5/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 5e6b46841..ba2ed7ab9 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -20,14 +20,14 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, { "url": "wss://polkadot.public.curie.radiumblock.io/ws", "name": "Radium block node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1bd6886ef..c2fe1d67c 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -20,14 +20,14 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, { "url": "wss://polkadot.public.curie.radiumblock.io/ws", "name": "Radium block node" From b1723c8557d4ef9be8df796456fed828e3c14d54 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:46:04 +0700 Subject: [PATCH 0385/2142] Polkadot rutime dispatch info (#960) * Polkadot rutime dispatch info * Temp replace polkadot types pointer * Temp replace polkadot types pointer * Undo - Temp replace polkadot types pointer --- chains/v2/types/polkadot.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 7310013d6..7983216da 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -10,7 +10,24 @@ "polkadot_runtime.Event": "GenericEvent", "polkadot_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "frame_support.weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } \ No newline at end of file From 287334f5eb4e2d808d67d1af6bd9225362591a9b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 4 Nov 2022 13:23:43 +0500 Subject: [PATCH 0386/2142] Update chains.json --- chains/v5/chains.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 23109d4b3..da5569dd9 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -104,14 +104,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -119,6 +111,14 @@ { "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" } ], "explorers": [ From 4f48becfb95ef27e07ea4169802b929c1adcfc21 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 4 Nov 2022 13:25:05 +0500 Subject: [PATCH 0387/2142] Fix kusama node for dev --- chains/v5/chains_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index c2fe1d67c..52bf4ff97 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -104,14 +104,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -119,6 +111,14 @@ { "url": "wss://kusama.public.curie.radiumblock.xyz/ws", "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" } ], "explorers": [ From 4e6d3620a1fdc2bff769ab593e337205666c5a4e Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 4 Nov 2022 13:31:10 +0500 Subject: [PATCH 0388/2142] add dispatch info type for Westend --- chains/v2/types/westend.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index f60339a41..7f7c6fb2d 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -10,7 +10,24 @@ "westend_runtime.RuntimeEvent": "GenericEvent", "westend_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From b383c995d09871c49c2857363b7030c571c2483a Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 5 Nov 2022 15:08:01 +0200 Subject: [PATCH 0389/2142] remove Tinkernet from gov --- chains/v5/chains_dev.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 52bf4ff97..9c01ef83d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4882,10 +4882,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "options": [ - "governance-v1" - ] + "addressPrefix": 117 }, { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", From 67199c0457d436a37951a2e3b5cb5af0ff20a33c Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 5 Nov 2022 15:38:52 +0200 Subject: [PATCH 0390/2142] add Interlay, Phala, Bifrost, Kintsugi, Litmus, Zeitgeist --- chains/v5/chains_dev.json | 30 ++++++++++++++---- governance/dapps_dev.json | 66 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 6 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 9c01ef83d..56ad02d18 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1379,7 +1379,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 + "addressPrefix": 6, + "options": [ + "governance-v1" + ] }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", @@ -1462,7 +1465,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 + "addressPrefix": 2092, + "options": [ + "governance-v1" + ] }, { "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", @@ -3312,7 +3318,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 + "addressPrefix": 73, + "options": [ + "governance-v1" + ] }, { "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", @@ -3387,7 +3396,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 + "addressPrefix": 131, + "options": [ + "governance-v1" + ] }, { "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", @@ -3844,7 +3856,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 + "addressPrefix": 2032, + "options": [ + "governance-v1" + ] }, { "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", @@ -3959,7 +3974,10 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 + "addressPrefix": 30, + "options": [ + "governance-v1" + ] }, { "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 0a3356108..6d622f328 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -321,5 +321,71 @@ "details": "Comment and react" } ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "dapps": [ + { + "title": "Subsquare", + "url": "https://interlay.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "dapps": [ + { + "title": "Subsquare", + "url": "https://phala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "dapps": [ + { + "title": "Subsquare", + "url": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "dapps": [ + { + "title": "Subsquare", + "url": "https://kintsugi.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "dapps": [ + { + "title": "Subsquare", + "url": "https://litmus.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "dapps": [ + { + "title": "Subsquare", + "url": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From 807ec0e8698c5a31e89991f49d502e141a244288 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 6 Nov 2022 18:23:45 +0200 Subject: [PATCH 0391/2142] remove Interlay, Kintsugi --- chains/v5/chains_dev.json | 10 ++-------- governance/dapps_dev.json | 22 ---------------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 56ad02d18..eabff6106 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1465,10 +1465,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092, - "options": [ - "governance-v1" - ] + "addressPrefix": 2092 }, { "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", @@ -3856,10 +3853,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032, - "options": [ - "governance-v1" - ] + "addressPrefix": 2032 }, { "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 6d622f328..4a6e15520 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -322,17 +322,6 @@ } ] }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "dapps": [ - { - "title": "Subsquare", - "url": "https://interlay.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", - "details": "Comment and react" - } - ] - }, { "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", "dapps": [ @@ -355,17 +344,6 @@ } ] }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "dapps": [ - { - "title": "Subsquare", - "url": "https://kintsugi.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", - "details": "Comment and react" - } - ] - }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", "dapps": [ From 67f016c06b1008831a2a5421f99c5622dbf81f0c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:45:33 +0500 Subject: [PATCH 0392/2142] Add workflow to update XCM coefficients (#925) * Add workflow to update XCMs * Add moving step * update paths * add debug * remove moving * change move command * change checkout method * update version * change commit logic * remove if condition * test * add reviewers * create clear PR * change triggers * return values after testing * Adding inputs for workflow_dispatch * Adding environment logic --- .../workflows/make-pull-request/action.yml | 2 +- .github/workflows/update_xcm_data.yaml | 65 +++++++++++++++++++ xcm/v2/transfers_dev.json | 2 +- 3 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/update_xcm_data.yaml diff --git a/.github/workflows/make-pull-request/action.yml b/.github/workflows/make-pull-request/action.yml index 7f326a4c3..11b122606 100644 --- a/.github/workflows/make-pull-request/action.yml +++ b/.github/workflows/make-pull-request/action.yml @@ -49,6 +49,6 @@ runs: destination_branch: "master" pr_title: ${{ inputs.pr-title }} pr_body: ${{ inputs.pr-body }} - pr_reviewer: "stepanLav" + pr_reviewer: "stepanLav,leohar" pr_draft: false github_token: ${{ inputs.github-token }} diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml new file mode 100644 index 000000000..b34b7773b --- /dev/null +++ b/.github/workflows/update_xcm_data.yaml @@ -0,0 +1,65 @@ +name: Update xcm coefficients + +on: + schedule: + - cron: '1 * * * *' + workflow_dispatch: + inputs: + environment: + required: true + description: Which file will be updated DEV or PROD + type: choice + default: PROD + options: + - DEV + - PROD + pull_request: + + +jobs: + update-xcm: + runs-on: ubuntu-latest + + steps: + - name: Checkout current repository to Master branch + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: Set environment + if: ${{ github.event.inputs.environment }} + run: echo "ENVIRONMENT=${{ github.event.inputs.environment }}" >> "$GITHUB_ENV" + + - name: Checkout support repo + uses: actions/checkout@v2 + with: + path: ./support + repository: nova-wallet/support-utils + ref: master + token: ${{ secrets.PAT_TOKEN }} + + - name: 🛠 Set up actual paths + uses: ./.github/workflows/setup-path + + - name: ⚙️ Install dependencies + run: | + cd ./support + pip install -r ./requirements.txt + + - name: 🦾 Generate new xcm coefficients + run: | + cd ./support + python nova-utils/update_xcm_data.py + + - name: Move generated file + run: mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} + + - name: Make Pull Request + uses: ./.github/workflows/make-pull-request + with: + commit-files: ${{ env.DEV_XCM_JSON_PATH }} + commit-message: Update xcm coefficients + github-token: ${{ secrets.GITHUB_TOKEN }} + branch-name: update-xcm-coefficients-${{github.run_number}} + pr-title: Update XCM coefficients 🆙 + pr-body: This PR was generated automatically 🤖 diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8d2ef7102..8d8ad3930 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3910,4 +3910,4 @@ ] } ] -} \ No newline at end of file +} From 5bf6687bc33b00d045f8f55bc40a991b1f5cadfc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:53:37 +0500 Subject: [PATCH 0393/2142] remove unnecessary trigger (#966) --- .github/workflows/update_xcm_data.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index b34b7773b..33d930e1e 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -13,7 +13,6 @@ on: options: - DEV - PROD - pull_request: jobs: From 8d66f8e187ffa858df15d257042706872aef0019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:20:02 +0300 Subject: [PATCH 0394/2142] Update xcm coefficients (#967) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8d8ad3930..c23659827 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -162,7 +162,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensReserve" } @@ -176,7 +176,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensReserve" } @@ -190,7 +190,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensReserve" } @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xcmPalletDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -1387,7 +1387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -1498,7 +1498,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -1549,7 +1549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -1675,7 +1675,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xcmPalletDest" } @@ -1740,7 +1740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -1791,7 +1791,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -1842,7 +1842,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -3091,7 +3091,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -3202,7 +3202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -3253,7 +3253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "349124131457" + "value": "299963590542" }, "instructions": "xtokensDest" } @@ -3898,7 +3898,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27279987047204" + "value": "25858885085907" }, "instructions": "xtokensDest" } @@ -3910,4 +3910,4 @@ ] } ] -} +} \ No newline at end of file From 26e9b4fe9aff70d4fc85b29983e3d54815579a68 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:10:44 +0500 Subject: [PATCH 0395/2142] fix gov1 testnet genesis (#972) --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index eabff6106..92c1a034e 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5406,7 +5406,7 @@ "addressPrefix": 32 }, { - "chainId": "ae248e0361b9e18cdf08ab4a44357cab4b89c0ea30674eb8062fe975adafdab0", + "chainId": "debc82d28e63857f236a6d1ab981a35e2401e1a5834656667747f39303d52e07", "name": "Governance1 Novasama Testnet", "assets": [ { From ae4b3c3bb99f6af092e5e748a23738c806a04415 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:25:57 +0500 Subject: [PATCH 0396/2142] XCM update fix for PROD env (#971) * fix path for changed files * test trigger * fix move file step * remove pull-request trigger --- .github/workflows/update_xcm_data.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 33d930e1e..eb7b21d9b 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -50,13 +50,16 @@ jobs: cd ./support python nova-utils/update_xcm_data.py - - name: Move generated file - run: mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} + - name: Move generated files + continue-on-error: true + run: | + mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} + mv support/transfers.json ${{ env.XCM_JSON_PATH }} - name: Make Pull Request uses: ./.github/workflows/make-pull-request with: - commit-files: ${{ env.DEV_XCM_JSON_PATH }} + commit-files: ${{ env.DEV_XCM_JSON_PATH }} ${{ env.XCM_JSON_PATH }} commit-message: Update xcm coefficients github-token: ${{ secrets.GITHUB_TOKEN }} branch-name: update-xcm-coefficients-${{github.run_number}} From a88864c90eb540c8b8fd519cad761f4a9f995aa8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:12:36 +0500 Subject: [PATCH 0397/2142] fix usdt currencyId (#977) --- chains/v5/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 92c1a034e..af55c8639 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1290,7 +1290,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0700000000", + "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true From efa6e512fcd83eef3b3e4fdd454260301c7d9fc2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:47:04 +0500 Subject: [PATCH 0398/2142] Fix bifrost usdt currencyId (#978) --- chains/v5/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index da5569dd9..b611e3e0f 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1345,7 +1345,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0700000000", + "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true From 4d477e06954af4671d8864a065b9d3b5ad03f0d6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:50:59 +0500 Subject: [PATCH 0399/2142] Fix/xcm prod updates (#973) * fix path for changed files * test trigger * fix move file step * remove pull-request trigger * test bash if else statement * test data DEV statement * fix mistake * test PROD * PROD test run * update cron --- .github/workflows/update_xcm_data.yaml | 27 ++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index eb7b21d9b..d39cf9107 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -2,7 +2,7 @@ name: Update xcm coefficients on: schedule: - - cron: '1 * * * *' + - cron: '0 8 * * *' workflow_dispatch: inputs: environment: @@ -14,7 +14,6 @@ on: - DEV - PROD - jobs: update-xcm: runs-on: ubuntu-latest @@ -26,8 +25,12 @@ jobs: fetch-depth: 0 - name: Set environment - if: ${{ github.event.inputs.environment }} - run: echo "ENVIRONMENT=${{ github.event.inputs.environment }}" >> "$GITHUB_ENV" + run: | + if [ "${{ github.event.inputs.environment }}" = "PROD" ]; then + echo "ENVIRONMENT=PROD" >> "$GITHUB_ENV" + else + echo "ENVIRONMENT=DEV" >> "$GITHUB_ENV" + fi - name: Checkout support repo uses: actions/checkout@v2 @@ -50,18 +53,22 @@ jobs: cd ./support python nova-utils/update_xcm_data.py - - name: Move generated files - continue-on-error: true + - name: Move generated file run: | - mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} - mv support/transfers.json ${{ env.XCM_JSON_PATH }} + if [ "${{ github.event.inputs.environment }}" = "PROD" ]; then + mv support/transfers.json ${{ env.XCM_JSON_PATH }} + echo "COMMIT_FILE=${{ env.XCM_JSON_PATH }}" >> "$GITHUB_ENV" + else + mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} + echo "COMMIT_FILE=${{ env.DEV_XCM_JSON_PATH }}" >> "$GITHUB_ENV" + fi - name: Make Pull Request uses: ./.github/workflows/make-pull-request with: - commit-files: ${{ env.DEV_XCM_JSON_PATH }} ${{ env.XCM_JSON_PATH }} + commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients github-token: ${{ secrets.GITHUB_TOKEN }} branch-name: update-xcm-coefficients-${{github.run_number}} - pr-title: Update XCM coefficients 🆙 + pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 From 4bbde21de8aff4e84fa274104b0deb87223045a9 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:27:16 +0600 Subject: [PATCH 0400/2142] Added mercuryo buy provider (#980) * Added mercuryo buy provider * Removed mercuryo from prod chains --- chains/v5/chains_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index af55c8639..81694145a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -15,7 +15,8 @@ "moonpay": {}, "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], @@ -99,7 +100,8 @@ "ramp": {}, "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], From 1ca78d3853f02fcb255601ae30b54defec5e1448 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 9 Nov 2022 16:50:09 +0200 Subject: [PATCH 0401/2142] Add Myriad and Fusotao networks (#982) * add Myriad and Fusotao networks * fix indent --- chains/v2/types/fusotao.json | 16 ++++++++++ chains/v2/types/myriad.json | 16 ++++++++++ chains/v5/chains_dev.json | 50 +++++++++++++++++++++++++++++++ icons/chains/gradient/Fusotao.svg | 29 ++++++++++++++++++ icons/chains/gradient/Myriad.svg | 15 ++++++++++ icons/tokens/white/MYRIA.svg | 3 ++ icons/tokens/white/TAO.svg | 17 +++++++++++ 7 files changed, 146 insertions(+) create mode 100644 chains/v2/types/fusotao.json create mode 100644 chains/v2/types/myriad.json create mode 100644 icons/chains/gradient/Fusotao.svg create mode 100644 icons/chains/gradient/Myriad.svg create mode 100644 icons/tokens/white/MYRIA.svg create mode 100644 icons/tokens/white/TAO.svg diff --git a/chains/v2/types/fusotao.json b/chains/v2/types/fusotao.json new file mode 100644 index 000000000..4e4cb37d6 --- /dev/null +++ b/chains/v2/types/fusotao.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 127, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "fuso_runtime.Event": "GenericEvent", + "fuso_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/myriad.json b/chains/v2/types/myriad.json new file mode 100644 index 000000000..3a2a26837 --- /dev/null +++ b/chains/v2/types/myriad.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 2019, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "myriad_runtime.Event": "GenericEvent", + "myriad_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 81694145a..9fb019921 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5434,5 +5434,55 @@ "testnet", "governance-v1" ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/Fusotao.svg b/icons/chains/gradient/Fusotao.svg new file mode 100644 index 000000000..6d27e7bc4 --- /dev/null +++ b/icons/chains/gradient/Fusotao.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Myriad.svg b/icons/chains/gradient/Myriad.svg new file mode 100644 index 000000000..a7be86fe8 --- /dev/null +++ b/icons/chains/gradient/Myriad.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/MYRIA.svg b/icons/tokens/white/MYRIA.svg new file mode 100644 index 000000000..e812abcad --- /dev/null +++ b/icons/tokens/white/MYRIA.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/TAO.svg b/icons/tokens/white/TAO.svg new file mode 100644 index 000000000..5c17f659a --- /dev/null +++ b/icons/tokens/white/TAO.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 042aba0c0f35f711e8fc4d73c4b3943b91580d09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:53:45 +0300 Subject: [PATCH 0402/2142] Update xcm coefficients (#981) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c23659827..5233b7b97 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xcmPalletDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299963590542" + "value": "299643832257" }, "instructions": "xtokensDest" } From d85333afee77a05b2dfcdb5101e91a8a446df37f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 9 Nov 2022 17:32:11 +0200 Subject: [PATCH 0403/2142] add Explorer to networs --- chains/v5/chains_dev.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 9fb019921..88f2484a3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5453,6 +5453,14 @@ "name": "Octopus node" } ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true @@ -5478,6 +5486,14 @@ "name": "Octopus node" } ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true From ae87fd3e400d75d2912e9988b57f2a3eb5d2a808 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Nov 2022 08:36:41 +0200 Subject: [PATCH 0404/2142] fix Edgeware types --- chains/v2/types/edgeware.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 chains/v2/types/edgeware.json diff --git a/chains/v2/types/edgeware.json b/chains/v2/types/edgeware.json new file mode 100644 index 000000000..fa7b8d630 --- /dev/null +++ b/chains/v2/types/edgeware.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 53, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "edgeware_runtime.Event": "GenericEvent", + "edgeware_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 88f2484a3..2c7a71cbb 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1497,8 +1497,8 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true }, "explorers": [ { From 67fc8a1bb5adcf60e194e6bb03db8ef2ab483b5a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Nov 2022 08:38:06 +0200 Subject: [PATCH 0405/2142] fix indent --- chains/v2/types/edgeware.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/edgeware.json b/chains/v2/types/edgeware.json index fa7b8d630..b09ac36bd 100644 --- a/chains/v2/types/edgeware.json +++ b/chains/v2/types/edgeware.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} From c13b2afa8fa1f550090c3642beb5c87cd0314144 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Nov 2022 08:52:02 +0200 Subject: [PATCH 0406/2142] promote Edgeware types fix --- chains/v5/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b611e3e0f..fc874fffe 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1729,8 +1729,8 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true }, "explorers": [ { From e7612e411f5593128ab6a45dc2c9dc136b3ed194 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Nov 2022 09:00:27 +0200 Subject: [PATCH 0407/2142] fix Edgeware nodes --- chains/v5/chains.json | 8 ++++---- chains/v5/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index b611e3e0f..c6fd30ec8 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1715,10 +1715,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, { "url": "wss://edgeware.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1726,6 +1722,10 @@ { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" } ], "types": { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 2c7a71cbb..b18e07c48 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1483,10 +1483,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, { "url": "wss://edgeware.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1494,6 +1490,10 @@ { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" } ], "types": { From fc6ebede0874745fadc1fedb5a65487eeb8f59f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:09:49 +0300 Subject: [PATCH 0408/2142] Update Test data File (#985) * Update test data file * Add test accounts and remove test network Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 329ebb56d..823e1ae15 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d9a43010a..2fdbaf673 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -328,5 +328,10 @@ "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", "name": "DAO IPCI", "account": "0x9ce0033ab3ffd86dd5fd3a21a4dbd28ee263bffb12e10480f43f17751cba6dd2" + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "account": "0xbabdeafb82f8ebb4d2fda53b4bcbadef9cb04e6a6eb49a8aaa6816cc20036c7c" } ] \ No newline at end of file From 7b05e18cb628b8afc745526ef90784077cedf380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:32:25 +0300 Subject: [PATCH 0409/2142] Update xcm coefficients (#979) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 190 +++++++++++++++++++++--------------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 2335d6224..fffb0461d 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "38620000000" + "value": "38620923659" }, "instructions": "xtokensReserve" } @@ -70,7 +70,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensReserve" } @@ -110,7 +110,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensReserve" } @@ -138,7 +138,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23310000000000" + "value": "23174000000000" }, "instructions": "xtokensReserve" } @@ -152,7 +152,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensReserve" } @@ -166,7 +166,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensReserve" } @@ -293,7 +293,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -343,7 +343,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -357,7 +357,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -371,7 +371,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -385,7 +385,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -413,7 +413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -450,7 +450,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -501,7 +501,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45189300000000" + "value": "29910234569493" }, "instructions": "xtokensDest" } @@ -603,7 +603,7 @@ "fee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensDest" } @@ -617,7 +617,7 @@ "fee": { "mode": { "type": "proportional", - "value": "965646171792" + "value": "308986666706" }, "instructions": "xtokensDest" } @@ -673,7 +673,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xcmPalletDest" } @@ -687,7 +687,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xcmPalletDest" } @@ -701,7 +701,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xcmPalletDest" } @@ -715,7 +715,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xcmPalletDest" } @@ -757,7 +757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xcmPalletDest" } @@ -841,7 +841,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -892,7 +892,7 @@ "fee": { "mode": { "type": "proportional", - "value": "310800000000" + "value": "308986666659" }, "instructions": "xtokensDest" } @@ -994,7 +994,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -1022,7 +1022,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -1036,7 +1036,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -1050,7 +1050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -1078,7 +1078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -1143,7 +1143,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1208,7 +1208,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4662000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -1245,7 +1245,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1259,7 +1259,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -1273,7 +1273,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -1310,7 +1310,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -1333,7 +1333,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23310000000000" + "value": "23174000000000" }, "instructions": "xtokensDest" } @@ -1356,7 +1356,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -1384,7 +1384,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1407,7 +1407,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -1435,7 +1435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1477,7 +1477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11877448000" + "value": "3959149500" }, "instructions": "xcmPalletTeleportDest" } @@ -1491,7 +1491,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xcmPalletDest" } @@ -1505,7 +1505,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xcmPalletDest" } @@ -1533,7 +1533,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xcmPalletDest" } @@ -1575,7 +1575,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4662000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -1598,7 +1598,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -1626,7 +1626,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1649,7 +1649,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -1677,7 +1677,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1700,7 +1700,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -1728,7 +1728,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1806,7 +1806,7 @@ "fee": { "mode": { "type": "proportional", - "value": "13000000000" + "value": "77639751552" }, "instructions": "xcmPalletDest" } @@ -1848,7 +1848,7 @@ "fee": { "mode": { "type": "proportional", - "value": "699300000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } @@ -1899,7 +1899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45189300000000" + "value": "29910234569493" }, "instructions": "xtokensDest" } @@ -1922,7 +1922,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -1936,7 +1936,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -1950,7 +1950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -1978,7 +1978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -2020,7 +2020,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2071,7 +2071,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -2113,7 +2113,7 @@ "fee": { "mode": { "type": "proportional", - "value": "965646171792" + "value": "308986666706" }, "instructions": "xtokensDest" } @@ -2150,7 +2150,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2178,7 +2178,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -2192,7 +2192,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2206,7 +2206,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -2234,7 +2234,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2420,7 +2420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2448,7 +2448,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2462,7 +2462,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -2476,7 +2476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -2504,7 +2504,7 @@ "fee": { "mode": { "type": "proportional", - "value": "509786653063" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -2625,7 +2625,7 @@ "fee": { "mode": { "type": "proportional", - "value": "892857142857142" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -2690,7 +2690,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12350000000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -2704,7 +2704,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -2782,7 +2782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20425865355" + "value": "20306692567" }, "instructions": "xtokensDest" } @@ -2796,7 +2796,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -2847,7 +2847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11655000000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -2893,7 +2893,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27234487140" + "value": "27075590089" }, "instructions": "xtokensDest" } @@ -2944,7 +2944,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90141" + "value": "89615" }, "instructions": "xtokensDest" } @@ -3028,7 +3028,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92696000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -3079,7 +3079,7 @@ "fee": { "mode": { "type": "proportional", - "value": "154494" + "value": "172577" }, "instructions": "xtokensDest" } @@ -3102,7 +3102,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "3314035960" }, "instructions": "xtokensDest" } @@ -3144,7 +3144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -3186,7 +3186,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -3200,7 +3200,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -3228,7 +3228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -3242,7 +3242,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -3256,7 +3256,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -3270,7 +3270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "412760662878" + "value": "299643832257" }, "instructions": "xtokensDest" } @@ -3321,7 +3321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3862000000" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -3335,7 +3335,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "231740000000" }, "instructions": "xtokensDest" } @@ -3349,7 +3349,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -3363,7 +3363,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000" }, "instructions": "xtokensDest" } @@ -3391,7 +3391,7 @@ "fee": { "mode": { "type": "proportional", - "value": "233100000000" + "value": "811622433244" }, "instructions": "xtokensDest" } @@ -3456,7 +3456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25678855576660" + "value": "25858885085907" }, "instructions": "xtokensDest" } From 52463306857be8bcb4fb5213b17410d16743113a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Nov 2022 16:42:10 +0200 Subject: [PATCH 0410/2142] add POH to gov dapps (#991) --- governance/dapps_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 4a6e15520..0760c08cf 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -47,6 +47,12 @@ "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" + }, + { + "title": "Proof of Chaos", + "url": "https://www.proofofchaos.app/vote/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "details": "Pass the quiz for NFT upgrade" } ] }, From 611b5a8490d03b169ec76b4d00bd844888bc1c66 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 11 Nov 2022 10:09:44 +0600 Subject: [PATCH 0411/2142] Added erc20 assets (#994) --- assets/erc20/assets.json | 15 +++++++++++++++ assets/erc20/assets_dev.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 assets/erc20/assets.json create mode 100644 assets/erc20/assets_dev.json diff --git a/assets/erc20/assets.json b/assets/erc20/assets.json new file mode 100644 index 000000000..4b2aa0672 --- /dev/null +++ b/assets/erc20/assets.json @@ -0,0 +1,15 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + } + ] + } +] \ No newline at end of file diff --git a/assets/erc20/assets_dev.json b/assets/erc20/assets_dev.json new file mode 100644 index 000000000..4b2aa0672 --- /dev/null +++ b/assets/erc20/assets_dev.json @@ -0,0 +1,15 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + } + ] + } +] \ No newline at end of file From 73d346faa8ae74cbf7e9042c0b22285ac5922576 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 11 Nov 2022 10:22:48 +0600 Subject: [PATCH 0412/2142] Feature/er20tokens (#995) * Added erc20 assets * Change path to assets --- assets/evm/assets.json | 15 +++++++++++++++ assets/evm/assets_dev.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 assets/evm/assets.json create mode 100644 assets/evm/assets_dev.json diff --git a/assets/evm/assets.json b/assets/evm/assets.json new file mode 100644 index 000000000..4b2aa0672 --- /dev/null +++ b/assets/evm/assets.json @@ -0,0 +1,15 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + } + ] + } +] \ No newline at end of file diff --git a/assets/evm/assets_dev.json b/assets/evm/assets_dev.json new file mode 100644 index 000000000..4b2aa0672 --- /dev/null +++ b/assets/evm/assets_dev.json @@ -0,0 +1,15 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + } + ] + } +] \ No newline at end of file From 10346455c213b96e0d5fb2b25316f8b7e204f87c Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 11 Nov 2022 10:26:56 +0600 Subject: [PATCH 0413/2142] Removed unused files (#996) --- assets/erc20/assets.json | 15 --------------- assets/erc20/assets_dev.json | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 assets/erc20/assets.json delete mode 100644 assets/erc20/assets_dev.json diff --git a/assets/erc20/assets.json b/assets/erc20/assets.json deleted file mode 100644 index 4b2aa0672..000000000 --- a/assets/erc20/assets.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "symbol": "USDT", - "precision": 6, - "name": "Tether USD", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "instances": [ - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" - } - ] - } -] \ No newline at end of file diff --git a/assets/erc20/assets_dev.json b/assets/erc20/assets_dev.json deleted file mode 100644 index 4b2aa0672..000000000 --- a/assets/erc20/assets_dev.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "symbol": "USDT", - "precision": 6, - "name": "Tether USD", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "instances": [ - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" - } - ] - } -] \ No newline at end of file From a4fb9cf35fc101fdcdf41808bce7d3b57923cf91 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Fri, 11 Nov 2022 12:57:14 +0400 Subject: [PATCH 0414/2142] Updated RPC Endpoints (#992) * Updated RPC Endpoints Removed Dwellir Node from Robonomics * Updated RPC Endpoints Removed Dwellir RPC from Robonomics --- chains/v5/chains.json | 4 ---- chains/v5/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 875edb663..64eaeba01 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2727,10 +2727,6 @@ "url": "wss://kusama.rpc.robonomics.network/", "name": "Airalab node" }, - { - "url": "wss://robonomics-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://robonomics.leemo.me", "name": "Leemo node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b18e07c48..7c5f43592 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3135,10 +3135,6 @@ "url": "wss://kusama.rpc.robonomics.network/", "name": "Airalab node" }, - { - "url": "wss://robonomics-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://robonomics.leemo.me", "name": "Leemo node" From 742e450e9f8a2f2bfd307de487cb80c12b7f2261 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:29:14 +0600 Subject: [PATCH 0415/2142] Add version to assets (#999) --- assets/evm/{ => v1}/assets.json | 0 assets/evm/{ => v1}/assets_dev.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename assets/evm/{ => v1}/assets.json (100%) rename assets/evm/{ => v1}/assets_dev.json (100%) diff --git a/assets/evm/assets.json b/assets/evm/v1/assets.json similarity index 100% rename from assets/evm/assets.json rename to assets/evm/v1/assets.json diff --git a/assets/evm/assets_dev.json b/assets/evm/v1/assets_dev.json similarity index 100% rename from assets/evm/assets_dev.json rename to assets/evm/v1/assets_dev.json From d052bd63002210d7255c906267485ca3c0cb8134 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 11 Nov 2022 15:45:46 +0500 Subject: [PATCH 0416/2142] Fix RuntimeDispatchInfo for Polkadot - switch RuntimeDispatchInfo weights for v2 --- chains/v2/types/polkadot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 7983216da..9168cc185 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -16,11 +16,11 @@ "type_mapping": [ [ "weight", - "frame_support.weights.weight_v2.Weight" + "sp_weights.weight_v2.Weight" ], [ "class", - "frame_support.weights.DispatchClass" + "frame_support.dispatch.DispatchClass" ], [ "partialFee", @@ -30,4 +30,4 @@ } }, "versioning": [] -} \ No newline at end of file +} From 04b533225e36ddd7fdae1e28205f8b3434291cf2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 11 Nov 2022 18:16:11 +0500 Subject: [PATCH 0417/2142] update polkadot types --- chains/v2/types/polkadot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 9168cc185..50366048a 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "polkadot_runtime.Event": "GenericEvent", - "polkadot_runtime.Call": "GenericCall", + "polkadot_runtime.RuntimeEvent": "GenericEvent", + "polkadot_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From ab7e23497965fa9bb192dae01a8b0298bf410491 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:41:55 +0500 Subject: [PATCH 0418/2142] remove dwellir Parallel node (#998) --- chains/v5/chains_dev.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7c5f43592..7f7f5ced7 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2987,10 +2987,6 @@ { "url": "wss://parallel.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From cf7ceb697eb3b8283fe8fa5225337964e617d34c Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 12 Nov 2022 11:15:04 +0200 Subject: [PATCH 0419/2142] fix USDT on Statemine, add USDT on Statemint (#1003) --- chains/v5/chains_dev.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7f7f5ced7..691b59482 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -353,12 +353,12 @@ { "assetId": 7, "symbol": "USDT", - "precision": 4, + "precision": 6, "priceId": "tether", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "assetId": "11" + "assetId": "1984" } } ], @@ -3076,6 +3076,17 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } } ], "nodes": [ From 064fb6be72063afd0bd711b2a9a159448f3d225a Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 12 Nov 2022 11:25:16 +0200 Subject: [PATCH 0420/2142] promote fix USDT on Statemine, add USDT on Statemint --- chains/v5/chains.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 64eaeba01..e448e4d23 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -297,12 +297,12 @@ { "assetId": 7, "symbol": "USDT", - "precision": 4, + "precision": 6, "priceId": "tether", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "assetId": "11" + "assetId": "1984" } } ], @@ -2672,6 +2672,17 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } } ], "nodes": [ From ed860860028a7df3b3c6d2444d9a24fe514d2ebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 11:44:36 +0300 Subject: [PATCH 0421/2142] Update networks list (#1005) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 5f995c3f7..387be62d0 100644 --- a/chains/README.md +++ b/chains/README.md @@ -58,7 +58,7 @@ | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | | Snow | ICZ | Subscan | - | | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| Statemint | DOT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | From 9eb1f3a1b526d0d50de22ae6e6728f84242ac437 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Nov 2022 07:09:38 +0200 Subject: [PATCH 0422/2142] promote POH to gov dapps (#997) --- governance/dapps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/governance/dapps.json b/governance/dapps.json index bc49ab903..01739758f 100644 --- a/governance/dapps.json +++ b/governance/dapps.json @@ -30,6 +30,12 @@ "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" + }, + { + "title": "Proof of Chaos", + "url": "https://www.proofofchaos.app/vote/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "details": "Pass the quiz for NFT upgrade" } ] }, From ebe70764d37891495ac3dcadaf250b280a265585 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:29:58 +0500 Subject: [PATCH 0423/2142] Remove Dwellir nodes for Darwinia (#1006) --- chains/v5/chains.json | 4 ---- chains/v5/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index e448e4d23..147a4c156 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3074,10 +3074,6 @@ { "url": "wss://crab-parachain-rpc.darwinia.network/", "name": "Crab node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 691b59482..f70127502 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3420,10 +3420,6 @@ { "url": "wss://crab-parachain-rpc.darwinia.network/", "name": "Crab node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From 3ea6639517684eda3958542d5384c834105bc74b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:34:49 +0500 Subject: [PATCH 0424/2142] CI/CD for XCM pull_requests (#639) * Adding script for xcm difference check * Adding workflow for running xcm script * Improve readability * Changing the location for storing changes * test * Improve solution * test * fix typo * fix typo * fix echo command * fix logic * add additional variable * return test data back --- .github/workflows/pull_request_for_xcm.yaml | 73 ++++++++ scripts/print_xcm_changes.py | 190 ++++++++++++++++++++ 2 files changed, 263 insertions(+) create mode 100644 .github/workflows/pull_request_for_xcm.yaml create mode 100644 scripts/print_xcm_changes.py diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml new file mode 100644 index 000000000..d67ecd737 --- /dev/null +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -0,0 +1,73 @@ +name: Check pull requests + +on: + pull_request: + paths: + - 'xcm/**' + +jobs: + create-comment-with-changes: + runs-on: ubuntu-latest + name: Create a comment with xcm changed data + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: 🛠 Set up actual paths + uses: ./.github/workflows/setup-path + + - name: Was transfers.json changed? + id: prod + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.XCM_JSON_PATH }} + + - name: Was transfers_dev.json changed? + id: dev + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.DEV_XCM_JSON_PATH }} + + - name: Install dependencies + run: pip install -r requirements.txt + + - name: Build body text + run: echo This comment was written by a bot! >> body_file.txt + + - name: Generate message for PROD + if: steps.prod.outputs.any_changed == 'true' + run: | + echo "## Changes for PROD" >> body_file.txt + python scripts/print_xcm_changes.py prod >> body_file.txt + + - name: Generate message for DEV + if: steps.dev.outputs.any_changed == 'true' + run: | + echo "## Changes for DEV" >> body_file.txt + python scripts/print_xcm_changes.py dev >> body_file.txt + + - name: Find Comment + uses: peter-evans/find-comment@v2 + id: fc + with: + issue-number: ${{ github.event.pull_request.number }} + comment-author: 'github-actions[bot]' + body-includes: This comment was written by a bot! + + - name: Create comment + if: steps.fc.outputs.comment-id == '' + uses: peter-evans/create-or-update-comment@v2 + with: + issue-number: ${{ github.event.pull_request.number }} + body-file: body_file.txt + + - name: Update comment + if: steps.fc.outputs.comment-id != '' + uses: peter-evans/create-or-update-comment@v2 + with: + comment-id: ${{ steps.fc.outputs.comment-id }} + body-file: body_file.txt + edit-mode: replace diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py new file mode 100644 index 000000000..bb99c235b --- /dev/null +++ b/scripts/print_xcm_changes.py @@ -0,0 +1,190 @@ +#!/usr/bin/python +""" +This script compare transfers.json from endpoint and local file, then print changes. +""" +import sys +import os +import json +from collections import defaultdict +import requests + + +def get_data_from_file(file_path): + with open(file_path, encoding='UTF-8') as fin: + return json.load(fin) + + +def get_request_via_https(url) -> json: + try: + response = requests.get(url, timeout=60) + response.raise_for_status() + data = response.json() + return data + except requests.exceptions.RequestException as request_error: + raise SystemExit(request_error) + + +def deep_search_an_elemnt_by_key(obj, key): + """Search an element in object by key and return it's value + + Args: + obj (dict | list): Object to search + key (str): key to search + + Returns: + obj: Value of first found element + """ + + if key in obj: + return obj[key] + for k, v in obj.items(): + if isinstance(v, dict): + item = deep_search_an_elemnt_by_key(v, key) + if item is not None: + return item + if isinstance(v, list): + for element in v: + if isinstance(element, dict): + tuple_item = deep_search_an_elemnt_by_key(element, key) + if tuple_item is not None: + return tuple_item + + +def compare_reserve_fee(object_accumulator, actual_assets_location, changed_assets_location): + """Compare reserve fee between production and changed assets location + + Args: + object_accumulator (obj): This object accumulate all changes + actual_assets_location (dict): Dictinary with actual assets location + changed_assets_location (dict): Dictinary with changed assets location + """ + + for assets, assets_data in actual_assets_location.items(): + new_value = deep_search_an_elemnt_by_key( + changed_assets_location[assets], 'value') + old_value = deep_search_an_elemnt_by_key(assets_data, 'value') + if new_value != old_value: + object_accumulator['reserveFee'][assets] = { + 'old_value': old_value, 'new_value': new_value} + + +def compare_destinations(object_accumulator, actual_chain_dict, new_chain_dict, chains_json_dict): + """Compare destinations between production and changed assets location + + Args: + object_accumulator (dict): This object accumulate all changes + actual_chain_dict (dict): Dictinary with production chains + new_chain_dict (dict): Dictinary with changed chains + chains_json_dict (dict): Dictinary with chains.json + """ + + for chain_id, chain_data in actual_chain_dict.items(): + chain_name = chains_json_dict[chain_id].get('name') + for chain_asset in chain_data.get('assets'): + asset_symbol = chain_asset['assetLocation'] + try: + asset_in_new_chain_dict = next( + asset for asset in new_chain_dict[chain_id]['assets'] if asset['assetLocation'] == asset_symbol) + except StopIteration: + object_accumulator['chains'][chain_name][asset_symbol] = 'That asset was removed' + continue + for destination in chain_asset.get('xcmTransfers'): + destination_value = destination.get('destination') + destination_chain_id = destination_value.get('chainId') + destination_name = chains_json_dict[destination_chain_id].get('name') + new_destinations = asset_in_new_chain_dict.get('xcmTransfers') + try: + destination_in_new_chain_dict = next( + destination for destination in new_destinations if destination.get('destination').get('chainId') == destination_chain_id) + except StopIteration: + object_accumulator['chains'][chain_name][asset_symbol][destination_name] = 'That destination was removed' + continue + new_destination_value = deep_search_an_elemnt_by_key( + destination_in_new_chain_dict, 'value') + old_destination_value = deep_search_an_elemnt_by_key( + destination_value, 'value') + if new_destination_value != old_destination_value: + object_accumulator['chains'][chain_name][asset_symbol][destination_name] = { + 'old_value': old_destination_value, 'new_value': new_destination_value} + + +def compare_files(actual_json, new_json, chains_json): + """ + This function compare two json files and return dictinary with changes. + Currently it compare reserve fee and destinations + + Args: + actual_json (_type_): This is actual XCM json from master branch + new_json (_type_): This is changed XCM json + chains_json (_type_): This file contains all addition info for chains, from chains/${version}/chains.json + + Returns: + changed_values (json): This json contains all changes. + Example: + { + "reserveFee": {"DOT": {"old_value": 0.1, "new_value": 0.2}}, + "chains": {"Kusama": {"KSM": {"Karura": {"old_value": 0.1, "new_value": 0.2}}}} + } + """ + + changed_values = defaultdict( + lambda: defaultdict(lambda: defaultdict(lambda: {}))) + actual_assets_location = actual_json.get('assetsLocation') + new_assets_location = new_json.get('assetsLocation') + + prod_chain_dict = { + chain.get('chainId'): chain for chain in actual_json.get('chains')} + new_chain_dict = { + chain.get('chainId'): chain for chain in new_json.get('chains')} + + chains_json_dict = {chain.get('chainId'): chain for chain in chains_json} + + compare_reserve_fee( + changed_values, actual_assets_location, new_assets_location) + + compare_destinations(changed_values, prod_chain_dict, + new_chain_dict, chains_json_dict) + + return changed_values + + +def main(argv): + """It will compare transfers.json from endpoint and local file, then print changes. Depends on parametrs it will print changes for dev or prod environment. Also it prepared as to run locally with default parameters, as to run in CI/CD pipeline with parameters from environment variables. + + Args: + argv (array): Array of script arguments + + Raises: + Exception: If script arguments are not valid + """ + + nova_utils_url = "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/" + + if 'dev' in argv: + transfers_file = os.getenv( + "DEV_XCM_JSON_PATH", "xcm/v2/transfers_dev.json") + chains_url = nova_utils_url + \ + os.getenv("DEV_CHAINS_JSON_PATH", "chains/v5/chains_dev.json") + elif 'prod' in argv: + transfers_file = os.getenv("XCM_JSON_PATH", "xcm/v2/transfers.json") + chains_url = nova_utils_url + \ + os.getenv("CHAINS_JSON_PATH", "chains/v5/chains.json") + else: + raise Exception( + 'Provide a string `dev` or `prod` as parameter for the script') + + transfers_file_url = nova_utils_url + transfers_file + transfers_from_file = get_data_from_file(transfers_file) + transfers_json_from_master = get_request_via_https(transfers_file_url) + chains_json_from_master = get_request_via_https(chains_url) + result = compare_files(transfers_json_from_master, + transfers_from_file, chains_json_from_master) + if len(result) == 0: + print('🤖 There is no any significant changes in XCMs') + else: + print('🤖 The XCM fee has been changed in this PR: \n```json\n', + json.dumps(result, indent=2), '\n```') + + +if __name__ == '__main__': + main(sys.argv[1:]) From 7a8b2b76c74f68c5afb241a1f0f460882f95bc3b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Nov 2022 10:54:46 +0200 Subject: [PATCH 0425/2142] Add erc20 top20 (#1008) * add USDC, USDC bridged, BUSD, MATIC, DAI, AVAx, WBTC, WBTC bridged, FRAX, FTM, FXS, WGLMR, BOBA, BEPRO, mbXEN, CONV, GLINT, EFT, WETH * add USDT, USDC, DAI, FRAX, FXS, xcKSM, IDIA, WWMOVR, CWS, ZLK, SOLAR, HYDRO, RIB, BEANS, SPACE * fix indent * add icons * - remove extensive USDC, WBTC - rearranged token instances --- assets/evm/v1/assets_dev.json | 371 +++++++++++++++++++++++++++++++++- icons/tokens/white/AVAX.svg | 3 + icons/tokens/white/BEPRO.svg | 3 + icons/tokens/white/BOBA.svg | 11 + icons/tokens/white/BUSD.svg | 3 + icons/tokens/white/CONV.svg | 4 + icons/tokens/white/CWS.svg | 6 + icons/tokens/white/DAI.svg | 3 + icons/tokens/white/EFT.svg | 12 ++ icons/tokens/white/FRAX.svg | 3 + icons/tokens/white/FTM.svg | 3 + icons/tokens/white/HYDRO.svg | 4 + icons/tokens/white/IDIA.svg | 3 + icons/tokens/white/MATIC.svg | 3 + icons/tokens/white/SOLAR.svg | 10 + icons/tokens/white/USDC.svg | 5 + icons/tokens/white/WBTC.svg | 8 + 17 files changed, 454 insertions(+), 1 deletion(-) create mode 100644 icons/tokens/white/AVAX.svg create mode 100644 icons/tokens/white/BEPRO.svg create mode 100644 icons/tokens/white/BOBA.svg create mode 100644 icons/tokens/white/BUSD.svg create mode 100644 icons/tokens/white/CONV.svg create mode 100644 icons/tokens/white/CWS.svg create mode 100644 icons/tokens/white/DAI.svg create mode 100644 icons/tokens/white/EFT.svg create mode 100644 icons/tokens/white/FRAX.svg create mode 100644 icons/tokens/white/FTM.svg create mode 100644 icons/tokens/white/HYDRO.svg create mode 100644 icons/tokens/white/IDIA.svg create mode 100644 icons/tokens/white/MATIC.svg create mode 100644 icons/tokens/white/SOLAR.svg create mode 100644 icons/tokens/white/USDC.svg create mode 100644 icons/tokens/white/WBTC.svg diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 4b2aa0672..84435cd25 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -9,7 +9,376 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + ] + }, + { + "symbol": "USDC", + "precision": 6, + "name": "USD Coin", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + ] + }, + { + "symbol": "BUSD", + "precision": 18, + "name": "Binance-Peg BUSD Token", + "priceId": "binance-usd", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + } + ] + }, + { + "symbol": "MATIC", + "precision": 18, + "name": "Matic", + "priceId": "matic-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + } + ] + }, + { + "symbol": "DAI", + "precision": 18, + "name": "Dai Stablecoin", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x765277EebeCA2e31912C9946eAe1021199B39C61" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + ] + }, + { + "symbol": "AVAX", + "precision": 18, + "name": "Avalanche", + "priceId": "avalanche-2", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4792C1EcB969B036eb51330c63bD27899A13D84e" + } + ] + }, + { + "symbol": "WBTC", + "precision": 8, + "name": "Wrapped BTC", + "priceId": "wrapped-bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + } + ] + }, + { + "symbol": "FRAX", + "precision": 18, + "name": "Frax", + "priceId": "frax", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x322E86852e492a7Ee17f28a78c663da38FB33bfb" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x1A93B23281CC1CDE4C4741353F3064709A16197d" + } + ] + }, + { + "symbol": "FTM", + "precision": 18, + "name": "Fantom", + "priceId": "fantom", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xC19281F22A075E0F10351cd5D6Ea9f0AC63d4327" + } + ] + }, + { + "symbol": "FXS", + "precision": 18, + "name": "Frax Share", + "priceId": "frax-share", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x2CC0A9D8047A5011dEfe85328a6f26968C8aaA1C" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + ] + }, + { + "symbol": "WGLMR", + "precision": 18, + "name": "Wrapped GLMR", + "priceId": "wrapped-moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xAcc15dC74880C9944775448304B263D191c6077F" + } + ] + }, + { + "symbol": "BOBA", + "precision": 18, + "name": "BOBA Token", + "priceId": "boba-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x18D17A9fD652D7d6a59903E23792ab97F832Ed6C" + } + ] + }, + { + "symbol": "BEPRO", + "precision": 18, + "name": "BEPRO Network", + "priceId": "bepro-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4EdF8E0778967012D46968ceadb75436d0426f88" + } + ] + }, + { + "symbol": "mbXEN", + "precision": 18, + "name": "XEN Crypto", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xb564A5767A00Ee9075cAC561c427643286F8F4E1" + } + ] + }, + { + "symbol": "CONV", + "precision": 18, + "name": "Convergence", + "priceId": "convergence", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x8006320739fC281da67Ee62eB9b4Ef8ADD5C903a" + } + ] + }, + { + "symbol": "GLINT", + "precision": 18, + "name": "Beamswap Token", + "priceId": "beamswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xcd3B51D98478D53F4515A306bE565c6EebeF1D58" + } + ] + }, + { + "symbol": "EFT", + "precision": 18, + "name": "Energyfi Token", + "priceId": "energyfi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA423E7eEB60547d9C7b65005477b63ae7CE67E62" + } + ] + }, + { + "symbol": "WETH", + "precision": 18, + "name": "Wrapped Ether", + "priceId": "wrapped-ethw", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xab3f0245B83feB11d15AAffeFD7AD465a59817eD" + } + ] + }, + { + "symbol": "xcKSM", + "precision": 12, + "name": "xcKSM", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" + } + ] + }, + { + "symbol": "IDIA", + "precision": 18, + "name": "Impossible Decentralized Incubator Access Token", + "priceId": "idia", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x2d28AA28fA1E5e6bF121CF688309Bf3faAAe3C70" + } + ] + }, + { + "symbol": "WMOVR", + "precision": 6, + "name": "Wrapped MOVR", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x98878B06940aE243284CA214f92Bb71a2b032B8A" + } + ] + }, + { + "symbol": "CWS", + "precision": 18, + "name": "Crowns", + "priceId": "crowns", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6fc9651f45B262AE6338a701D563Ab118B1eC0Ce" + } + ] + }, + { + "symbol": "ZLK", + "precision": 18, + "name": "Zenlink Network Token", + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x0f47ba9d9Bde3442b42175e51d6A367928A1173B" + } + ] + }, + { + "symbol": "SOLAR", + "precision": 18, + "name": "SolarBeam Token", + "priceId": "solarbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6bD193Ee6D2104F14F94E2cA6efefae561A4334B" + } + ] + }, + { + "symbol": "HYDRO", + "precision": 18, + "name": "HYDRO TOKEN", + "priceId": "hydro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x946112efaB61C3636CBD52DE2E1392D7A75A6f01" + } + ] + }, + { + "symbol": "RIB", + "precision": 18, + "name": "RiverBoat", + "priceId": "riverboat", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xbD90A6125a84E5C512129D622a75CDDE176aDE5E" + } + ] + }, + { + "symbol": "BEANS", + "precision": 18, + "name": "MoonBeans", + "priceId": "moonbeans", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xC2392DD3e3fED2c8Ed9f7f0bDf6026fcd1348453" + } + ] + }, + { + "symbol": "SPACE", + "precision": 18, + "name": "Space Token", + "priceId": "space-token-bsc", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x55aF5865807b196bD0197e0902746F31FBcCFa58" } ] } -] \ No newline at end of file +] diff --git a/icons/tokens/white/AVAX.svg b/icons/tokens/white/AVAX.svg new file mode 100644 index 000000000..8ba9f9d41 --- /dev/null +++ b/icons/tokens/white/AVAX.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/BEPRO.svg b/icons/tokens/white/BEPRO.svg new file mode 100644 index 000000000..65097a591 --- /dev/null +++ b/icons/tokens/white/BEPRO.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/BOBA.svg b/icons/tokens/white/BOBA.svg new file mode 100644 index 000000000..34f5b3700 --- /dev/null +++ b/icons/tokens/white/BOBA.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/tokens/white/BUSD.svg b/icons/tokens/white/BUSD.svg new file mode 100644 index 000000000..b7654ba08 --- /dev/null +++ b/icons/tokens/white/BUSD.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/CONV.svg b/icons/tokens/white/CONV.svg new file mode 100644 index 000000000..956b850da --- /dev/null +++ b/icons/tokens/white/CONV.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/CWS.svg b/icons/tokens/white/CWS.svg new file mode 100644 index 000000000..e0b1879f6 --- /dev/null +++ b/icons/tokens/white/CWS.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tokens/white/DAI.svg b/icons/tokens/white/DAI.svg new file mode 100644 index 000000000..6dffb2916 --- /dev/null +++ b/icons/tokens/white/DAI.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/EFT.svg b/icons/tokens/white/EFT.svg new file mode 100644 index 000000000..5254acb6a --- /dev/null +++ b/icons/tokens/white/EFT.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/tokens/white/FRAX.svg b/icons/tokens/white/FRAX.svg new file mode 100644 index 000000000..2209e8b52 --- /dev/null +++ b/icons/tokens/white/FRAX.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/FTM.svg b/icons/tokens/white/FTM.svg new file mode 100644 index 000000000..3ff9be5f8 --- /dev/null +++ b/icons/tokens/white/FTM.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/HYDRO.svg b/icons/tokens/white/HYDRO.svg new file mode 100644 index 000000000..99b19ca01 --- /dev/null +++ b/icons/tokens/white/HYDRO.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/IDIA.svg b/icons/tokens/white/IDIA.svg new file mode 100644 index 000000000..7dadc6ba0 --- /dev/null +++ b/icons/tokens/white/IDIA.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/MATIC.svg b/icons/tokens/white/MATIC.svg new file mode 100644 index 000000000..b776da40e --- /dev/null +++ b/icons/tokens/white/MATIC.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/SOLAR.svg b/icons/tokens/white/SOLAR.svg new file mode 100644 index 000000000..ffaa13737 --- /dev/null +++ b/icons/tokens/white/SOLAR.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/tokens/white/USDC.svg b/icons/tokens/white/USDC.svg new file mode 100644 index 000000000..c64cf850e --- /dev/null +++ b/icons/tokens/white/USDC.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/tokens/white/WBTC.svg b/icons/tokens/white/WBTC.svg new file mode 100644 index 000000000..246602997 --- /dev/null +++ b/icons/tokens/white/WBTC.svg @@ -0,0 +1,8 @@ + + + + + + + + From 03163e5d237eee18b68d5453df69822995d066d6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Nov 2022 16:16:35 +0200 Subject: [PATCH 0426/2142] * replace WETH with ETH * fix BEANS * add STELLA, BNB, ETH --- assets/evm/v1/assets_dev.json | 56 +++++++++++++++++++++++++++-------- icons/tokens/white/BNB.svg | 3 ++ icons/tokens/white/STELLA.svg | 3 ++ 3 files changed, 49 insertions(+), 13 deletions(-) create mode 100644 icons/tokens/white/BNB.svg create mode 100644 icons/tokens/white/STELLA.svg diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 84435cd25..143439b59 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -239,19 +239,6 @@ } ] }, - { - "symbol": "WETH", - "precision": 18, - "name": "Wrapped Ether", - "priceId": "wrapped-ethw", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", - "instances": [ - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "contractAddress": "0xab3f0245B83feB11d15AAffeFD7AD465a59817eD" - } - ] - }, { "symbol": "xcKSM", "precision": 12, @@ -362,6 +349,10 @@ "priceId": "moonbeans", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x65b09ef8c5A096C5Fd3A80f1F7369E56eB932412" + }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0xC2392DD3e3fED2c8Ed9f7f0bDf6026fcd1348453" @@ -380,5 +371,44 @@ "contractAddress": "0x55aF5865807b196bD0197e0902746F31FBcCFa58" } ] + }, + { + "symbol": "STELLA", + "precision": 18, + "name": "StellaSwap", + "priceId": "stellaswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x0E358838ce72d5e61E0018a2ffaC4bEC5F4c88d2" + } + ] + }, + { + "symbol": "BNB", + "precision": 18, + "name": "Binance", + "priceId": "binancecoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + } + ] + }, + { + "symbol": "ETH", + "precision": 18, + "name": "Ethereum", + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" + } + ] } ] diff --git a/icons/tokens/white/BNB.svg b/icons/tokens/white/BNB.svg new file mode 100644 index 000000000..473b0f161 --- /dev/null +++ b/icons/tokens/white/BNB.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/STELLA.svg b/icons/tokens/white/STELLA.svg new file mode 100644 index 000000000..0d1874fa5 --- /dev/null +++ b/icons/tokens/white/STELLA.svg @@ -0,0 +1,3 @@ + + + From 0d43501c52acca070e4b3c1a4276c4813ded6e5a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Nov 2022 18:00:54 +0200 Subject: [PATCH 0427/2142] remove xcKSM --- assets/evm/v1/assets_dev.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 143439b59..a1e1ace56 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -239,19 +239,6 @@ } ] }, - { - "symbol": "xcKSM", - "precision": 12, - "name": "xcKSM", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "instances": [ - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" - } - ] - }, { "symbol": "IDIA", "precision": 18, From 8f745fd14175771dec15573f602a59f9b172f29d Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:57:20 +0700 Subject: [PATCH 0428/2142] V6 initial files (#1011) --- chains/v6/chains.json | 4660 +++++++++++++++++++++++++++++++ chains/v6/chains_dev.json | 5503 +++++++++++++++++++++++++++++++++++++ 2 files changed, 10163 insertions(+) create mode 100644 chains/v6/chains.json create mode 100644 chains/v6/chains_dev.json diff --git a/chains/v6/chains.json b/chains/v6/chains.json new file mode 100644 index 000000000..147a4c156 --- /dev/null +++ b/chains/v6/chains.json @@ -0,0 +1,4660 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + } +] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json new file mode 100644 index 000000000..f70127502 --- /dev/null +++ b/chains/v6/chains_dev.json @@ -0,0 +1,5503 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + }, + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "debc82d28e63857f236a6d1ab981a35e2401e1a5834656667747f39303d52e07", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + } +] From 459b1e30c1b70e0864a24166da089db09b44cfc7 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 16 Nov 2022 12:26:36 +0200 Subject: [PATCH 0429/2142] promote Myriad --- chains/v5/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 147a4c156..e903b3644 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4656,5 +4656,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 } ] From 124f495f2712b60e8ece6d1bdf06e6d28681f0e5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 16 Nov 2022 21:40:46 +0500 Subject: [PATCH 0430/2142] Replace Crust node by new one (#1009) --- chains/v5/chains.json | 2 +- chains/v5/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 147a4c156..613158c12 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3153,7 +3153,7 @@ ], "nodes": [ { - "url": "wss://rpc2-shadow.crust.network/", + "url": "wss://rpc-sha-subscan.crust.network", "name": "Crust node" }, { diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f70127502..e19b9736d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3499,7 +3499,7 @@ ], "nodes": [ { - "url": "wss://rpc2-shadow.crust.network/", + "url": "wss://rpc-sha-subscan.crust.network", "name": "Crust node" }, { From 3c9fb04d643af8b92d5b4f661f05ba457d5c8633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 07:16:01 +0300 Subject: [PATCH 0431/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#1013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Change token for PullRequest creation Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- .github/workflows/update_xcm_data.yaml | 2 +- xcm/v2/transfers_dev.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index d39cf9107..c0b34e78f 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -68,7 +68,7 @@ jobs: with: commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PAT_TOKEN }} branch-name: update-xcm-coefficients-${{github.run_number}} pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5233b7b97..979696ec7 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xcmPalletDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "291172179482" }, "instructions": "xtokensDest" } @@ -3898,7 +3898,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25858885085907" + "value": "27328973880716" }, "instructions": "xtokensDest" } From ee967e74f7e6c6588e35a57484fbfe9a8bf33796 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:33:50 +0700 Subject: [PATCH 0432/2142] History is now array (#1012) --- chains/v6/chains.json | 590 ++++++++++++++++++++++--------------- chains/v6/chains_dev.json | 600 +++++++++++++++++++++++--------------- 2 files changed, 714 insertions(+), 476 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 147a4c156..2492b0bd1 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -66,10 +66,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" @@ -150,10 +152,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" @@ -217,10 +221,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" @@ -343,10 +349,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 @@ -747,10 +755,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 @@ -920,10 +930,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" @@ -1165,10 +1177,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" @@ -1230,10 +1244,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, @@ -1424,10 +1440,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 @@ -1513,10 +1531,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041 @@ -1561,10 +1581,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", @@ -1694,10 +1716,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 @@ -1878,10 +1902,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 @@ -1926,10 +1952,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38 @@ -1971,10 +1999,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" @@ -2031,10 +2061,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 @@ -2084,10 +2116,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 @@ -2313,10 +2347,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 @@ -2377,10 +2413,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, @@ -2609,10 +2647,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 @@ -2653,10 +2693,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 @@ -2712,10 +2754,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 @@ -2760,10 +2804,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32 @@ -2804,10 +2850,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 @@ -2887,10 +2935,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 @@ -2926,10 +2976,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 @@ -2974,10 +3026,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 @@ -3005,10 +3059,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 @@ -3049,10 +3105,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 @@ -3093,10 +3151,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 @@ -3130,10 +3190,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 @@ -3174,10 +3236,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 @@ -3226,10 +3290,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 @@ -3274,10 +3340,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36 @@ -3318,10 +3386,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 @@ -3361,10 +3431,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63 @@ -3482,10 +3554,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 @@ -3530,10 +3604,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 @@ -3570,10 +3646,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 @@ -3709,10 +3787,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" @@ -3753,10 +3833,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" @@ -3796,10 +3878,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 @@ -3848,10 +3932,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 @@ -3879,10 +3965,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 @@ -3919,10 +4007,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 @@ -3955,10 +4045,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 @@ -4002,10 +4094,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 @@ -4034,10 +4128,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 @@ -4141,10 +4237,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 @@ -4172,10 +4270,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 @@ -4212,10 +4312,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 @@ -4243,10 +4345,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", @@ -4278,10 +4382,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 @@ -4313,10 +4419,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 @@ -4382,10 +4490,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 @@ -4447,10 +4557,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", @@ -4479,10 +4591,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", @@ -4523,10 +4637,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", @@ -4554,10 +4670,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index f70127502..ef4499b94 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -67,10 +67,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" @@ -152,10 +154,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" @@ -219,10 +223,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], "crowdloans": { "type": "github", "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" @@ -399,10 +405,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 @@ -803,10 +811,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -1047,10 +1057,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" @@ -1178,10 +1190,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -1371,10 +1385,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" @@ -1461,10 +1477,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 @@ -1513,10 +1531,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" @@ -1650,10 +1670,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, @@ -1742,10 +1764,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -1801,10 +1825,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -1968,10 +1994,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -2023,10 +2051,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], "governance": { "type": "polkassembly", "url": "https://kilt-hasura.herokuapp.com/v1/graphql" @@ -2110,10 +2140,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" @@ -2177,10 +2209,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 @@ -2230,10 +2264,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, @@ -2462,10 +2498,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -2690,10 +2728,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" @@ -2770,10 +2810,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -3006,10 +3048,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -3057,10 +3101,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 @@ -3116,10 +3162,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 @@ -3164,10 +3212,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -3215,10 +3265,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 @@ -3258,10 +3310,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, @@ -3310,10 +3364,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" @@ -3348,10 +3404,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 @@ -3392,10 +3450,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, @@ -3439,10 +3499,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 @@ -3476,10 +3538,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 @@ -3520,10 +3584,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -3579,10 +3645,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 @@ -3627,10 +3695,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, @@ -3674,10 +3744,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, @@ -3720,10 +3792,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -3848,10 +3922,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 @@ -3896,10 +3972,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 @@ -3963,10 +4041,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, @@ -4105,10 +4185,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" @@ -4156,10 +4238,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], "staking": { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" @@ -4199,10 +4283,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -4258,10 +4344,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -4296,10 +4384,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 @@ -4336,10 +4426,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 @@ -4372,10 +4464,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 @@ -4419,10 +4513,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 @@ -4451,10 +4547,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 @@ -4651,10 +4749,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, @@ -4685,10 +4785,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 @@ -4725,10 +4827,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -4767,10 +4871,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 @@ -4798,10 +4904,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 @@ -4889,10 +4997,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 @@ -4958,10 +5068,12 @@ "overridesCommon": true }, "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 @@ -5032,10 +5144,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", @@ -5165,10 +5279,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -5213,10 +5329,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", @@ -5244,10 +5362,12 @@ } ], "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", From 970622a5b80ac7f8b49287f606ed84ad255972c9 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:39:06 +0700 Subject: [PATCH 0433/2142] Etherscan (#1018) * Add moonscan history apis * add evm type to etherscan apis * Add relative path to moonscan --- chains/v6/chains_dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index ef4499b94..c55c146b6 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1061,6 +1061,11 @@ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" } ], "staking": { @@ -2732,6 +2737,11 @@ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" } ], "staking": { From add166f51f9cd986a84b149cf32a0dc1442c29c8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:20:56 +0500 Subject: [PATCH 0434/2142] Update xcm coefficients (#1017) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fffb0461d..890f535ec 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -413,7 +413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -757,7 +757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xcmPalletDest" } @@ -1078,7 +1078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -2020,7 +2020,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -2234,7 +2234,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -2504,7 +2504,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -3270,7 +3270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299643832257" + "value": "297573699312" }, "instructions": "xtokensDest" } @@ -3456,7 +3456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25858885085907" + "value": "27977072544788" }, "instructions": "xtokensDest" } From 36f89611b2ed7f44dddfa9cdf7b5c18043bbcc9d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:20:34 +0500 Subject: [PATCH 0435/2142] Update xcm coefficients (#1020) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 979696ec7..130358f30 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xcmPalletDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "291172179482" + "value": "299970191507" }, "instructions": "xtokensDest" } @@ -3898,7 +3898,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27328973880716" + "value": "27977072544788" }, "instructions": "xtokensDest" } From 918497510c9a18ec652246a4df6e5deef209f81c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:21:21 +0500 Subject: [PATCH 0436/2142] Update scripts based on new explorers data type (#1019) * Update scripts based on new explorers data type * Fix DApp script * Fix formating * update default value for chains * Adding XCM support * update symbol * add formatiing --- chains/README.md | 142 ++++++++++++++++--------------- dapps/README.md | 118 ++++++++++++------------- scripts/generate_dapps_list.py | 4 +- scripts/generate_network_list.py | 115 +++++++++++++++++++++---- scripts/print_xcm_changes.py | 4 +- scripts/update_test_data.py | 2 +- tests/compare_dev_with_prod.py | 9 +- tests/data/setting_data.py | 2 +- 8 files changed, 245 insertions(+), 151 deletions(-) diff --git a/chains/README.md b/chains/README.md index 387be62d0..ef9d42885 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,69 +1,77 @@ +# Supported Networks & Assets data: +### 🕸️ Supported networks: 65 +### 💰 All assets 201 +### 🪙 Unique assets: 115 +### 💫 Cross Chain directions: 189 +### 🧾 SubQuery API projects: 59 +### 👀 Networks with block explorers: 51 +--- # List of supported networks -| Network | Assets | Explorers | SubQuery explorer | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| Amplitude | AMPE | - | - | -| Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| Bajun | BAJU | - | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| DAO IPCI | MITO | - | - | -| Darwinia | RING | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| Edgeware | EDG | Subscan
Sub.ID | - | -| Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| GM | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| HydraDX | HDX | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| Kapex | KAPEX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| Kylin | KYL | - | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| Mangata X | MGX
KSM
ETH | Subscan | - | -| Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| Polymesh | POLYX | Subscan | - | -| QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| Snow | ICZ | Subscan | - | -| Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 3 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 4 | Amplitude | AMPE | - | - | +| 5 | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 6 | Bajun | BAJU | - | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 9 | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 10 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 11 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 12 | Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 13 | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 14 | Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 15 | Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | +| 16 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 17 | DAO IPCI | MITO | - | - | +| 18 | Darwinia | RING | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 19 | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 20 | Edgeware | EDG | Subscan
Sub.ID | - | +| 21 | Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 22 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 23 | GM | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 24 | HydraDX | HDX | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 25 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 26 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 28 | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| 29 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 30 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 31 | Kapex | KAPEX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 34 | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 36 | Kylin | KYL | - | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 37 | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 38 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 39 | Mangata X | MGX
KSM
ETH | Subscan | - | +| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 42 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 43 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 44 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 45 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 46 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 47 | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 48 | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 49 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 50 | Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 51 | Polymesh | POLYX | Subscan | - | +| 52 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 53 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 54 | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 55 | Snow | ICZ | Subscan | - | +| 56 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 57 | Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 58 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 59 | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 60 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 61 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 62 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 63 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 64 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 65 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | diff --git a/dapps/README.md b/dapps/README.md index 51ae7089f..8e580e422 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -1,61 +1,61 @@ # List of supported dapps -| DApp | Url | Tags | -| --------------------------------- | ---------------------------------------------------- | ----------------------- | -| ACE | https://ace.web3go.xyz/#/ | utilities | -| Acala Rewards Claim | https://distribution.acala.network/claim/acala | crowdloans | -| ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | -| Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | -| Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | -| Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | -| Bifrost App | https://bifrost.app/ | defi,crowdloans | -| Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | -| Bit.Country Pioneer Rewards Claim | https://ksmcrowdloan.bit.country/reward | crowdloans | -| Centrifuge Rewards Claim | https://centrifuge.io/parachain/crowdloan/ | crowdloans | -| Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | -| DappRadar | https://dappradar.com/ | utilities | -| Darwinia App | https://apps.darwinia.network/ | staking | -| Dotmarketcap | https://dotmarketcap.com/ | utilities | -| Downtown Moonbeam | https://dtmb.xyz | evm,utilities | -| EVRLOOT | https://game.evrloot.com/game | nft | -| Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | -| GM! Say it back | https://app.gmordie.com/ | community | -| Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | -| Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| Interlay Rewards Claim | https://crowdloan.interlay.io/ | crowdloans | -| Kanaria | https://kanaria.rmrk.app/ | nft | -| Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | -| KodaDot | https://kodadot.xyz/ | nft | -| Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| MyTrade | https://mytrade.org/ | defi,evm | -| Parallel Finance App | https://app.parallel.fi/ | defi | -| Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| Phala App | https://app.phala.network/ | defi,staking | -| Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| Polkassembly | https://polkadot.polkassembly.io/ | community | -| Polkawatch | https://polkawatch.app/ | staking | -| Proof of Chaos | https://proofofchaos.app | nft,community | -| Raresama | https://raresama.com/ | nft | -| Singular | https://singular.rmrk.app/ | nft | -| Singular 2.0 | https://singular.app/ | nft | -| Skybreach | https://skybreach.app/ | nft,evm | -| Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| Sub.ID | https://sub.id/#/ | utilities | -| SubBridge | https://subbridge.io/ | defi,evm | -| Subsocial App | https://app.subsocial.network/ | community | -| Subsquare. Khala network | https://khala.subsquare.io/ | community | -| Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| TofuNFT | https://tofunft.com/ | nft,evm | -| Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| -- | DApp | Url | Tags | +| --: | --------------------------------- | ---------------------------------------------------- | ----------------------- | +| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | +| 2 | Acala Rewards Claim | https://distribution.acala.network/claim/acala | crowdloans | +| 3 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | +| 4 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | +| 5 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | +| 6 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | +| 7 | Bifrost App | https://bifrost.app/ | defi,crowdloans | +| 8 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | +| 9 | Bit.Country Pioneer Rewards Claim | https://ksmcrowdloan.bit.country/reward | crowdloans | +| 10 | Centrifuge Rewards Claim | https://centrifuge.io/parachain/crowdloan/ | crowdloans | +| 11 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | +| 12 | DappRadar | https://dappradar.com/ | utilities | +| 13 | Darwinia App | https://apps.darwinia.network/ | staking | +| 14 | Dotmarketcap | https://dotmarketcap.com/ | utilities | +| 15 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | +| 16 | EVRLOOT | https://game.evrloot.com/game | nft | +| 17 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | +| 18 | GM! Say it back | https://app.gmordie.com/ | community | +| 19 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | +| 20 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | +| 21 | Interlay Rewards Claim | https://crowdloan.interlay.io/ | crowdloans | +| 22 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 23 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | +| 24 | KodaDot | https://kodadot.xyz/ | nft | +| 25 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 26 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | +| 27 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | +| 28 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | +| 29 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 30 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | +| 31 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | +| 32 | MyTrade | https://mytrade.org/ | defi,evm | +| 33 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 35 | Phala App | https://app.phala.network/ | defi,staking | +| 36 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 37 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 38 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 39 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 40 | Polkawatch | https://polkawatch.app/ | staking | +| 41 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 42 | Raresama | https://raresama.com/ | nft | +| 43 | Singular | https://singular.rmrk.app/ | nft | +| 44 | Singular 2.0 | https://singular.app/ | nft | +| 45 | Skybreach | https://skybreach.app/ | nft,evm | +| 46 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 47 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 48 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 49 | Sub.ID | https://sub.id/#/ | utilities | +| 50 | SubBridge | https://subbridge.io/ | defi,evm | +| 51 | Subsocial App | https://app.subsocial.network/ | community | +| 52 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 53 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 54 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 55 | TofuNFT | https://tofunft.com/ | nft,evm | +| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | diff --git a/scripts/generate_dapps_list.py b/scripts/generate_dapps_list.py index a41aa4bec..6dabdb3bd 100644 --- a/scripts/generate_dapps_list.py +++ b/scripts/generate_dapps_list.py @@ -14,7 +14,7 @@ def generate_dapps_table(): writer = MarkdownTableWriter( table_name="List of supported dapps", - headers=["DApp", "Url", "Tags"], + headers=["--", "DApp", "Url", "Tags"], value_matrix=generate_value_matrix(), margin=1 ) @@ -33,6 +33,8 @@ def generate_value_matrix(): network_data_array.append(",".join(dapp["categories"])) returning_array.append(network_data_array) returning_array.sort() + increment = iter(range(1, len(returning_array)+1)) + [network.insert(0, next(increment)) for network in returning_array] return returning_array diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index faa71755f..9ef758085 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -8,16 +8,25 @@ readme = Template(""" +# Supported Networks & Assets data: +### 🕸️ Supported networks: {{ number_of_networks }} +### 💰 All assets {{ number_of_assets }} +### 🪙 Unique assets: {{ unique_assets }} +### 💫 Cross Chain directions: {{ number_of_xcms }} +### 🧾 SubQuery API projects: {{ number_of_subquery_explorers }} +### 👀 Networks with block explorers: {{ networks_with_block_explorers }} +--- {{networks_table}} """) -CHAINS_VERSION = os.getenv('CHAINS_VERSION', default = "v4") +CHAINS_VERSION = os.getenv('CHAINS_VERSION', default="v6") +XCM_VERSION = os.getenv('XCM_JSON_PATH', default="v2") def generate_networks_table(): writer = MarkdownTableWriter( table_name="List of supported networks", - headers=["Network", "Assets", "Explorers", "SubQuery explorer"], + headers=["--", "Network", "Assets", "Explorers", "SubQuery explorer"], value_matrix=generate_value_matrix(), margin=1 ) @@ -40,20 +49,34 @@ def generate_value_matrix(): "history", network.get("externalApi"))) returning_array.append(network_data_array) returning_array.sort() + increment = iter(range(1, len(returning_array)+1)) + [network.insert(0, next(increment)) for network in returning_array] return returning_array -def parse_parameters(key_param, object): - if object is None: +def parse_parameters(key_param, parsing_object): + if parsing_object is None: return " - " - if type(object) is dict: - data = object.get(key_param, " - ") - if type(data) is str: + if isinstance(parsing_object, dict): + data = parsing_object.get(key_param, " - ") + if isinstance(data, str): return data - return subquery_url_formator(data.get("url")) + if isinstance(data, list): + for item in data: + if key_param == "history": + if item.get('type') == 'subquery': + return subquery_url_formator(item.get('url')) + return ", ".join(data) + else: + raise Exception(F"Unknown key_param: {key_param}") + + if key_param == "symbol": + return '
'.join(str(x.get(key_param)) for x in parsing_object) + else: + return_data = '
'.join(str(x.get(key_param)) + for x in parsing_object) - return_data = '
'.join(str(x.get(key_param)) for x in object) if return_data is None: return " - " return return_data @@ -62,22 +85,82 @@ def parse_parameters(key_param, object): def subquery_url_formator(url): explorer_base_url = "https://explorer.subquery.network/subquery/nova-wallet/" - if ("gapi" in url): + if "gapi" in url: organisation = "nova-" injecting_part = url.split("-")[1].split(".")[0] - final_explorer_url = "[{name}]({link})".format( - name=organisation+injecting_part, link=explorer_base_url + organisation + injecting_part) + final_explorer_url = f"[{organisation+injecting_part}]({explorer_base_url + organisation + injecting_part})" return final_explorer_url else: injecting_part = url.split("/")[-1] - final_explorer_url = "[{name}]({link})".format( - name=injecting_part, link=explorer_base_url + injecting_part) + final_explorer_url = f"[{injecting_part}]({explorer_base_url + injecting_part})" return final_explorer_url -if __name__ == '__main__': +def calculate_parameters(list_of_arrays, element_name): + unique_elements = [] + all_elements = [] + element_index = 0 + for index, header in enumerate(list_of_arrays.headers): + if header == element_name: + element_index = index + break + + for value in list_of_arrays.value_matrix: + if value[element_index] == " - ": + continue + if element_name == "Network": + all_elements.append(value[element_index]) + if value[element_index] not in unique_elements: + unique_elements.append(value[element_index]) + elif element_name == "Assets": + asset_list = value[element_index].split('
') + for asset in asset_list: + all_elements.append(value[element_index]) + if asset not in unique_elements: + unique_elements.append(asset) + elif element_name == "SubQuery explorer": + all_elements.append(value[element_index]) + if value[element_index] not in unique_elements: + unique_elements.append(value[element_index]) + elif element_name == "Explorers": + all_elements.append(value[element_index]) + if value[element_index] not in unique_elements: + unique_elements.append(value[element_index]) + else: + raise Exception("Unknown type of value") + + return len(unique_elements), len(all_elements) + + +def calculate_number_of_xcms(): + with open(os.getcwd()+f"/xcm/{XCM_VERSION}/transfers.json", 'r') as json_file: + data = json.load(json_file) + accumulator = 0 + for network in data.get('chains'): + for asset in network.get('assets'): + for _ in asset.get('xcmTransfers'): + accumulator += 1 + return accumulator + +if __name__ == '__main__': with open("./chains/README.md", "w") as f: + network_table = generate_networks_table() + unique_networks, all_networks = calculate_parameters( + network_table, 'Network') + uniques_assets, all_assets = calculate_parameters( + network_table, 'Assets') + unique_sq_explorers, all_explorers = calculate_parameters( + network_table, 'SubQuery explorer') + unique_explorers, all_explorers = calculate_parameters( + network_table, 'Explorers') + xcm_number = calculate_number_of_xcms() f.write(readme.render( - networks_table=generate_networks_table() + networks_table=network_table, + number_of_networks=unique_networks, + number_of_assets=all_assets, + number_of_subquery_explorers=unique_sq_explorers, + networks_with_block_explorers=all_explorers, + unique_assets=uniques_assets, + number_of_xcms=xcm_number )) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index bb99c235b..917e894c4 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -164,11 +164,11 @@ def main(argv): transfers_file = os.getenv( "DEV_XCM_JSON_PATH", "xcm/v2/transfers_dev.json") chains_url = nova_utils_url + \ - os.getenv("DEV_CHAINS_JSON_PATH", "chains/v5/chains_dev.json") + os.getenv("DEV_CHAINS_JSON_PATH", "chains/v6/chains_dev.json") elif 'prod' in argv: transfers_file = os.getenv("XCM_JSON_PATH", "xcm/v2/transfers.json") chains_url = nova_utils_url + \ - os.getenv("CHAINS_JSON_PATH", "chains/v5/chains.json") + os.getenv("CHAINS_JSON_PATH", "chains/v6/chains.json") else: raise Exception( 'Provide a string `dev` or `prod` as parameter for the script') diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 823e1ae15..c6f1f3681 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -1,7 +1,7 @@ import json import os -CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v4") +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v6") with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) diff --git a/tests/compare_dev_with_prod.py b/tests/compare_dev_with_prod.py index fc8dad56c..55cea8c68 100644 --- a/tests/compare_dev_with_prod.py +++ b/tests/compare_dev_with_prod.py @@ -1,7 +1,9 @@ -import deepdiff from pprint import pprint import json +import os +import deepdiff +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v6") def compare_network(prod, dev): for network in prod: @@ -12,12 +14,11 @@ def compare_network(prod, dev): pprint(diff, indent=2) -with open("chains/v4/chains_dev.json") as fin: +with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) -with open("chains/v4/chains.json") as fin: +with open(f"chains/{CHAINS_VERISON}/chains.json") as fin: prod_chains = json.load(fin) compare_network(prod_chains, dev_chains) - diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index dd4d6c0ff..370d8715f 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -2,7 +2,7 @@ from tests.utils.getting_data import get_network_list from tests.utils.chain_model import Chain -network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v5/chains.json") +network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v6/chains.json") skipped_networks = ['Edgeware'] global chains From 6317ca349093a0e710cafa79a9121fd4c4e5497f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:45:40 +0500 Subject: [PATCH 0437/2142] Adding new enpdoint for subsocial parachain (#1021) --- chains/v5/chains.json | 4 ++++ chains/v5/chains_dev.json | 4 ++++ chains/v6/chains.json | 4 ++++ chains/v6/chains_dev.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 613158c12..f79034fb3 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3114,6 +3114,10 @@ } ], "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, { "url": "wss://para.subsocial.network", "name": "Dappforce node" diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index e19b9736d..328e3408b 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3460,6 +3460,10 @@ } ], "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, { "url": "wss://para.subsocial.network", "name": "Dappforce node" diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 2492b0bd1..dc1aa43f2 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -3174,6 +3174,10 @@ } ], "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, { "url": "wss://para.subsocial.network", "name": "Dappforce node" diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index c55c146b6..4d00cc554 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -3532,6 +3532,10 @@ } ], "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, { "url": "wss://para.subsocial.network", "name": "Dappforce node" From b6aa630939c1055cde3a26a393078df0b9d86e2d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:15:40 +0500 Subject: [PATCH 0438/2142] Fix path for networks update script (#1022) --- scripts/generate_network_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index 9ef758085..47a909114 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -20,7 +20,7 @@ """) CHAINS_VERSION = os.getenv('CHAINS_VERSION', default="v6") -XCM_VERSION = os.getenv('XCM_JSON_PATH', default="v2") +XCM_VERSION = os.getenv('XCM_VERSION', default="v2") def generate_networks_table(): From ae94e39149ccc06527ec3c6ed7c90881545defe4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:51:23 +0500 Subject: [PATCH 0439/2142] Update Subsocial DApp (#1025) --- dapps/dapps_dev.json | 6 +++--- icons/dapps/color/PolkaVerse.svg | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 icons/dapps/color/PolkaVerse.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 949412714..2e9edf90a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -78,9 +78,9 @@ ] }, { - "name": "Subsocial App", - "url": "https://app.subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", + "name": "PolkaVerse", + "url": "https://polkaverse.com/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ "community" ] diff --git a/icons/dapps/color/PolkaVerse.svg b/icons/dapps/color/PolkaVerse.svg new file mode 100644 index 000000000..f5d05e489 --- /dev/null +++ b/icons/dapps/color/PolkaVerse.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 9d1a3bef6e810fade310d794e8566885e74e594e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:54:52 +0500 Subject: [PATCH 0440/2142] Update xcm coefficients (#1023) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 130358f30..96a517f47 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -455,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -830,7 +830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xcmPalletDest" } @@ -1151,7 +1151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2204,7 +2204,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2418,7 +2418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2688,7 +2688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "299970191507" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -3898,7 +3898,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27977072544788" + "value": "28969455446174" }, "instructions": "xtokensDest" } From b1e238eb9265cef9035e366d01a7218227fb6ba3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 18 Nov 2022 13:59:04 +0500 Subject: [PATCH 0441/2142] Promote subsocial DApp rebrending --- dapps/dapps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index c2070220f..b72c7b9bc 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -74,9 +74,9 @@ ] }, { - "name": "Subsocial App", - "url": "https://app.subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", + "name": "PolkaVerse", + "url": "https://polkaverse.com/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ "community" ] From 4c888c1a82a8d53bdcc466f9c78a7a887e02ebc1 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 18 Nov 2022 11:00:50 +0200 Subject: [PATCH 0442/2142] promote Myriad to v6/chains --- chains/v6/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index dc1aa43f2..5a1b3bd7e 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4778,5 +4778,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 } ] From 39a739ce964301967e3fa7d551ccf7579dc35c10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:18:25 +0300 Subject: [PATCH 0443/2142] Update networks list (#1029) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 57 ++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/chains/README.md b/chains/README.md index ef9d42885..ccfdc26b9 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 65 -### 💰 All assets 201 -### 🪙 Unique assets: 115 +### 🕸️ Supported networks: 66 +### 💰 All assets 202 +### 🪙 Unique assets: 116 ### 💫 Cross Chain directions: 189 ### 🧾 SubQuery API projects: 59 -### 👀 Networks with block explorers: 51 +### 👀 Networks with block explorers: 52 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -51,27 +51,28 @@ | 39 | Mangata X | MGX
KSM
ETH | Subscan | - | | 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 42 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 43 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 44 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 45 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 46 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 47 | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 48 | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 49 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 50 | Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 51 | Polymesh | POLYX | Subscan | - | -| 52 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 53 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 54 | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 55 | Snow | ICZ | Subscan | - | -| 56 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 57 | Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 58 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 59 | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 60 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 61 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 62 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 63 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 64 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 65 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 42 | Myriad | MYRIA | Explorer | - | +| 43 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 44 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 47 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 48 | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 49 | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 50 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 51 | Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 52 | Polymesh | POLYX | Subscan | - | +| 53 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 54 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 55 | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 56 | Snow | ICZ | Subscan | - | +| 57 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 58 | Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 59 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 60 | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 61 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 62 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 64 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 66 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From f532a5ac2bc678f188f8d5b11329e236a2e88aa4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:32:24 +0500 Subject: [PATCH 0444/2142] Adding new tokens on Bifrost Polkadot (#1027) * GLMR on Bifrost * Adding new tokens to Bifrost Polkadot * fix currencyId for DOT * change parameters order --- chains/v5/chains_dev.json | 28 ++++++++++++++++++++++++++++ chains/v6/chains_dev.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 328e3408b..8f68a0d1d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4319,6 +4319,34 @@ "precision": 12, "priceId": "bifrost-native-coin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 4d00cc554..de2fb0577 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4419,6 +4419,34 @@ "precision": 12, "priceId": "bifrost-native-coin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } } ], "nodes": [ From 66e6293735f92ae61d45322b474ebf6c6df7db02 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 18 Nov 2022 15:09:52 +0500 Subject: [PATCH 0445/2142] Keep both subsocial dapp --- dapps/dapps.json | 8 ++++++++ dapps/dapps_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index b72c7b9bc..c2291e0e9 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -73,6 +73,14 @@ "evm" ] }, + { + "name": "Subsocial App", + "url": "https://app.subsocial.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", + "categories": [ + "community" + ] + }, { "name": "PolkaVerse", "url": "https://polkaverse.com/", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2e9edf90a..bc391eb2b 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -77,6 +77,14 @@ "evm" ] }, + { + "name": "Subsocial App", + "url": "https://app.subsocial.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", + "categories": [ + "community" + ] + }, { "name": "PolkaVerse", "url": "https://polkaverse.com/", From 2e9d18d988fc230640c8e56f37d1c7854df11bf1 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 18 Nov 2022 12:35:07 +0200 Subject: [PATCH 0446/2142] add Moonscan to Moonbeam/Moonriver explorers --- chains/v5/chains_dev.json | 12 ++++++++++++ chains/v6/chains_dev.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8f68a0d1d..9c9947c89 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1040,6 +1040,12 @@ "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", "account": "https://moonriver.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null } ], "types": { @@ -2683,6 +2689,12 @@ "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", "account": "https://moonbeam.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null } ], "types": { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index de2fb0577..2cf2338d7 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1050,6 +1050,12 @@ "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", "account": "https://moonriver.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null } ], "types": { @@ -2726,6 +2732,12 @@ "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", "account": "https://moonbeam.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null } ], "types": { From 7fa7fa06821a7c7caf5b379b972a0ca4048a5c5b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:24:27 +0500 Subject: [PATCH 0447/2142] Update xcm coefficients (#1024) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 890f535ec..ebad58c02 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -413,7 +413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -757,7 +757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xcmPalletDest" } @@ -1078,7 +1078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2020,7 +2020,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2234,7 +2234,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -2504,7 +2504,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -3270,7 +3270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297573699312" + "value": "297945169106" }, "instructions": "xtokensDest" } @@ -3456,7 +3456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27977072544788" + "value": "28969455446174" }, "instructions": "xtokensDest" } From a10db40b19922b713a8858323cdaff94da517063 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 20 Nov 2022 17:19:23 +0200 Subject: [PATCH 0448/2142] add XRT to Moonriver --- chains/v5/chains_dev.json | 11 +++++++++++ chains/v6/chains_dev.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8f68a0d1d..d4979ccc3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1010,6 +1010,17 @@ "typeExtras": { "assetId": "16797826370226091782818345603793389938" } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } } ], "nodes": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index de2fb0577..d9e4dd2fc 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1020,6 +1020,17 @@ "typeExtras": { "assetId": "16797826370226091782818345603793389938" } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } } ], "nodes": [ From 440040396f39b6fa84a3547e3304e4ff0c2a2eaa Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:23:34 +0500 Subject: [PATCH 0449/2142] Adding Bifrost Polkadot XCMs (#1032) * Adding new XCM for Bifrost Polkadot * Acala < GLMR > Bifrost Kusama * Parallel < GLMR > Bifrost Polkadot * Acala < DOT > Bifrost Polkadot * Astar < DOT > Bifrost * Interlay < DOT > Bifrost * Moonbeam DOT > Bifrost * Parallel < DOT > Bifrost * update changes script * fix information about assets --- scripts/print_xcm_changes.py | 27 ++++ xcm/v2/transfers_dev.json | 272 ++++++++++++++++++++++++++++++++++- 2 files changed, 298 insertions(+), 1 deletion(-) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 917e894c4..66521b664 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -68,6 +68,31 @@ def compare_reserve_fee(object_accumulator, actual_assets_location, changed_asse 'old_value': old_value, 'new_value': new_value} +def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, chain_json_dict): + for chain_id, chain_data in new_cahin_dict.items(): + chain_name = chain_json_dict[chain_id].get('name') + for chain_asset in chain_data.get('assets'): + asset_symbol = chain_asset['assetLocation'] + try: + asset_in_actual_chain_dict = next( + asset for asset in actual_chain_dict[chain_id]['assets'] if asset['assetLocation'] == asset_symbol) + except (StopIteration, KeyError): + pass + for destination in chain_asset.get('xcmTransfers'): + destination_value = destination.get('destination') + destination_chain_id = destination_value.get('chainId') + destination_name = chain_json_dict[destination_chain_id].get( + 'name') + actual_destinations = asset_in_actual_chain_dict.get( + 'xcmTransfers') + try: + destination_in_actual_chain_dict = next( + destination for destination in actual_destinations if destination.get('destination').get('chainId') == destination_chain_id) + except (StopIteration, KeyError): + object_accumulator['chains'][chain_name][asset_symbol][destination_name] = 'That destination was added' + continue + + def compare_destinations(object_accumulator, actual_chain_dict, new_chain_dict, chains_json_dict): """Compare destinations between production and changed assets location @@ -78,6 +103,8 @@ def compare_destinations(object_accumulator, actual_chain_dict, new_chain_dict, chains_json_dict (dict): Dictinary with chains.json """ + find_new_destinations(object_accumulator, actual_chain_dict, new_chain_dict, chains_json_dict) + for chain_id, chain_data in actual_chain_dict.items(): chain_name = chains_json_dict[chain_id].get('name') for chain_asset in chain_data.get('assets'): diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 96a517f47..36260d082 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -287,7 +287,8 @@ "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", - "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000" + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000" }, "chains": [ { @@ -1421,6 +1422,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1458,6 +1473,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1681,6 +1710,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1904,6 +1947,43 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3046,6 +3126,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3125,6 +3219,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3473,6 +3581,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3876,6 +3998,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3908,6 +4044,140 @@ ] } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3314035960" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 601dca7ccadb1b0d94e4be5d4313f10d0450bab6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 10:28:48 +0500 Subject: [PATCH 0450/2142] Update PolkaVerse icon --- icons/dapps/color/PolkaVerse.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/dapps/color/PolkaVerse.svg b/icons/dapps/color/PolkaVerse.svg index f5d05e489..7d033d7f2 100644 --- a/icons/dapps/color/PolkaVerse.svg +++ b/icons/dapps/color/PolkaVerse.svg @@ -1,6 +1,6 @@ - + - \ No newline at end of file + From c7fe5a3e7d2f7f58307b924b76d496e5963c06d0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:31:32 +0500 Subject: [PATCH 0451/2142] Adding DOT and GLMR assets (#1030) --- chains/v5/chains.json | 28 ++++++++++++++++++++++++++++ chains/v6/chains.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c3868136e..fa56a4681 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -3902,6 +3902,34 @@ "precision": 12, "priceId": "bifrost-native-coin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 5a1b3bd7e..416050e37 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -3990,6 +3990,34 @@ "precision": 12, "priceId": "bifrost-native-coin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } } ], "nodes": [ From a7b920dff7e68a0fe25926d18966babbfbef5cd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:33:28 +0300 Subject: [PATCH 0452/2142] Update networks list (#1036) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index ccfdc26b9..36babb873 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 66 -### 💰 All assets 202 +### 💰 All assets 204 ### 🪙 Unique assets: 116 ### 💫 Cross Chain directions: 189 ### 🧾 SubQuery API projects: 59 @@ -18,7 +18,7 @@ | 6 | Bajun | BAJU | - | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 9 | Bifrost Polkadot | BNC | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 10 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 11 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | 12 | Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | From fbd04ff3e06a138e35eed265ce04be85a6e6ba03 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 09:16:26 +0200 Subject: [PATCH 0453/2142] add Robonomics 2 crowdloan --- crowdloan/kusama.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 8e959a244..fe2d28857 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -492,5 +492,13 @@ "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/en", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg" + }, + { + "paraid": "2237", + "name": "Robonomics 2", + "token": "XRT", + "description": "Futuristic, secure, and server-less IoT platform on top of Ethereum && Polkadot", + "website": "https://robonomics.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg" } ] From 85ec2bdbc154ae4935a51ad8f5f7706db8c37746 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 10:06:38 +0200 Subject: [PATCH 0454/2142] * add Bifrost DOT > Moonbeam * removed Bifrost < DOT Astar --- xcm/v2/transfers_dev.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 36260d082..475ae71bd 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3998,20 +3998,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "11587000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -4174,6 +4160,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From b12e42ce2355940db98dc4adc9c04cb32fa8c4a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 13:26:56 +0200 Subject: [PATCH 0455/2142] add Orderbook to dapps (#1041) --- dapps/dapps_dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2e9edf90a..d129b1ff2 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -663,6 +663,15 @@ "nft", "community" ] + }, + { + "name": "Polkadex Orderbook", + "url": "https://orderbook.polkadex.trade/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "categories": [ + "defi", + "utilities" + ] } ] } From d2b7928c2e6756ff195138b6e7fc83f362878b1b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 16:35:23 +0500 Subject: [PATCH 0456/2142] Change fee type for GLMR (#1040) * Change standard fee type to proportional * change fee * fix fee * Update fee by proportion * little fix of fee * Fix GLMR and DOT fee --- xcm/v2/transfers_dev.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 475ae71bd..f783e4488 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -98,7 +98,8 @@ }, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000001148000000000" }, "instructions": "xtokensReserve" } @@ -3106,7 +3107,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000001148000000000" }, "instructions": "xtokensDest" } @@ -3966,7 +3968,8 @@ "assetId": 1, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "3314035960" }, "instructions": "xcmPalletDest" } @@ -3979,7 +3982,8 @@ "assetId": 1, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "33068783068" }, "instructions": "xcmPalletDest" } @@ -4047,7 +4051,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000001148000000000" }, "instructions": "xtokensDest" } From a3cac777d26a41293fae96198d72a4ac2107b8a8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:03:54 +0500 Subject: [PATCH 0457/2142] remove Astar from DEV (#1042) * remove Astar * remove Astar --- xcm/v2/transfers_dev.json | 81 --------------------------------------- 1 file changed, 81 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f783e4488..b27c98cc1 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3926,87 +3926,6 @@ } ] }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "standard" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "standard" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "3314035960" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "standard" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, { "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", "assets": [ From 83b8ca2113531fe120d48971250687f08913eaf0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:15:14 +0500 Subject: [PATCH 0458/2142] Fix GLMR fee on Bifrost Polkadot (#1043) * Fix GLMR fee on Bifrost Polkadot * restore DOT fee back --- xcm/v2/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index b27c98cc1..3d3f21da3 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1482,7 +1482,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -1979,7 +1979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -3136,7 +3136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "11587000000000" }, "instructions": "xtokensDest" } From 8ab45c0ef8013eb0bafab7175add8b9ef1bf5a05 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 17:45:40 +0500 Subject: [PATCH 0459/2142] try fix for moonbeam -> bifrost polkadot --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3d3f21da3..59816d0ae 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1482,7 +1482,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "11587000000000000000" }, "instructions": "xtokensDest" } From 49988cfbb41636614fe389ad09426b3a7909d7fc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 17:51:30 +0500 Subject: [PATCH 0460/2142] update fee --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 59816d0ae..8dfb17ac3 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1482,7 +1482,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "1158700000000" }, "instructions": "xtokensDest" } From a0571d7317ce17f049ef43eb7e09278456c57fc9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 18:03:15 +0500 Subject: [PATCH 0461/2142] fix GLMR fee for Bifrost Polkadot --- xcm/v2/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 8dfb17ac3..5d33f90af 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1979,7 +1979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "1158700000000" }, "instructions": "xtokensDest" } @@ -3136,7 +3136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "1158700000000" }, "instructions": "xtokensDest" } From 2dac20adcf16e3624ec1967b5a0a977f51e000f4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 18:18:02 +0500 Subject: [PATCH 0462/2142] try reserve fee --- xcm/v2/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5d33f90af..207b413b0 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -99,7 +99,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000001147000000000" }, "instructions": "xtokensReserve" } @@ -3108,7 +3108,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000001147000000000" }, "instructions": "xtokensDest" } @@ -3971,7 +3971,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000001147000000000" }, "instructions": "xtokensDest" } From dfb164c1d35b6220a2416b1b799dbe6c5a765d26 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 21 Nov 2022 18:33:52 +0500 Subject: [PATCH 0463/2142] return GLMR fee back --- xcm/v2/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 207b413b0..5d33f90af 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -99,7 +99,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000001147000000000" + "value": "5000001148000000000" }, "instructions": "xtokensReserve" } @@ -3108,7 +3108,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001147000000000" + "value": "5000001148000000000" }, "instructions": "xtokensDest" } @@ -3971,7 +3971,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001147000000000" + "value": "5000001148000000000" }, "instructions": "xtokensDest" } From 91c8162d7378c83e3d668cb002283b0c419dac53 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:16:12 +0500 Subject: [PATCH 0464/2142] Promote XCMs for Bifrost Polkadot (#1045) * Promote XCMs for Bifrost Polkadot * fix standard fee for KSM * return GLMR fee back --- xcm/v2/transfers.json | 314 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 311 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index ebad58c02..337f32bac 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -91,6 +91,13 @@ "multiLocation": { "parachainId": 2004, "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000001148000000000" + }, + "instructions": "xtokensReserve" } }, "RMRK": { @@ -245,7 +252,8 @@ "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", - "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000" + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000" }, "chains": [ { @@ -329,7 +337,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -1293,6 +1302,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1316,6 +1339,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1539,6 +1590,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1762,6 +1827,43 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2731,7 +2833,36 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000001148000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" }, "instructions": "xtokensDest" } @@ -2816,6 +2947,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3164,6 +3309,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3466,6 +3625,155 @@ ] } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000001148000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3314035960" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 52fb83ded71c1664fea9bd1a74c951d46dbe954c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 17:35:38 +0200 Subject: [PATCH 0465/2142] switch to gov2 (#1046) --- chains/v5/chains_dev.json | 2 +- chains/v6/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 21bbea23d..3c8336e2a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -167,7 +167,7 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance" ] }, { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 6a55d149d..0494b412e 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -171,7 +171,7 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance" ] }, { From cd2d3b986310250e6f9c18c97af68b20531c0696 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 17:39:55 +0200 Subject: [PATCH 0466/2142] promote switch Kusama to gov2 --- chains/v5/chains.json | 2 +- chains/v6/chains.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index fa56a4681..e1cb2201e 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -165,7 +165,7 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance" ] }, { diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 416050e37..05de09fa7 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -169,7 +169,7 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance" ] }, { From f39d7e0e7ab8c3c40c98680a3cd197e99a96c524 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 21 Nov 2022 17:42:50 +0200 Subject: [PATCH 0467/2142] switch Kusama to gov1 on dev --- chains/v5/chains_dev.json | 2 +- chains/v6/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 3c8336e2a..21bbea23d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -167,7 +167,7 @@ }, "options": [ "crowdloans", - "governance" + "governance-v1" ] }, { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 0494b412e..6a55d149d 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -171,7 +171,7 @@ }, "options": [ "crowdloans", - "governance" + "governance-v1" ] }, { From 7b07d12fa1bcda63d3da52fbf81169d3d416ba6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:17:20 +0400 Subject: [PATCH 0468/2142] Update networks list (#1048) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 36babb873..39a6ccd6b 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 66 ### 💰 All assets 204 ### 🪙 Unique assets: 116 -### 💫 Cross Chain directions: 189 +### 💫 Cross Chain directions: 208 ### 🧾 SubQuery API projects: 59 ### 👀 Networks with block explorers: 52 --- From 8f81360c1d63228fefccfb9be34ceeeaafb2ee74 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:05:16 +0500 Subject: [PATCH 0469/2142] Adding XX network (#1051) * Adding XX network * adding xx network to v5 * symbol to upper case --- chains/v2/types/xx_network.json | 16 ++++++++++++++++ chains/v5/chains_dev.json | 24 ++++++++++++++++++++++++ chains/v6/chains_dev.json | 24 ++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 chains/v2/types/xx_network.json diff --git a/chains/v2/types/xx_network.json b/chains/v2/types/xx_network.json new file mode 100644 index 000000000..6bc3476c2 --- /dev/null +++ b/chains/v2/types/xx_network.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 205, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "xxnetwork_runtime.Event": "GenericEvent", + "xxnetwork_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 21bbea23d..844f10369 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5554,5 +5554,29 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "XX network node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "addressPrefix": 55 } ] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 6a55d149d..a9177a22f 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5684,5 +5684,29 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "XX network node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "addressPrefix": 55 } ] From 9b330e8a5c3cb13cebf084858e353e1719ba9f32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:08:11 +0300 Subject: [PATCH 0470/2142] Update Test data File (#1052) * Update test data file * Adding an account Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 2fdbaf673..c1b0eb281 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -333,5 +333,10 @@ "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", "name": "Myriad", "account": "0xbabdeafb82f8ebb4d2fda53b4bcbadef9cb04e6a6eb49a8aaa6816cc20036c7c" + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "account": "0xeec53524b5e3a8d26b40aefd1f2202e5c475ca0004fd62ab0f47e3bb9dcc2c3a" } ] \ No newline at end of file From 73185f49f8182c777fd7dbe54e7c5a15085b8444 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:48:42 +0500 Subject: [PATCH 0471/2142] Update XX types (#1053) * add dispatch info * test path * fix types * fix uppercase * fix dispatch info class * Update types and icons * update for v5 * fix icon --- chains/v2/types/xx_network.json | 19 ++++++++++++++++++- chains/v5/chains_dev.json | 4 ++-- chains/v6/chains_dev.json | 4 ++-- icons/chains/gradient/XX_network.svg | 15 +++++++++++++++ icons/tokens/white/XX.svg | 3 +++ 5 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 icons/chains/gradient/XX_network.svg create mode 100644 icons/tokens/white/XX.svg diff --git a/chains/v2/types/xx_network.json b/chains/v2/types/xx_network.json index 6bc3476c2..c6f6b7746 100644 --- a/chains/v2/types/xx_network.json +++ b/chains/v2/types/xx_network.json @@ -10,7 +10,24 @@ "xxnetwork_runtime.Event": "GenericEvent", "xxnetwork_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "u64" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } \ No newline at end of file diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 844f10369..87649423d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5563,7 +5563,7 @@ "assetId": 0, "symbol": "XX", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5576,7 +5576,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index a9177a22f..cea62d1e7 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5693,7 +5693,7 @@ "assetId": 0, "symbol": "XX", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5706,7 +5706,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/icons/chains/gradient/XX_network.svg b/icons/chains/gradient/XX_network.svg new file mode 100644 index 000000000..964c9d966 --- /dev/null +++ b/icons/chains/gradient/XX_network.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/XX.svg b/icons/tokens/white/XX.svg new file mode 100644 index 000000000..0fc93bb2a --- /dev/null +++ b/icons/tokens/white/XX.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 555a1d47060d7316c9199f62c82cd23ef33337d2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:06:23 +0500 Subject: [PATCH 0472/2142] Update genesis for gov1 testnet (#1054) --- chains/v5/chains_dev.json | 2 +- chains/v6/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 87649423d..b03f70ef9 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5462,7 +5462,7 @@ "addressPrefix": 32 }, { - "chainId": "debc82d28e63857f236a6d1ab981a35e2401e1a5834656667747f39303d52e07", + "chainId": "854371e4ecdc08dabcf74ff08c7125d223428fb3523b6af4684fe69314b98658", "name": "Governance1 Novasama Testnet", "assets": [ { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index cea62d1e7..f8668faab 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5592,7 +5592,7 @@ "addressPrefix": 32 }, { - "chainId": "debc82d28e63857f236a6d1ab981a35e2401e1a5834656667747f39303d52e07", + "chainId": "854371e4ecdc08dabcf74ff08c7125d223428fb3523b6af4684fe69314b98658", "name": "Governance1 Novasama Testnet", "assets": [ { From 01b889a9c04d6fdd6350118253098685d7d5438a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:06:44 +0500 Subject: [PATCH 0473/2142] Run xcm updates ince in 3 day (#1049) --- .github/workflows/update_xcm_data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index c0b34e78f..3243c2912 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -2,7 +2,7 @@ name: Update xcm coefficients on: schedule: - - cron: '0 8 * * *' + - cron: '0 8 1/3 * *' workflow_dispatch: inputs: environment: From 5e3ee64b85da43cd94658a98e241177d2ebdcdd8 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 22 Nov 2022 15:26:02 +0300 Subject: [PATCH 0474/2142] Enable both governances for kusama (#1056) --- chains/v5/chains_dev.json | 1 + chains/v6/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b03f70ef9..8f3b8160d 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -167,6 +167,7 @@ }, "options": [ "crowdloans", + "governance", "governance-v1" ] }, diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index f8668faab..e467d6cf6 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -171,6 +171,7 @@ }, "options": [ "crowdloans", + "governance", "governance-v1" ] }, From 7618fa068fc632c1c3c57d89d934f0e8c35ce1e6 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 23 Nov 2022 09:34:57 +0500 Subject: [PATCH 0475/2142] Update westmint.json --- chains/v2/types/westmint.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/westmint.json b/chains/v2/types/westmint.json index df80ec098..1a4e93d19 100644 --- a/chains/v2/types/westmint.json +++ b/chains/v2/types/westmint.json @@ -10,7 +10,24 @@ "westmint_runtime.Event": "GenericEvent", "westmint_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] -} \ No newline at end of file +} From b27dded2788083007799428db562d3bbb4dbb05e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:09:49 +0500 Subject: [PATCH 0476/2142] Change GLMR fee type for reserve (#1059) --- xcm/v2/transfers_dev.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5d33f90af..bef7b4a94 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -98,8 +98,7 @@ }, "reserveFee": { "mode": { - "type": "proportional", - "value": "5000001148000000000" + "type": "standard" }, "instructions": "xtokensReserve" } @@ -3107,8 +3106,7 @@ "assetId": 0, "fee": { "mode": { - "type": "proportional", - "value": "5000001148000000000" + "type": "standard" }, "instructions": "xtokensDest" } From 5b5bf1fa207a9555e6bfb5ccd6638c3ac356b290 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 23 Nov 2022 11:08:19 +0500 Subject: [PATCH 0477/2142] test for iOS standrd type (#1060) --- xcm/v2/transfers_dev.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index bef7b4a94..90d8c4891 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -19,8 +19,7 @@ "multiLocation": {}, "reserveFee": { "mode": { - "type": "proportional", - "value": "38620923659" + "type": "standard" }, "instructions": "xtokensReserve" } From 67fd0c1ce17c1a0f78fd46590dc54c09e468c00c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:13:15 +0500 Subject: [PATCH 0478/2142] Promote XX network to prod (#1057) * Adding price ID and more nodes * Promote to production --- chains/v5/chains.json | 29 +++++++++++++++++++++++++++++ chains/v5/chains_dev.json | 7 ++++++- chains/v6/chains.json | 29 +++++++++++++++++++++++++++++ chains/v6/chains_dev.json | 7 ++++++- 4 files changed, 70 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index e1cb2201e..196a0b4d6 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4721,5 +4721,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 } ] diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 8f3b8160d..810400a4f 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5564,13 +5564,18 @@ "assetId": 0, "symbol": "XX", "precision": 9, + "priceId": "xxcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "XX network node" + "name": "Dwellir node" } ], "types": { diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 05de09fa7..821845855 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4839,5 +4839,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 } ] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index e467d6cf6..72865d2e0 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5694,13 +5694,18 @@ "assetId": 0, "symbol": "XX", "precision": 9, + "priceId": "xxcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "XX network node" + "name": "Dwellir node" } ], "types": { From be95b13c070c9b4860c5ac48b8ea93b3c69d6175 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:15:05 +0300 Subject: [PATCH 0479/2142] Update networks list (#1061) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 39a6ccd6b..2be70a037 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 66 -### 💰 All assets 204 -### 🪙 Unique assets: 116 +### 🕸️ Supported networks: 67 +### 💰 All assets 205 +### 🪙 Unique assets: 117 ### 💫 Cross Chain directions: 208 ### 🧾 SubQuery API projects: 59 ### 👀 Networks with block explorers: 52 @@ -75,4 +75,5 @@ | 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 64 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 66 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 66 | XX network | XX | - | - | +| 67 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 1ea3f0e5ca096342733cb47ba23fc8c54dee2c82 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 23 Nov 2022 17:07:08 +0500 Subject: [PATCH 0480/2142] Add gov-v1 for kusama network --- chains/v5/chains.json | 3 ++- chains/v6/chains.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 196a0b4d6..c6801f612 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -165,7 +165,8 @@ }, "options": [ "crowdloans", - "governance" + "governance", + "governance-v1" ] }, { diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 821845855..b4d56fd82 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -169,7 +169,8 @@ }, "options": [ "crowdloans", - "governance" + "governance", + "governance-v1" ] }, { From 99199c7abe379bd4b5445b7b92557ac82664dbb7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:17:56 +0500 Subject: [PATCH 0481/2142] Adding explorers for XX (#1063) --- chains/v5/chains_dev.json | 14 ++++++++++++++ chains/v6/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 810400a4f..f9004ff25 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5578,6 +5578,20 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": "https://explorer.xx.network/extrinsics/{event}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 72865d2e0..775c8e15d 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5708,6 +5708,20 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": "https://explorer.xx.network/extrinsics/{event}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true From e3c929cf995f69603fe9fa13290b923c3fd36702 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Nov 2022 10:56:08 +0200 Subject: [PATCH 0482/2142] add Hashed crowdloan (#1064) --- crowdloan/polkadot-dev.json | 8 ++++++++ icons/chains/gradient/Hashed.svg | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 icons/chains/gradient/Hashed.svg diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index b06391d11..3b3e0f03c 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -288,5 +288,13 @@ "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", "website": "https://ajuna.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" + }, + { + "paraid": "2093", + "name": "Hashed Network", + "token": "HASH", + "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", + "website": "https://hashed.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" } ] diff --git a/icons/chains/gradient/Hashed.svg b/icons/chains/gradient/Hashed.svg new file mode 100644 index 000000000..c8acc19fc --- /dev/null +++ b/icons/chains/gradient/Hashed.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 1439ee9e40db7c3bebdcd8c156fdf3f613e02a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 12:00:25 +0300 Subject: [PATCH 0483/2142] Update dapps list (#1065) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 8e580e422..0608631ee 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -37,25 +37,26 @@ | 33 | Parallel Finance App | https://app.parallel.fi/ | defi | | 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | | 35 | Phala App | https://app.phala.network/ | defi,staking | -| 36 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 37 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 38 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 39 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 40 | Polkawatch | https://polkawatch.app/ | staking | -| 41 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 42 | Raresama | https://raresama.com/ | nft | -| 43 | Singular | https://singular.rmrk.app/ | nft | -| 44 | Singular 2.0 | https://singular.app/ | nft | -| 45 | Skybreach | https://skybreach.app/ | nft,evm | -| 46 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 47 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 48 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 49 | Sub.ID | https://sub.id/#/ | utilities | -| 50 | SubBridge | https://subbridge.io/ | defi,evm | -| 51 | Subsocial App | https://app.subsocial.network/ | community | -| 52 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 53 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 54 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 55 | TofuNFT | https://tofunft.com/ | nft,evm | -| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 36 | PolkaVerse | https://polkaverse.com/ | community | +| 37 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 38 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 39 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 40 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 41 | Polkawatch | https://polkawatch.app/ | staking | +| 42 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 43 | Raresama | https://raresama.com/ | nft | +| 44 | Singular | https://singular.rmrk.app/ | nft | +| 45 | Singular 2.0 | https://singular.app/ | nft | +| 46 | Skybreach | https://skybreach.app/ | nft,evm | +| 47 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 48 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 49 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 50 | Sub.ID | https://sub.id/#/ | utilities | +| 51 | SubBridge | https://subbridge.io/ | defi,evm | +| 52 | Subsocial App | https://app.subsocial.network/ | community | +| 53 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 54 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 55 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 56 | TofuNFT | https://tofunft.com/ | nft,evm | +| 57 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 58 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 57e7d7ae1d40dd74ea30b779653b1fb7fb810ba8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Nov 2022 12:36:14 +0200 Subject: [PATCH 0484/2142] Promote Polkadex Orderbook, Interlay dapps (#1066) * promote Polkadex Orderbook, Interlay, Kintsugi dapps * remove Interlay rewards claim as duplicate * fix naming --- dapps/dapps.json | 27 +++++++++++++++++++-------- dapps/dapps_dev.json | 18 ++++++++++-------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index c2291e0e9..7d9a0fc28 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -277,14 +277,6 @@ "crowdloans" ] }, - { - "name": "Interlay Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "url": "https://crowdloan.interlay.io/", - "categories": [ - "crowdloans" - ] - }, { "name": "Parallel Finance App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", @@ -534,6 +526,25 @@ "nft", "community" ] + }, + { + "name": "Polkadex Orderbook", + "url": "https://orderbook.polkadex.trade/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "categories": [ + "defi", + "utilities" + ] + }, + { + "name": "Interlay Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "url": "https://app.interlay.io/", + "categories": [ + "staking", + "defi", + "crowdloans" + ] } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 78f969cd1..f09f0ec78 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -438,14 +438,6 @@ "evm" ] }, - { - "name": "Interlay Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "url": "https://crowdloan.interlay.io/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kusama Lido", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", @@ -680,6 +672,16 @@ "defi", "utilities" ] + }, + { + "name": "Interlay Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "url": "https://app.interlay.io/", + "categories": [ + "staking", + "defi", + "crowdloans" + ] } ] } From b9b3e21e232b631288fe1fa13699b493719eedfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 14:46:24 +0300 Subject: [PATCH 0485/2142] Update dapps list (#1068) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 0608631ee..a71832aea 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -22,7 +22,7 @@ | 18 | GM! Say it back | https://app.gmordie.com/ | community | | 19 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | | 20 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| 21 | Interlay Rewards Claim | https://crowdloan.interlay.io/ | crowdloans | +| 21 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | | 22 | Kanaria | https://kanaria.rmrk.app/ | nft | | 23 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | | 24 | KodaDot | https://kodadot.xyz/ | nft | @@ -38,25 +38,26 @@ | 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | | 35 | Phala App | https://app.phala.network/ | defi,staking | | 36 | PolkaVerse | https://polkaverse.com/ | community | -| 37 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 38 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 39 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 40 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 41 | Polkawatch | https://polkawatch.app/ | staking | -| 42 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 43 | Raresama | https://raresama.com/ | nft | -| 44 | Singular | https://singular.rmrk.app/ | nft | -| 45 | Singular 2.0 | https://singular.app/ | nft | -| 46 | Skybreach | https://skybreach.app/ | nft,evm | -| 47 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 48 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 49 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 50 | Sub.ID | https://sub.id/#/ | utilities | -| 51 | SubBridge | https://subbridge.io/ | defi,evm | -| 52 | Subsocial App | https://app.subsocial.network/ | community | -| 53 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 54 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 55 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 56 | TofuNFT | https://tofunft.com/ | nft,evm | -| 57 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 58 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 37 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 38 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 39 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 40 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 41 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 42 | Polkawatch | https://polkawatch.app/ | staking | +| 43 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 44 | Raresama | https://raresama.com/ | nft | +| 45 | Singular | https://singular.rmrk.app/ | nft | +| 46 | Singular 2.0 | https://singular.app/ | nft | +| 47 | Skybreach | https://skybreach.app/ | nft,evm | +| 48 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 49 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 50 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 51 | Sub.ID | https://sub.id/#/ | utilities | +| 52 | SubBridge | https://subbridge.io/ | defi,evm | +| 53 | Subsocial App | https://app.subsocial.network/ | community | +| 54 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 55 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 56 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 57 | TofuNFT | https://tofunft.com/ | nft,evm | +| 58 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 59 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 11b199a890011acecd3e065f283f3494372c978c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Nov 2022 16:12:27 +0200 Subject: [PATCH 0486/2142] promote Hashed network crowdloan (#1067) --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index b06391d11..3b3e0f03c 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -288,5 +288,13 @@ "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", "website": "https://ajuna.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" + }, + { + "paraid": "2093", + "name": "Hashed Network", + "token": "HASH", + "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", + "website": "https://hashed.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" } ] From f020908bf7aa80938264e110571763a98bc7d1d8 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 25 Nov 2022 15:23:08 +0500 Subject: [PATCH 0487/2142] Separate urls for gov1 and gov2 --- governance/v2/dapps.json | 65 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 governance/v2/dapps.json diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json new file mode 100644 index 000000000..1218a4364 --- /dev/null +++ b/governance/v2/dapps.json @@ -0,0 +1,65 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://kusama.polkassembly.io/referendum/{referendumId}", + "urlV2": "https://kusama.polkassembly.io/referenda/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + }, + { + "title": "Proof of Chaos", + "urlV1": "https://www.proofofchaos.app/vote/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "details": "Pass the quiz for NFT upgrade" + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://moonbeam.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + } +] From 53e9cd5536955dc27e7a4f7c154434023bc93e28 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 25 Nov 2022 15:29:37 +0500 Subject: [PATCH 0488/2142] Add dev json --- governance/v2/dapps_dev.json | 376 +++++++++++++++++++++++++++++++++++ 1 file changed, 376 insertions(+) create mode 100644 governance/v2/dapps_dev.json diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json new file mode 100644 index 000000000..2521323cc --- /dev/null +++ b/governance/v2/dapps_dev.json @@ -0,0 +1,376 @@ +[ + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://something.com/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://something.com/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://kusama.polkassembly.io/referendum/{referendumId}", + "urlV2": "https://kusama.polkassembly.io/referenda/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + }, + { + "title": "Proof of Chaos", + "urlV1": "https://www.proofofchaos.app/vote/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "details": "Pass the quiz for NFT upgrade" + } + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://altair.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://altair.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://amplitude.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://basilisk.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://calamari.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://centrifuge.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://crustshadow.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://heiko.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://hydradx.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://karura.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://karura.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://khala.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://khala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://kilt.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://kylin.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://moonbeam.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://parallel.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://pioneer.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://polkadex.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://robonomics.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://tanganika.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://turing.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://acala.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://acala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://composable.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://phala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://litmus.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + } +] From 39cde94b26e0d88f7bff06e3310bbd436be94109 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 25 Nov 2022 15:31:10 +0500 Subject: [PATCH 0489/2142] fix subquery url --- governance/v2/dapps_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 2521323cc..bfe2ffe1d 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -10,7 +10,7 @@ }, { "title": "Subsquare", - "url": "https://something.com/{referendumId}", + "urlV1": "https://something.com/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } From 970d830db03bff8655a7e86db965f93ce5df5893 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:44:10 +0500 Subject: [PATCH 0490/2142] Fix types for Ternoa (#1072) --- chains/v2/types/ternoa.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index b93daaa98..b05acd099 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 11, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "mainnet_runtime.Event": "GenericEvent", - "mainnet_runtime.Call": "GenericCall", + "mainnet_runtime.RuntimeEvent": "GenericEvent", + "mainnet_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } \ No newline at end of file From d7301d896c893d554d7d485007fa07407eec3451 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:22:20 +0500 Subject: [PATCH 0491/2142] Update Statemine's types (#1075) * update statemine types * fix formating --- chains/v2/types/statemine.json | 45 +++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index ee8a09043..aa2026a65 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,16 +1,33 @@ { - "runtime_id": 504, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "statemine_runtime.Event": "GenericEvent", - "statemine_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] + "runtime_id": 9320, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "statemine_runtime.RuntimeEvent": "GenericEvent", + "statemine_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } + }, + "versioning": [] } \ No newline at end of file From c45db9eb1811a5cc00bf0b50b0d544865e4312a9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 30 Nov 2022 17:05:22 +0500 Subject: [PATCH 0492/2142] Remove ramp on DEV --- chains/v5/chains_dev.json | 2 -- chains/v6/chains_dev.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index f9004ff25..c56964cbb 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "moonpay": {}, "transak": { "network": "MAINNET" @@ -97,7 +96,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "transak": { "network": "MAINNET" }, diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 775c8e15d..69af382b6 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "moonpay": {}, "transak": { "network": "MAINNET" @@ -99,7 +98,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "transak": { "network": "MAINNET" }, From 096f57b5869563e7b60506cefa3680f050a1d6dd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 30 Nov 2022 17:08:59 +0500 Subject: [PATCH 0493/2142] Promote remove Ramp to PROD --- chains/v5/chains.json | 2 -- chains/v6/chains.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index c6801f612..6e1c79e05 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "moonpay": {}, "transak": { "network": "MAINNET" @@ -96,7 +95,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "transak": { "network": "MAINNET" } diff --git a/chains/v6/chains.json b/chains/v6/chains.json index b4d56fd82..305b8561c 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "moonpay": {}, "transak": { "network": "MAINNET" @@ -98,7 +97,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { - "ramp": {}, "transak": { "network": "MAINNET" } From f590bcd977c93f998400dd27b88a45c5e58ecf2e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 30 Nov 2022 20:41:58 +0800 Subject: [PATCH 0494/2142] remove Moonpay from prod --- chains/v5/chains.json | 1 - chains/v6/chains.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 6e1c79e05..9b7c44dcd 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" } diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 305b8561c..69b337097 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" } From 202e1afafd016a28c0be38fd55fa80d09ba7ae14 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 30 Nov 2022 21:23:05 +0800 Subject: [PATCH 0495/2142] remove Moonpay from prod (#1081) --- chains/v5/chains.json | 1 - chains/v6/chains.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 6e1c79e05..9b7c44dcd 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" } diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 305b8561c..69b337097 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" } From d6c57fab3aadc76a867f915062d2655a0b5b9e6c Mon Sep 17 00:00:00 2001 From: valentunn Date: Wed, 30 Nov 2022 13:23:52 +0000 Subject: [PATCH 0496/2142] Mercuryo prod --- chains/v6/chains.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 69b337097..4a6ce17a6 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -13,7 +13,8 @@ "buyProviders": { "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], @@ -98,7 +99,8 @@ "buyProviders": { "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], From ef5a89892778c6f300ad050602dcb0a71d903929 Mon Sep 17 00:00:00 2001 From: valentunn Date: Wed, 30 Nov 2022 13:39:14 +0000 Subject: [PATCH 0497/2142] Mercuryo prod v5 --- chains/v5/chains.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 9b7c44dcd..aff290aa2 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -13,7 +13,8 @@ "buyProviders": { "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], @@ -96,7 +97,8 @@ "buyProviders": { "transak": { "network": "MAINNET" - } + }, + "mercuryo": {} } } ], From 3cc45e732725139eb6206f02f12c356532af1ab5 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 08:50:43 +0800 Subject: [PATCH 0498/2142] remove Moonpay from dev --- chains/v5/chains_dev.json | 1 - chains/v6/chains_dev.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index c56964cbb..3f29121c5 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" }, diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 69af382b6..7067b1d21 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -11,7 +11,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { - "moonpay": {}, "transak": { "network": "MAINNET" }, From f95977f6c5dffaea43eec5b2bb3d21b629779cb6 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 09:05:53 +0800 Subject: [PATCH 0499/2142] remove rewards claim dapps --- dapps/dapps_dev.json | 56 -------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index f09f0ec78..4bb1a284d 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -159,22 +159,6 @@ "staking" ] }, - { - "name": "Bit.Country Pioneer Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", - "url": "https://ksmcrowdloan.bit.country/reward", - "categories": [ - "crowdloans" - ] - }, - { - "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", - "url": "https://crowdloan.parallel.fi/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", @@ -185,22 +169,6 @@ "crowdloans" ] }, - { - "name": "Altair Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Altair.svg", - "url": "https://centrifuge.io/altair/crowdloan/", - "categories": [ - "crowdloans" - ] - }, - { - "name": "Clover Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Clover.svg", - "url": "https://lucky.clover.finance/", - "categories": [ - "crowdloans" - ] - }, { "name": "Karura App (not mobile-friendly yet)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", @@ -235,14 +203,6 @@ "community" ] }, - { - "name": "Acala Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", - "url": "https://distribution.acala.network/claim/acala", - "categories": [ - "crowdloans" - ] - }, { "name": "Robonomics", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", @@ -355,14 +315,6 @@ "test" ] }, - { - "name": "Centrifuge Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", - "url": "https://centrifuge.io/parachain/crowdloan/", - "categories": [ - "crowdloans" - ] - }, { "name": "DappRadar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", @@ -612,14 +564,6 @@ "community" ] }, - { - "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", - "categories": [ - "crowdloans" - ] - }, { "name": "Raresama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", From 5efb5626b2440264fdb27c7c026d97a08681dca9 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 09:39:34 +0800 Subject: [PATCH 0500/2142] remove rewards claim dapps from prod --- dapps/dapps.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 7d9a0fc28..da321e52c 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -147,22 +147,6 @@ "staking" ] }, - { - "name": "Bit.Country Pioneer Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", - "url": "https://ksmcrowdloan.bit.country/reward", - "categories": [ - "crowdloans" - ] - }, - { - "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", - "url": "https://crowdloan.parallel.fi/#/auction/rewards/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", @@ -173,14 +157,6 @@ "crowdloans" ] }, - { - "name": "Acala Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", - "url": "https://distribution.acala.network/claim/acala", - "categories": [ - "crowdloans" - ] - }, { "name": "Moonbeam", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", @@ -269,14 +245,6 @@ "evm" ] }, - { - "name": "Centrifuge Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", - "url": "https://centrifuge.io/parachain/crowdloan/", - "categories": [ - "crowdloans" - ] - }, { "name": "Parallel Finance App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", @@ -476,14 +444,6 @@ "community" ] }, - { - "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", - "categories": [ - "crowdloans" - ] - }, { "name": "Raresama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", From 9bc815caf0f1e92227e6f0d062912ab134e3634a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:09:57 +0500 Subject: [PATCH 0501/2142] Promote XX explorers (#1071) * Promote XX explorers * Promote XX explorers --- chains/v5/chains.json | 14 ++++++++++++++ chains/v5/chains_dev.json | 2 +- chains/v6/chains.json | 14 ++++++++++++++ chains/v6/chains_dev.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 9b7c44dcd..c8da30965 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4742,6 +4742,20 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 3f29121c5..7e551e4d3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5580,7 +5580,7 @@ "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", "account": "https://explorer.xx.network/accounts/{address}", - "event": "https://explorer.xx.network/extrinsics/{event}" + "event": null }, { "name": "Polkastats", diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 69b337097..f7c1571f3 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4860,6 +4860,20 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 7067b1d21..661e05893 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5710,7 +5710,7 @@ "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", "account": "https://explorer.xx.network/accounts/{address}", - "event": "https://explorer.xx.network/extrinsics/{event}" + "event": null }, { "name": "Polkastats", From 2f1b5f5384045e0f97277dc2b83809d72cfcf8da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:11:26 +0300 Subject: [PATCH 0502/2142] Update networks list (#1088) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2be70a037..808ee2219 100644 --- a/chains/README.md +++ b/chains/README.md @@ -5,7 +5,7 @@ ### 🪙 Unique assets: 117 ### 💫 Cross Chain directions: 208 ### 🧾 SubQuery API projects: 59 -### 👀 Networks with block explorers: 52 +### 👀 Networks with block explorers: 53 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -75,5 +75,5 @@ | 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 64 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 66 | XX network | XX | - | - | +| 66 | XX network | XX | XX explorer
Polkastats | - | | 67 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 59132119dd2152607b50c9c1edf2ceb06ee4afe8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 17:11:58 +0800 Subject: [PATCH 0503/2142] mr fixes --- dapps/dapps_dev.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 4bb1a284d..4e71c5c87 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -159,6 +159,14 @@ "staking" ] }, + { + "name": "Parallel Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "url": "https://crowdloan.parallel.fi/", + "categories": [ + "crowdloans" + ] + }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", @@ -323,6 +331,14 @@ "utilities" ] }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] + }, { "name": "PolkaEx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaEx.svg", From 0aee34fd2c0489be17772c58d63d54037161f1fd Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 17:14:27 +0800 Subject: [PATCH 0504/2142] fix --- dapps/dapps_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 4e71c5c87..0b4a743e7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -331,14 +331,6 @@ "utilities" ] }, - { - "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", - "categories": [ - "crowdloans" - ] - }, { "name": "PolkaEx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaEx.svg", @@ -349,6 +341,14 @@ "evm" ] }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] + }, { "name": "TofuNFT", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", From d032d9f6022d0998207b6d4c972804230d347164 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Dec 2022 17:17:33 +0800 Subject: [PATCH 0505/2142] fixes --- dapps/dapps.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index da321e52c..7fb157602 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -147,6 +147,14 @@ "staking" ] }, + { + "name": "Parallel Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "url": "https://crowdloan.parallel.fi/#/auction/rewards/", + "categories": [ + "crowdloans" + ] + }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", @@ -444,6 +452,14 @@ "community" ] }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] + }, { "name": "Raresama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", From 79dde019379a57e1b87322ae1d9d7299fbd29cf0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Dec 2022 08:23:17 +0800 Subject: [PATCH 0506/2142] removed destinations from/to Kintsugi network --- xcm/v2/transfers_dev.json | 275 -------------------------------------- 1 file changed, 275 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 90d8c4891..90cee753f 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -392,20 +392,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -669,20 +655,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -767,20 +739,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -958,20 +916,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1102,20 +1046,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2192,20 +2122,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -2359,155 +2275,6 @@ } ] }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666706" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "12019230769230" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "38620923659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "81945380899" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "115870000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "537600000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "297945169106" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ @@ -2718,20 +2485,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -3623,20 +3376,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -3758,20 +3497,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 78087ed14498acb8a87af85c30513daa38820cf3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Dec 2022 10:10:02 +0800 Subject: [PATCH 0507/2142] promote removal of destinations from/to Kintsugi network --- xcm/v2/transfers.json | 275 ------------------------------------------ 1 file changed, 275 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 337f32bac..fcf2977da 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -359,20 +359,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -605,20 +591,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -703,20 +675,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -894,20 +852,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1038,20 +982,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2045,20 +1975,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -2198,155 +2114,6 @@ } ] }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "308986666706" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "12019230769230" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "38620923659" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "81945380899" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "115870000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "537600000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "297945169106" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ @@ -2557,20 +2324,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -3352,20 +3105,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -3487,20 +3226,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 63285d8d65ccba8e41fd925c8cae2a806e4f611c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 2 Dec 2022 10:19:37 +0500 Subject: [PATCH 0508/2142] fix comment script --- scripts/print_xcm_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 66521b664..638e40c92 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -112,7 +112,7 @@ def compare_destinations(object_accumulator, actual_chain_dict, new_chain_dict, try: asset_in_new_chain_dict = next( asset for asset in new_chain_dict[chain_id]['assets'] if asset['assetLocation'] == asset_symbol) - except StopIteration: + except (StopIteration, KeyError): object_accumulator['chains'][chain_name][asset_symbol] = 'That asset was removed' continue for destination in chain_asset.get('xcmTransfers'): From 027a249dc26b7b3065e9861c3b11ffc779d2649d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 10:02:46 +0300 Subject: [PATCH 0509/2142] Update types for networks (#1084) * Update chain types * fix json formatting Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- chains/v2/types/Integritee.json | 30 +++++------ chains/v2/types/Integritee_solo.json | 2 +- chains/v2/types/acala.json | 22 ++++---- chains/v2/types/acala_mandala.json | 2 +- chains/v2/types/aleph_zero.json | 30 +++++------ chains/v2/types/altair.json | 22 ++++---- chains/v2/types/amplitude.json | 4 +- chains/v2/types/astar.json | 24 ++++----- chains/v2/types/bajun.json | 2 +- chains/v2/types/basilisk.json | 24 ++++----- chains/v2/types/beresheet.json | 2 +- chains/v2/types/bifrost.json | 24 ++++----- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/bit.country_pioneer.json | 24 ++++----- chains/v2/types/calamari.json | 24 ++++----- chains/v2/types/centrifuge.json | 30 +++++------ chains/v2/types/clover.json | 22 ++++---- chains/v2/types/composable.json | 4 +- chains/v2/types/crab.json | 4 +- chains/v2/types/crust_shadow.json | 30 +++++------ chains/v2/types/dao_ipci.json | 4 +- chains/v2/types/darwinia.json | 2 +- chains/v2/types/dorafactory.json | 2 +- chains/v2/types/efinity.json | 30 +++++------ chains/v2/types/encointer.json | 30 +++++------ chains/v2/types/gm.json | 4 +- chains/v2/types/hydra_dx.json | 30 +++++------ chains/v2/types/imbue.json | 2 +- chains/v2/types/interlay.json | 30 +++++------ chains/v2/types/kabocha.json | 2 +- chains/v2/types/kapex.json | 2 +- chains/v2/types/karura.json | 22 ++++---- chains/v2/types/khala.json | 6 +-- chains/v2/types/kico.json | 4 +- chains/v2/types/kilt_peregrine.json | 2 +- chains/v2/types/kilt_spiritnet.json | 24 ++++----- chains/v2/types/kintsugi.json | 24 ++++----- chains/v2/types/kusama.json | 22 ++++---- chains/v2/types/kylin.json | 2 +- chains/v2/types/litentry.json | 6 +-- chains/v2/types/litmus.json | 4 +- chains/v2/types/mangatax.json | 4 +- chains/v2/types/moonbase.json | 2 +- chains/v2/types/moonbeam.json | 2 +- chains/v2/types/moonriver.json | 2 +- chains/v2/types/nodle.json | 4 +- chains/v2/types/nodle_solo.json | 2 +- chains/v2/types/origintrail.json | 2 +- chains/v2/types/parallel.json | 22 ++++---- chains/v2/types/parallel_heiko.json | 22 ++++---- chains/v2/types/phala.json | 30 +++++------ chains/v2/types/picasso.json | 24 ++++----- chains/v2/types/pichiu.json | 2 +- chains/v2/types/polkadex.json | 30 +++++------ chains/v2/types/polkadot.json | 54 ++++++++++---------- chains/v2/types/polkatrain.json | 2 +- chains/v2/types/polymesh_mainnet.json | 28 +++++------ chains/v2/types/robonomics.json | 30 +++++------ chains/v2/types/rococo.json | 2 +- chains/v2/types/shiden.json | 24 ++++----- chains/v2/types/singular_testnet.json | 2 +- chains/v2/types/snow.json | 2 +- chains/v2/types/statemine.json | 64 ++++++++++++------------ chains/v2/types/statemint.json | 24 ++++----- chains/v2/types/subsocial.json | 30 +++++------ chains/v2/types/subsocial_solo.json | 2 +- chains/v2/types/ternoa.json | 2 +- chains/v2/types/ternoa_alphanet.json | 2 +- chains/v2/types/tinkernet.json | 8 +-- chains/v2/types/turing.json | 30 +++++------ chains/v2/types/turing_staging.json | 2 +- chains/v2/types/unique.json | 6 +-- chains/v2/types/westend.json | 54 ++++++++++---------- chains/v2/types/xx_network.json | 64 ++++++++++++------------ chains/v2/types/zeitgeist.json | 30 +++++------ 75 files changed, 596 insertions(+), 596 deletions(-) diff --git a/chains/v2/types/Integritee.json b/chains/v2/types/Integritee.json index af2bff88b..029e65c5e 100644 --- a/chains/v2/types/Integritee.json +++ b/chains/v2/types/Integritee.json @@ -1,16 +1,16 @@ { - "runtime_id": 2, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "shell_runtime.Event": "GenericEvent", - "shell_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 26, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "integritee_runtime.Event": "GenericEvent", + "integritee_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/Integritee_solo.json b/chains/v2/types/Integritee_solo.json index f8446934c..1bf742955 100644 --- a/chains/v2/types/Integritee_solo.json +++ b/chains/v2/types/Integritee_solo.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index b7c6ba54e..36cbee34d 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,16 +1,16 @@ { - "runtime_id": 2000, + "runtime_id": 2101, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "acala_runtime.Event": "GenericEvent", - "acala_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "acala_runtime.Event": "GenericEvent", + "acala_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/acala_mandala.json b/chains/v2/types/acala_mandala.json index de5cddeba..06d7efa01 100644 --- a/chains/v2/types/acala_mandala.json +++ b/chains/v2/types/acala_mandala.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index f78b3cf2c..d61005e74 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,16 +1,16 @@ { - "runtime_id": 12, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "aleph_runtime.Event": "GenericEvent", - "aleph_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 39, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "aleph_runtime.Event": "GenericEvent", + "aleph_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/altair.json b/chains/v2/types/altair.json index ec61440a4..75758a70b 100644 --- a/chains/v2/types/altair.json +++ b/chains/v2/types/altair.json @@ -1,16 +1,16 @@ { - "runtime_id": 1007, + "runtime_id": 1023, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "altair_runtime.Event": "GenericEvent", - "altair_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "altair_runtime.Event": "GenericEvent", + "altair_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index a95370250..3b8b861ae 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 6, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index e16501551..1fd256a36 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,16 +1,16 @@ { - "runtime_id": 1, + "runtime_id": 43, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "astar_runtime.Event": "GenericEvent", - "astar_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "astar_runtime.RuntimeEvent": "GenericEvent", + "astar_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 9f25e70e3..1e7daf862 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 14, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index 66495b79a..e6d5c2694 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,16 +1,16 @@ { - "runtime_id": 25, + "runtime_id": 82, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_core.crypto.AccountId32", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "basilisk_runtime.Event": "GenericEvent", - "basilisk_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "basilisk_runtime.Event": "GenericEvent", + "basilisk_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/beresheet.json b/chains/v2/types/beresheet.json index 42cb6fd97..f3e161662 100644 --- a/chains/v2/types/beresheet.json +++ b/chains/v2/types/beresheet.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 2b32ec68b..7eb3e8c3d 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,16 +1,16 @@ { - "runtime_id": 943, + "runtime_id": 966, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "bifrost_kusama_runtime.Event": "GenericEvent", - "bifrost_kusama_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "bifrost_kusama_runtime.Event": "GenericEvent", + "bifrost_kusama_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index f3879fa5e..bde870647 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 932, + "runtime_id": 964, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index ba13e5079..ec4d5e5af 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,16 +1,16 @@ { - "runtime_id": 2, + "runtime_id": 13, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "pioneer_runtime.Event": "GenericEvent", - "pioneer_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "pioneer_runtime.Event": "GenericEvent", + "pioneer_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 66409b804..789deac6f 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,16 +1,16 @@ { - "runtime_id": 4, + "runtime_id": 3432, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "calamari_runtime.Event": "GenericEvent", - "calamari_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "calamari_runtime.Event": "GenericEvent", + "calamari_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index 809c799c1..2a2efe146 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,16 +1,16 @@ { - "runtime_id": 1000, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "centrifuge_runtime.Event": "GenericEvent", - "centrifuge_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 1015, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "centrifuge_runtime.Event": "GenericEvent", + "centrifuge_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/clover.json b/chains/v2/types/clover.json index 6161d288a..73b77c61f 100644 --- a/chains/v2/types/clover.json +++ b/chains/v2/types/clover.json @@ -1,16 +1,16 @@ { - "runtime_id": 16, + "runtime_id": 25, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "clover_runtime.Event": "GenericEvent", - "clover_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "clover_runtime.Event": "GenericEvent", + "clover_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 237fb09d3..bdda651d6 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 100, + "runtime_id": 1300, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/crab.json b/chains/v2/types/crab.json index 8cabe1986..935da09b9 100644 --- a/chains/v2/types/crab.json +++ b/chains/v2/types/crab.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 5350, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/crust_shadow.json b/chains/v2/types/crust_shadow.json index dca49ce82..bbcef7b7b 100644 --- a/chains/v2/types/crust_shadow.json +++ b/chains/v2/types/crust_shadow.json @@ -1,16 +1,16 @@ { - "runtime_id": 7, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "crust_parachain_runtime.Event": "GenericEvent", - "crust_parachain_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 15, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "crust_parachain_runtime.Event": "GenericEvent", + "crust_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/dao_ipci.json b/chains/v2/types/dao_ipci.json index 056e3d85f..a0aa14ec4 100644 --- a/chains/v2/types/dao_ipci.json +++ b/chains/v2/types/dao_ipci.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 5, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/darwinia.json b/chains/v2/types/darwinia.json index 69030e008..85844931a 100644 --- a/chains/v2/types/darwinia.json +++ b/chains/v2/types/darwinia.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/dorafactory.json b/chains/v2/types/dorafactory.json index 8d9053a35..7f9df4d2a 100644 --- a/chains/v2/types/dorafactory.json +++ b/chains/v2/types/dorafactory.json @@ -1,5 +1,5 @@ { - "runtime_id": 10, + "runtime_id": 31, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/efinity.json b/chains/v2/types/efinity.json index d85d83dd9..674c5a78f 100644 --- a/chains/v2/types/efinity.json +++ b/chains/v2/types/efinity.json @@ -1,16 +1,16 @@ { - "runtime_id": 1, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "efinity_runtime.Event": "GenericEvent", - "efinity_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 3000, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "efinity_runtime.Event": "GenericEvent", + "efinity_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/encointer.json b/chains/v2/types/encointer.json index 1697a0e4b..8407fbcb7 100644 --- a/chains/v2/types/encointer.json +++ b/chains/v2/types/encointer.json @@ -1,16 +1,16 @@ { - "runtime_id": 0, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "launch_runtime.Event": "GenericEvent", - "launch_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 8, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "encointer_runtime.Event": "GenericEvent", + "encointer_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/gm.json b/chains/v2/types/gm.json index 856670178..26e6f975e 100644 --- a/chains/v2/types/gm.json +++ b/chains/v2/types/gm.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 6, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index e8d66222f..240cc94d3 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,16 +1,16 @@ { - "runtime_id": 100, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_core.crypto.AccountId32", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "hydradx_runtime.Event": "GenericEvent", - "hydradx_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 115, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "hydradx_runtime.Event": "GenericEvent", + "hydradx_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/imbue.json b/chains/v2/types/imbue.json index c19f500fd..f36664110 100644 --- a/chains/v2/types/imbue.json +++ b/chains/v2/types/imbue.json @@ -1,5 +1,5 @@ { - "runtime_id": 1008, + "runtime_id": 1031, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 77c221218..34c83695f 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,16 +1,16 @@ { - "runtime_id": 1, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_core.crypto.AccountId32", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "interlay_runtime_parachain.Event": "GenericEvent", - "interlay_runtime_parachain.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 1019000, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "interlay_runtime_parachain.Event": "GenericEvent", + "interlay_runtime_parachain.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/kabocha.json b/chains/v2/types/kabocha.json index 7f8c03453..452532f3e 100644 --- a/chains/v2/types/kabocha.json +++ b/chains/v2/types/kabocha.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 26, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kapex.json b/chains/v2/types/kapex.json index 96557749b..66431cb92 100644 --- a/chains/v2/types/kapex.json +++ b/chains/v2/types/kapex.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index b5c7dde85..5a5fb3f2c 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,16 +1,16 @@ { - "runtime_id": 1019, + "runtime_id": 2100, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "karura_runtime.Event": "GenericEvent", - "karura_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "karura_runtime.Event": "GenericEvent", + "karura_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index ee64d8750..703bd3eff 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1090, + "runtime_id": 1192, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "khala_parachain_runtime.Event": "GenericEvent", - "khala_parachain_runtime.Call": "GenericCall", + "khala_parachain_runtime.RuntimeEvent": "GenericEvent", + "khala_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/kico.json b/chains/v2/types/kico.json index 9080dc746..67f170bae 100644 --- a/chains/v2/types/kico.json +++ b/chains/v2/types/kico.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 2022072701, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/kilt_peregrine.json b/chains/v2/types/kilt_peregrine.json index 4561646df..4ea4aa4a9 100644 --- a/chains/v2/types/kilt_peregrine.json +++ b/chains/v2/types/kilt_peregrine.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index 280c578b7..c867b5a97 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -1,16 +1,16 @@ { - "runtime_id": 10101, + "runtime_id": 10750, "types": { - "Balance": "u128", - "Index": "u64", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "spiritnet_runtime.Event": "GenericEvent", - "spiritnet_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u64", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "spiritnet_runtime.Event": "GenericEvent", + "spiritnet_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 249c32a1b..fd069d910 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,16 +1,16 @@ { - "runtime_id": 9, + "runtime_id": 1019000, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_core.crypto.AccountId32", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "kintsugi_runtime_parachain.Event": "GenericEvent", - "kintsugi_runtime_parachain.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "kintsugi_runtime_parachain.Event": "GenericEvent", + "kintsugi_runtime_parachain.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index cd2f2383c..273f3781f 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,16 +1,16 @@ { - "runtime_id": 9300, + "runtime_id": 9320, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "kusama_runtime.RuntimeEvent": "GenericEvent", - "kusama_runtime.RuntimeCall": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "kusama_runtime.RuntimeEvent": "GenericEvent", + "kusama_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/kylin.json b/chains/v2/types/kylin.json index a32469564..7d3de5a74 100644 --- a/chains/v2/types/kylin.json +++ b/chains/v2/types/kylin.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 5989846f2..04c6e47df 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9000, + "runtime_id": 9120, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "litentry_parachain_runtime.Event": "GenericEvent", - "litentry_parachain_runtime.Call": "GenericCall", + "litentry_parachain_runtime.RuntimeEvent": "GenericEvent", + "litentry_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/litmus.json b/chains/v2/types/litmus.json index 80f8330e9..a62e8aaa0 100644 --- a/chains/v2/types/litmus.json +++ b/chains/v2/types/litmus.json @@ -1,5 +1,5 @@ { - "runtime_id": 9020, + "runtime_id": 9115, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index c9d60d62f..12a4b71fa 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 10, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/moonbase.json b/chains/v2/types/moonbase.json index 0fd48350a..cde08f5de 100644 --- a/chains/v2/types/moonbase.json +++ b/chains/v2/types/moonbase.json @@ -32,4 +32,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/moonbeam.json b/chains/v2/types/moonbeam.json index 7340b2f30..848e85c25 100644 --- a/chains/v2/types/moonbeam.json +++ b/chains/v2/types/moonbeam.json @@ -32,4 +32,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/moonriver.json b/chains/v2/types/moonriver.json index 56ae184af..501f3245b 100644 --- a/chains/v2/types/moonriver.json +++ b/chains/v2/types/moonriver.json @@ -32,4 +32,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/nodle.json b/chains/v2/types/nodle.json index 271b52afe..91af0345c 100644 --- a/chains/v2/types/nodle.json +++ b/chains/v2/types/nodle.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 12, "types": { "Balance": "u128", "Index": "u32", @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/nodle_solo.json b/chains/v2/types/nodle_solo.json index e3dfff816..a40602261 100644 --- a/chains/v2/types/nodle_solo.json +++ b/chains/v2/types/nodle_solo.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 2a4577890..9f134accf 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -1,5 +1,5 @@ { - "runtime_id": 100, + "runtime_id": 105, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index 0237f07ee..6628a083e 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,16 +1,16 @@ { - "runtime_id": 172, + "runtime_id": 193, "types": { - "Balance": "u128", - "Index": "u64", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "parallel_runtime.Event": "GenericEvent", - "parallel_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "parallel_runtime.Event": "GenericEvent", + "parallel_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index d7628199a..e71597ae7 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,16 +1,16 @@ { - "runtime_id": 171, + "runtime_id": 193, "types": { - "Balance": "u128", - "Index": "u64", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "heiko_runtime.Event": "GenericEvent", - "heiko_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "heiko_runtime.Event": "GenericEvent", + "heiko_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 5614e36ac..db7374c8b 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,16 +1,16 @@ { - "runtime_id": 1090, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "phala_parachain_runtime.Event": "GenericEvent", - "phala_parachain_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 1167, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "phala_parachain_runtime.Event": "GenericEvent", + "phala_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 7879b82c9..995bcc986 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,16 +1,16 @@ { - "runtime_id": 200, + "runtime_id": 10002, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "picasso_runtime.Event": "GenericEvent", - "picasso_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "picasso_runtime.Event": "GenericEvent", + "picasso_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/pichiu.json b/chains/v2/types/pichiu.json index a6d5870bb..6a99bfa63 100644 --- a/chains/v2/types/pichiu.json +++ b/chains/v2/types/pichiu.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 25, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index faacea10c..8a6d9a70d 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,16 +1,16 @@ { - "runtime_id": 274, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "node_polkadex_runtime.Event": "GenericEvent", - "node_polkadex_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 279, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "node_polkadex_runtime.Event": "GenericEvent", + "node_polkadex_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 50366048a..7e94a8f70 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,33 +1,33 @@ { - "runtime_id": 9122, + "runtime_id": 9300, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "polkadot_runtime.RuntimeEvent": "GenericEvent", - "polkadot_runtime.RuntimeCall": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "polkadot_runtime.RuntimeEvent": "GenericEvent", + "polkadot_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" ] - } + ] + } }, "versioning": [] } diff --git a/chains/v2/types/polkatrain.json b/chains/v2/types/polkatrain.json index ecb3769c7..f5fde0160 100644 --- a/chains/v2/types/polkatrain.json +++ b/chains/v2/types/polkatrain.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 13cae735a..5a73f6177 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,16 +1,16 @@ { - "runtime_id": 5000003, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "polymesh_runtime_mainnet.runtime.Event": "GenericEvent", - "polymesh_runtime_mainnet.runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] + "runtime_id": 5001002, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "polymesh_runtime_mainnet.runtime.Event": "GenericEvent", + "polymesh_runtime_mainnet.runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] } diff --git a/chains/v2/types/robonomics.json b/chains/v2/types/robonomics.json index 66470c17f..63b24fe5a 100644 --- a/chains/v2/types/robonomics.json +++ b/chains/v2/types/robonomics.json @@ -1,16 +1,16 @@ { - "runtime_id": 10, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "main_runtime.Event": "GenericEvent", - "main_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 29, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "main_runtime.Event": "GenericEvent", + "main_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/rococo.json b/chains/v2/types/rococo.json index 9a0fa6d28..053294e8f 100644 --- a/chains/v2/types/rococo.json +++ b/chains/v2/types/rococo.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index d92f3ea5f..f63889428 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,16 +1,16 @@ { - "runtime_id": 33, + "runtime_id": 79, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "shiden_runtime.Event": "GenericEvent", - "shiden_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "shiden_runtime.RuntimeEvent": "GenericEvent", + "shiden_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/singular_testnet.json b/chains/v2/types/singular_testnet.json index d42e7a571..ce5717b19 100644 --- a/chains/v2/types/singular_testnet.json +++ b/chains/v2/types/singular_testnet.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/snow.json b/chains/v2/types/snow.json index f533ed6ce..c562c6ecf 100644 --- a/chains/v2/types/snow.json +++ b/chains/v2/types/snow.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index aa2026a65..ff15e0a66 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,33 +1,33 @@ { - "runtime_id": 9320, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "statemine_runtime.RuntimeEvent": "GenericEvent", - "statemine_runtime.RuntimeCall": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] - ] - } - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 9320, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "statemine_runtime.RuntimeEvent": "GenericEvent", + "statemine_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } + }, + "versioning": [] +} diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index d6cc8f688..e4afd837e 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,16 +1,16 @@ { - "runtime_id": 601, + "runtime_id": 9320, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "statemint_runtime.Event": "GenericEvent", - "statemint_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "statemint_runtime.RuntimeEvent": "GenericEvent", + "statemint_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index a4fe4181d..5664ce21e 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,16 +1,16 @@ { - "runtime_id": 5, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "subsocial_parachain_runtime.Event": "GenericEvent", - "subsocial_parachain_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 17, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "subsocial_parachain_runtime.Event": "GenericEvent", + "subsocial_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/subsocial_solo.json b/chains/v2/types/subsocial_solo.json index 5b806d1ec..d4604b64d 100644 --- a/chains/v2/types/subsocial_solo.json +++ b/chains/v2/types/subsocial_solo.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index b05acd099..3b64d6cf5 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -30,4 +30,4 @@ } }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/ternoa_alphanet.json b/chains/v2/types/ternoa_alphanet.json index 945c584d8..008a0ba35 100644 --- a/chains/v2/types/ternoa_alphanet.json +++ b/chains/v2/types/ternoa_alphanet.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index 063e020f9..9a9ac5a8d 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 14, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,10 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "invarch_runtime.Event": "GenericEvent", - "invarch_runtime.Call": "GenericCall", + "tinkernet_runtime.Event": "GenericEvent", + "tinkernet_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 21bebc957..8818bfded 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,16 +1,16 @@ { - "runtime_id": 278, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "turing_runtime.Event": "GenericEvent", - "turing_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 287, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "turing_runtime.Event": "GenericEvent", + "turing_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/turing_staging.json b/chains/v2/types/turing_staging.json index 5d7d966b7..25464c558 100644 --- a/chains/v2/types/turing_staging.json +++ b/chains/v2/types/turing_staging.json @@ -13,4 +13,4 @@ "pallet_identity.types.Data": "Data" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 3880ac633..3647d5097 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 917004, + "runtime_id": 924010, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "cumulus_pallet_parachain_system.Event": "GenericEvent", - "cumulus_pallet_parachain_system.Call": "GenericCall", + "unique_runtime.Event": "GenericEvent", + "unique_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 7f7c6fb2d..eecd3cb71 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,33 +1,33 @@ { - "runtime_id": 9122, + "runtime_id": 9330, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "westend_runtime.RuntimeEvent": "GenericEvent", - "westend_runtime.RuntimeCall": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "westend_runtime.RuntimeEvent": "GenericEvent", + "westend_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" ] - } + ] + } }, "versioning": [] } diff --git a/chains/v2/types/xx_network.json b/chains/v2/types/xx_network.json index c6f6b7746..708317abc 100644 --- a/chains/v2/types/xx_network.json +++ b/chains/v2/types/xx_network.json @@ -1,33 +1,33 @@ { - "runtime_id": 205, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "xxnetwork_runtime.Event": "GenericEvent", - "xxnetwork_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "u64" - ], - [ - "class", - "frame_support.weights.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] - ] - } - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 205, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "xxnetwork_runtime.Event": "GenericEvent", + "xxnetwork_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "u64" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } + }, + "versioning": [] +} diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index b650930d3..529d4dae4 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,16 +1,16 @@ { - "runtime_id": 33, - "types": { - "Balance": "u128", - "Index": "u64", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "zeitgeist_runtime.Event": "GenericEvent", - "zeitgeist_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] -} \ No newline at end of file + "runtime_id": 40, + "types": { + "Balance": "u128", + "Index": "u64", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "zeitgeist_runtime.Event": "GenericEvent", + "zeitgeist_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 016a300fb4c5d3bda20e8a0c045d5cfcff902624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:47:28 +0000 Subject: [PATCH 0510/2142] Update dapps list --- dapps/README.md | 119 +++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 61 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index a71832aea..c3e872769 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -1,63 +1,60 @@ # List of supported dapps -| -- | DApp | Url | Tags | -| --: | --------------------------------- | ---------------------------------------------------- | ----------------------- | -| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | -| 2 | Acala Rewards Claim | https://distribution.acala.network/claim/acala | crowdloans | -| 3 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | -| 4 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | -| 5 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | -| 6 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | -| 7 | Bifrost App | https://bifrost.app/ | defi,crowdloans | -| 8 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | -| 9 | Bit.Country Pioneer Rewards Claim | https://ksmcrowdloan.bit.country/reward | crowdloans | -| 10 | Centrifuge Rewards Claim | https://centrifuge.io/parachain/crowdloan/ | crowdloans | -| 11 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | -| 12 | DappRadar | https://dappradar.com/ | utilities | -| 13 | Darwinia App | https://apps.darwinia.network/ | staking | -| 14 | Dotmarketcap | https://dotmarketcap.com/ | utilities | -| 15 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | -| 16 | EVRLOOT | https://game.evrloot.com/game | nft | -| 17 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | -| 18 | GM! Say it back | https://app.gmordie.com/ | community | -| 19 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | -| 20 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| 21 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | -| 22 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 23 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | -| 24 | KodaDot | https://kodadot.xyz/ | nft | -| 25 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 26 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| 27 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| 28 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| 29 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 30 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| 31 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| 32 | MyTrade | https://mytrade.org/ | defi,evm | -| 33 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 35 | Phala App | https://app.phala.network/ | defi,staking | -| 36 | PolkaVerse | https://polkaverse.com/ | community | -| 37 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 38 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 39 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 40 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 41 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 42 | Polkawatch | https://polkawatch.app/ | staking | -| 43 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 44 | Raresama | https://raresama.com/ | nft | -| 45 | Singular | https://singular.rmrk.app/ | nft | -| 46 | Singular 2.0 | https://singular.app/ | nft | -| 47 | Skybreach | https://skybreach.app/ | nft,evm | -| 48 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 49 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 50 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 51 | Sub.ID | https://sub.id/#/ | utilities | -| 52 | SubBridge | https://subbridge.io/ | defi,evm | -| 53 | Subsocial App | https://app.subsocial.network/ | community | -| 54 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 55 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 56 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 57 | TofuNFT | https://tofunft.com/ | nft,evm | -| 58 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 59 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| -- | DApp | Url | Tags | +| --: | ----------------------------- | ---------------------------------------------------- | ----------------------- | +| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | +| 2 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | +| 3 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | +| 4 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | +| 5 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | +| 6 | Bifrost App | https://bifrost.app/ | defi,crowdloans | +| 7 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | +| 8 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | +| 9 | DappRadar | https://dappradar.com/ | utilities | +| 10 | Darwinia App | https://apps.darwinia.network/ | staking | +| 11 | Dotmarketcap | https://dotmarketcap.com/ | utilities | +| 12 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | +| 13 | EVRLOOT | https://game.evrloot.com/game | nft | +| 14 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | +| 15 | GM! Say it back | https://app.gmordie.com/ | community | +| 16 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | +| 17 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | +| 18 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | +| 19 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 20 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | +| 21 | KodaDot | https://kodadot.xyz/ | nft | +| 22 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 23 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | +| 24 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | +| 25 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | +| 26 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 27 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | +| 28 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | +| 29 | MyTrade | https://mytrade.org/ | defi,evm | +| 30 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 31 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 32 | Phala App | https://app.phala.network/ | defi,staking | +| 33 | PolkaVerse | https://polkaverse.com/ | community | +| 34 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 35 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 36 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 37 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 38 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 39 | Polkawatch | https://polkawatch.app/ | staking | +| 40 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 41 | Raresama | https://raresama.com/ | nft | +| 42 | Singular | https://singular.rmrk.app/ | nft | +| 43 | Singular 2.0 | https://singular.app/ | nft | +| 44 | Skybreach | https://skybreach.app/ | nft,evm | +| 45 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 46 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 47 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 48 | Sub.ID | https://sub.id/#/ | utilities | +| 49 | SubBridge | https://subbridge.io/ | defi,evm | +| 50 | Subsocial App | https://app.subsocial.network/ | community | +| 51 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 54 | TofuNFT | https://tofunft.com/ | nft,evm | +| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 989e8fe825220b73988876d4baf432a5ee7b24e2 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 4 Dec 2022 13:21:22 +0800 Subject: [PATCH 0511/2142] fix types for Quartz (#1092) --- chains/v2/types/quartz.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 0270d0b79..2143e5a5f 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "unique_runtime.Event": "GenericEvent", - "unique_runtime.Call": "GenericCall", + "quartz_runtime.RuntimeEvent": "GenericEvent", + "quartz_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From b58ce3fe01aafcb7186c2954b8887a2c9accd28e Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 4 Dec 2022 16:02:30 +0800 Subject: [PATCH 0512/2142] update Quartz nodes --- chains/v5/chains_dev.json | 12 ++++++++---- chains/v6/chains_dev.json | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 7e551e4d3..cca981138 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2158,10 +2158,6 @@ } ], "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://quartz.unique.network", "name": "Unique node" @@ -2173,6 +2169,14 @@ { "url": "wss://us-ws-quartz.unique.network", "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + }, + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 661e05893..2dcb857d1 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -2195,10 +2195,6 @@ } ], "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://quartz.unique.network", "name": "Unique node" @@ -2210,6 +2206,14 @@ { "url": "wss://us-ws-quartz.unique.network", "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + }, + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { From 1c74ec08d5382279de37089f8ec58660d1477d6d Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 4 Dec 2022 16:03:55 +0800 Subject: [PATCH 0513/2142] remove Onfinality --- chains/v5/chains_dev.json | 4 ---- chains/v6/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index cca981138..b36de8002 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -2173,10 +2173,6 @@ { "url": "wss://asia-ws-quartz.unique.network", "name": "Unique Asia node" - }, - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "types": { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 2dcb857d1..50ad92bbd 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -2210,10 +2210,6 @@ { "url": "wss://asia-ws-quartz.unique.network", "name": "Unique Asia node" - }, - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "types": { From 1d283fc7cd6527718d9f76b1eef2b7c8b825a8c9 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 4 Dec 2022 16:09:56 +0800 Subject: [PATCH 0514/2142] promote update Quartz nodes --- chains/v5/chains.json | 8 ++++---- chains/v6/chains.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 8445c375d..8bd1c6db0 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1997,10 +1997,6 @@ } ], "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://quartz.unique.network", "name": "Unique node" @@ -2012,6 +2008,10 @@ { "url": "wss://us-ws-quartz.unique.network", "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" } ], "types": { diff --git a/chains/v6/chains.json b/chains/v6/chains.json index cfc61e80e..c9192c428 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -2027,10 +2027,6 @@ } ], "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://quartz.unique.network", "name": "Unique node" @@ -2042,6 +2038,10 @@ { "url": "wss://us-ws-quartz.unique.network", "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" } ], "types": { From 46e858eb19755e3ad1447ceafbcfa095334ff3e5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:47:55 +0500 Subject: [PATCH 0515/2142] Remove deprecated Subsocial DApp (#1080) * Remove deprecated Subsocial DApp * remove changes from prod config --- dapps/dapps_dev.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 0b4a743e7..6f509d7a5 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -77,14 +77,6 @@ "evm" ] }, - { - "name": "Subsocial App", - "url": "https://app.subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", - "categories": [ - "community" - ] - }, { "name": "PolkaVerse", "url": "https://polkaverse.com/", From 76c41eb74c53abaf8b01ae09900e6b7418f60d46 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 5 Dec 2022 18:54:48 +0800 Subject: [PATCH 0516/2142] add absent ERC20 icons --- assets/evm/v1/assets_dev.json | 12 ++++++------ icons/tokens/white/BEANS.svg | 7 +++++++ icons/tokens/white/FXS.svg | 3 +++ icons/tokens/white/GLINT.svg | 3 +++ icons/tokens/white/RIB.svg | 9 +++++++++ icons/tokens/white/SPACE.svg | 4 ++++ icons/tokens/white/mbXEN.svg | 3 +++ 7 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 icons/tokens/white/BEANS.svg create mode 100644 icons/tokens/white/FXS.svg create mode 100644 icons/tokens/white/GLINT.svg create mode 100644 icons/tokens/white/RIB.svg create mode 100644 icons/tokens/white/SPACE.svg create mode 100644 icons/tokens/white/mbXEN.svg diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index a1e1ace56..82de11b3d 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -137,7 +137,7 @@ "precision": 18, "name": "Frax Share", "priceId": "frax-share", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -192,7 +192,7 @@ "symbol": "mbXEN", "precision": 18, "name": "XEN Crypto", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -218,7 +218,7 @@ "precision": 18, "name": "Beamswap Token", "priceId": "beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -321,7 +321,7 @@ "precision": 18, "name": "RiverBoat", "priceId": "riverboat", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -334,7 +334,7 @@ "precision": 18, "name": "MoonBeans", "priceId": "moonbeans", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -351,7 +351,7 @@ "precision": 18, "name": "Space Token", "priceId": "space-token-bsc", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", diff --git a/icons/tokens/white/BEANS.svg b/icons/tokens/white/BEANS.svg new file mode 100644 index 000000000..d132018fc --- /dev/null +++ b/icons/tokens/white/BEANS.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/tokens/white/FXS.svg b/icons/tokens/white/FXS.svg new file mode 100644 index 000000000..d510d2aff --- /dev/null +++ b/icons/tokens/white/FXS.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/GLINT.svg b/icons/tokens/white/GLINT.svg new file mode 100644 index 000000000..61908383d --- /dev/null +++ b/icons/tokens/white/GLINT.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/RIB.svg b/icons/tokens/white/RIB.svg new file mode 100644 index 000000000..0210afdbf --- /dev/null +++ b/icons/tokens/white/RIB.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/tokens/white/SPACE.svg b/icons/tokens/white/SPACE.svg new file mode 100644 index 000000000..5d8f68711 --- /dev/null +++ b/icons/tokens/white/SPACE.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/mbXEN.svg b/icons/tokens/white/mbXEN.svg new file mode 100644 index 000000000..092c60d14 --- /dev/null +++ b/icons/tokens/white/mbXEN.svg @@ -0,0 +1,3 @@ + + + From 7aa48f43c201063e7b2c837c97bd060fbc81e012 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:12:32 +0500 Subject: [PATCH 0517/2142] CU-2egggc8 NovaUtils. Improve type creation script. (#1073) * Fix some cases with Address and ExtrinsicSignature * update for mangata * refactoring create_type implementation * additional type mapping * changed logic * fixed version * Adding workflow to update * fix signature find method * expand catching for connection exceptions * change parameter for substrateInterface * update requirements * change commit path * fix some problems with types * fixed version of python substrate library * change indent * fix generating for basilisk based network * add fall back for comparing runtime path * Improve readability * iprove read ability * update triggers --- .github/workflows/update_type_files.yaml | 38 +++ requirements.txt | 14 +- scripts/__init__.py | 2 + scripts/create_type_file.py | 323 ++++-------------- scripts/print_xcm_changes.py | 17 +- scripts/utils/__init__.py | 4 + {tests => scripts}/utils/chain_model.py | 19 +- scripts/utils/metadata_interaction.py | 410 +++++++++++++++++++++++ scripts/utils/substrate_interface.py | 37 ++ scripts/utils/work_with_data.py | 37 ++ tests/data/setting_data.py | 4 +- tests/test_can_query_base_parameters.py | 2 +- tests/test_network_parameters.py | 3 +- tests/test_nodes_availability.py | 4 +- tests/test_type_creation.py | 47 +-- tests/test_xcm_data.py | 2 +- tests/utils/getting_data.py | 13 - 17 files changed, 657 insertions(+), 319 deletions(-) create mode 100644 .github/workflows/update_type_files.yaml create mode 100644 scripts/__init__.py create mode 100644 scripts/utils/__init__.py rename {tests => scripts}/utils/chain_model.py (59%) create mode 100644 scripts/utils/metadata_interaction.py create mode 100644 scripts/utils/substrate_interface.py create mode 100644 scripts/utils/work_with_data.py delete mode 100644 tests/utils/getting_data.py diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml new file mode 100644 index 000000000..4e6df44f3 --- /dev/null +++ b/.github/workflows/update_type_files.yaml @@ -0,0 +1,38 @@ +name: Update types for all network + +on: + schedule: + - cron: '0 8 * * *' + workflow_dispatch: + +jobs: + chains_update: + runs-on: ubuntu-latest + steps: + - name: Checkout current repository to Master branch + uses: actions/checkout@v1 + + - name: Set up actual paths + uses: ./.github/workflows/setup-path + + - name: Install dependencies + run: pip install -r requirements.txt + + - name: Update chain types + run: python ./scripts/create_type_file.py prod + + - name: Make Pull Request + uses: ./.github/workflows/make-pull-request + with: + commit-files: --all + commit-message: Update chain types + github-token: ${{ secrets.GITHUB_TOKEN }} + branch-name: update-types-${{github.run_number}} + pr-title: Update types for networks + pr-body: This PR was generated automatically by the GitHub Action, **update-types**. + + Feel free to close this PR if the changes are not needed. + + If you would like to recreate this PR, check the box below. + + - [ ] Re-create this PR diff --git a/requirements.txt b/requirements.txt index 2224380ef..6ddb32602 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -allure-pytest==2.10.0 -allure-python-commons==2.10.0 -deepdiff==5.8.1 +allure-pytest==2.12.0 +allure-python-commons==2.12.0 +deepdiff==6.2.1 Jinja2==3.1.2 pytablewriter==0.64.2 -pytest==7.1.2 -pytest-xdist==2.5.0 -pytest-rerunfailures==10.2 -substrate-interface==1.2.7 +pytest==7.2.0 +pytest-xdist==3.0.2 +pytest-rerunfailures==10.3 +substrate-interface==1.4.0 diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 000000000..e8ba88a67 --- /dev/null +++ b/scripts/__init__.py @@ -0,0 +1,2 @@ +from . import utils +from . import create_type_file diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index e38842d1d..343a9427b 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -1,268 +1,91 @@ -import json -from typing import List -from substrateinterface import SubstrateInterface, Keypair - - -class JsonObject: - def __init__( - self, - runtime_id, - types_balance, - types_index, - types_phase, - types_address, - types_extrinsicSignature, - types_paraId, - types_sp_core_crypto_accountId32, - types_pallet_identity_types_data, - metadata_types, - ) -> None: - self.runtime_id = runtime_id - self.types = {} - json_types = {} - json_types["Balance"] = types_balance - json_types["Index"] = types_index - json_types["Phase"] = types_phase - json_types["Address"] = types_address - json_types["ExtrinsicSignature"] = types_extrinsicSignature - json_types["ParaId"] = types_paraId - network_runtime_name = get_current_path_from_metadata( - "Event", metadata_types - ).split(".")[0] - json_types[network_runtime_name + ".Event"] = "GenericEvent" - json_types[network_runtime_name + ".Call"] = "GenericCall" - json_types["sp_core.crypto.AccountId32"] = types_sp_core_crypto_accountId32 - json_types["pallet_identity.types.Data"] = types_pallet_identity_types_data - self.types.update(json_types) - self.versioning = [] - - -class Properties: - def __init__( - self, chain_id, chain_name, chain_symbol, chain_precision, chain_prefix - ) -> None: - self.chainId = chain_id - self.name = chain_name - self.symbol = chain_symbol - self.precision = chain_precision - self.ss58Format = chain_prefix - - -def get_properties(substrate: SubstrateInterface) -> Properties: - substrate.get_constant('system', 'ss58Prefix') - symbol = substrate.properties["tokenSymbol"] - - if (isinstance(symbol, list)): - symbol = substrate.properties["tokenSymbol"][0] - - precision = substrate.properties["tokenDecimals"] - if (isinstance(precision, list)): - precision = substrate.properties["tokenDecimals"][0] - - data_prop = Properties( - chain_name=substrate.chain, - chain_symbol=symbol, - chain_prefix= substrate.ss58_format, - chain_precision=precision, - - # The genesis hash should be obtained last, because the main object "substrate" may change after the genesis was obtained - chain_id=substrate.get_block_hash(0) - ) - return data_prop - - -def get_metadata_param(substrate: SubstrateInterface) -> JsonObject: - metadata = substrate.get_block_metadata() - metadata_is_v14(metadata) - account_do_not_need_updates(substrate) - metadata_types = metadata.value[1]["V14"]["types"]["types"] - - metadata_json = JsonObject( - runtime_id=metadata.runtime_config.active_spec_version_id, - types_balance=get_primitive_from_metadata("Balance", metadata_types), - types_index=get_primitive_for_index("AccountInfo", metadata_types), - types_phase=get_path_from_metadata("Phase", metadata_types), - types_address=get_path_from_metadata("Address", metadata_types), - types_extrinsicSignature=get_crypto_path_from_metadata( - "Sr25519", metadata_types - ), - types_paraId="polkadot_parachain.primitives.Id", - types_sp_core_crypto_accountId32="GenericAccountId", - types_pallet_identity_types_data="Data", - metadata_types=metadata_types, - ) - return metadata_json - - -def metadata_is_v14(metadata): - if "V14" in metadata.value[1].keys(): - return True - else: - raise Exception("It's not a v14 runtime: %s" % (metadata.value[1].keys())) +#!/usr/bin/env python3 +"""That script is used for creating type files in chains/**/types/ directory.""" +import os +import sys +import json -def account_do_not_need_updates(substrate: SubstrateInterface): - keypair = Keypair.create_from_uri("//Alice") - account_info = substrate.query("System", "Account", params=[keypair.ss58_address]) - elements = ["nonce", "free", "reserved", "misc_frozen", "fee_frozen"] - if len(account_info.value["data"]) != 4: - raise Exception("Account info is changed: %s" % (account_info)) - for element in elements: - if element in account_info: - continue - elif element in account_info["data"]: +from utils.metadata_interaction import get_metadata_param, get_properties +from utils.work_with_data import get_data_from_file, write_data_to_file +from utils.substrate_interface import create_connection_by_url +from utils.chain_model import Chain + + +def compare_type_files_for_all_networks(chains_file): + """This function compare type files with runtime metadata for all networks provided by chain_files + all changes will be written in particular type file. + + Args: + chains_file (obj): Json object with all chains from chains/**/chains*.json + """ + + index = 0 + for chain in chains_file: + index += 1 + print( + f"Generating has started for: {chain['name']}. {index}/{len(chains_file)}") + if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase']: + # TODO need to implement creation type file for EVM networks + print( + f"Temporary can't generate type files for EVM networks, {chain['name']} was skipped") continue - else: - raise Exception("Account info is changed: %s" % (account_info)) + actual_types_file_path = chain['types']['url'].split('master/')[1] + actual_types_file = get_data_from_file(actual_types_file_path) + chain_object = Chain(chain) + chain_object.create_connection() - -def find_type_in_metadata(name, metadata_types): - return_data = [] - for item in find_in_obj(metadata_types, name): - return_data.append(item) - return return_data - - -def get_primitive_for_index(name, metadata_types): - data = find_type_in_metadata(name, metadata_types) - value = metadata_types - for path in data[0]: - if path == "path": - new_path = find_type_in_metadata("Index", value) - for key in new_path[0]: - if key == "name": - continue - value = value[key] - break - value = value[path] - type_with_primitive = metadata_types[value["type"]] - return type_with_primitive["type"]["def"]["primitive"] - - -def get_primitive_from_metadata(name, metadata_types): - data = find_type_in_metadata(name, metadata_types) - value = metadata_types - for path in data[0]: - if path in ["name", "typeName"]: + types_from_runtime = get_metadata_param(chain_object.substrate) + if types_from_runtime is None: continue - value = value[path] - type_with_primitive = metadata_types[value["type"]] - return type_with_primitive["type"]["def"]["primitive"] - + actual_runtime_dispatch_info = actual_types_file['types'].get('RuntimeDispatchInfo') + if actual_runtime_dispatch_info: + types_from_runtime.__dict__['types']['RuntimeDispatchInfo'] = actual_runtime_dispatch_info + write_data_to_file(actual_types_file_path, + json.dumps(types_from_runtime.__dict__, indent=2)) + chain_object.close_substrate_connection() + print(f"Generating has successfuly finished: {chain['name']} 🎉") -def get_path_from_metadata(name, metadata_types): - data = find_type_in_metadata(name, metadata_types) - value = metadata_types - for path in data[0]: - if path in ("typeName", "name"): - continue - value = value[path] - type_with_primitive = metadata_types[value["type"]] - returned_path = ".".join(str(x) for x in type_with_primitive["type"]["path"]) - return returned_path - - -def get_current_path_from_metadata(name, metadata_types): - data = find_type_in_metadata(name, metadata_types) - value = metadata_types - for path in data[0]: - if path == "path": - value = value[path] - returned_path = ".".join(str(x) for x in value) - return returned_path - value = value[path] - return "Can't find value" - - -def get_crypto_path_from_metadata(name, metadata_types): - data = find_type_in_metadata(name, metadata_types) - value = metadata_types - for variants in data: - wrong_path = False - for path in variants: - if path == "def": - for list_val in value["path"]: - if list_val == "did": - wrong_path = True - break - if wrong_path: - break - value = value["path"] - returned_path = ".".join(str(x) for x in value) - return returned_path - value = value[path] - value = metadata_types - return "Can't find value" - - -def find_in_obj(obj, condition, path=None): - - if path is None: - path = [] - - # In case this is a list - if isinstance(obj, list): - for index, value in enumerate(obj): - new_path = list(path) - new_path.append(index) - for result in find_in_obj(value, condition, path=new_path): - yield result - - # In case this is a dictionary - if isinstance(obj, dict): - for key, value in obj.items(): - new_path = list(path) - new_path.append(key) - for result in find_in_obj(value, condition, path=new_path): - yield result - - if condition == key: - new_path = list(path) - new_path.append(key) - yield new_path - - if condition == obj: - new_path = list(path) - yield new_path - - -def create_connection_by_url(url): - try: - substrate = SubstrateInterface(url=url, use_remote_preset=True) - except ConnectionRefusedError and TimeoutError: - print("⚠️ Can't connect by %s, check it is available?" % (url)) - raise - - return substrate - - -def write_data_to_file(name, data: str): - - with open(name, "w") as file: - file.write(data) - - -def main(): - - user_input = input("Enter a url for collect data, url should start with wss:\n") - url = user_input.strip() - - print("Data collecting in process and will write to file in current directory.") +def create_new_type_file(url): substrate = create_connection_by_url(url) - json_metadata = get_metadata_param(substrate) json_property = get_properties(substrate) - write_data_to_file( - json_property.name + "_types.json", json.dumps(json_metadata.__dict__) + json_property.name + + "_types.json", json.dumps(json_metadata.__dict__, indent=2) ) write_data_to_file( - json_property.name + "_property.json", json.dumps(json_property.__dict__) + json_property.name + + "_property.json", json.dumps(json_property.__dict__, indent=2) ) - print("Success! \ncheck " + json_property.name + "_* files") +def main(argv): + """Main function for create or update type files. + + Args: + argv (str): ["dev", "prod", None] + if "dev" - type files will be created for all networks from chains/**/chains_dev.json + if "prod" - type files will be created for all networks from chains/**/chains.json + if None - type file will be created for network provided by url + """ + + if 'dev' in argv: + chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v6/chains_dev.json") + chains_file = get_data_from_file(chains_path) + compare_type_files_for_all_networks(chains_file) + elif 'prod' in argv: + chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v6/chains.json") + chains_file = get_data_from_file(chains_path) + compare_type_files_for_all_networks(chains_file) + else: + user_input = input( + "Enter a url for collect data, url should start with wss:\n") + url = user_input.strip() + print("Data collecting in process and will write to file in current directory.") + create_new_type_file(url) + + if __name__ == "__main__": - main() + main(sys.argv[1:]) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 638e40c92..d38dcf669 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -6,22 +6,7 @@ import os import json from collections import defaultdict -import requests - - -def get_data_from_file(file_path): - with open(file_path, encoding='UTF-8') as fin: - return json.load(fin) - - -def get_request_via_https(url) -> json: - try: - response = requests.get(url, timeout=60) - response.raise_for_status() - data = response.json() - return data - except requests.exceptions.RequestException as request_error: - raise SystemExit(request_error) +from utils.work_with_data import get_data_from_file, get_request_via_https def deep_search_an_elemnt_by_key(obj, key): diff --git a/scripts/utils/__init__.py b/scripts/utils/__init__.py new file mode 100644 index 000000000..09a280330 --- /dev/null +++ b/scripts/utils/__init__.py @@ -0,0 +1,4 @@ +from . import metadata_interaction +from . import substrate_interface +from . import chain_model +from . import work_with_data diff --git a/tests/utils/chain_model.py b/scripts/utils/chain_model.py similarity index 59% rename from tests/utils/chain_model.py rename to scripts/utils/chain_model.py index 40eb3ec04..f2cf692fd 100644 --- a/tests/utils/chain_model.py +++ b/scripts/utils/chain_model.py @@ -1,7 +1,11 @@ -from scripts.create_type_file import create_connection_by_url, get_properties +from utils.substrate_interface import create_connection_by_url +from .metadata_interaction import get_properties + +from substrateinterface import SubstrateInterface class Chain(): + substrate: SubstrateInterface def __init__(self, arg): self.chainId = arg.get("chainId") @@ -15,18 +19,23 @@ def __init__(self, arg): self.substrate = None self.properties = None - def create_connection(self): + def create_connection(self) -> SubstrateInterface: for node in self.nodes: - if (self.substrate): - return self.substrate try: self.substrate = create_connection_by_url(node.get('url')) return self.substrate + # if self.substrate.websocket.connected is True: + # return self.substrate + # print(f"Can't connect to endpoint {node.get('url')} for the {self.name}") except: print("Can't connect to that node") continue - raise TimeoutError("Can't connect to all nodes of network", self.name) + print("Can't connect to all nodes of network", self.name) + + + def close_substrate_connection(self): + self.substrate.close() def init_properties(self): diff --git a/scripts/utils/metadata_interaction.py b/scripts/utils/metadata_interaction.py new file mode 100644 index 000000000..d9decc3cb --- /dev/null +++ b/scripts/utils/metadata_interaction.py @@ -0,0 +1,410 @@ +#!/usr/bin/env python3 +"""That script contains some functions for working with metadata""" + +from substrateinterface import SubstrateInterface, Keypair +from substrateinterface.exceptions import SubstrateRequestException + + +class JsonObject: + """That object is used for creating json object for metadata""" + + def __init__( + self, + runtime_id, + types_balance, + types_index, + types_phase, + types_address, + types_extrinsicSignature, + types_paraId, + types_sp_core_crypto_accountId32, + types_pallet_identity_types_data, + metadata_types, + ) -> None: + self.runtime_id = runtime_id + self.types = {} + json_types = {} + json_types["Balance"] = types_balance + json_types["Index"] = types_index + json_types["Phase"] = types_phase + json_types["Address"] = types_address + json_types["ExtrinsicSignature"] = types_extrinsicSignature + json_types["ParaId"] = types_paraId + event_type = find_certain_type_in_metadata("Event", metadata_types) + call_type = find_certain_type_in_metadata("Call", metadata_types) + json_types[return_type_path(event_type, 'path')] = "GenericEvent" + json_types[return_type_path(call_type, 'path')] = "GenericCall" + json_types["sp_core.crypto.AccountId32"] = types_sp_core_crypto_accountId32 + json_types["pallet_identity.types.Data"] = types_pallet_identity_types_data + self.types.update(json_types) + self.versioning = [] + + def use_v2_weight_mapping(self, runtime_dispatch_info_obj): + self.types["RuntimeDispatchInfo"] = runtime_dispatch_info_obj + + +class Properties: + """That object is used for creating json object for network properties""" + + def __init__( + self, chain_id, chain_name, chain_symbol, chain_precision, chain_prefix + ) -> None: + self.chainId = chain_id + self.name = chain_name + self.symbol = chain_symbol + self.precision = chain_precision + self.ss58Format = chain_prefix + + +def get_properties(substrate: SubstrateInterface) -> Properties: + """Get network properties from metadata + + Args: + substrate (SubstrateInterface): Initialized substrate interface + + Returns: + Properties: Oject with network properties + """ + substrate.get_constant('system', 'ss58Prefix') + symbol = substrate.properties["tokenSymbol"] + + if isinstance(symbol, list): + symbol = substrate.properties["tokenSymbol"][0] + + precision = substrate.properties["tokenDecimals"] + if isinstance(precision, list): + precision = substrate.properties["tokenDecimals"][0] + + data_prop = Properties( + chain_name=substrate.chain, + chain_symbol=symbol, + chain_prefix=substrate.ss58_format, + chain_precision=precision, + + # The genesis hash should be obtained last, because the main object "substrate" may change after the genesis was obtained + chain_id=substrate.get_block_hash(0) + ) + return data_prop + + +def get_metadata_param(substrate: SubstrateInterface) -> JsonObject: + """Generate object for useage as type in chains/**/types/*.json + + Args: + substrate (SubstrateInterface): Initialized substrate interface + + Returns: + JsonObject: Object with types from metadata + """ + try: + metadata = substrate.get_block_metadata() + except Exception as error: + print(f"There is some error with getting metadata from remote, Error:\n{error}") + return None + metadata_is_v14(metadata) + account_does_not_need_updates(substrate) + metadata_types = metadata.value[1]["V14"]["types"]["types"] + can_calculate_fee = check_fee_is_calculating(substrate) + address_type = find_certain_type_in_metadata("MultiAddress", metadata_types) + if address_type is None: # Some network use AccountId32 as base + address_type = find_certain_type_in_metadata("AccountId32", metadata_types) + signature_type_path = find_path_for_type_in_metadata("Signature", metadata_types, check_path='MultiSignature') + if signature_type_path is None: + signature_type = find_certain_type_in_metadata("MultiSignature", metadata_types) + signature_type_path = return_type_path(signature_type, 'path') + + metadata_json = JsonObject( + runtime_id=metadata.runtime_config.active_spec_version_id, + types_balance=find_primitive("Balance", metadata_types), + types_index=find_primitive("Index", metadata_types), + types_phase=find_path_for_type_in_metadata("Phase", metadata_types), + types_address=return_type_path(address_type, 'path'), + types_extrinsicSignature=signature_type_path, + types_paraId="polkadot_parachain.primitives.Id", + types_sp_core_crypto_accountId32="GenericAccountId", + types_pallet_identity_types_data="Data", + metadata_types=metadata_types, + ) + + if can_calculate_fee is False: + runtime_dispatch_info = find_dispatch_info(metadata_types) + metadata_json.use_v2_weight_mapping(runtime_dispatch_info) + + return metadata_json + + +def find_type_id_in_metadata(name, metadata_types, default_path_marker='typeName', check_path=None) -> int: + """Find type id in metadata by type name + + Args: + name (str): Type name to find + metadata_types (array): Array with metadata types + default_path_marker (str, optional): A parameter that specifies a name for the part of the path + in which the script tries to find a specific name. Defaults to 'typeName'. + check_path (string, optional): If not None, then a check is added for the found type + that the path contains the check_path. Defaults to None. + + Raises: + Exception: If can't to find type in metadata by provided parameters + + Returns: + int: Metadata type id for found type + """ + data_set = find_type_in_metadata(name, metadata_types) + for data in data_set: + value = metadata_types + for path in data: + if path == default_path_marker: + if check_path is not None: + if check_runtime_path(metadata_types[value['type']], check_path): + return value['type'] + else: + value = value[path] + continue + return value['type'] + value = value[path] + + # if nothing were found, then try to find with another marker + if default_path_marker != 'name': + return find_type_id_in_metadata(name, metadata_types, default_path_marker='name', check_path=check_path) + else: + raise Exception(f"Can't find type_id for {name}") + + +def find_dispatch_info(metadata_types) -> dict: + """Generate RuntimeDispatchInfo object from metadata + + Args: + metadata_types (array): Array with metadata types + + Returns: + dict: Formated object to usage in types file + """ + dispatch_info = find_certain_type_in_metadata('DispatchInfo', metadata_types) + weight, dispatch_class, _ = dispatch_info['type']['def']['composite']['fields'] + dispatch_class_path = return_type_path( + metadata_types[dispatch_class['type']], 'path') + weight_path = return_type_path( + metadata_types[weight['type']], 'path') + dispatch_info_object = {"type": "struct", "type_mapping": [["weight", weight_path], [ + "class", dispatch_class_path], ["partialFee", "Balance"]]} + return dispatch_info_object + + +def find_primitive(name, metadata_types): + """Find primitive value in metadata types + + Args: + name (str): Primitive name + metadata_types (array): Array with metadata types + + Returns: + str: Value for found type + """ + type_id = find_type_id_in_metadata(name, metadata_types) + type_with_primitive = metadata_types[type_id] + return deep_search_an_elemnt_by_key(type_with_primitive, "primitive") + + +def find_path_for_type_in_metadata(name, metadata_types, check_path=None): + """Find path for type in metadata + + Args: + name (str): Type name to find + metadata_types (array): Array with metadata types + check_path (str, optional): If not None will check found result, + that path is contains provided string. Defaults to None. + + Returns: + str: Path for found type + """ + type_id = find_type_id_in_metadata(name, metadata_types, check_path=check_path) + return return_type_path(metadata_types[type_id], "path") + + +def find_certain_type_in_metadata(name, metadata_types): + """Found type in metadata by name + + Args: + name (str): Type name to find + metadata_types (array): Array with metadata types + + Returns: + obj: Found type as object + """ + + if name in ['Event', 'Call']: + new_path = find_certain_type_in_metadata( + 'Runtime'+name, metadata_types) + if new_path: + return new_path + + data_set = find_type_in_metadata(name, metadata_types) + if len(data_set) == 1: + type_id = data_set[0][0] + return metadata_types[type_id] + + for data in data_set: + value = metadata_types + for path in data: + if path == 'path': + if any(call in name for call in ('Event', 'Call')): + if check_runtime_path(metadata_types[data[0]], 'runtime'): + return metadata_types[data[0]] + else: + value = value[path] + continue + else: + return metadata_types[data[0]] + value = value[path] + + +def check_runtime_path(runtime_type, part_of_path) -> bool: + """Check that runtime type path contains provided string + + Args: + runtime_type (dict): Runtime type + part_of_path (str): Part of path to check + + Returns: + bool: True if path contains provided string, otherwise False + """ + + runtime_path = runtime_type['type']['path'] + if bool(part_of_path in ".".join(runtime_path)): + if len(runtime_path) <= 3: + return True + return False + + +def check_fee_is_calculating(substrate: SubstrateInterface) -> bool: + """Check that substrate can calculate fee + + Args: + substrate (SubstrateInterface): Initialized substrate interface + + Returns: + bool: True if substrate can calculate fee, otherwise False + """ + + test_keypair = Keypair.create_from_uri('//Alice') + try: + call = substrate.compose_call( + call_module='Balances', + call_function='transfer', + call_params={ + 'dest': test_keypair.ss58_address, + 'value': 0, + } + ) + query_info = substrate.get_payment_info(call=call, keypair=test_keypair) + return True + except ValueError as value_error: + print(f"Case when Balance pallet not found:\n{value_error}") + return True + except SubstrateRequestException as substrate_error: + print(f"Can't calculate fee, error is: \n{substrate_error}") + if "failed to decode" in substrate_error.args[0]['data'].lower(): + return False + else: + return True + except Exception as err: + print(f"Can't calculate fee by another reason error is: \n{err}") + return True + + +def return_type_path(metadata_type, search_key) -> str: + found_path = deep_search_an_elemnt_by_key(metadata_type, search_key) + return ".".join(found_path) + + +def find_type_in_metadata(name, metadata_types) -> list: + """Find all types in metadata by name + + Args: + name (str): _description_ + metadata_types (list): List with metadata types + + Returns: + list: All found types + """ + + return_data = [] + for item in find_in_obj(metadata_types, name): + return_data.append(item) + return return_data + + +def metadata_is_v14(metadata): + if "V14" in metadata.value[1].keys(): + return True + else: + raise Exception("It's not a v14 runtime: %s" % (metadata.value[1].keys())) + + +def account_does_not_need_updates(substrate: SubstrateInterface): + keypair = Keypair.create_from_uri("//Alice") + try: + account_info = substrate.query("System", "Account", params=[keypair.ss58_address]) + # except ValueError as value_error: + # print(f"Error while getting an account info:\n{value_error}") + # account_info = substrate.query("System", "Account", params=['0xC4d9Aa77d94c36D737c5A25F5CdD0FCC7BAEf963']) + except Exception as error: + raise Exception(f"Can't get account info for {substrate.chain}, Error:\n{error}") + + elements = ["nonce", "free", "reserved", "misc_frozen", "fee_frozen"] + if len(account_info.value["data"]) != 4: + print("❌ Account info is changed: %s ❌ " % (account_info)) + for element in elements: + if element in account_info: + continue + elif element in account_info["data"]: + continue + else: + print("❌ Account info is changed: %s ❌ " % (account_info)) + + +def deep_search_an_elemnt_by_key(obj, key): + if key in obj: return obj[key] + for k, v in obj.items(): + if isinstance(v,dict): + item = deep_search_an_elemnt_by_key(v, key) + if item is not None: + return item + if isinstance(v, tuple): + for element in v: + if isinstance(element, dict): + tuple_item = deep_search_an_elemnt_by_key(element, key) + if tuple_item is not None: + return tuple_item + + +def find_in_obj(obj, condition, path=None): + + if path is None: + path = [] + + # In case this is a list + if isinstance(obj, list): + for index, value in enumerate(obj): + new_path = list(path) + new_path.append(index) + for result in find_in_obj(value, condition, path=new_path): + yield result + + # In case this is a dictionary + if isinstance(obj, dict): + for key, value in obj.items(): + new_path = list(path) + new_path.append(key) + for result in find_in_obj(value, condition, path=new_path): + yield result + + if condition == key: + new_path = list(path) + new_path.append(key) + yield new_path + + if condition == obj: + new_path = list(path) + yield new_path diff --git a/scripts/utils/substrate_interface.py b/scripts/utils/substrate_interface.py new file mode 100644 index 000000000..fd1dcf657 --- /dev/null +++ b/scripts/utils/substrate_interface.py @@ -0,0 +1,37 @@ +#!/usr/bin/env python3 +"""That script is used for creating substrate connection for all other scripts""" + +from substrateinterface import SubstrateInterface + +default_ws_options = { + "auto_reconnect": True, + "reconnect_interval": 5, + "max_reconnects": 5, + "ping_interval": 5, + "ping_timeout": 10, + "pong_timeout": 10, + "headers": {"Origin": "polkadot.js.org"} +} + +def create_connection_by_url(url, use_remote_preset=False, ws_otpions=default_ws_options) -> SubstrateInterface: + """Returns substrate interface object + + Args: + url (str): Websocket url + use_remote_preset (bool, optional): When True preset is downloaded from Github master + of https://github.com/polkascan/py-substrate-interface. Defaults to False. + ws_otpions (obj, optional): Parameters for websocket connection itself. + Defaults to default_ws_options. + + Returns: + SubstrateInterface: _description_ + """ + try: + substrate = SubstrateInterface( + url=url, use_remote_preset=use_remote_preset, ws_options=ws_otpions + ) + except Exception as err: + print(f"⚠️ Can't connect by {url}, check it is available? \n {err}") + raise + + return substrate diff --git a/scripts/utils/work_with_data.py b/scripts/utils/work_with_data.py new file mode 100644 index 000000000..ff6b4e310 --- /dev/null +++ b/scripts/utils/work_with_data.py @@ -0,0 +1,37 @@ +import os +import json +import requests + + +def get_request_via_https(url) -> json: + try: + response = requests.get(url, timeout=60) + response.raise_for_status() + data = response.json() + return data + except requests.exceptions.RequestException as request_error: + raise SystemExit(request_error) + + +def get_network_list(path): + + dn = os.path.abspath('./') + try: + with open(dn + path) as fin: + chains_data = json.load(fin) + except: + raise + + return chains_data + + +def get_data_from_file(file_path): + with open(file_path, encoding='UTF-8') as fin: + return json.load(fin) + + +def write_data_to_file(name, data: str): + + with open(name, "w") as file: + file.write(data) + file.write("\n") diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 370d8715f..6af42dd0f 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -1,6 +1,6 @@ import os -from tests.utils.getting_data import get_network_list -from tests.utils.chain_model import Chain +from scripts.utils.work_with_data import get_network_list +from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v6/chains.json") skipped_networks = ['Edgeware'] diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py index 5810e6753..d22da4b27 100644 --- a/tests/test_can_query_base_parameters.py +++ b/tests/test_can_query_base_parameters.py @@ -1,5 +1,5 @@ import pytest -from tests.utils.chain_model import Chain +from scripts.utils.chain_model import Chain from substrateinterface import SubstrateInterface from tests.data.setting_data import * diff --git a/tests/test_network_parameters.py b/tests/test_network_parameters.py index 48ab4662c..73aee3f5f 100644 --- a/tests/test_network_parameters.py +++ b/tests/test_network_parameters.py @@ -1,7 +1,6 @@ -import os import pytest -from tests.utils.chain_model import Chain +from scripts.utils.chain_model import Chain from tests.data.setting_data import * task_ids = [ diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index bb68fd485..a19191248 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -3,8 +3,8 @@ import pytest from tests.data.setting_data import * -from scripts.create_type_file import create_connection_by_url -from tests.utils.chain_model import Chain +from scripts.utils.substrate_interface import create_connection_by_url +from scripts.utils.chain_model import Chain from substrateinterface import SubstrateInterface diff --git a/tests/test_type_creation.py b/tests/test_type_creation.py index 75833d5cd..d475c980b 100644 --- a/tests/test_type_creation.py +++ b/tests/test_type_creation.py @@ -1,31 +1,38 @@ +import json import pytest -from scripts.create_type_file import get_properties, create_connection_by_url, get_metadata_param +from scripts.utils.substrate_interface import create_connection_by_url +from scripts.create_type_file import get_metadata_param, get_properties test_data = [ - ["wss://rpc.polkadot.io", "Polkadot"], - ["wss://kusama-rpc.polkadot.io", "Kusama"], - ["wss://westend-rpc.polkadot.io", "Westend"], - ["wss://statemine.api.onfinality.io/public-ws", "Statemine"], - ["wss://karura-rpc-0.aca-api.network", "Karura"], - ["wss://rpc.shiden.astar.network", "Shiden"], - ["wss://bifrost-rpc.liebi.com/ws", "Bifrost"], - ["wss://heiko-rpc.parallel.fi", "Parallel Heiko"], - ["wss://basilisk.api.onfinality.io/public-ws", "Basilisk"], - ["wss://fullnode.altair.centrifuge.io", "Altair"], - ["wss://spiritnet.kilt.io/", "KILT Spiritnet"], - ["wss://kilt-peregrine-k8s.kilt.io", "KILT Peregrine"], - ["wss://falafel.calamari.systems/", "Calamari Parachain"], - ["wss://quartz.unique.network", "QUARTZ by UNIQUE"], - ["wss://pioneer.api.onfinality.io/public-ws", "Pioneer Network"] + ["wss://rpc.polkadot.io", "Polkadot", "chains/v2/types/polkadot.json"], + ["wss://kusama-rpc.polkadot.io", "Kusama", "chains/v2/types/kusama.json"], + ["wss://westend-rpc.polkadot.io", "Westend", "chains/v2/types/westend.json"], + ["wss://statemine.api.onfinality.io/public-ws", "Statemine", "chains/v2/types/statemine.json"], + ["wss://karura-rpc-0.aca-api.network", "Karura", "chains/v2/types/karura.json"], + ["wss://rpc.shiden.astar.network", "Shiden", "chains/v2/types/shiden.json"], + ["wss://bifrost-rpc.liebi.com/ws", "Bifrost", "chains/v2/types/bifrost.json"], + ["wss://heiko-rpc.parallel.fi", "Parallel Heiko", "chains/v2/types/parallel_heiko.json"], + ["wss://basilisk.api.onfinality.io/public-ws", "Basilisk", "chains/v2/types/basilisk.json"], + ["wss://fullnode.altair.centrifuge.io", "Altair", "chains/v2/types/altair.json"], + ["wss://spiritnet.kilt.io/", "KILT Spiritnet", "chains/v2/types/kilt_spiritnet.json"], + ["wss://peregrine.kilt.io/parachain-public-ws/", "KILT Peregrine", "chains/v2/types/kilt_peregrine.json"], + ["wss://falafel.calamari.systems/", "Calamari Parachain", "chains/v2/types/calamari.json"], + ["wss://quartz.unique.network", "QUARTZ by UNIQUE", "chains/v2/types/quartz.json"], + ["wss://pioneer.api.onfinality.io/public-ws", "Pioneer Network", "chains/v2/types/bit.country_pioneer.json"], + ["wss://asia-ws.unique.network/", "UNIQUE", "chains/v2/types/unique.json"] ] -@pytest.mark.parametrize("url, expected", test_data) -def test_properties(url, expected): +@pytest.mark.parametrize("url, expected, types_path", test_data) +def test_properties(url, expected, types_path): network_property = get_properties(create_connection_by_url(url)) assert network_property.name == expected -@pytest.mark.parametrize("url, expected", test_data) -def test_type_building(url, expected): +@pytest.mark.parametrize("url, name, types_path", test_data) +def test_type_building(url, name, types_path): network_types = get_metadata_param(create_connection_by_url(url)) + with open(types_path, "r") as file: + property = json.loads(file.read()) + for key, value in network_types.types.items(): + assert value == property.get('types').get(key) assert isinstance(network_types.runtime_id, int) \ No newline at end of file diff --git a/tests/test_xcm_data.py b/tests/test_xcm_data.py index dde358dbf..b19f51d6f 100644 --- a/tests/test_xcm_data.py +++ b/tests/test_xcm_data.py @@ -3,7 +3,7 @@ import deepdiff from tests.data.setting_data import * -from tests.utils.chain_model import Chain +from scripts.utils.chain_model import Chain xcm_data_file_path = './tests/data/xcm_data.json' diff --git a/tests/utils/getting_data.py b/tests/utils/getting_data.py deleted file mode 100644 index 8a968c1ef..000000000 --- a/tests/utils/getting_data.py +++ /dev/null @@ -1,13 +0,0 @@ -import os -import json - -def get_network_list(path): - - dn = os.path.abspath('./') - try: - with open(dn + path) as fin: - chains_data = json.load(fin) - except: - raise - - return chains_data \ No newline at end of file From ef1cf752684301028dd5a93714fc244d1e78b697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:32:42 +0000 Subject: [PATCH 0518/2142] Update xcm coefficients --- xcm/v2/transfers_dev.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 90cee753f..f3e77f226 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -119,7 +119,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "156472484311" }, "instructions": "xtokensReserve" } @@ -441,7 +441,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -788,7 +788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xcmPalletDest" } @@ -1011,7 +1011,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -1081,7 +1081,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -1410,7 +1410,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -1907,7 +1907,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -2101,7 +2101,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -2199,7 +2199,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -2450,7 +2450,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -2520,7 +2520,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -2886,7 +2886,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158700000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -3369,7 +3369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -3439,7 +3439,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -3490,7 +3490,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -3665,7 +3665,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28969455446174" + "value": "34598755221719" }, "instructions": "xtokensDest" } @@ -3693,7 +3693,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } From 77f218b594942bb4ee88a2b8e2a92aabb15f633a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:52:10 +0000 Subject: [PATCH 0519/2142] Update xcm coefficients --- xcm/v2/transfers.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fcf2977da..e5eff4f10 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensReserve" } @@ -95,7 +95,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000000000000000000" }, "instructions": "xtokensReserve" } @@ -117,7 +117,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "6666666666499999744" }, "instructions": "xtokensReserve" } @@ -338,7 +338,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -408,7 +408,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -724,7 +724,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xcmPalletDest" } @@ -947,7 +947,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -1017,7 +1017,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -1291,7 +1291,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -1788,7 +1788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -1954,7 +1954,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -2038,7 +2038,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -2289,7 +2289,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -2359,7 +2359,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -2587,7 +2587,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -2615,7 +2615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "115870000000000" }, "instructions": "xtokensDest" } @@ -3098,7 +3098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -3168,7 +3168,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "234383959311" }, "instructions": "xtokensDest" } @@ -3219,7 +3219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34875528888" }, "instructions": "xtokensDest" } @@ -3340,7 +3340,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28969455446174" + "value": "34596707456294" }, "instructions": "xtokensDest" } @@ -3368,7 +3368,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000001148000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } From a6b33d0036fc03f637e51c063cee31b4462de9fd Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:46:23 +0300 Subject: [PATCH 0520/2142] Fix moonbase node (#1103) --- chains/v6/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 50ad92bbd..1b5ce2100 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1124,7 +1124,7 @@ ], "nodes": [ { - "url": "wss://rpc.pinknode.io/alphanet/explorer", + "url": "wss://rpc.pinknode.io/alphanet", "name": "Pinknode" }, { From 7c9983ff808fc3d20c3e219bbcd2f14060d8aa75 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 6 Dec 2022 18:25:17 +0500 Subject: [PATCH 0521/2142] Add staking to gov1 stand (#1099) * test staking updates * change genesis --- chains/v5/chains_dev.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b36de8002..bb6686cbb 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5460,14 +5460,15 @@ "addressPrefix": 32 }, { - "chainId": "854371e4ecdc08dabcf74ff08c7125d223428fb3523b6af4684fe69314b98658", + "chainId": "2aa9f468bddb681bbc0c9bbf78f7387882eb083a448cac7be95fef88df8e526c", "name": "Governance1 Novasama Testnet", "assets": [ { "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" } ], "nodes": [ @@ -5476,6 +5477,12 @@ "name": "Development node" } ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true From f5a700482a9aa91eb3dc4c0410af830c2e03cdcf Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 6 Dec 2022 18:28:53 +0500 Subject: [PATCH 0522/2142] Fix imports for modules (#1104) --- scripts/create_type_file.py | 13 +++++++++---- scripts/utils/chain_model.py | 2 +- tests/test_can_query_base_parameters.py | 5 +++-- tests/test_network_parameters.py | 2 +- tests/test_nodes_availability.py | 4 ++-- tests/test_xcm_data.py | 2 +- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index 343a9427b..95001c25f 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -1,14 +1,19 @@ #!/usr/bin/env python3 """That script is used for creating type files in chains/**/types/ directory.""" +from pathlib import Path import os import sys import json -from utils.metadata_interaction import get_metadata_param, get_properties -from utils.work_with_data import get_data_from_file, write_data_to_file -from utils.substrate_interface import create_connection_by_url -from utils.chain_model import Chain +# add parent directory to evade import problems across different modules +path_root = Path(__file__).parents[1] +sys.path.append(str(path_root)) + +from scripts.utils.metadata_interaction import get_metadata_param, get_properties +from scripts.utils.work_with_data import get_data_from_file, write_data_to_file +from scripts.utils.substrate_interface import create_connection_by_url +from scripts.utils.chain_model import Chain def compare_type_files_for_all_networks(chains_file): diff --git a/scripts/utils/chain_model.py b/scripts/utils/chain_model.py index f2cf692fd..523fc54ca 100644 --- a/scripts/utils/chain_model.py +++ b/scripts/utils/chain_model.py @@ -1,4 +1,4 @@ -from utils.substrate_interface import create_connection_by_url +from .substrate_interface import create_connection_by_url from .metadata_interaction import get_properties from substrateinterface import SubstrateInterface diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py index d22da4b27..c747ab572 100644 --- a/tests/test_can_query_base_parameters.py +++ b/tests/test_can_query_base_parameters.py @@ -1,7 +1,8 @@ import pytest -from scripts.utils.chain_model import Chain from substrateinterface import SubstrateInterface -from tests.data.setting_data import * + +from scripts.utils.chain_model import Chain +from tests.data.setting_data import chains task_ids = [ f'Test for {task.name}' diff --git a/tests/test_network_parameters.py b/tests/test_network_parameters.py index 73aee3f5f..355531d97 100644 --- a/tests/test_network_parameters.py +++ b/tests/test_network_parameters.py @@ -1,7 +1,7 @@ import pytest from scripts.utils.chain_model import Chain -from tests.data.setting_data import * +from tests.data.setting_data import chains task_ids = [ f'Test for {task.name}' diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index a19191248..a6aaac731 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -2,10 +2,10 @@ from typing import List import pytest -from tests.data.setting_data import * +from substrateinterface import SubstrateInterface +from tests.data.setting_data import chains from scripts.utils.substrate_interface import create_connection_by_url from scripts.utils.chain_model import Chain -from substrateinterface import SubstrateInterface def collect_nodes_for_chains(networks: List[Chain]): diff --git a/tests/test_xcm_data.py b/tests/test_xcm_data.py index b19f51d6f..146a3a1d3 100644 --- a/tests/test_xcm_data.py +++ b/tests/test_xcm_data.py @@ -2,7 +2,7 @@ import json import deepdiff -from tests.data.setting_data import * +from tests.data.setting_data import chains from scripts.utils.chain_model import Chain xcm_data_file_path = './tests/data/xcm_data.json' From 5524bf764571ea49a74defd77e83c0e4673f59a4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 6 Dec 2022 18:29:36 +0500 Subject: [PATCH 0523/2142] Test stand update (#1105) * update genesis * add fixes for test in v6 --- chains/v5/chains_dev.json | 2 +- chains/v6/chains_dev.json | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index bb6686cbb..c3e9c1808 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5460,7 +5460,7 @@ "addressPrefix": 32 }, { - "chainId": "2aa9f468bddb681bbc0c9bbf78f7387882eb083a448cac7be95fef88df8e526c", + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", "name": "Governance1 Novasama Testnet", "assets": [ { diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 1b5ce2100..825664e7d 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5590,14 +5590,15 @@ "addressPrefix": 32 }, { - "chainId": "854371e4ecdc08dabcf74ff08c7125d223428fb3523b6af4684fe69314b98658", + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", "name": "Governance1 Novasama Testnet", "assets": [ { "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" } ], "nodes": [ @@ -5606,6 +5607,12 @@ "name": "Development node" } ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true From 594d5556948f294e3c716cc31220d0406d886adc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:30:31 +0300 Subject: [PATCH 0524/2142] Update chain types (#1100) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/kilt_spiritnet.json | 2 +- chains/v2/types/kintsugi.json | 4 ++-- chains/v2/types/litmus.json | 6 +++--- chains/v2/types/quartz.json | 2 +- chains/v2/types/shiden.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index c867b5a97..dfb367911 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 10750, + "runtime_id": 10801, "types": { "Balance": "u128", "Index": "u64", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index fd069d910..b501a7f83 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -7,8 +7,8 @@ "Address": "sp_core.crypto.AccountId32", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "kintsugi_runtime_parachain.Event": "GenericEvent", - "kintsugi_runtime_parachain.Call": "GenericCall", + "kintsugi_runtime_parachain.RuntimeEvent": "GenericEvent", + "kintsugi_runtime_parachain.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/litmus.json b/chains/v2/types/litmus.json index a62e8aaa0..4a4b6b200 100644 --- a/chains/v2/types/litmus.json +++ b/chains/v2/types/litmus.json @@ -1,5 +1,5 @@ { - "runtime_id": 9115, + "runtime_id": 9120, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "litmus_parachain_runtime.Event": "GenericEvent", - "litmus_parachain_runtime.Call": "GenericCall", + "litmus_parachain_runtime.RuntimeEvent": "GenericEvent", + "litmus_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 2143e5a5f..3638d1b61 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 913010, + "runtime_id": 930032, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index f63889428..b1ee59db3 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 79, + "runtime_id": 82, "types": { "Balance": "u128", "Index": "u32", From 53fcafeddea26d32178d9d7bfb2c7230d43e8347 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 7 Dec 2022 15:13:23 +0800 Subject: [PATCH 0525/2142] promote ZTG staking --- chains/v5/chains.json | 1 + chains/v6/chains.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 8bd1c6db0..d82c56ea3 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2942,6 +2942,7 @@ { "assetId": 0, "symbol": "ZTG", + "staking": "parachain", "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" diff --git a/chains/v6/chains.json b/chains/v6/chains.json index c9192c428..f3cd29538 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -2994,6 +2994,7 @@ { "assetId": 0, "symbol": "ZTG", + "staking": "parachain", "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" From 32932ceac89a054a061ff0c1c1eb9d990558bee9 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:36:01 +0300 Subject: [PATCH 0526/2142] Fix moonbase node again (#1107) --- chains/v6/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 825664e7d..21f01bce1 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1124,7 +1124,7 @@ ], "nodes": [ { - "url": "wss://rpc.pinknode.io/alphanet", + "url": "wss://public-rpc.pinknode.io/alphanet", "name": "Pinknode" }, { From cd0095c16cdf04031a8ffd5d0db016becc1ee5c1 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:53:35 +0300 Subject: [PATCH 0527/2142] Use new method for calculating fee on moonbase (#1108) --- chains/v2/types/moonbase.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/chains/v2/types/moonbase.json b/chains/v2/types/moonbase.json index cde08f5de..74f399faf 100644 --- a/chains/v2/types/moonbase.json +++ b/chains/v2/types/moonbase.json @@ -24,6 +24,23 @@ ] ] }, + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + }, "ExtrinsicSignature": "EthereumSignature", "ParaId": "polkadot_parachain.primitives.Id", "moonbase_runtime.Event": "GenericEvent", From 630d820576d15a196185b01e3ffd70137c73e597 Mon Sep 17 00:00:00 2001 From: valentunn Date: Wed, 7 Dec 2022 11:12:17 +0300 Subject: [PATCH 0528/2142] Use new method for calculating fee on moonbase relaychain --- chains/v2/types/moonbase_relay.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/moonbase_relay.json b/chains/v2/types/moonbase_relay.json index 8f42cc0a6..13ae79a7f 100644 --- a/chains/v2/types/moonbase_relay.json +++ b/chains/v2/types/moonbase_relay.json @@ -10,7 +10,24 @@ "westend_runtime.Event": "GenericEvent", "westend_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 4bb6b8975422e2bd242370390717270c40043c94 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 7 Dec 2022 19:19:20 +0800 Subject: [PATCH 0529/2142] resume Kintsugi xms back on dev --- xcm/v2/transfers_dev.json | 275 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f3e77f226..5e6a6843d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -392,6 +392,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -655,6 +669,20 @@ "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -739,6 +767,20 @@ }, "type": "xcmpallet" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -916,6 +958,20 @@ "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1046,6 +1102,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2122,6 +2192,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -2275,6 +2359,155 @@ } ] }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666706" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "38620923659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "81945380899" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "297945169106" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ @@ -2485,6 +2718,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -3376,6 +3623,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -3497,6 +3758,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From a543c7dfaefc926783febf355118e3eb4cc6b4df Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 7 Dec 2022 21:19:10 +0800 Subject: [PATCH 0530/2142] promote ERC20 assets, explorer, tx history API --- assets/evm/v1/assets.json | 388 +++++++++++++++++++++++++++++++++++++- chains/v6/chains.json | 22 +++ 2 files changed, 409 insertions(+), 1 deletion(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 4b2aa0672..82de11b3d 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -9,7 +9,393 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + ] + }, + { + "symbol": "USDC", + "precision": 6, + "name": "USD Coin", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + ] + }, + { + "symbol": "BUSD", + "precision": 18, + "name": "Binance-Peg BUSD Token", + "priceId": "binance-usd", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + } + ] + }, + { + "symbol": "MATIC", + "precision": 18, + "name": "Matic", + "priceId": "matic-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + } + ] + }, + { + "symbol": "DAI", + "precision": 18, + "name": "Dai Stablecoin", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x765277EebeCA2e31912C9946eAe1021199B39C61" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + ] + }, + { + "symbol": "AVAX", + "precision": 18, + "name": "Avalanche", + "priceId": "avalanche-2", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4792C1EcB969B036eb51330c63bD27899A13D84e" + } + ] + }, + { + "symbol": "WBTC", + "precision": 8, + "name": "Wrapped BTC", + "priceId": "wrapped-bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + } + ] + }, + { + "symbol": "FRAX", + "precision": 18, + "name": "Frax", + "priceId": "frax", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x322E86852e492a7Ee17f28a78c663da38FB33bfb" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x1A93B23281CC1CDE4C4741353F3064709A16197d" + } + ] + }, + { + "symbol": "FTM", + "precision": 18, + "name": "Fantom", + "priceId": "fantom", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xC19281F22A075E0F10351cd5D6Ea9f0AC63d4327" + } + ] + }, + { + "symbol": "FXS", + "precision": 18, + "name": "Frax Share", + "priceId": "frax-share", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x2CC0A9D8047A5011dEfe85328a6f26968C8aaA1C" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + ] + }, + { + "symbol": "WGLMR", + "precision": 18, + "name": "Wrapped GLMR", + "priceId": "wrapped-moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xAcc15dC74880C9944775448304B263D191c6077F" + } + ] + }, + { + "symbol": "BOBA", + "precision": 18, + "name": "BOBA Token", + "priceId": "boba-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x18D17A9fD652D7d6a59903E23792ab97F832Ed6C" + } + ] + }, + { + "symbol": "BEPRO", + "precision": 18, + "name": "BEPRO Network", + "priceId": "bepro-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4EdF8E0778967012D46968ceadb75436d0426f88" + } + ] + }, + { + "symbol": "mbXEN", + "precision": 18, + "name": "XEN Crypto", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xb564A5767A00Ee9075cAC561c427643286F8F4E1" + } + ] + }, + { + "symbol": "CONV", + "precision": 18, + "name": "Convergence", + "priceId": "convergence", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x8006320739fC281da67Ee62eB9b4Ef8ADD5C903a" + } + ] + }, + { + "symbol": "GLINT", + "precision": 18, + "name": "Beamswap Token", + "priceId": "beamswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xcd3B51D98478D53F4515A306bE565c6EebeF1D58" + } + ] + }, + { + "symbol": "EFT", + "precision": 18, + "name": "Energyfi Token", + "priceId": "energyfi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA423E7eEB60547d9C7b65005477b63ae7CE67E62" + } + ] + }, + { + "symbol": "IDIA", + "precision": 18, + "name": "Impossible Decentralized Incubator Access Token", + "priceId": "idia", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x2d28AA28fA1E5e6bF121CF688309Bf3faAAe3C70" + } + ] + }, + { + "symbol": "WMOVR", + "precision": 6, + "name": "Wrapped MOVR", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x98878B06940aE243284CA214f92Bb71a2b032B8A" + } + ] + }, + { + "symbol": "CWS", + "precision": 18, + "name": "Crowns", + "priceId": "crowns", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6fc9651f45B262AE6338a701D563Ab118B1eC0Ce" + } + ] + }, + { + "symbol": "ZLK", + "precision": 18, + "name": "Zenlink Network Token", + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x0f47ba9d9Bde3442b42175e51d6A367928A1173B" + } + ] + }, + { + "symbol": "SOLAR", + "precision": 18, + "name": "SolarBeam Token", + "priceId": "solarbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6bD193Ee6D2104F14F94E2cA6efefae561A4334B" + } + ] + }, + { + "symbol": "HYDRO", + "precision": 18, + "name": "HYDRO TOKEN", + "priceId": "hydro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x946112efaB61C3636CBD52DE2E1392D7A75A6f01" + } + ] + }, + { + "symbol": "RIB", + "precision": 18, + "name": "RiverBoat", + "priceId": "riverboat", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xbD90A6125a84E5C512129D622a75CDDE176aDE5E" + } + ] + }, + { + "symbol": "BEANS", + "precision": 18, + "name": "MoonBeans", + "priceId": "moonbeans", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x65b09ef8c5A096C5Fd3A80f1F7369E56eB932412" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xC2392DD3e3fED2c8Ed9f7f0bDf6026fcd1348453" + } + ] + }, + { + "symbol": "SPACE", + "precision": 18, + "name": "Space Token", + "priceId": "space-token-bsc", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x55aF5865807b196bD0197e0902746F31FBcCFa58" + } + ] + }, + { + "symbol": "STELLA", + "precision": 18, + "name": "StellaSwap", + "priceId": "stellaswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x0E358838ce72d5e61E0018a2ffaC4bEC5F4c88d2" + } + ] + }, + { + "symbol": "BNB", + "precision": 18, + "name": "Binance", + "priceId": "binancecoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + } + ] + }, + { + "symbol": "ETH", + "precision": 18, + "name": "Ethereum", + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" } ] } -] \ No newline at end of file +] diff --git a/chains/v6/chains.json b/chains/v6/chains.json index c9192c428..d9f4417be 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -923,6 +923,12 @@ "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", "account": "https://moonbeam.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null } ], "types": { @@ -934,6 +940,11 @@ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" } ], "staking": { @@ -1170,6 +1181,12 @@ "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", "account": "https://moonriver.subscan.io/account/{address}", "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null } ], "types": { @@ -1181,6 +1198,11 @@ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" } ], "staking": { From 1242ed28f7863104b844684ab3374f1500ca2887 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Dec 2022 14:26:21 +0800 Subject: [PATCH 0531/2142] Revert "promote removal of destinations from/to Kintsugi network" This reverts commit 78087ed14498acb8a87af85c30513daa38820cf3. --- xcm/v2/transfers.json | 275 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fcf2977da..337f32bac 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -359,6 +359,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -591,6 +605,20 @@ "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -675,6 +703,20 @@ }, "type": "xcmpallet" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -852,6 +894,20 @@ "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -982,6 +1038,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -1975,6 +2045,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -2114,6 +2198,155 @@ } ] }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666706" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "38620923659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "81945380899" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "537600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "297945169106" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ @@ -2324,6 +2557,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -3105,6 +3352,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -3226,6 +3487,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 1e8e55e56daa84b5a4e479b6a0291059d3b2d1e1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 8 Dec 2022 12:23:34 +0300 Subject: [PATCH 0532/2142] fix for xcm comment script --- scripts/print_xcm_changes.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 638e40c92..243ad8b6e 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -72,6 +72,7 @@ def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, for chain_id, chain_data in new_cahin_dict.items(): chain_name = chain_json_dict[chain_id].get('name') for chain_asset in chain_data.get('assets'): + asset_in_actual_chain_dict = {} asset_symbol = chain_asset['assetLocation'] try: asset_in_actual_chain_dict = next( @@ -86,9 +87,9 @@ def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, actual_destinations = asset_in_actual_chain_dict.get( 'xcmTransfers') try: - destination_in_actual_chain_dict = next( - destination for destination in actual_destinations if destination.get('destination').get('chainId') == destination_chain_id) - except (StopIteration, KeyError): + destination_in_generated_chain_file = next( + new_destination for new_destination in actual_destinations if new_destination.get('destination').get('chainId') == destination_chain_id) + except (StopIteration, KeyError, TypeError): object_accumulator['chains'][chain_name][asset_symbol][destination_name] = 'That destination was added' continue From fc4fac95eebe702f2692590d938d49d2a633b041 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:02:04 +0300 Subject: [PATCH 0533/2142] Update chain types (#1110) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/crust_shadow.json | 2 +- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/unique.json | 2 +- chains/v2/types/westend.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/crust_shadow.json b/chains/v2/types/crust_shadow.json index bbcef7b7b..5e75515b5 100644 --- a/chains/v2/types/crust_shadow.json +++ b/chains/v2/types/crust_shadow.json @@ -1,5 +1,5 @@ { - "runtime_id": 15, + "runtime_id": 16, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index b501a7f83..d2c15b5ea 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1019000, + "runtime_id": 1020000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 3647d5097..9814dd6cc 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 924010, + "runtime_id": 924013, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index eecd3cb71..ecbfc5f12 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9330, + "runtime_id": 9340, "types": { "Balance": "u128", "Index": "u32", From 942e594e0b63aa923efd9cbdb18a809f1005a695 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 8 Dec 2022 12:23:34 +0300 Subject: [PATCH 0534/2142] fix for xcm comment script --- scripts/print_xcm_changes.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index d38dcf669..c6a94b973 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -57,6 +57,7 @@ def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, for chain_id, chain_data in new_cahin_dict.items(): chain_name = chain_json_dict[chain_id].get('name') for chain_asset in chain_data.get('assets'): + asset_in_actual_chain_dict = {} asset_symbol = chain_asset['assetLocation'] try: asset_in_actual_chain_dict = next( @@ -71,9 +72,9 @@ def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, actual_destinations = asset_in_actual_chain_dict.get( 'xcmTransfers') try: - destination_in_actual_chain_dict = next( - destination for destination in actual_destinations if destination.get('destination').get('chainId') == destination_chain_id) - except (StopIteration, KeyError): + destination_in_generated_chain_file = next( + new_destination for new_destination in actual_destinations if new_destination.get('destination').get('chainId') == destination_chain_id) + except (StopIteration, KeyError, TypeError): object_accumulator['chains'][chain_name][asset_symbol][destination_name] = 'That destination was added' continue From 31ac350195da9eef2308e5c5caf6798772891941 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Dec 2022 19:02:38 +0800 Subject: [PATCH 0535/2142] Update assets/evm/v1/assets.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- assets/evm/v1/assets.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 82de11b3d..29946bdf6 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -162,19 +162,6 @@ } ] }, - { - "symbol": "BOBA", - "precision": 18, - "name": "BOBA Token", - "priceId": "boba-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", - "instances": [ - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "contractAddress": "0x18D17A9fD652D7d6a59903E23792ab97F832Ed6C" - } - ] - }, { "symbol": "BEPRO", "precision": 18, From 0873fdaf10ce3472ea7c59aa4d2fd2b0e5d9418e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Dec 2022 19:03:25 +0800 Subject: [PATCH 0536/2142] Update assets/evm/v1/assets.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- assets/evm/v1/assets.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 29946bdf6..28cadce5b 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -290,19 +290,6 @@ } ] }, - { - "symbol": "HYDRO", - "precision": 18, - "name": "HYDRO TOKEN", - "priceId": "hydro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", - "instances": [ - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "contractAddress": "0x946112efaB61C3636CBD52DE2E1392D7A75A6f01" - } - ] - }, { "symbol": "RIB", "precision": 18, From 67b4e89f3c88f319b944d6fb73ba13d0746503be Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Dec 2022 19:03:32 +0800 Subject: [PATCH 0537/2142] Update assets/evm/v1/assets.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- assets/evm/v1/assets.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 28cadce5b..7ba80f80b 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -320,19 +320,6 @@ } ] }, - { - "symbol": "SPACE", - "precision": 18, - "name": "Space Token", - "priceId": "space-token-bsc", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", - "instances": [ - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "contractAddress": "0x55aF5865807b196bD0197e0902746F31FBcCFa58" - } - ] - }, { "symbol": "STELLA", "precision": 18, From 8861372dcca75360e486ecbc503ddf1be5b1b0b2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:02:23 +0500 Subject: [PATCH 0538/2142] Adding USDT XCMs (#1118) * Adding Statemine USTD -> Moonriver * Adding Bifrost Kusama statemine * change fee to stabdard * change proportional fee to some small amount * change proportional value for USDT * change bifrost usdt fee * try with new fee coeff * Karura Statemine * karura change usdt fee * fix karura fee * change bifrost kusama fee for USDT * fix fee for bifrost USDT * Karura Bifrost * Moonriver Bifrost * Karura Moonriver * Moonriver USDT> Statemine --- xcm/v2/transfers_dev.json | 219 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 5e6a6843d..36cc30e7e 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -235,6 +235,21 @@ }, "instructions": "xtokensReserve" } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -698,6 +713,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11250" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1158000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1247,6 +1313,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11250" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2035,6 +2152,57 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11250" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1158000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -2356,6 +2524,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1158000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 71dc48152fa3adfabfdb1a64b1c6d06a023b9843 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:11:35 +0500 Subject: [PATCH 0539/2142] remove subsocial for production (#1097) --- dapps/dapps.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 7fb157602..cd40585b4 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -73,14 +73,6 @@ "evm" ] }, - { - "name": "Subsocial App", - "url": "https://app.subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Subsocial.png", - "categories": [ - "community" - ] - }, { "name": "PolkaVerse", "url": "https://polkaverse.com/", From bd3a91497dbac96e2e164053d41d6e902c78c11f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:11:57 +0500 Subject: [PATCH 0540/2142] adding reserveFee for UNIT token (#1117) --- xcm/v2/transfers_dev.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 36cc30e7e..0d0b10be0 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -62,7 +62,13 @@ }, "UNIT": { "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensReserve" + } }, "ACA": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", From f49edec9b7d6b826c5496c58d95d69f84ec0edf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:12:52 +0300 Subject: [PATCH 0541/2142] Update dapps list (#1119) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index c3e872769..b4fad705f 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -51,10 +51,9 @@ | 47 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | | 48 | Sub.ID | https://sub.id/#/ | utilities | | 49 | SubBridge | https://subbridge.io/ | defi,evm | -| 50 | Subsocial App | https://app.subsocial.network/ | community | -| 51 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 54 | TofuNFT | https://tofunft.com/ | nft,evm | -| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 50 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 51 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 52 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 53 | TofuNFT | https://tofunft.com/ | nft,evm | +| 54 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 55 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 0a63ecc4d9f6e5db0f915d46c2057ed2b98e878b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 9 Dec 2022 10:44:11 +0300 Subject: [PATCH 0542/2142] Fix DAO IPCI crowdloan --- crowdloan/kusama.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index fe2d28857..137faf568 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -500,5 +500,13 @@ "description": "Futuristic, secure, and server-less IoT platform on top of Ethereum && Polkadot", "website": "https://robonomics.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg" + }, + { + "paraid": "2222", + "name": "DAO IPCI", + "token": "MITO", + "description": "Blockchain technology for carbon markets, environmental assets and liabilities", + "website": "https://ipci.io/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg" } ] From 791a1fbd6f52ae8896fbb2d78e2c02e10b772d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:34:38 +0300 Subject: [PATCH 0543/2142] Update chain types (#1121) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/unique.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 9814dd6cc..c768c2752 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 924013, + "runtime_id": 930033, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "unique_runtime.Event": "GenericEvent", - "unique_runtime.Call": "GenericCall", + "unique_runtime.RuntimeEvent": "GenericEvent", + "unique_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 9815475e55deb51543ff148e8cc541fcc47c2b99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:55:36 +0000 Subject: [PATCH 0544/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 808ee2219..357091dab 100644 --- a/chains/README.md +++ b/chains/README.md @@ -49,8 +49,8 @@ | 37 | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 38 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 39 | Mangata X | MGX
KSM
ETH | Subscan | - | -| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 42 | Myriad | MYRIA | Explorer | - | | 43 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | 44 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | From 8da9b726486cba199fe0a85bd58e24b133183585 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 9 Dec 2022 18:17:47 +0800 Subject: [PATCH 0545/2142] promote Subquery for Zeitgeist total rewards --- chains/v6/chains.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 81c83a99c..cc888e8bb 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -3054,7 +3054,11 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } - ] + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 From 85992a432a70a73e2b8a3dacf5e2daec013f784f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:24:47 +0500 Subject: [PATCH 0546/2142] Promote USDT XCMs (#1122) * Promote USDT XCMs * remove unexpected directions * Remove reserve transfers * remove reserve xcm for USDT from dev --- xcm/v2/transfers.json | 135 ++++++++++++++++++++++++++++++++++++++ xcm/v2/transfers_dev.json | 84 ------------------------ 2 files changed, 135 insertions(+), 84 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 337f32bac..3c66a55e2 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -205,6 +205,21 @@ }, "instructions": "xtokensReserve" } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -634,6 +649,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1183,6 +1221,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1916,6 +1977,57 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11250" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1158000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -2195,6 +2307,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 0d0b10be0..15ce1730a 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -727,34 +727,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11250" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "1158000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", @@ -1340,34 +1312,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11250" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -2551,34 +2495,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "1158000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } From e9d9c979d9cc6a4b3b5870e6ee118327d28c274f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:16:43 +0300 Subject: [PATCH 0547/2142] Update networks list (#1125) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 357091dab..6195d6561 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 67 ### 💰 All assets 205 ### 🪙 Unique assets: 117 -### 💫 Cross Chain directions: 208 +### 💫 Cross Chain directions: 214 ### 🧾 SubQuery API projects: 59 ### 👀 Networks with block explorers: 53 --- From 12df212c7dcefe1a9fb695a259ab509a9e22511a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 9 Dec 2022 19:25:49 +0800 Subject: [PATCH 0548/2142] add Litentry, update Litmus icon (#1096) --- dapps/dapps_dev.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 6f509d7a5..fa57c0288 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -427,7 +427,7 @@ }, { "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Litmus-original.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ "crowdloans", @@ -634,6 +634,14 @@ "defi", "crowdloans" ] + }, + { + "name": "Litentry App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "url": "https://apps.litentry.com/", + "categories": [ + "evm" + ] } ] } From 7efee876aacaba63b1f09a2f8deae4dae5778f9a Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 10 Dec 2022 17:48:41 +0800 Subject: [PATCH 0549/2142] add Cypress erc20 token (#1127) --- assets/evm/v1/assets_dev.json | 12 ++++++++++++ icons/tokens/white/CP.svg | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 icons/tokens/white/CP.svg diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 82de11b3d..2ddf088d3 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -397,5 +397,17 @@ "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" } ] + }, + { + "symbol": "CP", + "precision": 18, + "name": "Cypress", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" + } + ] } ] diff --git a/icons/tokens/white/CP.svg b/icons/tokens/white/CP.svg new file mode 100644 index 000000000..a97275a9f --- /dev/null +++ b/icons/tokens/white/CP.svg @@ -0,0 +1,3 @@ + + + From f71079ad9c7cf028499452cfd1cd8d15c7a879b9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 10 Dec 2022 14:49:02 +0500 Subject: [PATCH 0550/2142] update image for polkaverse (#1126) --- icons/dapps/color/PolkaVerse.svg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/icons/dapps/color/PolkaVerse.svg b/icons/dapps/color/PolkaVerse.svg index 7d033d7f2..08a23da2e 100644 --- a/icons/dapps/color/PolkaVerse.svg +++ b/icons/dapps/color/PolkaVerse.svg @@ -1,6 +1,4 @@ - - - - - + + + From 0f2434077f909a83eff9e513ed129074f94986fd Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 10 Dec 2022 18:41:34 +0800 Subject: [PATCH 0551/2142] promote Cypress erc20 token --- assets/evm/v1/assets.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 7ba80f80b..b58c04d42 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -358,5 +358,17 @@ "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" } ] + }, + { + "symbol": "CP", + "precision": 18, + "name": "Cypress", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" + } + ] } ] From c7e9491798239f2631ac0d22ec084cd58fa99172 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:58:09 +0300 Subject: [PATCH 0552/2142] Update chain types (#1131) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/kabocha.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/parallel_heiko.json | 6 +++--- chains/v2/types/quartz.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/kabocha.json b/chains/v2/types/kabocha.json index 452532f3e..6eaed3800 100644 --- a/chains/v2/types/kabocha.json +++ b/chains/v2/types/kabocha.json @@ -1,5 +1,5 @@ { - "runtime_id": 26, + "runtime_id": 28, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 273f3781f..978c2c5cd 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9320, + "runtime_id": 9340, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index e71597ae7..de34af247 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 193, + "runtime_id": 194, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "heiko_runtime.Event": "GenericEvent", - "heiko_runtime.Call": "GenericCall", + "heiko_runtime.RuntimeEvent": "GenericEvent", + "heiko_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 3638d1b61..7c160b96e 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 930032, + "runtime_id": 930033, "types": { "Balance": "u128", "Index": "u32", From 5f377f598f559b8e5a5792957aaad2ddbad95251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:53:01 +0300 Subject: [PATCH 0553/2142] Update chain types (#1132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/tanganika.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/tanganika.json b/chains/v2/types/tanganika.json index dcd8e7531..13b9e1dce 100644 --- a/chains/v2/types/tanganika.json +++ b/chains/v2/types/tanganika.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 6, "types": { "Balance": "u128", "Index": "u32", From 6883d53d3ef4cd2676b5ef01205a169b7e7ffdfc Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Dec 2022 18:16:10 +0800 Subject: [PATCH 0554/2142] add Unique price --- chains/v6/chains.json | 1 + chains/v6/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index cc888e8bb..d4039a817 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4123,6 +4123,7 @@ "assetId": 0, "symbol": "UNQ", "precision": 18, + "priceId": "unique-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" } ], diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 21f01bce1..faf098766 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4546,6 +4546,7 @@ "assetId": 0, "symbol": "UNQ", "precision": 18, + "priceId": "unique-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" } ], From 06a1508000342d064cb69dae2a5d0a61fb10bed8 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Dec 2022 18:21:15 +0800 Subject: [PATCH 0555/2142] add price for chains/v5 --- chains/v5/chains.json | 1 + chains/v5/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index d82c56ea3..e7d9e852b 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -4005,6 +4005,7 @@ "assetId": 0, "symbol": "UNQ", "precision": 18, + "priceId": "unique-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" } ], diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index c3e9c1808..a92cd7285 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -4442,6 +4442,7 @@ "assetId": 0, "symbol": "UNQ", "precision": 18, + "priceId": "unique-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" } ], From fc51c126054ca171edda1922bc1390544aa7d190 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Dec 2022 09:25:12 +0800 Subject: [PATCH 0556/2142] add Subsquare to Gov2 dapps --- governance/v2/dapps_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index bfe2ffe1d..dc88597e4 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -46,6 +46,7 @@ { "title": "Subsquare", "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://kusama.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, From 191791c3fadfda7b2e0a9af420fbf1f0675eaae9 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Dec 2022 13:35:31 +0800 Subject: [PATCH 0557/2142] promote Subsquare to Gov2 dapps --- governance/v2/dapps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 1218a4364..fac727eb5 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -29,6 +29,7 @@ { "title": "Subsquare", "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://kusama.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, From b5a2befb4dfeedde2f843b53468e86eb21027b39 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Dec 2022 13:55:48 +0800 Subject: [PATCH 0558/2142] fix WMOVR precision --- assets/evm/v1/assets.json | 2 +- assets/evm/v1/assets_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index b58c04d42..60748e7de 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -241,7 +241,7 @@ }, { "symbol": "WMOVR", - "precision": 6, + "precision": 18, "name": "Wrapped MOVR", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 2ddf088d3..81cebef70 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -254,7 +254,7 @@ }, { "symbol": "WMOVR", - "precision": 6, + "precision": 18, "name": "Wrapped MOVR", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ From 14e9bad174f5a9ccefa286c0f798b13ab84bb70f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Dec 2022 11:02:33 +0300 Subject: [PATCH 0559/2142] Change order for Encointer's nodes (#1136) --- chains/v5/chains.json | 8 ++++---- chains/v5/chains_dev.json | 8 ++++---- chains/v6/chains.json | 8 ++++---- chains/v6/chains_dev.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v5/chains.json b/chains/v5/chains.json index e7d9e852b..93c31f4f8 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -2782,13 +2782,13 @@ } ], "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index a92cd7285..810cb82ad 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -3214,13 +3214,13 @@ } ], "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v6/chains.json b/chains/v6/chains.json index d4039a817..bb7f33498 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -2850,13 +2850,13 @@ } ], "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index faf098766..1ac731f69 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -3274,13 +3274,13 @@ } ], "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From 5c57f7aa38daeef4bce38f105562381d5180acad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 13:29:12 +0300 Subject: [PATCH 0560/2142] Update chain types (#1140) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/karura.json | 6 +++--- chains/v2/types/mangatax.json | 2 +- chains/v2/types/statemine.json | 2 +- chains/v2/types/subsocial.json | 2 +- chains/v2/types/westend.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index d61005e74..ad8528457 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 39, + "runtime_id": 46, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index 5a5fb3f2c..ee5bb3675 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2100, + "runtime_id": 2110, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "karura_runtime.Event": "GenericEvent", - "karura_runtime.Call": "GenericCall", + "karura_runtime.RuntimeEvent": "GenericEvent", + "karura_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index 12a4b71fa..c9e4e4ae9 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 10, + "runtime_id": 11, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index ff15e0a66..0513a0a13 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9320, + "runtime_id": 9330, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 5664ce21e..5869e83a5 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 17, + "runtime_id": 18, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index ecbfc5f12..31244b8ec 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9340, + "runtime_id": 9350, "types": { "Balance": "u128", "Index": "u32", From e260f0468a32db5dc9fe748ce638189a05530383 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Thu, 15 Dec 2022 18:38:06 +0600 Subject: [PATCH 0561/2142] Add v7 chains (#1144) --- chains/v7/chains.json | 4914 +++++++++++++++++++++++++++++++ chains/v7/chains_dev.json | 5737 +++++++++++++++++++++++++++++++++++++ 2 files changed, 10651 insertions(+) create mode 100644 chains/v7/chains.json create mode 100644 chains/v7/chains_dev.json diff --git a/chains/v7/chains.json b/chains/v7/chains.json new file mode 100644 index 000000000..bb7f33498 --- /dev/null +++ b/chains/v7/chains.json @@ -0,0 +1,4914 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json new file mode 100644 index 000000000..1ac731f69 --- /dev/null +++ b/chains/v7/chains_dev.json @@ -0,0 +1,5737 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/alphanet", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] From 2475c1ef965ed9cdfb7da097a7199995c068e22d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 07:22:22 +0300 Subject: [PATCH 0562/2142] Update types for networks (#1145) * Update chain types * update types for acala Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- chains/v2/types/acala.json | 19 ++++++++++++++++++- chains/v2/types/kusama.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 36cbee34d..4f9ff81dc 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -10,7 +10,24 @@ "acala_runtime.Event": "GenericEvent", "acala_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "u64" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 978c2c5cd..08c97bc5a 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9340, + "runtime_id": 9350, "types": { "Balance": "u128", "Index": "u32", From 82dfb98c2aa4e49ed079070ebd077a559a898d31 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:16:59 +0600 Subject: [PATCH 0563/2142] New parachain governance parameter (#1143) --- chains/v7/chains_dev.json | 57 ++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 1ac731f69..2b2a01d08 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -233,7 +233,8 @@ }, "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "westend" } }, "options": [ @@ -817,7 +818,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "karura" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", @@ -1218,7 +1220,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "shiden" } } }, @@ -1792,7 +1795,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "basilisk" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", @@ -1853,7 +1857,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "altair" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", @@ -2022,7 +2027,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "khala" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", @@ -2172,7 +2178,8 @@ }, "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "calamari" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", @@ -2526,7 +2533,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "acala" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", @@ -2849,7 +2857,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "astar" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", @@ -3087,7 +3096,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "parallel" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", @@ -3251,7 +3261,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "robonomics" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", @@ -3627,7 +3638,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "crustshadow" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", @@ -3835,7 +3847,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "hydradx" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", @@ -4232,7 +4245,8 @@ }, "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "turing" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", @@ -4326,7 +4340,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "composable" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", @@ -4387,7 +4402,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "polkadex" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", @@ -4899,7 +4915,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "tanganika" } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", @@ -5163,7 +5180,8 @@ "externalApi": { "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "amplitude" } }, "types": { @@ -5351,7 +5369,8 @@ ], "governance": { "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "network": "kylin" } }, "types": { From e4f501090829abf83fea49825d5a1ab7f0b5744e Mon Sep 17 00:00:00 2001 From: Prayag <52105313+prayagd@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:40:35 +0530 Subject: [PATCH 0564/2142] Onboard Pendulum (#1146) * Onboard Pendulum * updated logo * point removed Co-authored-by: Prayag Desale --- crowdloan/polkadot.json | 9 +++++++++ icons/chains/gradient/Pendulum.svg | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 icons/chains/gradient/Pendulum.svg diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 3b3e0f03c..5baa5f24b 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -296,5 +296,14 @@ "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", "website": "https://hashed.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" + }, + { + "paraid": "2094", + "name": "Pendulum", + "token": "PEN", + "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain.Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", + "website": "https://pendulumchain.org/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "rewardRate": 11 } ] diff --git a/icons/chains/gradient/Pendulum.svg b/icons/chains/gradient/Pendulum.svg new file mode 100644 index 000000000..6c1f5b7b7 --- /dev/null +++ b/icons/chains/gradient/Pendulum.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From 08897f7805a0c4fbd44e694c88f9adc356ed33db Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Dec 2022 16:15:28 +0800 Subject: [PATCH 0565/2142] fix Pendulum text --- crowdloan/polkadot-dev.json | 9 +++++++++ crowdloan/polkadot.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 3b3e0f03c..cc4a5958f 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -296,5 +296,14 @@ "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", "website": "https://hashed.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" + }, + { + "paraid": "2094", + "name": "Pendulum", + "token": "PEN", + "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain. Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", + "website": "https://pendulumchain.org/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "rewardRate": 11 } ] diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 5baa5f24b..cc4a5958f 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -301,7 +301,7 @@ "paraid": "2094", "name": "Pendulum", "token": "PEN", - "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain.Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", + "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain. Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", "website": "https://pendulumchain.org/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "rewardRate": 11 From 86a199ecdce9f5bc7e6f550470b983160c8122d2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:44:04 +0300 Subject: [PATCH 0566/2142] Update xcm coefficients (#1142) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index eb743c098..78b8f419e 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensReserve" } @@ -117,7 +117,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6666666666499999744" + "value": "308986666659" }, "instructions": "xtokensReserve" } @@ -353,7 +353,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -437,7 +437,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -804,7 +804,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xcmPalletDest" } @@ -1041,7 +1041,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -1125,7 +1125,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2136,7 +2136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -2234,7 +2234,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -2471,7 +2471,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2657,7 +2657,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -2741,7 +2741,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -3480,7 +3480,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -3564,7 +3564,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -3615,7 +3615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "35128764135" }, "instructions": "xtokensDest" } @@ -3750,7 +3750,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34596707456294" + "value": "35453962409796" }, "instructions": "xtokensDest" } From 28efa52216dd9d581bf013601f3494a45e89e3d4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:44:18 +0300 Subject: [PATCH 0567/2142] Update xcm coefficients (#1141) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 15ce1730a..1a92b9abb 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -125,7 +125,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "156472484311" + "value": "308986666659" }, "instructions": "xtokensReserve" } @@ -476,7 +476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -874,7 +874,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xcmPalletDest" } @@ -1111,7 +1111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2289,7 +2289,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2401,7 +2401,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2638,7 +2638,7 @@ "fee": { "mode": { "type": "proportional", - "value": "297945169106" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -2824,7 +2824,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -2908,7 +2908,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -3757,7 +3757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -3841,7 +3841,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234383959311" + "value": "245050942892" }, "instructions": "xtokensDest" } @@ -3892,7 +3892,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34875528888" + "value": "38620923659" }, "instructions": "xtokensDest" } @@ -4081,7 +4081,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34598755221719" + "value": "35453962409796" }, "instructions": "xtokensDest" } From 0bf879d6592b7db5b5d709dad2818131b0b8397b Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:07:30 +0600 Subject: [PATCH 0568/2142] Changed governance parameters (#1149) * Changed governance parameters * Fixed governance parameters --- chains/v7/chains_dev.json | 76 +++++++++++++++++++++++++++++---------- 1 file changed, 57 insertions(+), 19 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 2b2a01d08..e271c323b 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -234,7 +234,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "westend" + "parameters": { + "network": "westend" + } } }, "options": [ @@ -819,7 +821,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "karura" + "parameters": { + "network": "karura" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", @@ -1221,7 +1225,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "shiden" + "parameters": { + "network": "shiden" + } } } }, @@ -1796,7 +1802,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "basilisk" + "parameters": { + "network": "basilisk" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", @@ -1858,7 +1866,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "altair" + "parameters": { + "network": "altair" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", @@ -2028,7 +2038,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "khala" + "parameters": { + "network": "khala" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", @@ -2179,7 +2191,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "calamari" + "parameters": { + "network": "calamari" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", @@ -2534,7 +2548,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "acala" + "parameters": { + "network": "acala" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", @@ -2858,7 +2874,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "astar" + "parameters": { + "network": "astar" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", @@ -3097,7 +3115,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "parallel" + "parameters": { + "network": "parallel" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", @@ -3262,7 +3282,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "robonomics" + "parameters": { + "network": "robonomics" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", @@ -3639,7 +3661,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "crustshadow" + "parameters": { + "network": "crustshadow" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", @@ -3848,7 +3872,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "hydradx" + "parameters": { + "network": "hydradx" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", @@ -4246,7 +4272,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "turing" + "parameters": { + "network": "turing" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", @@ -4341,7 +4369,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "composable" + "parameters": { + "network": "composable" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", @@ -4403,7 +4433,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "polkadex" + "parameters": { + "network": "polkadex" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", @@ -4916,7 +4948,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "tanganika" + "parameters": { + "network": "tanganika" + } } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", @@ -5181,7 +5215,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "amplitude" + "parameters": { + "network": "amplitude" + } } }, "types": { @@ -5370,7 +5406,9 @@ "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "network": "kylin" + "parameters": { + "network": "kylin" + } } }, "types": { From 8904db4373d7cafa4c2cbe9219a2ac8f43daa0aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:22:20 +0300 Subject: [PATCH 0569/2142] Update chain types (#1150) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 21 +++++++++++++++++++-- chains/v2/types/mangatax.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 703bd3eff..4862d93ee 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1192, + "runtime_id": 1199, "types": { "Balance": "u128", "Index": "u32", @@ -10,7 +10,24 @@ "khala_parachain_runtime.RuntimeEvent": "GenericEvent", "khala_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index c9e4e4ae9..07bf0b1d7 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 11, + "runtime_id": 12, "types": { "Balance": "u128", "Index": "u32", From 34011cdad0075710badddb0da0e845d5be565a2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 08:38:15 +0300 Subject: [PATCH 0570/2142] Update chain types (#1152) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/acala.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 4f9ff81dc..4eeb515e0 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2101, + "runtime_id": 2110, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "acala_runtime.Event": "GenericEvent", - "acala_runtime.Call": "GenericCall", + "acala_runtime.RuntimeEvent": "GenericEvent", + "acala_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From 69c637bf27daf00181216e3ce940992cbaad9afa Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Dec 2022 23:00:23 +0800 Subject: [PATCH 0571/2142] add USDT on Heiko --- chains/v6/chains_dev.json | 11 +++++++++++ chains/v7/chains_dev.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 1ac731f69..65c4bf5c5 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1661,6 +1661,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index e271c323b..e415af633 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1670,6 +1670,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ From b7d1aad71fd2263e1ace6abca925847e6d780600 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 01:17:46 +0800 Subject: [PATCH 0572/2142] add USDT on Heiko (#1156) --- chains/v6/chains_dev.json | 11 +++++++++++ chains/v7/chains_dev.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 1ac731f69..65c4bf5c5 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1661,6 +1661,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index e271c323b..e415af633 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1670,6 +1670,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ From 767ce2883ecd6c9f554c5f115b4584b813764d4b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 01:18:07 +0800 Subject: [PATCH 0573/2142] remove Khala from gov (#1154) --- chains/v6/chains_dev.json | 5 +---- chains/v7/chains_dev.json | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 65c4bf5c5..e21ee115a 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -2037,10 +2037,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] + "addressPrefix": 30 }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index e415af633..ccafbc6ab 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -2055,10 +2055,7 @@ } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] + "addressPrefix": 30 }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", From a9aaad1ca569f1eb8a88e7138b178570f70b9bca Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 12:33:26 +0800 Subject: [PATCH 0574/2142] promote USDT on Heiko --- chains/v6/chains.json | 11 +++++++++++ chains/v7/chains.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index bb7f33498..fb82905b1 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1713,6 +1713,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ diff --git a/chains/v7/chains.json b/chains/v7/chains.json index bb7f33498..fb82905b1 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1713,6 +1713,17 @@ "typeExtras": { "assetId": "123" } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } } ], "nodes": [ From 3ae80de6bb1af0860074f1ff9857952cd92bd72d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:13:04 +0300 Subject: [PATCH 0575/2142] Update chain types (#1155) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/myriad.json | 2 +- chains/v2/types/parallel.json | 6 +++--- chains/v2/types/westend.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 7eb3e8c3d..7bce13f72 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 966, + "runtime_id": 967, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 4862d93ee..0523ea134 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1199, + "runtime_id": 1200, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/myriad.json b/chains/v2/types/myriad.json index 3a2a26837..a575ecdb8 100644 --- a/chains/v2/types/myriad.json +++ b/chains/v2/types/myriad.json @@ -1,5 +1,5 @@ { - "runtime_id": 2019, + "runtime_id": 2020, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index 6628a083e..e56fa1e4b 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 193, + "runtime_id": 194, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "parallel_runtime.Event": "GenericEvent", - "parallel_runtime.Call": "GenericCall", + "parallel_runtime.RuntimeEvent": "GenericEvent", + "parallel_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 31244b8ec..14d7692b8 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9350, + "runtime_id": 9360, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 529d4dae4..60a4e9c98 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 40, + "runtime_id": 41, "types": { "Balance": "u128", "Index": "u64", From b5abdf6226de43a913f0d6e1e6ba780c95a44e49 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 15:33:40 +0800 Subject: [PATCH 0576/2142] add XX dapps, need to check naming and icons --- dapps/dapps_dev.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index fa57c0288..7e07c7f6a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -642,6 +642,30 @@ "categories": [ "evm" ] + }, + { + "name": "XX Web Wallet", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "url": "https://wallet.xx.network/", + "categories": [ + "utilities" + ] + }, + { + "name": "XX Staking App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "url": "https://staking.xx.network/", + "categories": [ + "staking" + ] + }, + { + "name": "XX Network Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "url": "https://hub.xx.network", + "categories": [ + "community" + ] } ] } From 54a9394b9c5311f96008f77968a063d9fec90328 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 15:38:52 +0800 Subject: [PATCH 0577/2142] add icon, fix naming --- dapps/dapps_dev.json | 8 ++++---- icons/chains/white/XX.svg | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 icons/chains/white/XX.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 7e07c7f6a..a872a0d3f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -644,8 +644,8 @@ ] }, { - "name": "XX Web Wallet", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "name": "XX Wallet", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://wallet.xx.network/", "categories": [ "utilities" @@ -653,7 +653,7 @@ }, { "name": "XX Staking App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://staking.xx.network/", "categories": [ "staking" @@ -661,7 +661,7 @@ }, { "name": "XX Network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ "community" diff --git a/icons/chains/white/XX.svg b/icons/chains/white/XX.svg new file mode 100644 index 000000000..37632703b --- /dev/null +++ b/icons/chains/white/XX.svg @@ -0,0 +1,3 @@ + + + From 8ce4060df7301eeee98318cff9d119901d49e205 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:01:33 +0300 Subject: [PATCH 0578/2142] Update networks list (#1158) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 6195d6561..2f350283c 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 205 +### 💰 All assets 206 ### 🪙 Unique assets: 117 ### 💫 Cross Chain directions: 214 ### 🧾 SubQuery API projects: 59 @@ -55,7 +55,7 @@ | 43 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | 44 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | 47 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 48 | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 49 | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | From a8801152a79a6dd91c729520a075ceae9374e6f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:01:49 +0300 Subject: [PATCH 0579/2142] Update chain types (#1160) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 2 +- chains/v2/types/quartz.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 0523ea134..e83211be3 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1200, + "runtime_id": 1201, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 7c160b96e..310300f7c 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 930033, + "runtime_id": 930034, "types": { "Balance": "u128", "Index": "u32", From 66ea4bebad2964b9808c75d490b7dcaa4abefcd6 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Dec 2022 17:09:26 +0800 Subject: [PATCH 0580/2142] uniting all dapps in one --- dapps/dapps_dev.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a872a0d3f..29c4959f2 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -643,28 +643,14 @@ "evm" ] }, - { - "name": "XX Wallet", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", - "url": "https://wallet.xx.network/", - "categories": [ - "utilities" - ] - }, - { - "name": "XX Staking App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", - "url": "https://staking.xx.network/", - "categories": [ - "staking" - ] - }, { "name": "XX Network Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ - "community" + "community", + "staking", + "utilities" ] } ] From bf3a5b7e275ecc9df53af1f903b71f6323b1fbb7 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 23 Dec 2022 10:12:31 +0500 Subject: [PATCH 0581/2142] Fix Acala fee types --- chains/v2/types/acala.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 4eeb515e0..57646adef 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -20,7 +20,7 @@ ], [ "class", - "frame_support.weights.DispatchClass" + "frame_support.dispatch.DispatchClass" ], [ "partialFee", From c796822dff1648367cb2599d52cbdb2df1a77ff7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 23 Dec 2022 13:30:29 +0800 Subject: [PATCH 0582/2142] fix weight --- chains/v2/types/acala.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 57646adef..c3ad57148 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -16,7 +16,7 @@ "type_mapping": [ [ "weight", - "u64" + "sp_weights.weight_v2.Weight" ], [ "class", From 0170448c22e087b38157b58dbcc3350285f38807 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 23 Dec 2022 10:35:22 +0500 Subject: [PATCH 0583/2142] runtime dispatch info no longer needed --- chains/v2/types/acala.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index c3ad57148..3e3129598 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -10,24 +10,7 @@ "acala_runtime.RuntimeEvent": "GenericEvent", "acala_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] - ] - } + "pallet_identity.types.Data": "Data" }, "versioning": [] } From ec0d818232f0b0c5e5b5ff5a406853106f71c5ce Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 23 Dec 2022 14:49:53 +0800 Subject: [PATCH 0584/2142] add USDT xcms on Heiko --- xcm/v2/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 1a92b9abb..643dc29c7 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2151,6 +2151,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2981,6 +2995,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From eb129120d974aeba1f1f3b9a60fdaa820fd18e69 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 23 Dec 2022 15:29:11 +0800 Subject: [PATCH 0585/2142] promote USDT xcms on Heiko --- xcm/v2/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 78b8f419e..46ebc88aa 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -2026,6 +2026,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2814,6 +2828,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From e8267b9b25e42c08aa2e89631a4b3a5c04d2ad98 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Dec 2022 10:31:52 +0300 Subject: [PATCH 0586/2142] adding subquery for dao-ipci,amplitude,xx (#1161) --- chains/v6/chains_dev.json | 22 ++++++++++++++++++++++ chains/v7/chains_dev.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index e21ee115a..daa535bcc 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5169,6 +5169,12 @@ } ], "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" @@ -5591,6 +5597,14 @@ "name": "Airalab node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true @@ -5735,6 +5749,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index ccafbc6ab..8f7b9f434 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5220,6 +5220,12 @@ } ], "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], "governance": { "type": "polkassembly", "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", @@ -5648,6 +5654,14 @@ "name": "Airalab node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true @@ -5792,6 +5806,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true From a60c250faa4a75820e528786fb6d3ef1aaa50ce8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:45:09 +0300 Subject: [PATCH 0587/2142] Feature/polkaholic_explorer (#1167) * Adding polkaholic for Polkadot for test * adding polkaholic to v6 * Adding polcaholic explorer * remove v5 changing * remove unnecessary parameters --- chains/v6/chains_dev.json | 316 ++++++++++++++++++++++++++++++++++++++ chains/v7/chains_dev.json | 316 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 632 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index daa535bcc..234ff5deb 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -52,6 +52,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -138,6 +143,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -396,6 +406,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -806,6 +821,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1065,6 +1085,11 @@ "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1201,6 +1226,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", @@ -1402,6 +1432,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1490,6 +1525,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1698,6 +1738,11 @@ "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1788,6 +1833,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1853,6 +1903,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2018,6 +2073,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2072,6 +2132,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2161,6 +2226,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2234,6 +2304,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2285,6 +2360,11 @@ "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2519,6 +2599,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2755,6 +2840,11 @@ "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2842,6 +2932,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3080,6 +3175,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3133,6 +3233,11 @@ "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3194,6 +3299,11 @@ "account": "https://statemint.statescan.io/account/{address}", "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3244,6 +3354,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3297,6 +3412,11 @@ "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3342,6 +3462,11 @@ "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3400,6 +3525,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3438,6 +3568,13 @@ "name": "DICO FOUNDATION node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true @@ -3482,6 +3619,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3531,6 +3673,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3574,6 +3721,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3620,6 +3772,11 @@ "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3681,6 +3838,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3731,6 +3893,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3780,6 +3947,11 @@ "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", "account": "https://efinity.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3828,6 +4000,11 @@ "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3958,6 +4135,11 @@ "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4008,6 +4190,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4077,6 +4264,11 @@ "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4225,6 +4417,11 @@ "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4319,6 +4516,11 @@ "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4422,6 +4624,13 @@ "name": "TraceLabs node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true @@ -4490,6 +4699,11 @@ "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4530,6 +4744,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true @@ -4578,6 +4799,11 @@ "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4614,6 +4840,13 @@ "name": "Dora node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true @@ -4692,6 +4925,11 @@ "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4832,6 +5070,13 @@ "addressPrefix": 42, "options": [ "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } ] }, { @@ -4852,6 +5097,13 @@ "name": "JelliedOwl node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true @@ -4892,6 +5144,11 @@ "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", "account": "https://datahighway.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4938,6 +5195,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true @@ -4971,6 +5235,13 @@ "name": "Imbue node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true @@ -5064,6 +5335,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true @@ -5135,6 +5413,13 @@ "name": "Leemo node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true @@ -5356,6 +5641,13 @@ "name": "Kylin node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -5404,6 +5696,11 @@ "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", "account": "https://darwinia-parachain.subscan.io/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5439,6 +5736,13 @@ "name": "Totem node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -5539,6 +5843,11 @@ "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", "account": "https://snow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -5597,6 +5906,13 @@ "name": "Airalab node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 8f7b9f434..71e4c8e03 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -52,6 +52,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -138,6 +143,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -399,6 +409,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -809,6 +824,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1071,6 +1091,11 @@ "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1207,6 +1232,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", @@ -1411,6 +1441,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1499,6 +1534,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1707,6 +1747,11 @@ "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1797,6 +1842,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1865,6 +1915,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2033,6 +2088,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2090,6 +2150,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2179,6 +2244,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2255,6 +2325,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2306,6 +2381,11 @@ "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2540,6 +2620,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2779,6 +2864,11 @@ "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2866,6 +2956,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3107,6 +3202,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3163,6 +3263,11 @@ "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3224,6 +3329,11 @@ "account": "https://statemint.statescan.io/account/{address}", "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3274,6 +3384,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3330,6 +3445,11 @@ "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3375,6 +3495,11 @@ "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3433,6 +3558,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3471,6 +3601,13 @@ "name": "DICO FOUNDATION node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true @@ -3515,6 +3652,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3564,6 +3706,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3607,6 +3754,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3653,6 +3805,11 @@ "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3717,6 +3874,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3767,6 +3929,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3816,6 +3983,11 @@ "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", "account": "https://efinity.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3864,6 +4036,11 @@ "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3997,6 +4174,11 @@ "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4047,6 +4229,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4116,6 +4303,11 @@ "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4264,6 +4456,11 @@ "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4361,6 +4558,11 @@ "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4470,6 +4672,13 @@ "name": "TraceLabs node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true @@ -4538,6 +4747,11 @@ "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4578,6 +4792,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true @@ -4626,6 +4847,11 @@ "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4662,6 +4888,13 @@ "name": "Dora node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true @@ -4740,6 +4973,11 @@ "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4880,6 +5118,13 @@ "addressPrefix": 42, "options": [ "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } ] }, { @@ -4900,6 +5145,13 @@ "name": "JelliedOwl node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true @@ -4940,6 +5192,11 @@ "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", "account": "https://datahighway.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4989,6 +5246,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true @@ -5022,6 +5286,13 @@ "name": "Imbue node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true @@ -5115,6 +5386,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true @@ -5186,6 +5464,13 @@ "name": "Leemo node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true @@ -5410,6 +5695,13 @@ "name": "Kylin node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -5461,6 +5753,11 @@ "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", "account": "https://darwinia-parachain.subscan.io/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5496,6 +5793,13 @@ "name": "Totem node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -5596,6 +5900,11 @@ "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", "account": "https://snow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -5654,6 +5963,13 @@ "name": "Airalab node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { From ac706447d9c64d0a5ec8d0fb8da210c25e0e1143 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:10:22 +0300 Subject: [PATCH 0588/2142] Update chain types (#1168) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/snow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/snow.json b/chains/v2/types/snow.json index c562c6ecf..c791c6c84 100644 --- a/chains/v2/types/snow.json +++ b/chains/v2/types/snow.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 2, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "snow_runtime.Event": "GenericEvent", - "snow_runtime.Call": "GenericCall", + "snow_runtime.RuntimeEvent": "GenericEvent", + "snow_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From fb1135ec0f2c1c737d09185f8ae54baeb396ad04 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:10:33 +0300 Subject: [PATCH 0589/2142] Remove "Solochain" postfix for polkadex (#1163) --- chains/v6/chains_dev.json | 2 +- chains/v7/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 234ff5deb..f451d7b54 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4547,7 +4547,7 @@ }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", + "name": "Polkadex", "assets": [ { "assetId": 0, diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 71e4c8e03..8284475c1 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4592,7 +4592,7 @@ }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", + "name": "Polkadex", "assets": [ { "assetId": 0, From b01f10a8570e338bb7ee4107649cdbd10ffb8c7e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:48:56 +0300 Subject: [PATCH 0590/2142] Promote polkaholic explorers (#1169) --- chains/v6/chains.json | 316 ++++++++++++++++++++++++++++++++++++++++++ chains/v7/chains.json | 316 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 632 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index fb82905b1..72ce93d83 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -52,6 +52,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -138,6 +143,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -342,6 +352,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -752,6 +767,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -929,6 +949,11 @@ "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1187,6 +1212,11 @@ "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1263,6 +1293,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1459,6 +1494,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1546,6 +1586,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1600,6 +1645,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1746,6 +1796,11 @@ "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1928,6 +1983,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1978,6 +2038,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2025,6 +2090,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2091,6 +2161,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2142,6 +2217,11 @@ "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2373,6 +2453,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2439,6 +2524,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2673,6 +2763,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2719,6 +2814,11 @@ "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2780,6 +2880,11 @@ "account": "https://statemint.statescan.io/account/{address}", "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2830,6 +2935,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2876,6 +2986,11 @@ "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2961,6 +3076,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3002,6 +3122,11 @@ "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3053,6 +3178,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3092,6 +3222,13 @@ "name": "DICO FOUNDATION node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true @@ -3136,6 +3273,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3182,6 +3324,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3225,6 +3372,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3271,6 +3423,11 @@ "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3325,6 +3482,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3375,6 +3537,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3421,6 +3588,11 @@ "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", "account": "https://efinity.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3466,6 +3638,11 @@ "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3589,6 +3766,11 @@ "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3639,6 +3821,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3681,6 +3868,11 @@ "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3826,6 +4018,11 @@ "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3913,6 +4110,11 @@ "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4002,6 +4204,13 @@ "name": "TraceLabs node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true @@ -4070,6 +4279,11 @@ "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4110,6 +4324,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true @@ -4158,6 +4379,11 @@ "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4194,6 +4420,13 @@ "name": "Dora node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true @@ -4272,6 +4505,11 @@ "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4303,6 +4541,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true @@ -4336,6 +4581,13 @@ "name": "JelliedOwl node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true @@ -4376,6 +4628,11 @@ "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", "account": "https://datahighway.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4415,6 +4672,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4448,6 +4712,13 @@ "name": "Imbue node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true @@ -4485,6 +4756,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true @@ -4556,6 +4834,13 @@ "name": "Leemo node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true @@ -4661,6 +4946,13 @@ "name": "Kylin node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4705,6 +4997,11 @@ "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", "account": "https://darwinia-parachain.subscan.io/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4740,6 +5037,13 @@ "name": "Totem node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4812,6 +5116,11 @@ "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", "account": "https://snow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4839,6 +5148,13 @@ "name": "Airalab node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true diff --git a/chains/v7/chains.json b/chains/v7/chains.json index fb82905b1..72ce93d83 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -52,6 +52,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -138,6 +143,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -342,6 +352,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -752,6 +767,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -929,6 +949,11 @@ "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1187,6 +1212,11 @@ "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1263,6 +1293,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1459,6 +1494,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1546,6 +1586,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1600,6 +1645,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1746,6 +1796,11 @@ "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1928,6 +1983,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -1978,6 +2038,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2025,6 +2090,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2091,6 +2161,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2142,6 +2217,11 @@ "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2373,6 +2453,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2439,6 +2524,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2673,6 +2763,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2719,6 +2814,11 @@ "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2780,6 +2880,11 @@ "account": "https://statemint.statescan.io/account/{address}", "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2830,6 +2935,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2876,6 +2986,11 @@ "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -2961,6 +3076,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3002,6 +3122,11 @@ "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3053,6 +3178,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3092,6 +3222,13 @@ "name": "DICO FOUNDATION node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true @@ -3136,6 +3273,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3182,6 +3324,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3225,6 +3372,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3271,6 +3423,11 @@ "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3325,6 +3482,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3375,6 +3537,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3421,6 +3588,11 @@ "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", "account": "https://efinity.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3466,6 +3638,11 @@ "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3589,6 +3766,11 @@ "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3639,6 +3821,11 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3681,6 +3868,11 @@ "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -3826,6 +4018,11 @@ "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3913,6 +4110,11 @@ "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4002,6 +4204,13 @@ "name": "TraceLabs node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true @@ -4070,6 +4279,11 @@ "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4110,6 +4324,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true @@ -4158,6 +4379,11 @@ "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4194,6 +4420,13 @@ "name": "Dora node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true @@ -4272,6 +4505,11 @@ "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4303,6 +4541,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true @@ -4336,6 +4581,13 @@ "name": "JelliedOwl node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true @@ -4376,6 +4628,11 @@ "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", "account": "https://datahighway.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4415,6 +4672,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4448,6 +4712,13 @@ "name": "Imbue node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true @@ -4485,6 +4756,13 @@ "name": "OnFinality node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true @@ -4556,6 +4834,13 @@ "name": "Leemo node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true @@ -4661,6 +4946,13 @@ "name": "Kylin node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4705,6 +4997,11 @@ "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", "account": "https://darwinia-parachain.subscan.io/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4740,6 +5037,13 @@ "name": "Totem node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "externalApi": { "history": [ { @@ -4812,6 +5116,11 @@ "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", "account": "https://snow.subscan.io/account/{address}", "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "types": { @@ -4839,6 +5148,13 @@ "name": "Airalab node" } ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true From 9a1be2ec1810cb5210c3ebce39867c2573013fe3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 23 Dec 2022 17:49:20 +0800 Subject: [PATCH 0591/2142] promote XX Hub (#1170) --- dapps/dapps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index cd40585b4..d8c62d366 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -513,6 +513,16 @@ "defi", "crowdloans" ] + }, + { + "name": "XX Network Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", + "url": "https://hub.xx.network", + "categories": [ + "community", + "staking", + "utilities" + ] } ] } From 03be888c718a83c58e719232095de103fb171330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:57:58 +0300 Subject: [PATCH 0592/2142] Update dapps list (#1172) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 115 ++++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index b4fad705f..4ecb56d6d 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -1,59 +1,60 @@ # List of supported dapps -| -- | DApp | Url | Tags | -| --: | ----------------------------- | ---------------------------------------------------- | ----------------------- | -| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | -| 2 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | -| 3 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | -| 4 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | -| 5 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | -| 6 | Bifrost App | https://bifrost.app/ | defi,crowdloans | -| 7 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | -| 8 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | -| 9 | DappRadar | https://dappradar.com/ | utilities | -| 10 | Darwinia App | https://apps.darwinia.network/ | staking | -| 11 | Dotmarketcap | https://dotmarketcap.com/ | utilities | -| 12 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | -| 13 | EVRLOOT | https://game.evrloot.com/game | nft | -| 14 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | -| 15 | GM! Say it back | https://app.gmordie.com/ | community | -| 16 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | -| 17 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| 18 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | -| 19 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 20 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | -| 21 | KodaDot | https://kodadot.xyz/ | nft | -| 22 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 23 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| 24 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| 25 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| 26 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 27 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| 28 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| 29 | MyTrade | https://mytrade.org/ | defi,evm | -| 30 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 31 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 32 | Phala App | https://app.phala.network/ | defi,staking | -| 33 | PolkaVerse | https://polkaverse.com/ | community | -| 34 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 35 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 36 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 37 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 38 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 39 | Polkawatch | https://polkawatch.app/ | staking | -| 40 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 41 | Raresama | https://raresama.com/ | nft | -| 42 | Singular | https://singular.rmrk.app/ | nft | -| 43 | Singular 2.0 | https://singular.app/ | nft | -| 44 | Skybreach | https://skybreach.app/ | nft,evm | -| 45 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 46 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 47 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 48 | Sub.ID | https://sub.id/#/ | utilities | -| 49 | SubBridge | https://subbridge.io/ | defi,evm | -| 50 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 51 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 52 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 53 | TofuNFT | https://tofunft.com/ | nft,evm | -| 54 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 55 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| -- | DApp | Url | Tags | +| --: | ----------------------------- | ---------------------------------------------------- | --------------------------- | +| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | +| 2 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | +| 3 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | +| 4 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | +| 5 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | +| 6 | Bifrost App | https://bifrost.app/ | defi,crowdloans | +| 7 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | +| 8 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | +| 9 | DappRadar | https://dappradar.com/ | utilities | +| 10 | Darwinia App | https://apps.darwinia.network/ | staking | +| 11 | Dotmarketcap | https://dotmarketcap.com/ | utilities | +| 12 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | +| 13 | EVRLOOT | https://game.evrloot.com/game | nft | +| 14 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | +| 15 | GM! Say it back | https://app.gmordie.com/ | community | +| 16 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | +| 17 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | +| 18 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | +| 19 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 20 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | +| 21 | KodaDot | https://kodadot.xyz/ | nft | +| 22 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 23 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | +| 24 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | +| 25 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | +| 26 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 27 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | +| 28 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | +| 29 | MyTrade | https://mytrade.org/ | defi,evm | +| 30 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 31 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 32 | Phala App | https://app.phala.network/ | defi,staking | +| 33 | PolkaVerse | https://polkaverse.com/ | community | +| 34 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 35 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 36 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 37 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 38 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 39 | Polkawatch | https://polkawatch.app/ | staking | +| 40 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 41 | Raresama | https://raresama.com/ | nft | +| 42 | Singular | https://singular.rmrk.app/ | nft | +| 43 | Singular 2.0 | https://singular.app/ | nft | +| 44 | Skybreach | https://skybreach.app/ | nft,evm | +| 45 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 46 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 47 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 48 | Sub.ID | https://sub.id/#/ | utilities | +| 49 | SubBridge | https://subbridge.io/ | defi,evm | +| 50 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 51 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 52 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 53 | TofuNFT | https://tofunft.com/ | nft,evm | +| 54 | XX Network Hub | https://hub.xx.network | community,staking,utilities | +| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From 887c0f5db072a1f46a8705f25a92990b4f750775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:58:16 +0300 Subject: [PATCH 0593/2142] Update networks list (#1171) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 142 +++++++++++++++++++++++------------------------ 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2f350283c..502fc050d 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,77 +3,77 @@ ### 🕸️ Supported networks: 67 ### 💰 All assets 206 ### 🪙 Unique assets: 117 -### 💫 Cross Chain directions: 214 +### 💫 Cross Chain directions: 216 ### 🧾 SubQuery API projects: 59 -### 👀 Networks with block explorers: 53 +### 👀 Networks with block explorers: 66 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 3 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 4 | Amplitude | AMPE | - | - | -| 5 | Astar | ASTR
DOT | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 6 | Bajun | BAJU | - | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 10 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 11 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 12 | Calamari | KMA | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 13 | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 14 | Composable Finance | LAYR | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 15 | Crab | CRAB | Subscan
Sub.ID | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| 16 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 17 | DAO IPCI | MITO | - | - | -| 18 | Darwinia | RING | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 19 | Dora Factory | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 20 | Edgeware | EDG | Subscan
Sub.ID | - | -| 21 | Efinity | EFI | Subscan | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 22 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 23 | GM | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 24 | HydraDX | HDX | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 25 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 26 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 28 | KICO | KICO | - | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| 29 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 30 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 31 | Kapex | KAPEX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 34 | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 36 | Kylin | KYL | - | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 37 | Litentry | LIT | - | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 38 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 39 | Mangata X | MGX
KSM
ETH | Subscan | - | -| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 42 | Myriad | MYRIA | Explorer | - | -| 43 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 44 | OriginTrail Parachain | OTP | - | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 47 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 48 | Picasso | PICA | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 49 | Pichiu | PCHU | - | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 50 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 51 | Polkadot | DOT | Subscan
Polkascan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 52 | Polymesh | POLYX | Subscan | - | -| 53 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 54 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 55 | Shiden | SDN | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 56 | Snow | ICZ | Subscan | - | -| 57 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 58 | Statemint | DOT
USDT | Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 59 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 60 | Tanganika | DHX | Subscan | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 61 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 62 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 64 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 66 | XX network | XX | XX explorer
Polkastats | - | -| 67 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 3 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 4 | Amplitude | AMPE | - | - | +| 5 | Astar | ASTR
DOT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 10 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 11 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 12 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 13 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 14 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 15 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | +| 16 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 17 | DAO IPCI | MITO | Polkaholic | - | +| 18 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 19 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 20 | Edgeware | EDG | Subscan
Sub.ID | - | +| 21 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 22 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 23 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 24 | HydraDX | HDX | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 25 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 26 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 28 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| 29 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 30 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 31 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 34 | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 36 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 37 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 38 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 39 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 42 | Myriad | MYRIA | Explorer | - | +| 43 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 44 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 47 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 48 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 49 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 50 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 51 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 52 | Polymesh | POLYX | Subscan | - | +| 53 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 54 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 55 | Shiden | SDN | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 56 | Snow | ICZ | Subscan
Polkaholic | - | +| 57 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 58 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 59 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 60 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 61 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 62 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 64 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 66 | XX network | XX | XX explorer
Polkastats | - | +| 67 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 058453eea7fa4bd2f431f1ade530e78869ab5429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Dec 2022 08:13:36 +0000 Subject: [PATCH 0594/2142] Update chain types --- chains/v2/types/encointer.json | 2 +- chains/v2/types/picasso.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/encointer.json b/chains/v2/types/encointer.json index 8407fbcb7..cf6b46617 100644 --- a/chains/v2/types/encointer.json +++ b/chains/v2/types/encointer.json @@ -1,5 +1,5 @@ { - "runtime_id": 8, + "runtime_id": 12, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 995bcc986..df243e31c 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10002, + "runtime_id": 10005, "types": { "Balance": "u128", "Index": "u32", From 4aebdcca10b998cf3c7f34f3c920d21b7255f603 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Dec 2022 16:02:47 +0800 Subject: [PATCH 0595/2142] promote Litentry Dapp --- dapps/dapps.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index d8c62d366..a0ee91152 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -326,7 +326,7 @@ }, { "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Litmus-original.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ "crowdloans", @@ -523,6 +523,14 @@ "staking", "utilities" ] + }, + { + "name": "Litentry App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "url": "https://apps.litentry.com/", + "categories": [ + "evm" + ] } ] } From 7b1d316f9ab49d4fdc2c8fbe4b65ac96da25cf57 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Dec 2022 17:00:00 +0800 Subject: [PATCH 0596/2142] remove unavailable nodes --- chains/v6/chains.json | 22 +--------------------- chains/v6/chains_dev.json | 24 ------------------------ chains/v7/chains.json | 20 -------------------- chains/v7/chains_dev.json | 22 +--------------------- 4 files changed, 2 insertions(+), 86 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 72ce93d83..d089edfb8 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1629,10 +1629,6 @@ { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3060,10 +3056,6 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3466,10 +3458,6 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3521,10 +3509,6 @@ { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -4824,11 +4808,7 @@ { "url": "wss://ws-node-gm.terrabiodao.org", "name": "TerraBioDao node" - }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, + } { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index f451d7b54..38a9b4bdb 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1509,10 +1509,6 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -1883,10 +1879,6 @@ { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3822,10 +3814,6 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3877,10 +3865,6 @@ { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -5400,14 +5384,6 @@ "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 72ce93d83..b19b5c0fa 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1629,10 +1629,6 @@ { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3060,10 +3056,6 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3466,10 +3458,6 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3521,10 +3509,6 @@ { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -4825,10 +4809,6 @@ "url": "wss://ws-node-gm.terrabiodao.org", "name": "TerraBioDao node" }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 8284475c1..24d56ee7c 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1518,10 +1518,6 @@ { "url": "wss://api-kusama.interlay.io/parachain", "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -1895,10 +1891,6 @@ { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3858,10 +3850,6 @@ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -3913,10 +3901,6 @@ { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -5454,11 +5438,7 @@ { "url": "wss://ws-node-gm.terrabiodao.org", "name": "TerraBioDao node" - }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, + } { "url": "wss://leemo.gmordie.com", "name": "Leemo node" From b123e31dc58313e934ddeb2603bcdf9ce4603b66 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Dec 2022 17:04:17 +0800 Subject: [PATCH 0597/2142] fix --- chains/v6/chains.json | 2 +- chains/v7/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index d089edfb8..b19b5c0fa 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4808,7 +4808,7 @@ { "url": "wss://ws-node-gm.terrabiodao.org", "name": "TerraBioDao node" - } + }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 24d56ee7c..22102c710 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5438,7 +5438,7 @@ { "url": "wss://ws-node-gm.terrabiodao.org", "name": "TerraBioDao node" - } + }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" From af2d523785c3525bcac29f6cc364c36f66aa1256 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:15:27 +0000 Subject: [PATCH 0598/2142] Update dapps list --- dapps/README.md | 69 +++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 4ecb56d6d..e178420fc 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -24,37 +24,38 @@ | 20 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | | 21 | KodaDot | https://kodadot.xyz/ | nft | | 22 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 23 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| 24 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| 25 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| 26 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 27 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| 28 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| 29 | MyTrade | https://mytrade.org/ | defi,evm | -| 30 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 31 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 32 | Phala App | https://app.phala.network/ | defi,staking | -| 33 | PolkaVerse | https://polkaverse.com/ | community | -| 34 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 35 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 36 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 37 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 38 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 39 | Polkawatch | https://polkawatch.app/ | staking | -| 40 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 41 | Raresama | https://raresama.com/ | nft | -| 42 | Singular | https://singular.rmrk.app/ | nft | -| 43 | Singular 2.0 | https://singular.app/ | nft | -| 44 | Skybreach | https://skybreach.app/ | nft,evm | -| 45 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 46 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 47 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 48 | Sub.ID | https://sub.id/#/ | utilities | -| 49 | SubBridge | https://subbridge.io/ | defi,evm | -| 50 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 51 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 52 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 53 | TofuNFT | https://tofunft.com/ | nft,evm | -| 54 | XX Network Hub | https://hub.xx.network | community,staking,utilities | -| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 23 | Litentry App | https://apps.litentry.com/ | evm | +| 24 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | +| 25 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | +| 26 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | +| 27 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 28 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | +| 29 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | +| 30 | MyTrade | https://mytrade.org/ | defi,evm | +| 31 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 32 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 33 | Phala App | https://app.phala.network/ | defi,staking | +| 34 | PolkaVerse | https://polkaverse.com/ | community | +| 35 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 36 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 37 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 38 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 39 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 40 | Polkawatch | https://polkawatch.app/ | staking | +| 41 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 42 | Raresama | https://raresama.com/ | nft | +| 43 | Singular | https://singular.rmrk.app/ | nft | +| 44 | Singular 2.0 | https://singular.app/ | nft | +| 45 | Skybreach | https://skybreach.app/ | nft,evm | +| 46 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 47 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 48 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 49 | Sub.ID | https://sub.id/#/ | utilities | +| 50 | SubBridge | https://subbridge.io/ | defi,evm | +| 51 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 54 | TofuNFT | https://tofunft.com/ | nft,evm | +| 55 | XX Network Hub | https://hub.xx.network | community,staking,utilities | +| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | From adf72da5d0a346cc307c99ea36d7ffd532bf8c53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:15:32 +0000 Subject: [PATCH 0599/2142] Update chain types --- chains/v2/types/khala.json | 2 +- chains/v2/types/kusama.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index e83211be3..b85b80570 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1201, + "runtime_id": 1202, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 08c97bc5a..88c98b098 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9350, + "runtime_id": 9360, "types": { "Balance": "u128", "Index": "u32", From ffc18f0128a03242e64112066de3426e6883e5e5 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Dec 2022 18:17:32 +0800 Subject: [PATCH 0600/2142] fix xx dapp naming --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index a0ee91152..685eadd5f 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -515,7 +515,7 @@ ] }, { - "name": "XX Network Hub", + "name": "xx network Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 29c4959f2..7396a3a00 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -644,7 +644,7 @@ ] }, { - "name": "XX Network Hub", + "name": "xx network Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ From 08831bf7c2903b367eb05688bd1fd9ef6a4319c1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Dec 2022 18:34:14 +0800 Subject: [PATCH 0601/2142] promote gov1 API for Kilt, Basilisk, Robonomics --- chains/v7/chains.json | 15 ++++++++++++--- governance/v2/dapps.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index b19b5c0fa..e89873878 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1606,7 +1606,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041 + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] }, { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", @@ -2054,7 +2057,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38 + "addressPrefix": 38, + "options": [ + "governance-v1" + ] }, { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", @@ -2951,7 +2957,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32 + "addressPrefix": 32, + "options": [ + "governance-v1" + ] }, { "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index fac727eb5..d68cec994 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -62,5 +62,38 @@ "details": "Comment and react" } ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://kilt.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://basilisk.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://robonomics.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + } + ] } ] From 45e74a49a2f1168ca094bdfdff54b29128ef8bf7 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Dec 2022 18:40:18 +0800 Subject: [PATCH 0602/2142] add API links --- chains/v7/chains.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index e89873878..20b5e5e14 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1603,7 +1603,14 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, @@ -2054,7 +2061,11 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, @@ -2954,7 +2965,14 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, From 6734cf1cb5404d18605d873f7e6cc3d092d181df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 04:58:41 +0000 Subject: [PATCH 0603/2142] Update dapps list --- dapps/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index e178420fc..1b5b741c7 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -56,6 +56,6 @@ | 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | | 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | | 54 | TofuNFT | https://tofunft.com/ | nft,evm | -| 55 | XX Network Hub | https://hub.xx.network | community,staking,utilities | -| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 57 | xx network Hub | https://hub.xx.network | community,staking,utilities | From b758f3370f7c98d99387b50650cf13d2d41b649d Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:02:02 +0700 Subject: [PATCH 0604/2142] Create v8 files (#1183) --- chains/v8/chains.json | 5221 +++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 6120 +++++++++++++++++++++++++++++++++++++ 2 files changed, 11341 insertions(+) create mode 100644 chains/v8/chains.json create mode 100644 chains/v8/chains_dev.json diff --git a/chains/v8/chains.json b/chains/v8/chains.json new file mode 100644 index 000000000..b19b5c0fa --- /dev/null +++ b/chains/v8/chains.json @@ -0,0 +1,5221 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json new file mode 100644 index 000000000..22102c710 --- /dev/null +++ b/chains/v8/chains_dev.json @@ -0,0 +1,6120 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/alphanet", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] From 02d10d4d91ce1de3c4350fc25466ecfccb418361 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:10:36 +0700 Subject: [PATCH 0605/2142] All history types are now arrays (#1184) --- chains/v8/chains.json | 180 +- chains/v8/chains_dev.json | 11984 ++++++++++++++++++------------------ 2 files changed, 6193 insertions(+), 5971 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index b19b5c0fa..f83833db5 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -66,24 +66,30 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], "history": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] }, "options": [ "crowdloans", @@ -157,24 +163,30 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], "history": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ] }, "options": [ "crowdloans", @@ -227,20 +239,24 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], "history": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" - } + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] }, "options": [ "testnet", @@ -972,14 +988,18 @@ "url": "https://api-moonbeam.moonscan.io/api" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, @@ -1235,14 +1255,18 @@ "url": "https://api-moonriver.moonscan.io/api" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, @@ -2104,10 +2128,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 @@ -3188,10 +3214,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 @@ -4016,10 +4044,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 @@ -4062,10 +4092,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 @@ -4156,10 +4188,12 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], "history": [ { "type": "subquery", @@ -4889,10 +4923,12 @@ } ], "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], "history": [ { "type": "subquery", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 22102c710..815338a70 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -66,24 +66,30 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], "history": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] }, "options": [ "crowdloans", @@ -157,24 +163,30 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], "history": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ] }, "options": [ "crowdloans", @@ -227,5894 +239,6068 @@ "overridesCommon": true }, "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": [ + "staking": [ { "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + ] } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ + "options" + : + [ + "testnet", + "crowdloans" + ] + }, { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] }, { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/alphanet", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - } -] + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix" + : + 8, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/alphanet", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + ] + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix" + : + 10041, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix" + : + 136, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix" + : + 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix" + : + 78, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix" + : + 10, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix" + : + 5, + "additional" + : + { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix" + : + 172, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix" + : + 32, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix" + : + 66, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix" + : + 63, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix" + : + 51, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix" + : + 49, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix" + : + 88, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + ] + } + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix" + : + 33, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + ] + } + }, + "types" + : + { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix" + : + 57, + "options" + : + [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + ] + } + }, + "types" + : + { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon" + : + "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix" + : + 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } + ] From d2767265395fff9537f2e692936047cb00944e75 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:24:08 +0700 Subject: [PATCH 0606/2142] V8/governance fix (#1185) * Rollback governance replacements * Array for governance apis --- chains/v8/chains_dev.json | 11966 ++++++++++++++++++------------------ 1 file changed, 5931 insertions(+), 6035 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 815338a70..d2bcf4d3c 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -264,6043 +264,5939 @@ "parameters": { "network": "westend" } - ] } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/alphanet", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null }, - "options" - : - [ - "testnet", - "crowdloans" - ] - }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix" - : - 8, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/alphanet", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - ] - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix" - : - 10041, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix" - : - 136, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix" - : - 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix" - : - 78, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix" - : - 10, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix" - : - 5, - "additional" - : - { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix" - : - 172, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix" - : - 32, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix" - : - 66, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix" - : - 63, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix" - : - 51, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix" - : - 49, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix" - : - 88, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - ] - } - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix" - : - 33, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - ] - } - }, - "types" - : - { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix" - : - 57, - "options" - : - [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - ] - } - }, - "types" - : - { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon" - : - "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix" - : - 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - } - ] + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] From 71503424e135cc70ea2918cb93716835d76d9b05 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:28:55 +0700 Subject: [PATCH 0607/2142] Move assetType to parameters (#1186) --- chains/v8/chains.json | 12 ++++++++---- chains/v8/chains_dev.json | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index f83833db5..f27c35614 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -983,9 +983,11 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" }, { - "assetType": "evm", "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } } ], "staking": [ @@ -1250,9 +1252,11 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" }, { - "assetType": "evm", "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } } ], "staking": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index d2bcf4d3c..320c69b96 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1129,9 +1129,11 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" }, { - "assetType": "evm", "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } } ], "staking": [ @@ -2918,9 +2920,11 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" }, { - "assetType": "evm", "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } } ], "staking": [ From 0b74273359817e56f0a78eb245efc92b51612391 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:14:00 +0300 Subject: [PATCH 0608/2142] Remove \ Replace unavailable nodes (#1187) --- chains/v6/chains_dev.json | 24 ++++++++++++++---------- chains/v7/chains_dev.json | 24 ++++++++++++++---------- chains/v8/chains_dev.json | 24 ++++++++++++++---------- 3 files changed, 42 insertions(+), 30 deletions(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 38a9b4bdb..7017878cb 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -114,14 +118,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -5310,10 +5318,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 22102c710..7f5d56d35 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -114,14 +118,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -5361,10 +5369,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 320c69b96..8ba4feeb2 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -120,14 +124,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -5439,10 +5447,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" From d864a1131c70163ffeb4c2013a0dc5d045e0171b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:14:25 +0300 Subject: [PATCH 0609/2142] Update chain types (#1189) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/statemint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index e4afd837e..47862eec0 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,5 +1,5 @@ { - "runtime_id": 9320, + "runtime_id": 9330, "types": { "Balance": "u128", "Index": "u32", From 0dafbf502f9c744a82b599efce7cef6c0cec0019 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 28 Dec 2022 11:33:21 +0300 Subject: [PATCH 0610/2142] Update xcm coefficients (#1188) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 643dc29c7..d95b15390 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -476,7 +476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -874,7 +874,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xcmPalletDest" } @@ -1111,7 +1111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -2303,7 +2303,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2415,7 +2415,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -2568,7 +2568,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2652,7 +2652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -2838,7 +2838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2922,7 +2922,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -3794,7 +3794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -3878,7 +3878,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "224763299216" }, "instructions": "xtokensDest" } @@ -3929,7 +3929,7 @@ "fee": { "mode": { "type": "proportional", - "value": "38620923659" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -4118,7 +4118,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35453962409796" + "value": "42140348064363" }, "instructions": "xtokensDest" } From 218dfffeeadd9092a3a6607908b825bd08afe94b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 28 Dec 2022 20:50:51 +0300 Subject: [PATCH 0611/2142] Update xcm coefficients (#1190) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 46ebc88aa..a269dbc88 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensReserve" } @@ -353,7 +353,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -437,7 +437,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -804,7 +804,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xcmPalletDest" } @@ -1041,7 +1041,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -1125,7 +1125,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2150,7 +2150,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2248,7 +2248,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2401,7 +2401,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2485,7 +2485,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2671,7 +2671,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2755,7 +2755,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -3517,7 +3517,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -3601,7 +3601,7 @@ "fee": { "mode": { "type": "proportional", - "value": "245050942892" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -3652,7 +3652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35128764135" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -3787,7 +3787,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35453962409796" + "value": "42140348064363" }, "instructions": "xtokensDest" } From 930badfdedd90babae5ba1a200419556db3e8691 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 28 Dec 2022 22:26:54 +0300 Subject: [PATCH 0612/2142] Promote changes for available nodes --- chains/v6/chains.json | 24 ++++++++++++++---------- chains/v7/chains.json | 24 ++++++++++++++---------- chains/v8/chains.json | 24 ++++++++++++++---------- 3 files changed, 42 insertions(+), 30 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index b19b5c0fa..4029a6580 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -114,14 +118,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -4731,10 +4739,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v7/chains.json b/chains/v7/chains.json index b19b5c0fa..4029a6580 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -114,14 +118,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -4731,10 +4739,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v8/chains.json b/chains/v8/chains.json index f27c35614..135303609 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -28,8 +28,12 @@ "name": "Pinknode node" }, { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://1rpc.io/dot", @@ -120,14 +124,18 @@ "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" @@ -4769,10 +4777,6 @@ } ], "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, { "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", "name": "OnFinality node" From 025f4a8d3936c0004f073d5a2938cb32d72bd8af Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:41:12 +0700 Subject: [PATCH 0613/2142] Add delegations api (#1192) --- chains/v8/chains_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 8ba4feeb2..cc1a2fcc7 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2946,6 +2946,12 @@ "type": "polkassembly", "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", From 0ff56d06cb5a172965a712ad6c05748c55d14bec Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:11:59 +0700 Subject: [PATCH 0614/2142] Fix - wrong network (#1193) --- chains/v8/chains_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index cc1a2fcc7..14fe66c2b 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -194,6 +194,12 @@ "type": "polkassembly", "url": "https://kusama.polkassembly.io/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + } ] }, "options": [ @@ -2947,12 +2953,6 @@ "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" - } - ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, From 9b9923e589a3c648b0aa1ecb5543b5b93851eb0c Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:07:48 +0700 Subject: [PATCH 0615/2142] Remove trailing comma (#1194) --- chains/v8/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 14fe66c2b..58e624efc 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2952,7 +2952,7 @@ "type": "polkassembly", "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } - ], + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, From 04cff8c5781a21e60dbf10365f08c965789a2267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:21:01 +0300 Subject: [PATCH 0616/2142] Update chain types (#1195) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index b85b80570..e71dce1dd 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1202, + "runtime_id": 1204, "types": { "Balance": "u128", "Index": "u32", From 015f76ed661b29beaba6c8cb82f30b7ea67a9403 Mon Sep 17 00:00:00 2001 From: Holyberry <666lynx666@mail.ru> Date: Thu, 29 Dec 2022 13:33:28 +0400 Subject: [PATCH 0617/2142] desktop mode for kilt, karura --- dapps/dapps_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 7396a3a00..1d775ae4f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -177,7 +177,8 @@ "defi", "staking", "community" - ] + ], + "desktopOnly": true }, { "name": "KILT Stakeboard (not mobile-friendly yet)", @@ -185,7 +186,8 @@ "url": "https://stakeboard.kilt.io/", "categories": [ "staking" - ] + ], + "desktopOnly": true }, { "name": "Subsquare. Khala network", From b1c3f50b09de64b3bfee1f88a09b7fb9fd1f10f9 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Dec 2022 17:45:35 +0800 Subject: [PATCH 0618/2142] Add Astar Shiden assets (#1196) * add GLMR, iBTC, INTR, PHA, ACA, LDOT, aUSD, USDT to Astar * add PHA, LKSM, MOVR, kBTC, KINT, KSM, aUSD, CSM, KAR, USDT to Shiden --- chains/v6/chains_dev.json | 197 ++++++++++++++++++++++++++++++++++++++ chains/v7/chains_dev.json | 197 ++++++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 197 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 591 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 7017878cb..205598db9 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1204,6 +1204,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ @@ -2906,6 +3015,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 7f5d56d35..453f0e23c 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1210,6 +1210,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ @@ -2930,6 +3039,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 58e624efc..1887bff6b 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1242,6 +1242,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ @@ -2988,6 +3097,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ From f565fc97acce123d1e4a582fa61a36e4b1e184f8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Dec 2022 18:26:40 +0800 Subject: [PATCH 0619/2142] - promote Astar/Shiden assets - fix USDT precision --- chains/v6/chains.json | 88 +++++++++++++++++++++++++++++++++++++++ chains/v6/chains_dev.json | 2 +- chains/v7/chains.json | 88 +++++++++++++++++++++++++++++++++++++++ chains/v7/chains_dev.json | 2 +- chains/v8/chains.json | 88 +++++++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 4 +- 6 files changed, 268 insertions(+), 4 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index b19b5c0fa..ec0ebb9c7 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -2498,6 +2498,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 205598db9..75e12c3f5 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -3096,7 +3096,7 @@ { "assetId": 9, "symbol": "USDT", - "precision": 12, + "precision": 6, "type": "statemine", "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", diff --git a/chains/v7/chains.json b/chains/v7/chains.json index b19b5c0fa..ec0ebb9c7 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -2498,6 +2498,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 453f0e23c..5435fd6f0 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3120,7 +3120,7 @@ { "assetId": 9, "symbol": "USDT", - "precision": 12, + "precision": 6, "type": "statemine", "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", diff --git a/chains/v8/chains.json b/chains/v8/chains.json index f27c35614..54660cdd8 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -2528,6 +2528,94 @@ "typeExtras": { "assetId": "340282366920938463463374607431768211455" } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 1887bff6b..099f7a65f 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2971,7 +2971,7 @@ { "assetId": 9, "symbol": "xcPHA", - "precision": 12, + "precision": 8, "type": "statemine", "priceId": "pha", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", @@ -3178,7 +3178,7 @@ { "assetId": 9, "symbol": "USDT", - "precision": 12, + "precision": 6, "type": "statemine", "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", From 7b2b13ae0ed0fc428b6c639f166683c74ae303f8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Dec 2022 18:29:36 +0800 Subject: [PATCH 0620/2142] fix --- chains/v8/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 099f7a65f..b85740e5f 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2971,7 +2971,7 @@ { "assetId": 9, "symbol": "xcPHA", - "precision": 8, + "precision": 12, "type": "statemine", "priceId": "pha", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", From 4c63bb66213ce1880a071c7a718fe734b7d58760 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 30 Dec 2022 11:17:31 +0800 Subject: [PATCH 0621/2142] add Mangata, Zenlink, Gen, EQ dapps and Talisman desktopOnly --- dapps/dapps_dev.json | 53 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 1d775ae4f..79836de14 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -140,7 +140,8 @@ "categories": [ "defi", "crowdloans" - ] + ], + "desktopOnly": true }, { "name": "Phala App", @@ -654,6 +655,56 @@ "staking", "utilities" ] + }, + { + "name": "Acala App (not mobile-friendly yet)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Acala.svg", + "url": "https://apps.acala.network/", + "categories": [ + "defi", + "staking", + "community" + ], + "desktopOnly": true + }, + { + "name": "Mangata X (not mobile-friendly yet)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "url": "https://app.mangata.finance/", + "categories": [ + "defi" + ], + "desktopOnly": true + }, + { + "name": "Zenlink (not mobile-friendly yet)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "url": "https://dex.zenlink.pro/#/swap", + "categories": [ + "defi", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Gensiro (not mobile-friendly yet)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "url": "https://genshiro.equilibrium.io/gateway/en/market", + "categories": [ + "defi", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Equilibrium (not mobile-friendly yet)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "url": "https://app.equilibrium.io/", + "categories": [ + "defi", + "staking" + ], + "desktopOnly": true } ] } From 9181e5bdd9a697706f0da8bf8cacf516126461a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 07:03:36 +0000 Subject: [PATCH 0622/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 502fc050d..a6156d057 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 206 +### 💰 All assets 214 ### 🪙 Unique assets: 117 ### 💫 Cross Chain directions: 216 ### 🧾 SubQuery API projects: 59 @@ -14,7 +14,7 @@ | 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 3 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | 4 | Amplitude | AMPE | - | - | -| 5 | Astar | ASTR
DOT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | From 91629c6aa6f693bb23424ce3467d7ba1b6977dd0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 30 Dec 2022 16:33:08 +0800 Subject: [PATCH 0623/2142] promote Shiden assets --- chains/v6/chains.json | 109 ++++++++++++++++++++++++++++++++++++++++++ chains/v7/chains.json | 109 ++++++++++++++++++++++++++++++++++++++++++ chains/v8/chains.json | 109 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 327 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 45d7c643a..a398319ac 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1275,6 +1275,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 40c2cc3f9..bfc13deb1 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1275,6 +1275,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 78c92ae55..92670916a 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1303,6 +1303,115 @@ "network": "SHIDEN" } } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } } ], "nodes": [ From 2e2a43b6d357c7b1162514b8d5e073a70032dae2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 12:00:23 +0300 Subject: [PATCH 0624/2142] Update networks list (#1201) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index a6156d057..b97044abf 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 214 +### 💰 All assets 224 ### 🪙 Unique assets: 117 ### 💫 Cross Chain directions: 216 ### 🧾 SubQuery API projects: 59 @@ -64,7 +64,7 @@ | 52 | Polymesh | POLYX | Subscan | - | | 53 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | 54 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 55 | Shiden | SDN | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 55 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | | 56 | Snow | ICZ | Subscan
Polkaholic | - | | 57 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | 58 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | From 3a9b9af0a92df23b608d128358e6f094c1ba893e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:13:26 +0000 Subject: [PATCH 0625/2142] Update chain types --- chains/v2/types/litentry.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 04c6e47df..54380fbdb 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9120, + "runtime_id": 9135, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 5a73f6177..eb9c13ba5 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001002, + "runtime_id": 5001010, "types": { "Balance": "u128", "Index": "u32", From 2bf3a4e03c832eda5d34074e5574d061be279f23 Mon Sep 17 00:00:00 2001 From: "ghalielouarzazi@hotmail.com" Date: Wed, 4 Jan 2023 13:02:17 +0100 Subject: [PATCH 0626/2142] add Ternoa Secret Stash dApp --- dapps/README.md | 31 +++++++++++++++-------------- dapps/dapps.json | 9 +++++++++ icons/dapps/color/secret_stash.png | Bin 0 -> 15431 bytes 3 files changed, 25 insertions(+), 15 deletions(-) create mode 100644 icons/dapps/color/secret_stash.png diff --git a/dapps/README.md b/dapps/README.md index 1b5b741c7..feb15ce39 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -44,18 +44,19 @@ | 40 | Polkawatch | https://polkawatch.app/ | staking | | 41 | Proof of Chaos | https://proofofchaos.app | nft,community | | 42 | Raresama | https://raresama.com/ | nft | -| 43 | Singular | https://singular.rmrk.app/ | nft | -| 44 | Singular 2.0 | https://singular.app/ | nft | -| 45 | Skybreach | https://skybreach.app/ | nft,evm | -| 46 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 47 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 48 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 49 | Sub.ID | https://sub.id/#/ | utilities | -| 50 | SubBridge | https://subbridge.io/ | defi,evm | -| 51 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 54 | TofuNFT | https://tofunft.com/ | nft,evm | -| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | -| 57 | xx network Hub | https://hub.xx.network | community,staking,utilities | +| 43 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 44 | Singular | https://singular.rmrk.app/ | nft | +| 45 | Singular 2.0 | https://singular.app/ | nft | +| 46 | Skybreach | https://skybreach.app/ | nft,evm | +| 47 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 48 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 49 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 50 | Sub.ID | https://sub.id/#/ | utilities | +| 51 | SubBridge | https://subbridge.io/ | defi,evm | +| 52 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 53 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 54 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 55 | TofuNFT | https://tofunft.com/ | nft,evm | +| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 58 | xx network Hub | https://hub.xx.network | community,staking,utilities | diff --git a/dapps/dapps.json b/dapps/dapps.json index 685eadd5f..d5bb524a6 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -531,6 +531,15 @@ "categories": [ "evm" ] + }, + { + "name": "Secret Stash", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "url": "https://secret-stash.io/", + "categories": [ + "nft", + "utilities" + ] } ] } diff --git a/icons/dapps/color/secret_stash.png b/icons/dapps/color/secret_stash.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb4ebbbec9dbf990ba8bf344156f2a84705ece0 GIT binary patch literal 15431 zcmdUWWlSbb5GJs=yTjt{u8Zr7ySux)ySux?F7ED&J1lN5?(Tkkm)ws_?*89p(o>n5 z>D1HJQ`J?K?nnhW2?SVNSP&2p1Sv^TrEhxuUxSAHzW-7^N%|(>=0dVUARzVeaPNi? z-_JzGl1j25AYK$8AORsDAg|x7fMXC4S0)gUQv(nXo(vEWEQg#9MZWJBkVXIrQIN0y zu7d9JNlpcHrpP@D z1caAbN>oV2W9_2bJ%?b-b^DEfac6jJ)Um$L$XSn}kt)gvRaS{CRTj{4P(lenyc$c& zr=Lh82dF(~q|vR-dneJ+XqJ#E6=AE9O*Q>v;ACt^fuqATOrY5Ev3FM|_?mMM0Cj`R z5Xu0>eAt{hhr-@i*VSF@nQ2d4WayK2oSB7E?}W}%-A!Ek zS>=YpfMeDS2fXo^&Ua{rt4oT2-PapY-SgC0gtlvrcKF@?2i)crF`NjJaaWx!YK=h` zR!ifeNJpvWPx^Cnuz!3?N(L7?na0Jf2LsNj19buBgvdjDm76C6j(RGDS_*3Ed%WNK zmo&xM+yWQ`%a~dxU3yBTbl?0Jl7p}NTJ&>jIE@vp%IK&^+v8iMZXRGbFc$f-+-8OkSNmtR>#yaK%L_hKZ`K2IN)0F z!(F{oFg>SIu8-gZ*%~~8H3E%H>w?9T0Ws>423;qYf__2kVz&xfz4Spb z4+^7BDcGma-k^`fL%#9QYSC~e(a<78^3l5@TcZVIyseI|?~N+8!DwT{xYpmo-$LV+ zx`Z_WLrTctDiA8SisfA0bizgv)?tJ=E4hq=3M2NmfC+Ik|KQsL^+Y(^jh#?U&A!r_eSt zwM=;WZ;}w*u$+H8KfUeiw`tV07F8Ev>PU`CXbbdesW$)7Sp@qO{#LB{1Eof#agD@0 zyJVy)S{*c(;|r=9iYS6v4IQl>1;hz>bJTA$>#!w6n~f&ZkF;34<(f)0z=0m4Y+Qau z7A{hJc(U8DTZ315hDt-gEWHB(&wPY;sJJRJJ=u?`B(;SXBv-;cF2$zg-L|0q4pTkD^3O?(ZI8|5X8zc7PU|$RKVsVJhduoBC1la@2B-A zrC-HuBUM&NNaS&pxtWyoa+56oCB#J$!aQ~{q;&%u!0S|}wkY_wW?zTy07>CI95h?p zZiNO77C=N~F)-Gevu4|A@NjA>xY}&TfVpa|5V*EA4Ypa)L9tp#u_U~_V?&YI%$03r zhBWLw0=wMiZSQq9&C6S}{&tG>li@O(pQE|4r}FXhzS@2r58vZPw-$>^H3=-QkqlUt&o<8_@L(rUOI6J@Ph}24rBsoD1e254Io8sEknp8LE z`dNlnKL)iW@m`S|U6crxtPeChdNE|Ub0C6=iCYt{{E(t=(OiZ5=>tw?wQQJjBKjuB(T!sXDLOpXpCA^M3XAxFX> zt%cmbg4fG(TrZCc$AVL*9o~k33TID~l)rS6&D6@;{%tCX&V^yDyK$M7wxCYAXzoG4 z`!v1eKktmsER?0koH&dS0k$NiK*Lo}u2Rht4m9jhppjz-G^9zbAxAD(9oKD_(Od2O z***@9nEBGpAchGqKAx<%vL9DeBB;Jedm`-e*GgjgFh`81sh{3-bAQg zJ&G52c&_IkQP5%1&cc^ka)qbJNEN3b0yX=+w5;h;Rsvz}=u`CohgJHk#-uCYO%%62 zj|Ov@EdwR(SX?`&N5FGESA?f-M}F_^*LGr_?yUhLO7Spw$Zk&I3Uy{;cQHoiG`TjS z4UX@gN!Lfa%hx{`D|SIJFlXj610#}5CgoU5b#JHfNjKr5J|c@twX>`HTYftMu#3r=w+iW~bMr{mM|)r8|IAFngbEz=rn zG+`-9yk2o8y}WMS0)Nt%Rpw&#HW?TUHB}GkN#@!AcF0hVrT|`SE}la#2S5*6Z^Ub< zS(u|wW?}vGcs}n(&NVNckEB$ z@xL+?I!cE@($wU$w2Eh<=TB!3)Oo+|QJY6oBU}5-9h~i2Mg#!}ng6t%~-G(hI4Hyyoue5-v=u#(G|t0XX>>AraSIhZXSRkJ*Eb z-c$V}q{5n3!o#R2;o00&P}*m%^iaX1Se-aE9$gT60sgw5Uv;}BR)A$Z69g=wzAVPk zljYV01UuUYiq5+~%Ph2!Sn8!iIupJoke>zrGeesnHF!=d6$jO4J97;iB|)f~2;&PNhzos#JUTVRZW zp)7$IQ+2G6jpAHi3YD-)xYkNuf#j^P@D{2y&g=FWX=^tkhsWnHS^@zD+tibi-OfZj z9z-;y{WbF~>voKrZKQf=YJ1j$O4#9rgu^XbxvS-!-uYX`Pcvbb9;TA2QT&*fj!mu5ajMU@5X#P9pfCl;4y_rOLPXoVQ9p`Ja+Mz27LGGf%JX-upzK zYBHzToe61Ez(@aPO}g%pS*bN=#ijk}2Oiq&In<-55?=7#D45A=mAzKj@ zM#ngccg)M0P1*QT;b1ek*c3`N+UlAO;V?5G7Z-wC$p|{kVXo+l{*BCQYv*0^YvSo= zvb_@;QK$rO2 zB!XEIJEV+>O9!{-aH*QNxw?jT9dRJCz#w6k$l2~30 zxFwdkZ2i*JtXzxrLQ4sW$FS1~Dmg;oo(0~7=5mFjwf!y@sM&+;W7{0<{2fqqLI1S; z;PtD&Ra|<4oHv`zW*KFgK-Vlu6veg9a$QiXR^NX69&^?AVkwzL0cTsnTo^`y%*sjc zBZN-HloHosj+e|zFC~-qFL_wSTrDPpt-f21)N&XYlIOb=YB zxJ_^ek+o*p7>m+URBDP``I4I^t1Yxby`xgYfnH<--0jU31dN8FZe=kk2E95`2I-zE zflRd2?=1jt?mx1^B2)_txSEt<^aj7Oe^DX%5-twjLVN7YbDYX7-f8i$3Q%z^!3@D; zN$Do~i#l$5`4h3*JB&m$NjR;86&pT;>B!NkF=TZbKP)7Vg-Ohz8OF_A5zCj`FL=Y7 zI&N-&?Y)ZkCa`7#19ZYY>l@M%ImSh^1~Tb-PBk-Hj`CueU2N^P5&q3zuC!Xyv>5h* zGeX5S6&lEsqJqCDyK+9VAc)DxDBPktKCe`6A?~pnem#jL*{e8%xg8c(R+pdVdo%w#5( z&ko@uaX#D{ai04V%}@$)=}A6Y%cyz}6Hb_si1TTB)%l%DtHXc$wZH~irNty3$B~$< z>Kx;DDp=4!sj+h>tmk}A^&~5KiJViD88Qj6P!s~ai(4H<4^YOyL8laY8*r0x1FazV z`U(>j_jcP>1gnRRqsh;irjmso^ym$JAuflv@J$1jK9DO(d)@!l(|_{~)UWfIyQlJP zc-p);obok$i{9$asHi`~!Bz&_omrO=D25U)*AY;xE9;?{7v|C&?P9v4UqyZkb%RB1 z1uC|TH;HGOI4vItVr&$<8+XsMd*-2tZWHFqv~;ad5$3+`t==iAj{iNd#NMdhzBjKc za2FmGWwh@^S=;a;@evFmt;6tTF@nmAPB31}@tjfqu(2=Cbf=3!1XnC>x5%wJ%CoMK7nO`&+Gf zNPKK)Q=^zp!7-s$S51*^JNZlrP8zDIx9ss=Ez>&5D%sXtez!s4H zWLB&7o5p8oNB7wDb_j@rABWz_+t-x`NJ}TCtfm#D;jn<%oVS_9&xFClI~DQ3J61Z7Vx8`9UDOH^%ta1Fd1(mjt4k?o~h{8rQCKLWUnd`I*KhJ8VRhXq!vg4vy z9GMhNNz=ln+B}pAs&18{TZq?5g}_$lj8t9TxexGU+jDp;D?U_*WpLuZxcxY3t#WJB ztN;G%Wrn95mzcx)6!&Db69VD7%kEp_Q+sG_hBD)%V4Dlrxi;NHwT0ZRm&x#y>x~iB z9V--@xn%2G09M*2En-&d8p}ggL4WpAAi{i*#z06>0wZB$n6caxSPH4rVyIJCV3zM? z>Ket;{YcErm~sV6ajclMXD$95?~XOl%Ba{nc31(L|Iju^Fm1TOca2@Un%>t-ogvb!$@JS|tz`x7_xm)@~ zp^J`MnT*7cB!|luD(5?bT@HFoYdNu%lj&eUeaStX#`>%k|noHN^#-!lzdGEmY ziC>@ZUbJKfo#x?EqZn&O4Ve<$@-jxi<5^w3GqM)D3(l7i9~#j)S1)+L(O9;+S8nBC zBH%TT)LhlW5QxZc3l2Lj$12URQ@B^8RwLB?z4w>}gIrO(EiC#vs zippc~A_-X5R1qrgz_&oCn|6(f0XPqwE@R+`C1U!s@f(JXgFvgBo6G0tzjb}5Hg>sx zF65DChLt>MY|E2jQ?dvPs~hZNVSi1GF|{36`Z{_vbl*x`a|O%}*y@9-N;J}gX)MCX z2iFjtqkWw#2~aa41Yz4t5v5HW1C8g{qA($%`gjbmuCYh&sL-gE-a;k@;hyokyw-ci z(~lwIEJ4PO#iHsB?+^MZC6bAB-L<_(ta*eQnr*%C?i?!#noJTG=-h*or}^sL>dZBk zd;oE9TN!(|LaaGck}~ObD+QYHCn+TJg2)bidca>QpTa5O1VXyDA*3O2TLw?3-($7J zHb7s2ZO~59UR==z;9h;2oeatTaWi16lsxn@sY!;)(804lqB}b=UfO8r5&r9S``al; zkP|g)C_s(601KjxkJtz78FzF>H0g`yJ~-0 zSTPb^tG>BU{)sruvGHOBe+8uncTVK~2>#a2cNE<_ZY864WHy`vus zbdIkoFJzVu8<$+9+@S6y5ugji1IrgZP!8g|_(wL4NmZt#z}^bmCBb|Jx)jipt8<)3 zzWW_!F)&4->{?tSxc8iv(^ULo=KYvVFT?ZxLlNPQ3v(&DpErwc@4D!^{BNQ=5oevf zgdnI%h&t2?SJ72$yhc)H1L;?8i~1sltXY9-h?kTFCV~{z{lh!zwWrE2;_+ZP6I{Fn z=O3bLn_#!LQ9d9Z{7g%|8_Wtn`?M(Z`l1z%$y|y-0$V`^LPr6E#+?4nCg*8TqCvIc zLMO%5uZ7zi0-q;JI@oK3*{9XuKb|Zm38K1d%2zvDE->TFb!D`Q6L@HT8xqkfIEqDS z5s~qoNS}3m>DNFTK=33gF$!0cxfo|UCz=P;!rj88%s|*anhz=D(i15tvb%@h_b4-8 zf!73cx9;z!tz;@PJnjH%J-Pz0h$~f)%|YcrP+kD;xkXp%%@<_W_%Y*y+ijm6KRpDY z38RVw-~4VjYhU-CKJQy4NQ*h`V1ou?4K>=L9gZ33Pi1l3CSm|kWwuCT9imdnPBiVQ zEfC{1f})~+(!n}vm|B5kDyI;pE%4Pr2?yE(lwdQkKCr3su!mAm1XHl!j`D1@7fK$T zBv(K5#QZvjq`*Zuc>@qOJb$@e__~_xN6SCDr2ksZVxqZ1O>=~+GSCbR`>qkpca=8gZ`A91MO^qSxeOxYvZXyhls*AwmPKXo>}KJ%SU zy{~2HS4@l-+5!vRc;f{mW&5A|9aC4N@Y2z~&2qmGeZV{vnBvg~0{OQ+PW+eLY`q!1 zpM08>=-}-~GO{5qmDnqNa5BA+MoF^$RvAGd=qujM!-nW@jxuf(JSUx8OEFQ>Ip5}40Ck5CO4pRZiIVV?Ye3S55` z5U6O=;;ig$^PYGk9Jv8LboPABQB_^~?p%-L;}CS*7=NQ@!^P=#ERI+uko18v^l1&- z*q}aL;;^$AFhyMn;krX!o+V4QsT49T2dAfsu}^vM-Ef&|B{y; zGAltiY)ll$iRC)a^9Oj<8X>Y{bNSq4VkcT}%IhbLT&afPo(sI559So8tF8}yKFqLG zEF{90vl(@1JOTf0w66^B+Lv@|(I5hn{^|@M1N+8Stc!VTm37&o*e=U1-PFjORG%QO z;+Sw01KGa-WlB~$IWzp`6&6M5Olqx;#Oe0Yk-%EmTSt8T2FIg_69fZWlwi!XKy8`aJBUa7^W`O-&(qn}4~=pXeK0$4g=UkQaA)dJi;QUC zUm7NaE)c%3+k(EmKdEQEW*M@FB_C z7@lzL&AtSlMiWE(D1ZHU6}(+GI%fexaL@li`vs?2fW)ccMl_ET?Q%{vZ2r?jAGLI>1m!7Fdu0bHHZ61Ou&-!JuUY z0YJTP9Sy`uVXBG zJde)kMS1y(eOLb)4RV6!8^eAp_hRG#n7*^5Ve(B(jrA{2{%d)Z%+b-u7(~4^`FaDu#AAcW&y;dD^lxf)=TV!Qp;cFNhM=^)<6hO7M zRR_;AY_h1(F{Ub%P;s> zqETgQJ@2<2H+LhRiM54plh+%Sb^nBBZBtQBFixTk7_VrmnP4BK9KO;(w_JLq+9v4v z+X#|cK-04ya6QmAz0Iw@W>DtIl4j0Kn7W+WwtSd3bfW)zvP2^f`f}Hq)hIzk;U&s? zh6B;`1^?Drp1a=3e`!+-8=%#}?5qna0o#gZQlhL0#a~_xOwW|5B$5i%c%@F?cyiI+ zyiU%`o6chBA9C(tHMB*m#Qz+M2m7WQefthMfswcQV(_xjtlQ1M{Y+5+v8uaUUBds| z9I1R)_LbkBzDQndC^K{L!No_l87%fBM5!88lmRr`42_GCW7~lnEJ|JJ*BwWQXksz6 zyhPcn0=nAIKWQAl=$8nrO{Yw}yn@(x>k0Q|5$`~OvVE_M75e>5I$hM;HBj?L6sLco ziqeCzt~H;ZvVW~^dnLk<#S7LF^aS_cy2V5?9bbiG$Al%n`dt zKaUaipB$MxW1GETXc?=XMF4tu@ZTLG;Pm<{uC>Pc%D6=Xf=C1_wNXkGo)MR(d@*PL z+^t`SVRSUpGy@2)pc~hsJ1Jxxme&*<5mK?3)@%bo(Qa6zj$%w=lap^rzX^D9rA8Mm zJR`92TH%A#MtTd1iJamb(vTPxMMb`*K=YRzwJZjXjJV~vVxF~s(9M>JhSCzI9kA@w zdlh|4E(Mc|>7K5;&iC_)2SE(nWD!w%G90eH(qaffxg|IR7e>&^>psZs_B{>CW$)i+ zrAiMi8Y9rzVZU^y@J}NJw07w3vEc6pq38ql5J%O&_m%SLhLLBwL1w9>e8cKi0y7?0 ziJx%%nId4E0_x43T6HdH@_mKIx>el;MOGnnXb^){lY`JL)BhoI|<(Yl2cRZ15S z)5PUjTGM8f+MXJbOPS?8d-JG#HDWMqr^aGkbC1qr62-EeG)AP2_&MEA5{%Ccmn`!433@JAalT-L zerpt)a1&wHH7rxeb)|~-Vo7n4jQEUgRxjwnmHb4u@Bz_KWv)&^QJIEx2-_$aGU5-p zrR<(f^v%|G0F6khH8X`-K~t(QTZrUn*p7E*g}~VJKlK;0Gk?eOcafkP;>tDC6FPY5 z6u7gBR=uK4{%OevuY`@znkT)2WI{@o#b_moC{$zxGYttBehdQ4V$e(qml7$~oFz3T z0EsU5!8~4-wR4xJfH=uFa?v2L!fjP^&F^(Onr?_oR);vJsb(bdmD9pCezX~HJC>-e zsk~)fZTUoSnFNQV8hzo?(g2=8_(i+o%8?dTmEK>>0Msw6Y@NH)$%T&-KQ z{&xv1KbWY|1rop@d0}Dz%eDsP;rCuFDinHg)|*Sj08pSBEGSx{kt%bccY*MNOva8} zz%GVikhNGd=8|1ya$*J$_5@W}C%lX)%%>D77r zk(8ck#-*?(+}wmyuIayO{Q2S3lxW4*syKYRakL>DhN?=COdm6bDa}JvF<&Z{i^fAQ zVUdMXKbb$_=ea5t^yvi@LQltbMfd(LhCzLsyuu}ymnoEk@Lwj4t?8_O?Fw|xJT0V+ z|Kwqiec4S<*$aK?Rb(>*7e2pB7FDja`6{;Ddsew2jr>Du8T7 z*S|MJ&F4fvR;PVp=UMh-oh!X#_op`Ug_KBd8bs!z29cSFj61f@4PtFd3oz=l=H{~G zn5WUhEyt=f&c`-uXTp&0M}S~$;PBlJsm_2Jrth^=tT5vzpe#oL|19jv#02Q2()j6f zjWfyXEJONtIBr@ny<}0CH|h^56LY5Rf2L-}8$e`a;ex0@ZwKzG(JX418kalf{iF50 z-Mk!U(a_D9SVff#oR14e<36Dn9v%V z=$mE1#0-);I4Z<1*0&uD`(0X`Z+l9*oX&4t37=&d`)bmkNRy#*XN|KpY zoh6#MLP~3&l)7f+4#KCjGAnw6L5zpGx_G0R)U5YL5LqdJs_F&_hD^F~dF zJVUzY{5i@SHOZcN$v5V3LIK;KmCir1@!UdWx&*O&yaY58Hz@|kon7EqxQrllWn?-* zoGT{xTz2|3fT5%<;wV~{)s{?2=b0AuZT21&pC~OSP$(Hn$AKxTjme-HrG*(p6wuKr z!OhUbnHLK7KMe|+VpnaDz|f0`&2VStY<`w3c`HS-9UKrA)2SXy~E4dQm!iJ74~ zeh^sbG2oNKPH4z_o;>@;sJPYpeyrb0kp=#qPL^@cGbwR7!`U9^4Ud9vq;8XI4dG<5 z;gA%RTwmngeLOLIqf@riQSzdkA^Nrb54oILId?=#HyUAanKJXN%FS8-yRyU>_<8ck zI!(T*cIDB&$UP7?caTeGAC$pV!}4!kx&o!K+Sf+^i9>Gk*ZA5FuZ3G2lTtUKwKrSm zUP+6r$v8aZI&^8DAP0pI?LZ_sLdRNc)>@pIWjF%r0t)402?(fyX-Px$8HaDc&Z%nz zwhF#D72I>`ARdG>dEv>zb&C2iw^9;w4ze$Ib$a)Uq z=|Hx^xpjH&Em8a!vP7J&K5ISSZ`?3qfBy+)g;VzMd3l^xM!;wa_)r1}(xYG^Xi5KG zWU${%;h+5a3m6fYVn6E*R(pb8oHw(o{;0z1i9W0!q>3wapf%oMNK#5i`|;MCgQz_D zN3@1&NH4U|gkY)UKB%Q-5ci@^oRiBmcO=Zt&;=OwX&F)OmR2L0jYFpchl(uuSEEj| zRh+YN>%8D^09W(BjgYwYBkb0h1&4*C{C7(Rqr)`R46w65wZt4E6=j?1lP58>5m?ts z3JT3rOjQ4%#f+{#+|O%j zZ5Bs>>!|xs9vILsEbcXp@39n1z}N~!xBN-9iE!eOJeO7)3oFS&*gMufD)?PpC(c`y zoKb^~HYac+D8$Z&q0FYb6w2#j?Sf|9j~Q7K(#$Wnl76r72tRWEi)U?=GCmQI1Mdp#am|QDdZ*zZ=M-5e#tCrEirC=!fkrwNQ*Qzcs zN*cRek{P?efhNP5Z_aR9X|<~5!``aelh5X~l0=eqwVea0D;0zo>yacVVx&EvL{N}~ zsNA4xq@Ge#&6H9zDE)_jVaZLS9AoJ?15%Z>OdFQ-IPIAtY?22C`ouDN@MOV@$~Q~O zTN3p`Vwmw_Ae>`VA16p3PWCKt5+nDOA2a6C8WwMxEFNSR_d`@9Rdl4$4a*hCmu-)u1{Wgi5 zLtkn1rOUTEXM2-njHp?t>(aG*ai>qLG`w7jT#}vhJZA@Tw!oT_GRnvkrT8)?Tm=Vm zdh=kFhQbY=^&)5{Yx!f3S2~G#ezr{)|If!HI4mIb>^9SJKG)==j+H6*+3mqzugmYN zkEp+IbO4~N0LNe!C81DGbwK-%9fH2~!0f==7oEm=JR@IcN^;JS=-2hQ>jGjCX3=|(>(QCo zzaRSb|2dSW?H9_7aY=tVx(bxP9g3otkXsO45G%4hKNnFINwiHWI`aZ;QX;@eq)BYe zieaomrE+vOs_oHDcmL`wTi~-t=9VJIkT^-@)@jbh!@i44K=mjlL6!o+bvcIz_x$c2 zqXV(7Sv($qNcA6SKLx7>!zkn#;z-D(IH+!MLwd#hMwi)h`1)Qquo0lyz*A&ca#o^E za3EACeBAw=cE#LHZi$_XK0vY|ds3C!A^{EqqDXD>vq%sn`t_nq28to!A7jB-7>vNX z{cw(Vo~hid)b2;^q(q_kaIBKz~`mxulJ?i#M?(kAZ_OV{{DzkR|(Q6BDgeSNOm za+Y=9EZt)N@L84i2rxCEkdVKugZ~NiT3K&kp5(B|-j;69iU+7Z_^<0fy?r4Nq8M2F zX__o}Rt9b)w`NY9Z;SgQrB%>!ta<#;;rQ8}8S8HEq)UjKu+YlMjE*k1C@i+j$X9)% zp|*k8-D{#otNVCg1zH{Q63?CIWXrxap%@W{LuD_d znwjS{wrC|WDQ59XaqTGNZ=1~bHHy-mr@><)%E$KkQ@tUp)~YK&J>trD%KRlA$uCCV z@8fB|pV1iES_1u2e4lp|3B5DVRIFhp?q1@!987ay@?MCO)p?fd0wv?_lv4>99ppD^ zAYc!p6fAMI@anJ3LjDBzGZ@O>0Wg-uO*3h4*V>|&>bC_)`CP>z z?Q!TtYeYv2BNLyOC1DIyM|6QcYxm)elCDlz(W-{K^7C{{L5{B%^!{`3IwYDQd?z*Q z*fv-`MnZ)eq!a3U6Y>YlZaafZ9EDhu?HOJ%)Y9nnrNdmczr|ByE(bVsiCmiTVv!tb zg}fx5yB_sq8Q7+GO9%*6KcKeSe08QopP`_bnGbuO9AjCO?^V(Fc3g=w(g3Aq1yG-_ zsBfH6U>aG*GvuxxNPnU1IrT{tGNOIn&Rq$-99?-nlshP<$mb0Z8pLZn2`r92M0BOT z|LgAz*a@vI3o*>3s&I076jk)Hj+m3j(PiLQ}^ z8>(}EA6e;KOFiKJ-jkHhz5SH+CTS#+p!x6qD5JW%V)R=pxqL~!w2bTAS{b%IeJXpJ z-~a8ff+v*F(B2@AFKdBVW{Q~%bRn?>Iyg3Hw}39qn664a z0k^09zn>!z9|?))6KW!O&#A)dbb5WY3cox?^ydkwrs4c>gkfM8SfN@cr}6phQp@^_ zNWka!&cgi-o1@RUk-j&QgKa(i5ul`rCHgZtNoZpBN<;q8e?C{yHPB{r z7zRR|Tay!zQ8XI`lmwxnd zdC_+PsM3b=!C%?_@^07Xv`$mt1d~bb#d3yHn(D@K{L1o2oFquEhx6cU4{OqYG!Kxc z-_gU0RmHl-VU)yqj_-?iy!dzpCqO1QdiL)QcQHAoG51@4#l$Su=&|52QS>Hz+Z23${j-qZxr=Ad4C0nNukyU+=Vu6(AcfvjtXdcamqErOrm zpC}2SPaqSkOlRucx_#R}-ap9wmXq9ToWW|qzF^x7Be%EVe6p0m^1k%mul%~FnqR;j z2(C%*dcG(>u4*#^7|TiLD*I*{*>1Fe>H+=$z14wvuVe1%CL%ACo?iUv_xI2Z@0wp} z96_xz@HuE zTxpO%^|gS`!kU-}r>M_(B|vhB++($K)=Gak5%bGkBKjdYL!mI{KJ?W(OLtZK z;lwvMNIa^;@%4hpCm|6;?b}^w6#(p-;}W$`TXTx(@I!dQEGYNK-nDaKAe}f8vxyTD0KU%{N!6MXj}pk|F5O5O{Q}2 zcSR>!l&Aa)1Ug0!Zg`ukuT{{W#O}^mmHC9_?x>)i=I?`j${%OGaP0xw`+5JA`yhe- zIi=rqJm#;@t~0G$_h&Cm%(`rK#FOni*8Q4>%%@Bkpds*Q&cSD?AOHQKF9qopP>mkj zha1Mj@2UmmSr)Uk;6FUhaPMzS*HCnP!>s!V*MPpSUPFx%0A zNRH!;T#Y)2&-AzHe$%#jpr1I`L#)4ezcPuDoHl$ndLo}f zjqyVS*gHsf-Ay=~>HZ{*N6_(4Yna@;{p1V{oE3aZ}ud?oOb9!$o(Vz^M~l4$F>Q>1UlX7+FNNxN~Dga<>HqLcjpMaCP}9U_0JA1o^>9`Cvz9GzN_Js+sZ~t>P>h`a)&h6GiHGOfTG*D zn}NvktNB{ZKVH6T-tT@#$}c@9ep$KX(AyH4a%Hi-HJF(L%v1RuHph}8`E*BxmRs2E z+;g8}aeaXR+cOxq{KXk2BZh|dM%V8I665_Tr=QPtKqek)eK`haiSs|W7I5j|;{bep$7@po5 zM)QwE-zRcT+mDh+>~f#l;ppEob8t@he+u8WzvvsD?0!)0?;SKcnkm?D=TL94<}(`@ z##{cT+kcq+u!Cz)^jr}0$%8v|!v0Z9i8Sl;j-QVPWWF8q05-=y+ z`LYEz(=nv9>m0v4y?~WhO=n8M!)fk%j|E$9i(J}$BHh01l^zP`PrUl2@Ie9tpwj0s z?{JO<7H0B_b(~FK!SBK#&2j8!>?R~XrgidV0IkoGU7oO!gPLaI04CO@pr2NS{ zt!J@%q#>7ZY@<`fqdV<7b4%ANLP+(hco_KvR&+``AYCoqVUvc|qogVNS3ryq`i;ZD ztrYi7$>9o!l=t`)e)_YWYWZS0I{~U759;%1qgQwA!L|N7s0PJEzVRpe3Ft=4xMAF% z$fN|u?rUlxc6rQvZ-frz68Vd9+gy?ldHPxE!wuIy(vznbhjk6x&Z+?!b;D? zOwYuo!pzLW&cVaRPRqo^!^E_aIxzgdb+ENJu{87izjvq}_44}e03szOCt4$H5cEF) Dm=pAv literal 0 HcmV?d00001 From 447986dd11c8f8affb5e68caaa6e83b39f80c1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 08:13:28 +0000 Subject: [PATCH 0627/2142] Update chain types --- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/litentry.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 240cc94d3..59337f0f9 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 115, + "runtime_id": 123, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 04c6e47df..54380fbdb 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9120, + "runtime_id": 9135, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 5a73f6177..eb9c13ba5 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001002, + "runtime_id": 5001010, "types": { "Balance": "u128", "Index": "u32", From 52597a89622c9ae2aef2abbb023c0c882e0bf44c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 08:08:24 +0000 Subject: [PATCH 0628/2142] Update xcm coefficients --- xcm/v2/transfers_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d95b15390..0310ea3ff 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -476,7 +476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -874,7 +874,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xcmPalletDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -2415,7 +2415,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -2652,7 +2652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -2922,7 +2922,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -3878,7 +3878,7 @@ "fee": { "mode": { "type": "proportional", - "value": "224763299216" + "value": "356228062566" }, "instructions": "xtokensDest" } @@ -4118,7 +4118,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42140348064363" + "value": "47231121778202" }, "instructions": "xtokensDest" } From 92a5f543cd3e6744f534b09cf0fcc438de83c1dd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sat, 7 Jan 2023 11:56:45 +0300 Subject: [PATCH 0629/2142] Remove KILT testnet from test list --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index c6f1f3681..dbf3313fa 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index c1b0eb281..b89f0bd9a 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -214,11 +214,6 @@ "name": "Altair", "account": "0x6d6f646c70792f74727372790000000000000000000000000000000000000000" }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "account": "0xde0e5233c3471ca5faa5b90d1ac78cc42fbe9ac64151805f994c659fbda0d302" - }, { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", "name": "Bifrost Polkadot", From c487bb3f9c5acc87c44aff49e1c2733ca36e07d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:57:28 +0300 Subject: [PATCH 0630/2142] Update chain types (#1209) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost.json | 6 +++--- chains/v2/types/polymesh_mainnet.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 7bce13f72..a0f600c87 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 967, + "runtime_id": 968, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "bifrost_kusama_runtime.Event": "GenericEvent", - "bifrost_kusama_runtime.Call": "GenericCall", + "bifrost_kusama_runtime.RuntimeEvent": "GenericEvent", + "bifrost_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index eb9c13ba5..48d2b9577 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001010, + "runtime_id": 5001020, "types": { "Balance": "u128", "Index": "u32", From 1a3a328c1dc89a973e30535b524c406588ec9402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 08:12:27 +0000 Subject: [PATCH 0631/2142] Update chain types --- chains/v2/types/khala.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index e71dce1dd..3dfdb1c48 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1204, + "runtime_id": 1205, "types": { "Balance": "u128", "Index": "u32", From 1d4eb81d0f11d401bf689d5dc25584a4a6ebe4bf Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Jan 2023 13:05:55 +0800 Subject: [PATCH 0632/2142] add HydraDX Omnipool --- dapps/dapps_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 79836de14..fc6c16ae1 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -705,6 +705,14 @@ "staking" ], "desktopOnly": true + }, + { + "name": "HydraDX Omnipool", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "url": "https://app.hydradx.io/#/trade", + "categories": [ + "defi" + ] } ] } From 874d87328b6f4bf2e2ec2320f4d931326eb88747 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Jan 2023 16:00:05 +0800 Subject: [PATCH 0633/2142] add PABLO dapp (#1214) --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/Pablo.svg | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 icons/dapps/color/Pablo.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index fc6c16ae1..8d1eedeea 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -713,6 +713,14 @@ "categories": [ "defi" ] + }, + { + "name": "PABLO", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "url": "https://app.pablo.finance/", + "categories": [ + "defi" + ] } ] } diff --git a/icons/dapps/color/Pablo.svg b/icons/dapps/color/Pablo.svg new file mode 100644 index 000000000..4067d16eb --- /dev/null +++ b/icons/dapps/color/Pablo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From bff9ae36e84e8b2a143846d770e542aa17ec385e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Jan 2023 17:43:06 +0800 Subject: [PATCH 0634/2142] promote HydraDX Omnipool (#1213) --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 685eadd5f..0c0598ed4 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -531,6 +531,14 @@ "categories": [ "evm" ] + }, + { + "name": "HydraDX Omnipool", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "url": "https://app.hydradx.io/#/trade", + "categories": [ + "defi" + ] } ] } From 4c523eecea31387a361e5f65289fb3abaa1e32b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:43:58 +0000 Subject: [PATCH 0635/2142] Update dapps list --- dapps/README.md | 83 +++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 1b5b741c7..aab4705f8 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -18,44 +18,45 @@ | 14 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | | 15 | GM! Say it back | https://app.gmordie.com/ | community | | 16 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | -| 17 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| 18 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | -| 19 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 20 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | -| 21 | KodaDot | https://kodadot.xyz/ | nft | -| 22 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 23 | Litentry App | https://apps.litentry.com/ | evm | -| 24 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| 25 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| 26 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| 27 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 28 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| 29 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| 30 | MyTrade | https://mytrade.org/ | defi,evm | -| 31 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 32 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 33 | Phala App | https://app.phala.network/ | defi,staking | -| 34 | PolkaVerse | https://polkaverse.com/ | community | -| 35 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 36 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 37 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 38 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 39 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 40 | Polkawatch | https://polkawatch.app/ | staking | -| 41 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 42 | Raresama | https://raresama.com/ | nft | -| 43 | Singular | https://singular.rmrk.app/ | nft | -| 44 | Singular 2.0 | https://singular.app/ | nft | -| 45 | Skybreach | https://skybreach.app/ | nft,evm | -| 46 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 47 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 48 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 49 | Sub.ID | https://sub.id/#/ | utilities | -| 50 | SubBridge | https://subbridge.io/ | defi,evm | -| 51 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 52 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 53 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 54 | TofuNFT | https://tofunft.com/ | nft,evm | -| 55 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 56 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | -| 57 | xx network Hub | https://hub.xx.network | community,staking,utilities | +| 17 | HydraDX Omnipool | https://app.hydradx.io/#/trade | defi | +| 18 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | +| 19 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | +| 20 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 21 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | +| 22 | KodaDot | https://kodadot.xyz/ | nft | +| 23 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 24 | Litentry App | https://apps.litentry.com/ | evm | +| 25 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | +| 26 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | +| 27 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | +| 28 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 29 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | +| 30 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | +| 31 | MyTrade | https://mytrade.org/ | defi,evm | +| 32 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 33 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 34 | Phala App | https://app.phala.network/ | defi,staking | +| 35 | PolkaVerse | https://polkaverse.com/ | community | +| 36 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 37 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 38 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 39 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 40 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 41 | Polkawatch | https://polkawatch.app/ | staking | +| 42 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 43 | Raresama | https://raresama.com/ | nft | +| 44 | Singular | https://singular.rmrk.app/ | nft | +| 45 | Singular 2.0 | https://singular.app/ | nft | +| 46 | Skybreach | https://skybreach.app/ | nft,evm | +| 47 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 48 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 49 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 50 | Sub.ID | https://sub.id/#/ | utilities | +| 51 | SubBridge | https://subbridge.io/ | defi,evm | +| 52 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 53 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 54 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 55 | TofuNFT | https://tofunft.com/ | nft,evm | +| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 58 | xx network Hub | https://hub.xx.network | community,staking,utilities | From dc3a4b4b160a72294faaa16c515851a9c8692a5f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Jan 2023 18:28:44 +0800 Subject: [PATCH 0636/2142] fix PABLO dapp --- icons/dapps/color/Pablo.svg | 40 +++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/icons/dapps/color/Pablo.svg b/icons/dapps/color/Pablo.svg index 4067d16eb..091e23a9e 100644 --- a/icons/dapps/color/Pablo.svg +++ b/icons/dapps/color/Pablo.svg @@ -1,14 +1,38 @@ - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + From b644d1c27ac1f24d02ee7926a213847dab6b84bc Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Jan 2023 18:53:15 +0800 Subject: [PATCH 0637/2142] update PABLO icon --- icons/dapps/color/Pablo.svg | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/icons/dapps/color/Pablo.svg b/icons/dapps/color/Pablo.svg index 091e23a9e..2dcd664a6 100644 --- a/icons/dapps/color/Pablo.svg +++ b/icons/dapps/color/Pablo.svg @@ -1,38 +1,11 @@ - - - - - - + - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - From 49c6c9e16c85050ded6632e9eb4c69c820f1f345 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:56:00 +0300 Subject: [PATCH 0638/2142] Adding new Hydra assets (#1219) * Adding new Hydra assets * fix price id * fix typo --- chains/v6/chains_dev.json | 22 ++++++++++++++++++++++ chains/v7/chains_dev.json | 22 ++++++++++++++++++++++ chains/v8/chains_dev.json | 22 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 75e12c3f5..757bbc9fb 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4171,6 +4171,28 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "2" + } } ], "nodes": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 5435fd6f0..6de387541 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4207,6 +4207,28 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "2" + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b85740e5f..fae225610 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4275,6 +4275,28 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "2" + } } ], "nodes": [ From 81f224b2b8079770b7871183e5e1be38f60ed59e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:18:57 +0300 Subject: [PATCH 0639/2142] Feature. Adding HydraDX xcm for DOT (#1221) * fix assets types * Adding Acala DAI asset * Adding DOT XCM for HydraDX * fix DAI icon --- chains/v6/chains_dev.json | 28 +++++- chains/v7/chains_dev.json | 28 +++++- chains/v8/chains_dev.json | 28 +++++- xcm/v2/transfers_dev.json | 199 +++++++++++++++++++++++++++++++++++++- 4 files changed, 270 insertions(+), 13 deletions(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 757bbc9fb..ca2b6a2c1 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -2670,6 +2670,20 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4178,9 +4192,12 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", + "type": "orml", "typeExtras": { - "assetId": "5" + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } }, { @@ -4188,10 +4205,13 @@ "symbol": "DAI", "precision": 18, "priceId": "dai", - "type": "statemine", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { - "assetId": "2" + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } } ], diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 6de387541..2b5a02d77 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -2691,6 +2691,20 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4214,9 +4228,12 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", + "type": "orml", "typeExtras": { - "assetId": "5" + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } }, { @@ -4224,10 +4241,13 @@ "symbol": "DAI", "precision": 18, "priceId": "dai", - "type": "statemine", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { - "assetId": "2" + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } } ], diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index fae225610..4ba460d47 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2741,6 +2741,20 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4282,9 +4296,12 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", + "type": "orml", "typeExtras": { - "assetId": "5" + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } }, { @@ -4292,10 +4309,13 @@ "symbol": "DAI", "precision": 18, "priceId": "dai", - "type": "statemine", + "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { - "assetId": "2" + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true } } ], diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 0310ea3ff..d9ac66ccc 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -308,7 +308,8 @@ "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", - "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000" + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000" }, "chains": [ { @@ -1502,6 +1503,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1790,6 +1805,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2027,6 +2056,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3410,6 +3453,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3772,6 +3829,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4273,6 +4344,132 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "46842105263158" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3314035960" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From a9412c9b13fbecdf44c81de191c090491d9f259b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:23:49 +0300 Subject: [PATCH 0640/2142] fix existential deposit (#1222) --- chains/v6/chains_dev.json | 4 ++-- chains/v7/chains_dev.json | 4 ++-- chains/v8/chains_dev.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index ca2b6a2c1..0f4bc8223 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4196,7 +4196,7 @@ "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "17540000", "transfersEnabled": true } }, @@ -4210,7 +4210,7 @@ "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } } diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 2b5a02d77..940b1045a 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4232,7 +4232,7 @@ "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "17540000", "transfersEnabled": true } }, @@ -4246,7 +4246,7 @@ "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } } diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 4ba460d47..d8c7eb5cc 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4300,7 +4300,7 @@ "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "17540000", "transfersEnabled": true } }, @@ -4314,7 +4314,7 @@ "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", - "existentialDeposit": "0", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } } From b2dc69e6abf1e1f6f030929cf702a793ec8ae45d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Jan 2023 02:12:44 +0800 Subject: [PATCH 0641/2142] promote PABLO dapp (#1218) --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 0c0598ed4..7be618895 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -539,6 +539,14 @@ "categories": [ "defi" ] + }, + { + "name": "PABLO", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "url": "https://app.pablo.finance/", + "categories": [ + "defi" + ] } ] } From adb766c1ad96db7ac9c38f61e2f3ec6a52d84cf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:26:05 +0300 Subject: [PATCH 0642/2142] Update dapps list (#1224) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 55 +++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index aab4705f8..7e5303bfe 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -33,30 +33,31 @@ | 29 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | | 30 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | | 31 | MyTrade | https://mytrade.org/ | defi,evm | -| 32 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 33 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 34 | Phala App | https://app.phala.network/ | defi,staking | -| 35 | PolkaVerse | https://polkaverse.com/ | community | -| 36 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 37 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 38 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 39 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 40 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 41 | Polkawatch | https://polkawatch.app/ | staking | -| 42 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 43 | Raresama | https://raresama.com/ | nft | -| 44 | Singular | https://singular.rmrk.app/ | nft | -| 45 | Singular 2.0 | https://singular.app/ | nft | -| 46 | Skybreach | https://skybreach.app/ | nft,evm | -| 47 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 48 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 49 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 50 | Sub.ID | https://sub.id/#/ | utilities | -| 51 | SubBridge | https://subbridge.io/ | defi,evm | -| 52 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 53 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 54 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 55 | TofuNFT | https://tofunft.com/ | nft,evm | -| 56 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 57 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | -| 58 | xx network Hub | https://hub.xx.network | community,staking,utilities | +| 32 | PABLO | https://app.pablo.finance/ | defi | +| 33 | Parallel Finance App | https://app.parallel.fi/ | defi | +| 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 35 | Phala App | https://app.phala.network/ | defi,staking | +| 36 | PolkaVerse | https://polkaverse.com/ | community | +| 37 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | +| 38 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 39 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | +| 40 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 41 | Polkassembly | https://polkadot.polkassembly.io/ | community | +| 42 | Polkawatch | https://polkawatch.app/ | staking | +| 43 | Proof of Chaos | https://proofofchaos.app | nft,community | +| 44 | Raresama | https://raresama.com/ | nft | +| 45 | Singular | https://singular.rmrk.app/ | nft | +| 46 | Singular 2.0 | https://singular.app/ | nft | +| 47 | Skybreach | https://skybreach.app/ | nft,evm | +| 48 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | +| 49 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | +| 50 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | +| 51 | Sub.ID | https://sub.id/#/ | utilities | +| 52 | SubBridge | https://subbridge.io/ | defi,evm | +| 53 | Subsquare. Khala network | https://khala.subsquare.io/ | community | +| 54 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | +| 55 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 56 | TofuNFT | https://tofunft.com/ | nft,evm | +| 57 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 58 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | +| 59 | xx network Hub | https://hub.xx.network | community,staking,utilities | From d8a21cd4df155b67f2375dda74ba15377c1c861a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 10 Jan 2023 10:52:37 +0300 Subject: [PATCH 0643/2142] HydraDX XCM transfers to PROD (#1225) * Promote XCM for DOT on HydraDX * xcm fee for HydraDX DOT * Adding new tokens * update HydraDX DOT fee * remove Acala DAI --- chains/v6/chains.json | 28 ++++++ chains/v7/chains.json | 28 ++++++ chains/v8/chains.json | 28 ++++++ xcm/v2/transfers.json | 199 +++++++++++++++++++++++++++++++++++++- xcm/v2/transfers_dev.json | 12 +-- 5 files changed, 288 insertions(+), 7 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index a398319ac..b819d9b78 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -3809,6 +3809,34 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v7/chains.json b/chains/v7/chains.json index bfc13deb1..cf81be96d 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3836,6 +3836,34 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 92670916a..7d630c2ff 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3841,6 +3841,34 @@ "symbol": "HDX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index a269dbc88..efca2ceb5 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -268,7 +268,8 @@ "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", - "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000" + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000" }, "chains": [ { @@ -1377,6 +1378,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1665,6 +1680,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1902,6 +1931,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3133,6 +3176,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3495,6 +3552,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3942,6 +4013,132 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "117354363236" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3314035960" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d9ac66ccc..361749b29 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1511,7 +1511,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -1813,7 +1813,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xcmPalletDest" } @@ -2064,7 +2064,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -3461,7 +3461,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -3837,7 +3837,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -4352,7 +4352,7 @@ "fee": { "mode": { "type": "proportional", - "value": "46842105263158" + "value": "30000000000" }, "instructions": "xtokensDest" } From 5ec494090ff50b3167c81def5c42b8923faa8a1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:03:07 +0300 Subject: [PATCH 0644/2142] Update networks list (#1226) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index b97044abf..52bc015ff 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 224 -### 🪙 Unique assets: 117 -### 💫 Cross Chain directions: 216 +### 💰 All assets 226 +### 🪙 Unique assets: 118 +### 💫 Cross Chain directions: 229 ### 🧾 SubQuery API projects: 59 ### 👀 Networks with block explorers: 66 --- @@ -33,7 +33,7 @@ | 21 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 22 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 23 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 24 | HydraDX | HDX | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 24 | HydraDX | HDX
DOT
DAI | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 25 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 26 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From 231624108137c789e9c3dc30fc3b1676d452de78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:18:32 +0300 Subject: [PATCH 0645/2142] Update chain types (#1227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost_polkadot.json | 6 +++--- chains/v2/types/bit.country_pioneer.json | 2 +- chains/v2/types/kintsugi.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index bde870647..afc8f7284 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 964, + "runtime_id": 968, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "bifrost_polkadot_runtime.Event": "GenericEvent", - "bifrost_polkadot_runtime.Call": "GenericCall", + "bifrost_polkadot_runtime.RuntimeEvent": "GenericEvent", + "bifrost_polkadot_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index ec4d5e5af..fe6d57f88 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,5 +1,5 @@ { - "runtime_id": 13, + "runtime_id": 14, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index d2c15b5ea..9261b11a8 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1020000, + "runtime_id": 1020001, "types": { "Balance": "u128", "Index": "u32", From 5edbd898bc9841bbb4d94413fb1ef978ece67de7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 10 Jan 2023 12:39:17 +0300 Subject: [PATCH 0646/2142] remove OnFinality nodes --- chains/v6/chains.json | 16 ++++------------ chains/v6/chains_dev.json | 16 ++++------------ chains/v7/chains.json | 16 ++++------------ chains/v7/chains_dev.json | 20 ++++---------------- chains/v8/chains.json | 16 ++++------------ chains/v8/chains_dev.json | 16 ++++------------ 6 files changed, 24 insertions(+), 76 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index b819d9b78..d206a818a 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1940,10 +1940,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1951,6 +1947,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -2948,10 +2948,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3003,10 +2999,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 0f4bc8223..2643573bb 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1674,10 +1674,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1685,6 +1681,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -3370,10 +3370,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3432,10 +3428,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v7/chains.json b/chains/v7/chains.json index cf81be96d..b8f134bb8 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1950,10 +1950,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1961,6 +1957,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -2965,10 +2965,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3020,10 +3016,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 940b1045a..590a7fa60 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1683,10 +1683,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1694,6 +1690,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -1841,10 +1841,6 @@ "url": "wss://heiko-rpc.parallel.fi", "name": "Parallel" }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://heiko-rpc.dwellir.com", "name": "Dwellir node" @@ -3397,10 +3393,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3462,10 +3454,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 7d630c2ff..5653f9470 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1968,10 +1968,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1979,6 +1975,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -2978,10 +2978,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3033,10 +3029,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index d8c7eb5cc..e2f67ad87 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1719,10 +1719,6 @@ } ], "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://edgeware-rpc.dwellir.com", "name": "Dwellir node" @@ -1730,6 +1726,10 @@ { "url": "wss://edgeware.jelliedowl.net", "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" } ], "types": { @@ -3457,10 +3457,6 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3524,10 +3520,6 @@ { "url": "wss://rpc-para.clover.finance", "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From e0890708da385f54c4c46a9584579fa4f3118123 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Jan 2023 21:58:22 +0800 Subject: [PATCH 0647/2142] * add new categories (gaming, governance, dex, bridge, social) * remove defi, community categories * rearrange category order (alphabetical) * fix Acala icon * rework dapps categories * rename desktoponly dapps --- dapps/dapps_dev.json | 199 +++++++++++++++++++++++++------------------ 1 file changed, 114 insertions(+), 85 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 8d1eedeea..88b47e1eb 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -1,33 +1,45 @@ { "categories": [ { - "name": "DeFi", - "id": "defi" + "name": "Bridge", + "id": "bridge" }, { - "name": "NFT", - "id": "nft" + "name": "Crowdloans", + "id": "crowdloans" + }, + { + "name": "Dex", + "id": "dex" }, { "name": "EVM", "id": "evm" }, { - "name": "Community", - "id": "community" + "name": "Gaming", + "id": "gaming" }, { - "name": "Utilities", - "id": "utilities" + "name": "Governance", + "id": "governance" }, { - "name": "Crowdloans", - "id": "crowdloans" + "name": "NFT", + "id": "nft" + }, + { + "name": "Social", + "id": "social" }, { "name": "Staking", "id": "staking" }, + { + "name": "Utilities", + "id": "utilities" + }, { "name": "Test", "id": "test" @@ -63,8 +75,10 @@ "url": "https://bifrost.app/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", "categories": [ - "defi", - "crowdloans" + "bridge", + "crowdloans", + "dex", + "staking" ] }, { @@ -72,7 +86,7 @@ "url": "https://portal.astar.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ - "defi", + "bridge", "staking", "evm" ] @@ -82,7 +96,7 @@ "url": "https://polkaverse.com/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ - "community" + "social" ] }, { @@ -114,7 +128,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", "url": "https://dotmarketcap.com/", "categories": [ - "utilities" + "social" ] }, { @@ -122,7 +136,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://app.parallel.fi/", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -130,16 +145,16 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "url": "https://polkadot.polkassembly.io/", "categories": [ - "community" + "governance" ] }, { - "name": "Talisman App", + "name": "Talisman App (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ - "defi", - "crowdloans" + "crowdloans", + "staking" ], "desktopOnly": true }, @@ -148,7 +163,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", "url": "https://app.phala.network/", "categories": [ - "defi", "staking" ] }, @@ -165,24 +179,24 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ + "bridge", "staking", - "defi", "crowdloans" ] }, { - "name": "Karura App (not mobile-friendly yet)", + "name": "Karura App (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", "url": "https://apps.karura.network/", "categories": [ - "defi", - "staking", - "community" + "bridge", + "dex", + "staking" ], "desktopOnly": true }, { - "name": "KILT Stakeboard (not mobile-friendly yet)", + "name": "KILT Stakeboard (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", "url": "https://stakeboard.kilt.io/", "categories": [ @@ -190,20 +204,12 @@ ], "desktopOnly": true }, - { - "name": "Subsquare. Khala network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", - "url": "https://khala.subsquare.io/", - "categories": [ - "community" - ] - }, { "name": "Subsquare", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "url": "https://polkadot.subsquare.io/", "categories": [ - "community" + "governance" ] }, { @@ -219,6 +225,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", "url": "https://apps.moonbeam.network/moonbeam", "categories": [ + "bridge", "staking", "crowdloans", "evm" @@ -229,6 +236,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", "url": "https://apps.moonbeam.network/moonriver", "categories": [ + "bridge", "staking", "crowdloans", "evm" @@ -239,7 +247,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", "url": "https://app.solarflare.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -249,7 +258,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", "url": "https://app.solarbeam.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -259,7 +269,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", "url": "https://app.beamswap.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -269,7 +280,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", "url": "https://app.stellaswap.com/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -279,7 +291,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", "url": "https://app.impossible.finance/explore", "categories": [ - "defi", + "dex", "evm" ] }, @@ -288,7 +300,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", "url": "https://www.huckleberry.finance/#/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -298,7 +311,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", "url": "https://mytrade.org/", "categories": [ - "defi", + "dex", + "staking", "evm" ] }, @@ -323,7 +337,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ - "utilities" + "social" ] }, { @@ -331,7 +345,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaEx.svg", "url": "https://app.polkaex.io/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -358,7 +373,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/1beam.png", "url": "https://1beam.io/", "categories": [ - "defi", + "dex", "staking", "evm" ] @@ -368,7 +383,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", "url": "https://app.arthswap.org/#/swap", "categories": [ - "defi", + "dex", "staking", "evm" ] @@ -378,8 +393,9 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", "url": "https://cbridge.celer.network/#/transfer", "categories": [ - "defi", - "evm" + "dex", + "evm", + "nft" ] }, { @@ -387,7 +403,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/XDAO.svg", "url": "https://www.xdao.app/137", "categories": [ - "defi", + "bridge", + "dex", "evm" ] }, @@ -396,7 +413,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SiriusFinance.svg", "url": "https://app.sirius.finance/#/swap", "categories": [ - "defi", + "dex", "staking", "evm" ] @@ -424,7 +441,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", "url": "https://moonwell.fi/apollo/MOVR", "categories": [ - "defi", + "bridge", + "dex", "evm" ] }, @@ -433,6 +451,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ + "bridge", "crowdloans", "evm" ] @@ -450,7 +469,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ - "defi", + "bridge", "evm" ] }, @@ -459,7 +478,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", "url": "https://moonwell.fi/artemis/GLMR", "categories": [ - "defi", + "bridge", + "dex", "evm" ] }, @@ -469,7 +489,8 @@ "url": "https://skybreach.app/", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -486,7 +507,8 @@ "url": "https://damnedpiratessociety.io/", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -520,7 +542,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", "url": "https://game.evrloot.com/game", "categories": [ - "nft" + "nft", + "gaming" ] }, { @@ -529,7 +552,7 @@ "url": "https://dtmb.xyz", "categories": [ "evm", - "utilities" + "social" ] }, { @@ -538,7 +561,8 @@ "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -546,7 +570,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -554,7 +579,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonbeamCurve.svg", "url": "https://moonbeam.curve.fi/", "categories": [ - "defi", + "dex", "evm" ] }, @@ -563,7 +588,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Nomad.svg", "url": "https://app.nomad.xyz/", "categories": [ - "defi", + "bridge", "evm" ] }, @@ -572,7 +597,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ - "community" + "social" ] }, { @@ -589,8 +614,8 @@ "url": "https://pioneer.bit.country/", "categories": [ "nft", - "staking" - + "staking", + "gaming" ] }, { @@ -616,7 +641,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "categories": [ "nft", - "community" + "governance" ] }, { @@ -633,8 +658,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ + "bridge", "staking", - "defi", "crowdloans" ] }, @@ -643,6 +668,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ + "bridge", "evm" ] }, @@ -651,58 +677,60 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ - "community", + "social", "staking", "utilities" ] }, { - "name": "Acala App (not mobile-friendly yet)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Acala.svg", + "name": "Acala App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", "url": "https://apps.acala.network/", "categories": [ - "defi", - "staking", - "community" + "bridge", + "dex", + "staking" ], "desktopOnly": true }, { - "name": "Mangata X (not mobile-friendly yet)", + "name": "Mangata X (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ - "defi" + "bridge" ], "desktopOnly": true }, { - "name": "Zenlink (not mobile-friendly yet)", + "name": "Zenlink (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", "url": "https://dex.zenlink.pro/#/swap", "categories": [ - "defi", + "dex", "staking" ], "desktopOnly": true }, { - "name": "Gensiro (not mobile-friendly yet)", + "name": "Gensiro (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", "url": "https://genshiro.equilibrium.io/gateway/en/market", "categories": [ - "defi", - "staking" + "dex", + "staking", + "test" ], "desktopOnly": true }, { - "name": "Equilibrium (not mobile-friendly yet)", + "name": "Equilibrium (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "url": "https://app.equilibrium.io/", "categories": [ - "defi", - "staking" + "dex", + "staking", + "test" ], "desktopOnly": true }, @@ -711,7 +739,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -719,7 +748,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ - "defi" + "dex" ] } ] From 9e20904c4cce551e20e6c2d16423f79881e73103 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Jan 2023 22:00:07 +0800 Subject: [PATCH 0648/2142] fix --- dapps/dapps_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 88b47e1eb..60bd306d3 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -649,7 +649,7 @@ "url": "https://orderbook.polkadex.trade/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", "categories": [ - "defi", + "dex", "utilities" ] }, From 7ad4e0bd459b717f649e0f3dbc857a713ee3e639 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 11 Jan 2023 10:35:27 +0300 Subject: [PATCH 0649/2142] Fix types for Moonriver - rename Event to RuntimeEvent and Call to RuntimeCall --- chains/v2/types/moonriver.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/moonriver.json b/chains/v2/types/moonriver.json index 501f3245b..84437d427 100644 --- a/chains/v2/types/moonriver.json +++ b/chains/v2/types/moonriver.json @@ -26,8 +26,8 @@ }, "ExtrinsicSignature": "EthereumSignature", "ParaId": "polkadot_parachain.primitives.Id", - "moonriver_runtime.Event": "GenericEvent", - "moonriver_runtime.Call": "GenericCall", + "moonriver_runtime.RuntimeEvent": "GenericEvent", + "moonriver_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From e15ecb2517d49056a7baafe4919c22affd9e99b1 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 11 Jan 2023 10:39:36 +0300 Subject: [PATCH 0650/2142] Update moonriver.json fix runtime version --- chains/v2/types/moonriver.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/moonriver.json b/chains/v2/types/moonriver.json index 84437d427..0d5a87120 100644 --- a/chains/v2/types/moonriver.json +++ b/chains/v2/types/moonriver.json @@ -1,5 +1,5 @@ { - "runtime_id": 900, + "runtime_id": 2000, "types": { "Balance": "u128", "Index": "u32", From 193363e4ef690260337695be69c1cff7913fb8af Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 11 Jan 2023 10:49:36 +0300 Subject: [PATCH 0651/2142] Fix Moonbeam types - replace Event to RuntimeEvent and Call to RuntimeCall --- chains/v2/types/moonbeam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/moonbeam.json b/chains/v2/types/moonbeam.json index 848e85c25..d86f3ccb4 100644 --- a/chains/v2/types/moonbeam.json +++ b/chains/v2/types/moonbeam.json @@ -1,5 +1,5 @@ { - "runtime_id": 1001, + "runtime_id": 2000, "types": { "Balance": "u128", "Index": "u32", @@ -26,8 +26,8 @@ }, "ExtrinsicSignature": "EthereumSignature", "ParaId": "polkadot_parachain.primitives.Id", - "moonbeam_runtime.Event": "GenericEvent", - "moonbeam_runtime.Call": "GenericCall", + "moonbeam_runtime.RuntimeEvent": "GenericEvent", + "moonbeam_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From db942e9bb8a173c48fcb63b7afbbd7ffec2d231a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 11 Jan 2023 11:10:46 +0300 Subject: [PATCH 0652/2142] Fix Moonbase types - rename Event to RuntimeEvent and Call to RuntimeCall --- chains/v2/types/moonbase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/moonbase.json b/chains/v2/types/moonbase.json index 74f399faf..4a391a2d2 100644 --- a/chains/v2/types/moonbase.json +++ b/chains/v2/types/moonbase.json @@ -1,5 +1,5 @@ { - "runtime_id": 900, + "runtime_id": 2000, "types": { "Balance": "u128", "Index": "u32", @@ -43,8 +43,8 @@ }, "ExtrinsicSignature": "EthereumSignature", "ParaId": "polkadot_parachain.primitives.Id", - "moonbase_runtime.Event": "GenericEvent", - "moonbase_runtime.Call": "GenericCall", + "moonbase_runtime.RuntimeEvent": "GenericEvent", + "moonbase_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 0ea51fffc7cde03dfca09868302499e9a1c638c7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 11 Jan 2023 19:34:21 +0300 Subject: [PATCH 0653/2142] Adding new tokens on Interlay --- chains/v7/chains_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 590a7fa60..44d7e179b 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4375,6 +4375,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 9690d1e86592ec306461ecf4c5b2f0343648ad0f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 11 Jan 2023 21:39:18 +0300 Subject: [PATCH 0654/2142] adding new tokens on Kintsugi --- chains/v7/chains_dev.json | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 44d7e179b..7267ad3ff 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1629,6 +1629,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 3a108c8383342f4535821619806068ced19d7c44 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 11 Jan 2023 21:40:22 +0300 Subject: [PATCH 0655/2142] fix typo --- chains/v7/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 7267ad3ff..6408f5801 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1659,7 +1659,7 @@ } }, { - "assetId": 4, + "assetId": 5, "symbol": "aUSD", "precision": 12, "priceId": "acala-dollar", From 2933279ea48d09068e12423accc3f8182c7b6067 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 11 Jan 2023 21:55:18 +0300 Subject: [PATCH 0656/2142] Adding to all valueable versions --- chains/v6/chains_dev.json | 70 +++++++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 70 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 140 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 2643573bb..b528a6ffc 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1620,6 +1620,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -4340,6 +4382,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index e2f67ad87..4e05acdb3 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1665,6 +1665,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -4449,6 +4491,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 692ef0d66edde44f2238065e55007d13769ba5e7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Jan 2023 13:04:05 +0800 Subject: [PATCH 0657/2142] add lksm price --- chains/v6/chains_dev.json | 4 ++++ chains/v7/chains_dev.json | 4 ++++ chains/v8/chains_dev.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index b528a6ffc..e72da599b 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -508,6 +508,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1220,6 +1221,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1797,6 +1799,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -4640,6 +4643,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 6408f5801..9f381b409 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -511,6 +511,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1226,6 +1227,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1806,6 +1808,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -4675,6 +4678,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 4e05acdb3..caed3c916 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -535,6 +535,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1258,6 +1259,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1844,6 +1846,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -4749,6 +4752,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { From 1fd0df6aceb16f9004a8fc813d7558e9a25c44ed Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Jan 2023 16:21:32 +0800 Subject: [PATCH 0658/2142] update dapps icons --- dapps/dapps_dev.json | 28 +++++++------- icons/dapps/color/ACE.svg | 7 ++-- icons/dapps/color/Bit.Country.svg | 6 +++ icons/dapps/color/Damnedpiratessociety.svg | 45 +++++++++++----------- icons/dapps/color/DappRadar.svg | 9 +---- icons/dapps/color/Darwinia.svg | 4 ++ icons/dapps/color/Equilibrium.svg | 22 +++++++++++ icons/dapps/color/Genshiro.svg | 8 ++++ icons/dapps/color/Hydradx.svg | 4 ++ icons/dapps/color/Interlay.svg | 4 ++ icons/dapps/color/Kintsugi.svg | 24 ++++++++++++ icons/dapps/color/Litentry.svg | 24 ++++++++++++ icons/dapps/color/Litmus.svg | 31 +++++++++++++++ icons/dapps/color/MangataX.svg | 4 ++ icons/dapps/color/Moonsama.svg | 5 ++- icons/dapps/color/Nomad.svg | 3 +- icons/dapps/color/Polkadex.svg | 8 ++++ icons/dapps/color/SubBridge.svg | 3 +- icons/dapps/color/TofuNFT.svg | 18 ++++++++- icons/dapps/color/Zeitgeist.svg | 4 ++ icons/dapps/color/Zenlink.svg | 4 ++ icons/dapps/color/xx.svg | 10 +++++ 22 files changed, 223 insertions(+), 52 deletions(-) create mode 100644 icons/dapps/color/Bit.Country.svg create mode 100644 icons/dapps/color/Darwinia.svg create mode 100644 icons/dapps/color/Equilibrium.svg create mode 100644 icons/dapps/color/Genshiro.svg create mode 100644 icons/dapps/color/Hydradx.svg create mode 100644 icons/dapps/color/Interlay.svg create mode 100644 icons/dapps/color/Kintsugi.svg create mode 100644 icons/dapps/color/Litentry.svg create mode 100644 icons/dapps/color/Litmus.svg create mode 100644 icons/dapps/color/MangataX.svg create mode 100644 icons/dapps/color/Polkadex.svg create mode 100644 icons/dapps/color/Zeitgeist.svg create mode 100644 icons/dapps/color/Zenlink.svg create mode 100644 icons/dapps/color/xx.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 60bd306d3..50aa24e67 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -176,7 +176,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -448,7 +448,7 @@ }, { "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -458,7 +458,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -610,7 +610,7 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", @@ -620,7 +620,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "nft", @@ -647,7 +647,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ "dex", "utilities" @@ -655,7 +655,7 @@ }, { "name": "Interlay Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -665,7 +665,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -674,7 +674,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -695,7 +695,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -704,7 +704,7 @@ }, { "name": "Zenlink (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", "url": "https://dex.zenlink.pro/#/swap", "categories": [ "dex", @@ -714,7 +714,7 @@ }, { "name": "Gensiro (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Genshiro.svg", "url": "https://genshiro.equilibrium.io/gateway/en/market", "categories": [ "dex", @@ -725,7 +725,7 @@ }, { "name": "Equilibrium (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Equilibrium.svg", "url": "https://app.equilibrium.io/", "categories": [ "dex", @@ -736,7 +736,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", diff --git a/icons/dapps/color/ACE.svg b/icons/dapps/color/ACE.svg index f3fd3ec8c..2329d50e0 100644 --- a/icons/dapps/color/ACE.svg +++ b/icons/dapps/color/ACE.svg @@ -1,5 +1,6 @@ - - - + + + + diff --git a/icons/dapps/color/Bit.Country.svg b/icons/dapps/color/Bit.Country.svg new file mode 100644 index 000000000..3120522f2 --- /dev/null +++ b/icons/dapps/color/Bit.Country.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/dapps/color/Damnedpiratessociety.svg b/icons/dapps/color/Damnedpiratessociety.svg index dd3e61b66..a6fd7769d 100644 --- a/icons/dapps/color/Damnedpiratessociety.svg +++ b/icons/dapps/color/Damnedpiratessociety.svg @@ -1,24 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/DappRadar.svg b/icons/dapps/color/DappRadar.svg index a6bc5ca70..6d2405379 100644 --- a/icons/dapps/color/DappRadar.svg +++ b/icons/dapps/color/DappRadar.svg @@ -1,10 +1,3 @@ - - - - - - - - + diff --git a/icons/dapps/color/Darwinia.svg b/icons/dapps/color/Darwinia.svg new file mode 100644 index 000000000..66400cf54 --- /dev/null +++ b/icons/dapps/color/Darwinia.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Equilibrium.svg b/icons/dapps/color/Equilibrium.svg new file mode 100644 index 000000000..9de3c4901 --- /dev/null +++ b/icons/dapps/color/Equilibrium.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Genshiro.svg b/icons/dapps/color/Genshiro.svg new file mode 100644 index 000000000..44636b3b4 --- /dev/null +++ b/icons/dapps/color/Genshiro.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dapps/color/Hydradx.svg b/icons/dapps/color/Hydradx.svg new file mode 100644 index 000000000..68bee5752 --- /dev/null +++ b/icons/dapps/color/Hydradx.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Interlay.svg b/icons/dapps/color/Interlay.svg new file mode 100644 index 000000000..54035e911 --- /dev/null +++ b/icons/dapps/color/Interlay.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Kintsugi.svg b/icons/dapps/color/Kintsugi.svg new file mode 100644 index 000000000..d60dc811a --- /dev/null +++ b/icons/dapps/color/Kintsugi.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Litentry.svg b/icons/dapps/color/Litentry.svg new file mode 100644 index 000000000..3a1269498 --- /dev/null +++ b/icons/dapps/color/Litentry.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Litmus.svg b/icons/dapps/color/Litmus.svg new file mode 100644 index 000000000..87102ed45 --- /dev/null +++ b/icons/dapps/color/Litmus.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/MangataX.svg b/icons/dapps/color/MangataX.svg new file mode 100644 index 000000000..89a25678d --- /dev/null +++ b/icons/dapps/color/MangataX.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Moonsama.svg b/icons/dapps/color/Moonsama.svg index 0668a9271..f9ed2881a 100644 --- a/icons/dapps/color/Moonsama.svg +++ b/icons/dapps/color/Moonsama.svg @@ -1,10 +1,11 @@ + - + - + diff --git a/icons/dapps/color/Nomad.svg b/icons/dapps/color/Nomad.svg index d95de3f42..d2ebb5a45 100644 --- a/icons/dapps/color/Nomad.svg +++ b/icons/dapps/color/Nomad.svg @@ -1,3 +1,4 @@ - + + diff --git a/icons/dapps/color/Polkadex.svg b/icons/dapps/color/Polkadex.svg new file mode 100644 index 000000000..599e23e0b --- /dev/null +++ b/icons/dapps/color/Polkadex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dapps/color/SubBridge.svg b/icons/dapps/color/SubBridge.svg index c074005d2..f64e6ec50 100644 --- a/icons/dapps/color/SubBridge.svg +++ b/icons/dapps/color/SubBridge.svg @@ -1,3 +1,4 @@ - + + diff --git a/icons/dapps/color/TofuNFT.svg b/icons/dapps/color/TofuNFT.svg index 82302b3bc..bb335f8a4 100644 --- a/icons/dapps/color/TofuNFT.svg +++ b/icons/dapps/color/TofuNFT.svg @@ -1,3 +1,19 @@ - + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Zeitgeist.svg b/icons/dapps/color/Zeitgeist.svg new file mode 100644 index 000000000..f9973f4ff --- /dev/null +++ b/icons/dapps/color/Zeitgeist.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Zenlink.svg b/icons/dapps/color/Zenlink.svg new file mode 100644 index 000000000..216d40928 --- /dev/null +++ b/icons/dapps/color/Zenlink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/xx.svg b/icons/dapps/color/xx.svg new file mode 100644 index 000000000..330de481b --- /dev/null +++ b/icons/dapps/color/xx.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 5c53793ce664765c4da5ebd72d7b74f41bdd6711 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Jan 2023 16:26:59 +0800 Subject: [PATCH 0659/2142] Revert "update dapps icons" This reverts commit 1fd0df6aceb16f9004a8fc813d7558e9a25c44ed. --- dapps/dapps_dev.json | 28 +++++++------- icons/dapps/color/ACE.svg | 7 ++-- icons/dapps/color/Bit.Country.svg | 6 --- icons/dapps/color/Damnedpiratessociety.svg | 45 +++++++++++----------- icons/dapps/color/DappRadar.svg | 9 ++++- icons/dapps/color/Darwinia.svg | 4 -- icons/dapps/color/Equilibrium.svg | 22 ----------- icons/dapps/color/Genshiro.svg | 8 ---- icons/dapps/color/Hydradx.svg | 4 -- icons/dapps/color/Interlay.svg | 4 -- icons/dapps/color/Kintsugi.svg | 24 ------------ icons/dapps/color/Litentry.svg | 24 ------------ icons/dapps/color/Litmus.svg | 31 --------------- icons/dapps/color/MangataX.svg | 4 -- icons/dapps/color/Moonsama.svg | 5 +-- icons/dapps/color/Nomad.svg | 3 +- icons/dapps/color/Polkadex.svg | 8 ---- icons/dapps/color/SubBridge.svg | 3 +- icons/dapps/color/TofuNFT.svg | 18 +-------- icons/dapps/color/Zeitgeist.svg | 4 -- icons/dapps/color/Zenlink.svg | 4 -- icons/dapps/color/xx.svg | 10 ----- 22 files changed, 52 insertions(+), 223 deletions(-) delete mode 100644 icons/dapps/color/Bit.Country.svg delete mode 100644 icons/dapps/color/Darwinia.svg delete mode 100644 icons/dapps/color/Equilibrium.svg delete mode 100644 icons/dapps/color/Genshiro.svg delete mode 100644 icons/dapps/color/Hydradx.svg delete mode 100644 icons/dapps/color/Interlay.svg delete mode 100644 icons/dapps/color/Kintsugi.svg delete mode 100644 icons/dapps/color/Litentry.svg delete mode 100644 icons/dapps/color/Litmus.svg delete mode 100644 icons/dapps/color/MangataX.svg delete mode 100644 icons/dapps/color/Polkadex.svg delete mode 100644 icons/dapps/color/Zeitgeist.svg delete mode 100644 icons/dapps/color/Zenlink.svg delete mode 100644 icons/dapps/color/xx.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 50aa24e67..60bd306d3 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -176,7 +176,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -448,7 +448,7 @@ }, { "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litmus.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -458,7 +458,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -610,7 +610,7 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", @@ -620,7 +620,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "nft", @@ -647,7 +647,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", "categories": [ "dex", "utilities" @@ -655,7 +655,7 @@ }, { "name": "Interlay Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -665,7 +665,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -674,7 +674,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -695,7 +695,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -704,7 +704,7 @@ }, { "name": "Zenlink (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", "url": "https://dex.zenlink.pro/#/swap", "categories": [ "dex", @@ -714,7 +714,7 @@ }, { "name": "Gensiro (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", "url": "https://genshiro.equilibrium.io/gateway/en/market", "categories": [ "dex", @@ -725,7 +725,7 @@ }, { "name": "Equilibrium (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "url": "https://app.equilibrium.io/", "categories": [ "dex", @@ -736,7 +736,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", diff --git a/icons/dapps/color/ACE.svg b/icons/dapps/color/ACE.svg index 2329d50e0..f3fd3ec8c 100644 --- a/icons/dapps/color/ACE.svg +++ b/icons/dapps/color/ACE.svg @@ -1,6 +1,5 @@ - - - - + + + diff --git a/icons/dapps/color/Bit.Country.svg b/icons/dapps/color/Bit.Country.svg deleted file mode 100644 index 3120522f2..000000000 --- a/icons/dapps/color/Bit.Country.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/dapps/color/Damnedpiratessociety.svg b/icons/dapps/color/Damnedpiratessociety.svg index a6fd7769d..dd3e61b66 100644 --- a/icons/dapps/color/Damnedpiratessociety.svg +++ b/icons/dapps/color/Damnedpiratessociety.svg @@ -1,25 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/DappRadar.svg b/icons/dapps/color/DappRadar.svg index 6d2405379..a6bc5ca70 100644 --- a/icons/dapps/color/DappRadar.svg +++ b/icons/dapps/color/DappRadar.svg @@ -1,3 +1,10 @@ - + + + + + + + + diff --git a/icons/dapps/color/Darwinia.svg b/icons/dapps/color/Darwinia.svg deleted file mode 100644 index 66400cf54..000000000 --- a/icons/dapps/color/Darwinia.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/Equilibrium.svg b/icons/dapps/color/Equilibrium.svg deleted file mode 100644 index 9de3c4901..000000000 --- a/icons/dapps/color/Equilibrium.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/dapps/color/Genshiro.svg b/icons/dapps/color/Genshiro.svg deleted file mode 100644 index 44636b3b4..000000000 --- a/icons/dapps/color/Genshiro.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/icons/dapps/color/Hydradx.svg b/icons/dapps/color/Hydradx.svg deleted file mode 100644 index 68bee5752..000000000 --- a/icons/dapps/color/Hydradx.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/Interlay.svg b/icons/dapps/color/Interlay.svg deleted file mode 100644 index 54035e911..000000000 --- a/icons/dapps/color/Interlay.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/Kintsugi.svg b/icons/dapps/color/Kintsugi.svg deleted file mode 100644 index d60dc811a..000000000 --- a/icons/dapps/color/Kintsugi.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/dapps/color/Litentry.svg b/icons/dapps/color/Litentry.svg deleted file mode 100644 index 3a1269498..000000000 --- a/icons/dapps/color/Litentry.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/dapps/color/Litmus.svg b/icons/dapps/color/Litmus.svg deleted file mode 100644 index 87102ed45..000000000 --- a/icons/dapps/color/Litmus.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/dapps/color/MangataX.svg b/icons/dapps/color/MangataX.svg deleted file mode 100644 index 89a25678d..000000000 --- a/icons/dapps/color/MangataX.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/Moonsama.svg b/icons/dapps/color/Moonsama.svg index f9ed2881a..0668a9271 100644 --- a/icons/dapps/color/Moonsama.svg +++ b/icons/dapps/color/Moonsama.svg @@ -1,11 +1,10 @@ - - + - + diff --git a/icons/dapps/color/Nomad.svg b/icons/dapps/color/Nomad.svg index d2ebb5a45..d95de3f42 100644 --- a/icons/dapps/color/Nomad.svg +++ b/icons/dapps/color/Nomad.svg @@ -1,4 +1,3 @@ - - + diff --git a/icons/dapps/color/Polkadex.svg b/icons/dapps/color/Polkadex.svg deleted file mode 100644 index 599e23e0b..000000000 --- a/icons/dapps/color/Polkadex.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/icons/dapps/color/SubBridge.svg b/icons/dapps/color/SubBridge.svg index f64e6ec50..c074005d2 100644 --- a/icons/dapps/color/SubBridge.svg +++ b/icons/dapps/color/SubBridge.svg @@ -1,4 +1,3 @@ - - + diff --git a/icons/dapps/color/TofuNFT.svg b/icons/dapps/color/TofuNFT.svg index bb335f8a4..82302b3bc 100644 --- a/icons/dapps/color/TofuNFT.svg +++ b/icons/dapps/color/TofuNFT.svg @@ -1,19 +1,3 @@ - - - - - - - - - - - - - - - - - + diff --git a/icons/dapps/color/Zeitgeist.svg b/icons/dapps/color/Zeitgeist.svg deleted file mode 100644 index f9973f4ff..000000000 --- a/icons/dapps/color/Zeitgeist.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/Zenlink.svg b/icons/dapps/color/Zenlink.svg deleted file mode 100644 index 216d40928..000000000 --- a/icons/dapps/color/Zenlink.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/xx.svg b/icons/dapps/color/xx.svg deleted file mode 100644 index 330de481b..000000000 --- a/icons/dapps/color/xx.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - From 75530af69b0b8088a3bf2db1a17f1a7a0dfc0ebd Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Jan 2023 16:51:32 +0800 Subject: [PATCH 0660/2142] update dapps icons in chains_dev safe, replaced just those that are not in prod --- dapps/dapps_dev.json | 42 +++++++++---------- icons/dapps/color/ACE_new.svg | 6 +++ icons/dapps/color/Bit.Country.svg | 6 +++ .../dapps/color/Damnedpiratessociety_new.svg | 25 +++++++++++ icons/dapps/color/DappRadar_new.svg | 3 ++ icons/dapps/color/Darwinia.svg | 4 ++ icons/dapps/color/Equilibrium.svg | 22 ++++++++++ icons/dapps/color/Genshiro.svg | 8 ++++ icons/dapps/color/Hydradx.svg | 4 ++ icons/dapps/color/Interlay.svg | 4 ++ icons/dapps/color/Kintsugi.svg | 24 +++++++++++ icons/dapps/color/Litentry.svg | 24 +++++++++++ icons/dapps/color/Litmus.svg | 31 ++++++++++++++ icons/dapps/color/MangataX.svg | 4 ++ icons/dapps/color/Moonsama_new.svg | 11 +++++ icons/dapps/color/Nomad.svg | 3 +- icons/dapps/color/Pablo_new.svg | 11 +++++ icons/dapps/color/Polkadex.svg | 8 ++++ icons/dapps/color/SubBridge_new.svg | 4 ++ icons/dapps/color/TofuNFT_new.svg | 19 +++++++++ icons/dapps/color/Zeitgeist.svg | 4 ++ icons/dapps/color/Zenlink.svg | 4 ++ icons/dapps/color/xx.svg | 10 +++++ 23 files changed, 259 insertions(+), 22 deletions(-) create mode 100644 icons/dapps/color/ACE_new.svg create mode 100644 icons/dapps/color/Bit.Country.svg create mode 100644 icons/dapps/color/Damnedpiratessociety_new.svg create mode 100644 icons/dapps/color/DappRadar_new.svg create mode 100644 icons/dapps/color/Darwinia.svg create mode 100644 icons/dapps/color/Equilibrium.svg create mode 100644 icons/dapps/color/Genshiro.svg create mode 100644 icons/dapps/color/Hydradx.svg create mode 100644 icons/dapps/color/Interlay.svg create mode 100644 icons/dapps/color/Kintsugi.svg create mode 100644 icons/dapps/color/Litentry.svg create mode 100644 icons/dapps/color/Litmus.svg create mode 100644 icons/dapps/color/MangataX.svg create mode 100644 icons/dapps/color/Moonsama_new.svg create mode 100644 icons/dapps/color/Pablo_new.svg create mode 100644 icons/dapps/color/Polkadex.svg create mode 100644 icons/dapps/color/SubBridge_new.svg create mode 100644 icons/dapps/color/TofuNFT_new.svg create mode 100644 icons/dapps/color/Zeitgeist.svg create mode 100644 icons/dapps/color/Zenlink.svg create mode 100644 icons/dapps/color/xx.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 60bd306d3..86169c4e9 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -176,7 +176,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -334,7 +334,7 @@ }, { "name": "DappRadar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar_new.svg", "url": "https://dappradar.com/", "categories": [ "social" @@ -361,7 +361,7 @@ }, { "name": "TofuNFT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT_new.svg", "url": "https://tofunft.com/", "categories": [ "nft", @@ -448,7 +448,7 @@ }, { "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litmus.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -458,7 +458,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -466,7 +466,7 @@ }, { "name": "SubBridge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge_new.svg", "url": "https://subbridge.io/", "categories": [ "bridge", @@ -503,7 +503,7 @@ }, { "name": "Damned Pirates Society", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety_new.svg", "url": "https://damnedpiratessociety.io/", "categories": [ "nft", @@ -530,7 +530,7 @@ }, { "name": "Moonsama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama_new.svg", "url": "https://marketplace.moonsama.com/", "categories": [ "nft", @@ -610,7 +610,7 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", @@ -620,7 +620,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "nft", @@ -629,7 +629,7 @@ }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE_new.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" @@ -647,7 +647,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ "dex", "utilities" @@ -655,7 +655,7 @@ }, { "name": "Interlay Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -665,7 +665,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -674,7 +674,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -695,7 +695,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -704,7 +704,7 @@ }, { "name": "Zenlink (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", "url": "https://dex.zenlink.pro/#/swap", "categories": [ "dex", @@ -714,7 +714,7 @@ }, { "name": "Gensiro (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Genshiro.svg", "url": "https://genshiro.equilibrium.io/gateway/en/market", "categories": [ "dex", @@ -725,7 +725,7 @@ }, { "name": "Equilibrium (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Equilibrium.svg", "url": "https://app.equilibrium.io/", "categories": [ "dex", @@ -736,7 +736,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", @@ -745,7 +745,7 @@ }, { "name": "PABLO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo_new.svg", "url": "https://app.pablo.finance/", "categories": [ "dex" diff --git a/icons/dapps/color/ACE_new.svg b/icons/dapps/color/ACE_new.svg new file mode 100644 index 000000000..293dca9d8 --- /dev/null +++ b/icons/dapps/color/ACE_new.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/dapps/color/Bit.Country.svg b/icons/dapps/color/Bit.Country.svg new file mode 100644 index 000000000..3120522f2 --- /dev/null +++ b/icons/dapps/color/Bit.Country.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/dapps/color/Damnedpiratessociety_new.svg b/icons/dapps/color/Damnedpiratessociety_new.svg new file mode 100644 index 000000000..1d9cc36df --- /dev/null +++ b/icons/dapps/color/Damnedpiratessociety_new.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/DappRadar_new.svg b/icons/dapps/color/DappRadar_new.svg new file mode 100644 index 000000000..8317ce722 --- /dev/null +++ b/icons/dapps/color/DappRadar_new.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/dapps/color/Darwinia.svg b/icons/dapps/color/Darwinia.svg new file mode 100644 index 000000000..fa2a701fb --- /dev/null +++ b/icons/dapps/color/Darwinia.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Equilibrium.svg b/icons/dapps/color/Equilibrium.svg new file mode 100644 index 000000000..812f313f6 --- /dev/null +++ b/icons/dapps/color/Equilibrium.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Genshiro.svg b/icons/dapps/color/Genshiro.svg new file mode 100644 index 000000000..7afe9b96d --- /dev/null +++ b/icons/dapps/color/Genshiro.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dapps/color/Hydradx.svg b/icons/dapps/color/Hydradx.svg new file mode 100644 index 000000000..da7034862 --- /dev/null +++ b/icons/dapps/color/Hydradx.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Interlay.svg b/icons/dapps/color/Interlay.svg new file mode 100644 index 000000000..a531ba73c --- /dev/null +++ b/icons/dapps/color/Interlay.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Kintsugi.svg b/icons/dapps/color/Kintsugi.svg new file mode 100644 index 000000000..13f6d664c --- /dev/null +++ b/icons/dapps/color/Kintsugi.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Litentry.svg b/icons/dapps/color/Litentry.svg new file mode 100644 index 000000000..3a1269498 --- /dev/null +++ b/icons/dapps/color/Litentry.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Litmus.svg b/icons/dapps/color/Litmus.svg new file mode 100644 index 000000000..853a217fb --- /dev/null +++ b/icons/dapps/color/Litmus.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/MangataX.svg b/icons/dapps/color/MangataX.svg new file mode 100644 index 000000000..64af88aa8 --- /dev/null +++ b/icons/dapps/color/MangataX.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Moonsama_new.svg b/icons/dapps/color/Moonsama_new.svg new file mode 100644 index 000000000..f9ed2881a --- /dev/null +++ b/icons/dapps/color/Moonsama_new.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/dapps/color/Nomad.svg b/icons/dapps/color/Nomad.svg index d95de3f42..d2ebb5a45 100644 --- a/icons/dapps/color/Nomad.svg +++ b/icons/dapps/color/Nomad.svg @@ -1,3 +1,4 @@ - + + diff --git a/icons/dapps/color/Pablo_new.svg b/icons/dapps/color/Pablo_new.svg new file mode 100644 index 000000000..df50238cf --- /dev/null +++ b/icons/dapps/color/Pablo_new.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/dapps/color/Polkadex.svg b/icons/dapps/color/Polkadex.svg new file mode 100644 index 000000000..599e23e0b --- /dev/null +++ b/icons/dapps/color/Polkadex.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/dapps/color/SubBridge_new.svg b/icons/dapps/color/SubBridge_new.svg new file mode 100644 index 000000000..6c70a042d --- /dev/null +++ b/icons/dapps/color/SubBridge_new.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/TofuNFT_new.svg b/icons/dapps/color/TofuNFT_new.svg new file mode 100644 index 000000000..bb335f8a4 --- /dev/null +++ b/icons/dapps/color/TofuNFT_new.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Zeitgeist.svg b/icons/dapps/color/Zeitgeist.svg new file mode 100644 index 000000000..f9973f4ff --- /dev/null +++ b/icons/dapps/color/Zeitgeist.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/Zenlink.svg b/icons/dapps/color/Zenlink.svg new file mode 100644 index 000000000..e58e1727a --- /dev/null +++ b/icons/dapps/color/Zenlink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/dapps/color/xx.svg b/icons/dapps/color/xx.svg new file mode 100644 index 000000000..330de481b --- /dev/null +++ b/icons/dapps/color/xx.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 1aa8f4c08067c02761aa4b7f72e65f240a33c0ce Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:00:08 +0300 Subject: [PATCH 0661/2142] Promote Interlay/Kintsugi new assets (#1239) * Promote Interlay/Kintsugi new assets * adding lksm price --- chains/v6/chains.json | 74 +++++++++++++++++++++++++++++++++++++++++++ chains/v7/chains.json | 74 +++++++++++++++++++++++++++++++++++++++++++ chains/v8/chains.json | 74 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 222 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index d206a818a..d5b68dc03 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -454,6 +454,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1291,6 +1292,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1817,6 +1819,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -3247,6 +3250,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -3957,6 +4002,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -4157,6 +4230,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { diff --git a/chains/v7/chains.json b/chains/v7/chains.json index b8f134bb8..eb4ca84bf 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -454,6 +454,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1291,6 +1292,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1827,6 +1829,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -3274,6 +3277,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -3984,6 +4029,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -4184,6 +4257,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 5653f9470..3bb930202 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -470,6 +470,7 @@ "assetId": 5, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1319,6 +1320,7 @@ "assetId": 2, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -1845,6 +1847,7 @@ "assetId": 3, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { @@ -3277,6 +3280,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -3989,6 +4034,34 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ @@ -4189,6 +4262,7 @@ "assetId": 4, "symbol": "LKSM", "precision": 12, + "priceId": "liquid-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { From 87ecddf5ad3cd4563eae380765a867eb827ba378 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:00:23 +0300 Subject: [PATCH 0662/2142] Update chain types (#1238) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/Integritee.json | 6 +++--- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- chains/v2/types/statemine.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/Integritee.json b/chains/v2/types/Integritee.json index 029e65c5e..9becbf5e5 100644 --- a/chains/v2/types/Integritee.json +++ b/chains/v2/types/Integritee.json @@ -1,5 +1,5 @@ { - "runtime_id": 26, + "runtime_id": 28, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "integritee_runtime.Event": "GenericEvent", - "integritee_runtime.Call": "GenericCall", + "integritee_runtime.RuntimeEvent": "GenericEvent", + "integritee_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 59337f0f9..8482f298a 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 123, + "runtime_id": 125, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 48d2b9577..5142813a2 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001020, + "runtime_id": 5001030, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index 0513a0a13..4974fbbcd 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9330, + "runtime_id": 9360, "types": { "Balance": "u128", "Index": "u32", From aaf5076b06e652dfcada67df3fbc1d2b29eb6f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:18:33 +0300 Subject: [PATCH 0663/2142] Update chain types (#1241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/Integritee.json | 2 +- chains/v2/types/efinity.json | 25 +++++++++++++++++++++---- chains/v2/types/interlay.json | 6 +++--- chains/v2/types/kapex.json | 2 +- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/chains/v2/types/Integritee.json b/chains/v2/types/Integritee.json index 9becbf5e5..7df47b965 100644 --- a/chains/v2/types/Integritee.json +++ b/chains/v2/types/Integritee.json @@ -1,5 +1,5 @@ { - "runtime_id": 28, + "runtime_id": 29, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/efinity.json b/chains/v2/types/efinity.json index 674c5a78f..dd8f9992c 100644 --- a/chains/v2/types/efinity.json +++ b/chains/v2/types/efinity.json @@ -1,5 +1,5 @@ { - "runtime_id": 3000, + "runtime_id": 3012, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "efinity_runtime.Event": "GenericEvent", - "efinity_runtime.Call": "GenericCall", + "efinity_runtime.RuntimeEvent": "GenericEvent", + "efinity_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 34c83695f..05e6610a2 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1019000, + "runtime_id": 1020001, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_core.crypto.AccountId32", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "interlay_runtime_parachain.Event": "GenericEvent", - "interlay_runtime_parachain.Call": "GenericCall", + "interlay_runtime_parachain.RuntimeEvent": "GenericEvent", + "interlay_runtime_parachain.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/kapex.json b/chains/v2/types/kapex.json index 66431cb92..52e425277 100644 --- a/chains/v2/types/kapex.json +++ b/chains/v2/types/kapex.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 2, "types": { "Balance": "u128", "Index": "u32", From 705471abd2fac96da0b082317d841c95d411cad2 Mon Sep 17 00:00:00 2001 From: "ghalielouarzazi@hotmail.com" Date: Fri, 13 Jan 2023 15:25:12 +0100 Subject: [PATCH 0664/2142] move dapp from dapps to dapps_dev, revert readme manual change --- dapps/dapps_dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 86169c4e9..1a250ce14 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -750,6 +750,15 @@ "categories": [ "dex" ] + }, + { + "name": "Secret Stash", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "url": "https://secret-stash.io/", + "categories": [ + "nft", + "utilities" + ] } ] } From 3656aa1b4dc9db7d1cf40793e5cebc6eca01e259 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 08:14:38 +0000 Subject: [PATCH 0665/2142] Update chain types --- chains/v2/types/kapex.json | 25 +++++++++++++++++++++---- chains/v2/types/khala.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/kapex.json b/chains/v2/types/kapex.json index 52e425277..b4efe2411 100644 --- a/chains/v2/types/kapex.json +++ b/chains/v2/types/kapex.json @@ -1,5 +1,5 @@ { - "runtime_id": 2, + "runtime_id": 4, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "totem_parachain_runtime.Event": "GenericEvent", - "totem_parachain_runtime.Call": "GenericCall", + "totem_parachain_runtime.RuntimeEvent": "GenericEvent", + "totem_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 3dfdb1c48..a605e4a58 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1205, + "runtime_id": 1206, "types": { "Balance": "u128", "Index": "u32", From a5ba7ad60845eccf93ae748c2bf5d7f96b6e38a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:15:22 +0000 Subject: [PATCH 0666/2142] Update chain types --- chains/v2/types/polkadot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 7e94a8f70..6960343c2 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9300, + "runtime_id": 9340, "types": { "Balance": "u128", "Index": "u32", From a0766e2e25b97bbcd7542ceb5f406286b06f238b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Jan 2023 18:32:34 +0800 Subject: [PATCH 0667/2142] update Secret stash dapp icon --- icons/dapps/color/secret_stash.png | Bin 15431 -> 22800 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/dapps/color/secret_stash.png b/icons/dapps/color/secret_stash.png index ecb4ebbbec9dbf990ba8bf344156f2a84705ece0..1b70e3f6b54c16233e878f3ab3ba43f9704c887d 100644 GIT binary patch literal 22800 zcma%C1D7UE&mP;hZO@Kv8#}gb;~v|#ZO@Kv+qSu*Z=d%Ue05GLojy6;sjjYclB+sG zQC_Wy~@<_(RB)qu7OBxGb{?Pk`W z$g!vbY?wLBjs;|7VlkdgMnu6b*+ATm`G4YZHOLN3(_2eC-zEP)^`ud*?L+I+Ep%s3 zxg&82Q9!)2w#KVNjQ*-B2hl%sRk7G8W~mL1#p^J)6Ttu78@oE{9UaTG!Y~=2}7}*M&rbo5U!QnpK~7 z`C}VoCnZH&ZQM2K10hQMpSmoI+Mlgq+=?5GD~wmy<1OrEx`}`G$dVu&AMn4$@;o^Y z|1*5|UJsEFL|;1r7ay5f>I}38UZSSXNHl^v@mQYsc;ufsMgs}5r@a7sZc2U*5@2^A z57z!j5mC`0z#yyL`_icR6+&;%-#RNWMsf0z@Nj5R#TbG3uCkw{Q3*QH#1=f-bBXn{ zf9H$2)9Bz|-@?It$OFDW1QTUQ{~MDmP!P_i_nZylYnM{QU2Ua66?m=K|E`l?mOf_l zD>y&`ebUVNk30+iD&XI&IS!kKx>MZKh?DO@8alq)jj6sP{WlATQe1hndDpK+7<-rd zbyf$=7%9ml;&700YmH-gT1E>fLumvhg5=IFhKax0B!gJz$aVIHCI-G0-adMou30af z;scDv12(`!MOC37^Gsq0ipH8kml_g@i$~bwqznK+Y1vHs3)vcXY>dat+|=5a%ySHy z#A$&?vn{ip9ewV@-(DP`;h8&P*-3>{|K44qlg36dIZI_wIH?f%@)4**RRHt_3&OG98*zc#Q{=M@cTR3*PpCHE6zd=@%YG zU`$|XZi{6kWJd^?MupkO9x&GJWV3ld=#Q2oyUOmB9a5Nxp?Jc4v_&F z<=~R&ioHT!ks}5{kDjFmU*7gm@}X$G%9Ua9$_q8 zW}77g5N{umd@+w0cVdDtkmPk?u*j1`HlGH@f_9HZ&_Zg?0vGY=!IUs+8LFFsu+WG$ zk)|XrNgXAl&+QRztI}Fhs`i!Ky1FSNn8d zto`?7ItEhUMs!R&3j7$N5nE2=zXM*Qt8PN*(_}B&g($aLN~KI$W!2(%F?N$t=1BRiW3Nu5?cmsX`Vt92 zn<7VUkOhv^PMdX(@r(25( z4K@tXol?7<%=ach_lh3PN^84;d6f2Z_*{46J2FY?G-}e+4b;bNNb98`Go6ud#wqi3 zwa;Z(G1Yxe?1ak5)KCYlu5R4|(?=I3@I^c#T}5pr82~+?6X&@2>a(vz2Y910LLg_8 zDTV69$c<5tH2?J7G>!+EH{h9-CQ&}YaPGM=LQ zO{Z4QV&ycvw)OdG#iLQ{8fn+7{{)$C{e-Jmx$9Kj4a;#-T5^j#+SEV%!GL2=>Ee35l_4i5lS;3nnId1>$>ZhCY)`=oy6#iZo9)sdPoI53 zG{9UUw0rdDL`LR3$lI@g?~Wy!6|CqBBP@>U1>b0j+ZqirM>&mtePj5-pNcmIP!ENs@bouz$iL?4&RWUy=kfEqsqWlrH@ zGbiLpoWBugY(nfX*c^yPuw!6`T_v(GF(fB2?ip(0ELNsDVF8)}Ov@91Y|UYe#>(|4 z+0}(H4x$YxaRWn<5m;7c@qz~4$`zC@Mv_huczIbokeTMbwR$UyDD=eF%Y0+}$UNQi zPsL1CCOfH`K$DlLT1wPkg>tfAUSR3BD;*E0OfrTOWM3BVi2T;bkEP2_!^2=hAO5zy zEVU#jo}e|iloD!(1gyZju!L;_dw%PX!Sa)K_#Wb5<22F8RGm{6t{oKAob$a=O}~a* zC&Qc4?apxw@#F$e-)ha?Oxxhd`>?dyX`}*Ev0<@2ZiGQ%S`l|)X5Lq^&YXZ3@=$52x;(~WT1%hUB67)f?eMdw5Rw@mug!Z z-3FTd4(E&(oh+&4NB#ZtHC-liTj!_jzi%CPIZF_T+3~< zcgGqVJvFt+L2z6Na;#aBwM8Jjp=5QyB0#Ccm@Q3mIO#q)kQ#T!HxNBexgmZQ_FVBP z3$!Wtl<7hfO2$`%%IMf}kS!!Aq=KURq$3?{Z_g89V+ZB%aeLU6n#c6I?FBy?-Kcat z<`=~WRqj|ffUC*}LrjM%!~|~!pQ=*A?$PP!j+5SuNSIZ7{{p| zo}QVM;o;0g9*LROS{l8c@~Q%!P37J;))blI#BMxJW3vnv>HC9`d6=${Al<3s$q=Uo z9VeS9i7q@bI-QFk3ExEpCeU61y@v7&58Vm@^H=lD#}(prVy4GzPB|6Ev`Kk4B2L9C z$F3G-Iu(hT(LK|6dAI9$GFO{F%#IkWqHD#DY4G(e* zp@=aFV#smq92BdwQe>6XwgP_LUW4!I^=G-3=i@?M7VT-b+5H}s#!2~pT0_lh=rn6t z7Q|VYDfOafc%8F5ikn*}yPq-VjhQ_DT6-=yQc+4NWJ+?*epDmhlZ|0!+MPGa!%*AY zJ+n%IgaN1c`Y27GX!w{R;ajlnb&?hLNDF+}cjf+>O|iP6$;v$j-9fn|8V%F2At*q} zj)ZGRLvLLbuGh6J7b@e^en{GW2(TPKqoB}b-Lsi_K=hUCD99q<`viH#SHW~@a}b3z z#kepXUZ}Rf zKa^Tp6ljQ|po}r)tyWU{E0@7a6S7oK7z=XtI40uvcGgX8YK1^&f7gYpRK{l#WHhCC z_E?8>wOkz?L$_I6OW7r7MBX(sKA$PZ6PX@z$f;rMIFqaz4PyzaI=MZ%8riL);oCni|x&aF3CFCfFz1)-KxEU7RXGF z*rs`LX92?ZP{Hn1&s&ag{QJc4tAfu1yz&jKE|jdR|IgGT58E@}UK&-y76$LldhK=UpG5OV6xXLj^@R!c^!5ejCU_?o;V9!P zyweC2g4TsS3of_Ml%t_YP7eW$Yhnbh+dE60oww2Iy4k@dHu%Fa?;M_6D-?J_U*X-) zSjy&vE)UW{L0BCqBLiI4Ik6fG=|5OWrIHzzth#Dx<@%}GZ2oe7%j6Pvzm`thYqRW| z9?x}K$kx;1z5jsnMK1kl5Z=OPU0{z(Rk8gfBRTH|#v`}sPESi~rmx*@_nB0;??p^+ zzmMuLqPD)C8j1!qm3nwye{8+#_zU9sSki7b=r2pAkgrB?2e=H>eWwK7+jCakeQA|X zJ@0IwFSBqRg1}n#NTtSw^d)ux^8q`zM7j7C0m zQ~QW|<1{ynD26VD78#@hMV84*F;#kHv)dY5t&L_T_0^yL`VcDOCe_>`S2Z>9IS&d( zm)%;ghvw9YO5Y*j+HFs))5=U8|BJEGV~p#4k0h(abxoB)m{h; zeWtGRjDN5?=u?eQAqvueD?7N5gu`iP;88I6gmS|y-S|wnH&}$j!G(87v4_~#cDU@Q ziLe+>3=GK{H;2L*IkMsEG~FW5;CJtmfDY9ek_mMod^YV2ukss=)^}*pb89$%)*R`P zy#+NlyGcys6Q;*VOqs$8v7VHNvng$aE0*y0No45|`!~5Yq(#r6)b%?bM|%=KKI0Wq zUTW`EkN;G){aq$gtk1~jsVVbyvQLyna)& z`qI?q%!|$D?1nfm_>J%|4f+e`U|!5QT$v;KUD@GoZiHv%I#bM^L=rcrr!@m(yz)Nu zi)<7v*CErd6vYGapo6)+P%+8^K$VV2N_U~q^Xn6qV`(~eFMzQV%ewab>uIj`+L-F7 zKaeUJk2WtKl_zse`Om*dJgSZ%QTT`Ax+BN*K*!-)PXhMd^WJ`x>0e~3v--|1jn9Xa z$CDLjaQ1smNo|w%YZ4RJV4nW!{0nDDkd$T|2NeX*$wz>d3YogUUU2Ga?J;bU*L}X0 z#qPIRB=&uZ&-ujWwkPf8SwdQ?HDk*lRUc3`HNiF{C%7z~qqm+^vKD>tB5w#7~S;tR*>uKu3cu#6I(> zTgIfN42~Le^Rdo1?Vmb9^jo;;hbBeY!V z`IcG;>0(8AD&!1>QYuyhM3q?~p%-e-8O)n9KFBWM2Lu%BJ_k&OYr%ss)_B)|t6TQZ zgW=~w!+twAgAe|V6;R?m-J9#YPldx({Xl9_jdkyPp1XdOXwXB3y}SX1^_h0xj$|L5 z?dOQSl<(!Vlzv*i8ooA63M}#?H6Lj0BahA$x2uhQx4a|mDkoWWGx{*I!>xw{)%Q1y zq4ZkZPI*-goT+Rnb`aGT?y{ zF&XtClWH#k+s%fs78lyfyaeA=xhO|OJ|mpqb^>EZ*3w~@<O4-Yva2HM{99zV)cfr zWH03g4^mmBdJ~j9VjK+n6+NFw`G>hty+mq(THE!N@LS6c&2FPWPVZs6PVZZeYe_9_ zJ>fQ@85BB8ifYjTmP7S{a4ig0wNr_wf{J+2d^g|Clh~Rr@rpi|cmTQBfR1(DAGD^$ z;oU{K+59Hm%&S@M<$G|KxH1oPRJVX{j_*7TBZd_K67f++)8W$@lY|V;2K;yCGh_XB zR_A#iSDJUWg_S5vhvH1PEXsO4>9g`^-~|R_ZoP7aDjoJHJvyh6nXIen3cTXtS@B-& zp|{((qcnM0^6cg?wy)et_SDwX*d$dyS?EL+MM8}DHHi zjw;V5y1pgfg+Nv?(J{$N1k$-MtRj+^eV(@f&6S)MSse56Gog+RGqhBkEMC1HEDa5=X3J9t zG@UM5Tbxym>N6{qCAsDDWXAVcW+e?kSI&erb-MJGDh)mh7IoZC7IiBt=cZhXe1l}I z_T{UnTl3Tnh5HFbg1T??Wu=9UyYDQ9AU%*f+TRlQgLGw1I;YTi*!1I8O3hHz#%)(5iD)xTWMHk(&O#Ao3s!rC; zWV<=@jHb+kb4}%}5@tuyaA0o(BFaXwbJWTW;;I%@I3GQ1&Qfu2$x?A!W)Q36+4If6 zZazdLx9$H@6?9aZJtt2$^Mwno{Efx|Kw+V-sVCn=gC0pnQCdZCZJ|AqZcPWNt7%}0 z|1{rz4Mx?8OTx@Ih6VK*OMmjCtPrN*W5Kd{VdZS@#cYxGFe1Vd1)0T5Fb8(aSO(It z=6Ecn(Y=QXUF!4+Z0`PFt7R~J_eIreMl~nc*EAurf^PW2zX9`ov=La)$`?7)cezTg z4|wpXG{t7^<3E{imKgX=(AW4i2Rbcw35XW1{mb|lnTdayQBawuO&qOQP-lHAM<}Oh zXKGkNGW??X9^oG0f?*UOf*~XRRu;o0$w&n!ET0ilmBDu#fP)9TZDyGTa<;U)cs#dAfFk&5wF@=*Kn(5RTc>Ae|gF@-jOhG7O3h1a$`wz(R*w4E>4xKP3#q7B3Hz#C9b|tsx z(l7sZ>rka#1=)7RUOGvzw<8NZx_pLb8v$z$YADxL!RHbrAlD+Pux{|5>2nnntx)Ln zb!_QoG(S5Nel0_51%=3@7^Yeg+lAgU4zlVZriwN^dGOk*u`f~LF2q!5Z!=A6={8xv zHl+UX8{y1QFtU0V@(C@IW-K@0t*Jm^20){-8CI#Y_1rqgy;*^SDMYj#@l>h~K`BL{ z$u#%G!o<%@J3!tdMq=HfkE-ww!pxB4(9nX4B{oDg)k8>S> zIg5&3+20r4;5IS(zyyPp6Y5x|q(_CE#A|+AUrb46niWVy)y zz)db6=;dN?fyWSB_Q*5;mIF`>y2@W_IDHnKmTK}aO!4wq-sYNSXT=D+$rtH4rphktG zquimCbtjgE%7*Kl(?(jPMh@1-238S}RVl$7lq^ZA*f?%E-x1dDosW$(;FmadRl^Q3 zAPF}pg!&;DhcXt1HL?iQ-NmddYCIfcG2j|w+!TeN^@e$>_)0vr(xim(YO6FISrW8Z zb+<>~;3OC4yFjJk+8)`@3lSWM9LzzbL%I4}?TVB~znMjq+$kiEPFp3=2xI8!H zmLRWgXXzD{tAN*|jXrh3L&=@Rk2VSk=FFUEtty}b`LcY*#`eO6fOwyPS30MWb$Dms zo{GKRlwYTH{*4wPGMO1?YO>shv(OX1bsE{nC-P#FP=tP9aiGSBG;| zP_f#l0k`=k{QOYy^1o)0gbkYUlJLPjm^iA?dOi%4qR zfLo<9UfHfiu}Y{L`>PJK-~EZ){^ziWiAy#!AgOg;i6tj$iHZ_SBKcUgbx{MIdsi`r zs=hf$$xv#8;Tcv-38HH+MYa13wpok3mkg#m-#b%|4E?lQ}=K zjLE#VbM|8|;0Y{Ex)?#CPV=nCDK8iz%hUCGRe#rJ;^J-r{>3ve#EqeX$CIV7sDb#W-1}~glY4x+_vJ`xBrfQ zAUzg)gQ#DG*P&g`W>F#vpup_8z#egI3^(0k;2_c-hOwcz5ZP$(tJ%b;2Y=A>QzK0_ zW=)xNeu*Co&!NEU%3whHG2IwyQZA8ZH0Z54yW1hD_k}Oaa@5${auXO!WUiOmf6RXn zB3+cCMFzqwIL_d?5n&{w|7}_9ez>>*150!h;7G47wOqKlB=Q(Z*``>OG55!;ha$bK z!iLVw9lkn@CM^-7DJA`gxJ`Z{NZIIDYPjPjwITMD1}fH)^g%Kldy9xY0D9V7=TWIS zSKg?{s*<5J<2XiUu`{u*yG6b9rt;)oWAFK@if8RR&7k`35OpWxSd~JpPhz5BCd15= zJoopZHmZ74^jw1achQjlGR$qcuC8Z1Ncz5Kf8Upo%fPRFwzIYHd&bef0XU#F>a5D| z)rzKW3@EIpZ40>^Pr(WgFshc&+kUe_#c^Eb6U)*Idk}dE5Fn)<#DkM)%n6MzdIni=ToYw-$*OE+*h|^fgdI z=Jdego5OM6=Df#y-=$*k^LBzIjW^F}TV*HNhU&(1_XFj6jI(*o`DgjUbO^MZd#UyE*uMbAkDa^bMGAm2iQF4qBU7b8{SwF<-iPB z8g)U3&d5uIjO&x2-B5P*1s_(JwfZ&Kp(JcMyS6`9{cI2RH=zyov^dKhf@p$-jeG*Ynbcl*Lk?<30OEmxq zg$B46uI^VO9Dxcd0t&o${O8IJin)Nd!+$*2HyAAAALuUyQ0e)QzwJCF8UoCK(1N{c zQ!T0si4KwV15bo<{+L2>6`<84n)E^+v4n@G)BO_g;F)3&8iOtg*o9e5@fYK8XQj>} zA~6ag7My@b>iLH^AWH*7zRiiJbAXbNP~b4U=!A)bl>!x@JD{Vz@Wktp3WmOtu!2)5 zjq+N!Fj8CE#gISQ1nV#FoRxkM8EKLUHbAML8SfGc>l(e|^SbjH)`OAI2)963v3H%m zo`-mfscXltPNX?dTahJD!bcklM#@@&b{6wF3b+w5Oyw5aKTkj7AdUcT2Ee07-%B_5 zClu3S<;j*ndI(#mlDWO{Md4%w=r!83@zatmJ;mi|>z<(OMUnF~-eaV=^MhBcVgB$9 z*N9Nv?a(Bg0j zpPn`^7^S^6`RpC;sCYy1R^aP4`svp9v^OK*DAO*zRkTuY`cl!O6yQpg=pgs#M>JlG#xzIM0B+NY-~Y|<_y>7 zL1dFt*sg^q4%Jf8)(2rP6q}+(I~#CnL~mu-o=6_uip7a=sXVzFX=0s|bYZi{UT{uZ za`y}VIlPLMnS2D=-hgL^D3D`-jYtG`JlJgZAv!ltKmTQb#St?v)1(rN*vH`$F0vV@ zCl500RI%E)jU_U+a77DcxVpL}y=2D{s)m-Kngh+VbVR0k_Th39WgvTw z0*+v8%lds-W#%tUsc1x~lOKSU`xwHteQEI(S62q2S+E*by1F|$DJe;oY;DF5A0MS^ z6q3H`&^!#C7Ju-P8Plyk(7mz1M0(1i1RjkQ7li{xmwu01nfGA!E?uB#?8;zin|R8_ zCJbZwYoMvmqN#m8*6v*}CA@95b6kEZv8~F~&>)&PJIt+hz9St4!-Lc&`n~$*-{SI= zWr45v(e0Y=f;(J+kY&@2q_hByMj{kDq{Y-ko9`^t2+EC`*(VwmQknI=03Nl#fsn4x@LzY!4ol@i#xSmhcT%qy#B91%@i>;BUi<0mHx(9TtLux zGHxt18wRXst&USm%m}`~WgdujEc6#s=iyf>QcoYrMkIt$1S z@WNOFsJjgHNDD=DtwXoOESn1!=;RU*^b`!^BXk}1xV6JRgefkjv6`tV%gA^#z46W zJ9LG?o#&v16ee+xXlqci-_Bzfx~aw??_vit{V1{8)C~u$V$h3+$N45jc501M;gZ$H zh|mYtAhRH6L85?#r{_=GR`c^9D5G%TvMpvp0Vj8Jxre-;PjfECpItGTM z6qul_`+@ap=Q8B;cN|C@T#pwTzfrxHL=mx&!CngUdu4e4)nfS`UJH=!lTnybk;a;? z_BQWlxWbTL7JVuwvC=o|%rTF&JoPeuJ^CuY|1vZcQ=?cL z|HP{rHEQt${r;$fMnbf)`0_eaH^DNRm~P>N`{P~Qzq>Ts*!1x{PzXXl>mIR770yKC z*+a8f4wmGuTHQkh-f&qF)s|G@ZX1OK5i8Xos~jwx9cT=fb7PKFmn=a>{&OSqcH>;5 z&j+OvFqc=7HvQhTP7z!+kJ*W`o!+8}qUq~t>8P8Tw~3pY2w8&r3f54WM=omZu3!$9 zyKI^?ASfM%lFR#WWm*BUa{D6z^KiYXofO9@@|c_|i`Pbwy5X$gMTbPYqM<852*;_a&Vh0nBDPMX7+&Cz#0}*YtMYqb5ipTA z0(jFaVR)EGnGRi-u$u#{v~`@;<%J=YUrp$Ze6x%0#b=sK!)D-Gr)aEeFod}6Em*&B>Rth zUFNGfCTdKraN1wBGZKAysEz}hk1Ej=6xV_+jH#sMIcZL)=GjJQTNlzH!=a>QQVQf_ zl2^kX7F5cAgSDZ;#GXweM26n=f7#Q>{rAcLlg}lm>%|%Q^5>1_RL?{&lKnSNW}6UH zx&!cT$4wyPLEe|_-6(W3j1)&u{Hr0%#ksy+x9d+wZm-==n3WBEL#U)DE3hXuzYA*5 z0ygE44BZ(QzqVx^W{nG_MJ_0_!~k46bW0-v4$%cZA&2S#vpMinF_c-txR&lw|9k(@ zE7gX7B0q-{*)kLYh|7325g^k~TTEPT201T;d!%)m4)`kE#fXT3&hKCPGhA zNIGTyjDiS0Oeb_njffceaX52nF>G@)+F#`}shmwQ{s8aKIm(@0TfRI0&3xh1*>6={ zogu~MJN{2c;%JbOZLwLmFI!kZz<7OM+kW1c9Qj9KzWZLvGdA0@Lc22m=Vh7Rrr!8t zt=`jpiSoiS)e-Hzm|kF>({)E~(ZvvrklBZ?0k>ZL^0;<-;Jpicv;~Xu5Y(Or#0wcY zjD}IPckNTkMD^9}=-!D70*K3u!&VBMnuRAXx3b zTg{I>v04Og1G@Nn+_f>KB7KP4Pa>x99xvk3lFlV@G8KQD3Q}ekXO@W z34w(0p-yVVAk|Ek_C;Cmk-QFbq0O*6s(_5vpKFK)-|}|dRw4F5Y4Tm#*P09Ngyt^u zNLbq{h`P$1Q`?2!3{c#OBAAuxK{qL12JdMA+LKbRcf z5k6t94WiG->;qmtN&CN|a0T4x5X?lY{9ne(7`NX0?6ur~U@fRMa{j*c--HpXtc8si z>pfXuSL?n|V;K_+E}kpVtdolE`tJA0wVjAR99?3553?xT;m!@{$CLo7$O6@hgKqG3 zycC-^8vw_`Ej2<5MT)b_SdD*`T$7+^$>jtUf`9q=G=}kYU%}{oPStlo*c~8-)Mh>>zn>c~_e2K&v zL^~}y^lr9SVQ+kJKqS?fFY7@%5qrv#*#qK3W^5wyM@UQPu;_dS0UbTwmdpFV54 zT?GM{HFJDKx(p06TG*&TdYrd|D^d4;aBkc?7KA(;Ha~(t9IYXAT<0nC3;wcTxkKeA z@4fc-p->Z^EpqbfduAN`TAliMy!0K>FvfmVBieIvA;(aC;7uV?sdXPv3p!D}9GM4? zD@dsgt|wM(_7o9>glS{Efh;PSi3H>b4aSDo*lgVLq(bIAS8i~ zA4)X=i?subeVzFWd|jLx0+^c*COrK+!&y2ZK!i}yW$Fe#suNEu&*QhIg=)+LExVWo z0T0iqVo3X6W+K(b`b_`EIEy(#et1iFGumi6$lDrem}zbnZ6>Q z+jhDiUP`bNs-|#FVfA~l^};1Fp1Dm<(zte^(+DUA2gR=QFL^_kKe$MaM><&-33rU? zI!=vIfSFV`xog3PvP(Z;c@gd|KU}3LJo|AWqBnAHXHz)-HKW%=cAAsrLs}e4HJYzXK!5`pj;S z_FjTL{ku>)uL^~3iMpVxM#L4HbtnD3_5_;k9v%CAUmsO0i}hD?QOk8)1z?E_4-p#w zZMF@3-mkmlc#?4tN^|jv)0#X)Kv+R7MD@^}9EbF-+je{9zC#JV9}kgYG^FPy@F#@- zA^9d;01onga!VfSi#p*uO2G5s1k)f{r{@m!asEpuRQ)f!RV`a)i}k&t+Rpb1qhO6b z_!L8*O&f%4n8?Ex=xl!eyM^UfpPbul!B770BESa|@pDc>=h$WCPi1Mg?5DlzVAkE} zq#;b;sL^Tb%WR(W&RCNBA@ zfn`mFKgm*#kUcL(J|2E0vl^_8MzsNe+5FmSk*(GIjpd+@g$c16c>|rO@$zc5abd6r zXrB&3a=}jvz&6e}x}1JDbonQl_HTA!8ekQ$NV+%#}5j5h5EEax> zOT!(yCINnE9|8qk-;dKZ`h-eXy;d)$rxwcIj1*u3K<1V+Na{NNKu&hFOQVqZ;N4XA zqOd-E0DzRW#(kuD-vXvGpp$`x%}>V+oFVTR}*d zj`Wm=29x0-oqau^^aEP{Y_)HOzoX@lr$joh!$7D>?UbnnX*;jn@x%mX_H&GOnT2ate;@fV(y<*XN&1)4cTh|Nb}?UR<(U0P{J8N4y&LFdBF0olM!t z=llSn%Y27u7gW-v$OWU$9fi9lZH*Rq*`%~Dx41Z3Z}-|CT@Ft#K^gOMv8?OsWo8?K z*Z=+9_j;_*hTnM_f!uAP_-*L;7Xb?|-5FFCbqPoFk=Mk9vjI=*#GNqgNGhJ z$AV$rV1r+OUa1UV=2X;v+iOo|J%LxFrD&eYJB=(|3SrkEirHA=m9y{u!@zNyhsc&e z1Mv&#vd z5`HkYmr4WqbjB5tKhDSxXwngv(RWz|k)1Qn$L409&S^N~D8)I`+Bn+}NbG}w*Nrx) z^nJ12zNc{jLT(^&#NB{yi-paWMAdp!z7Y0nuk3#BXS*UU?-z!)sj1>p;iGj=Rh<{%0-cH&V$vB&MT6(+B=BVZJOrw_TR%Y zJ-)(rbw?X^khg;mpf$X9pomN7yG-;Ou)oF7Sd(~0zkaNVdLbF~pAz~*ujMT;gax2! zuH zKXq1PUv)O?QQhuoDC{lKrL;q{wu;P%;O`#_2t}}nf`nUGLEE^)-`$;mgnpS(u8@0&|k!CE)x z4v(kvo|JjulX=AazAuzU?JI^}Gw%NPmx_QK#;g~qEXVl)odwklD8+MsiKBc673&l0 zq8;f{xOlo!CZcXbFq1*3`j|-io8gY6U^lWr>?Ab%oibYus&Wzeh>9M%{TzJ)RI_k6 z+;pd8q!jAizLE85(3)^w_A#G@%|oY(;!Hks6IFe8Af;NM6bk^{`EinHUrof@M?m{j zdIUp(;fzAOkq?{(TH%2^Z@2yz+?=J*HZp_rH1fH5w!phQO*~}RhO06F3xVp zP1h2F4!0e|#ZG9AScP~li-@h_9;a?R@4D82{aY4(*gMm)U)0bfFs!eAijvG^9%G|O zv<*D-V!~}8nVUg(P3w&skIp_oWMOpx*!4+>PshZaXNTSLVOLth4oA(9R=(#%an_M-pta?6QIiQT;x-98>r zub3^l5g^cBcm?ftK0JVEVEiHz|Ei$3Ub5#t&@=GW|MGD&+wa=q53#CFc#CH8hB0;9 z1@*$&4Q3buR%8kF_pj3vK2Ryqgj}nrbbgi(T@N2B0`-0O3M6^vuxwy?`|6u0Q$^wU z%eBS$(@i_@pI?l*+4QJtkA2c?o}pTN)N+F+_&uHmS^!G3uWU;+Zv-Vw#3?rrf$!H%$JS)qeAo9Udj z)65nR8g3!z<*?O&hAWg zQ^pcmKB3zl1EE2i#$Cy%t*|3CJH`hiF}F>q=78(^{`MEmSWd36%+Tbjb0N!C27r&L zv&fF^b9wTe_P~Yod~q9xqAJW7sas*BH#Cn<6(bx5q~QaddyeXyVnzwzHF$)L{k6S| z%0=w!%JOr+YN-6SI?GvyPZB!q!wAQAjhCk*czHcaR&`m~fn8P~w(Ss(Ay4eiA z`MZ8$0^-A1_T0dGSwwZfnrn?!3ML_o(-IMZ)>KkY#Y;dOOZm!RKuk>OTT;TFwfmRDrfWwhk zRpA9(QoAXrB4cG8%txBUy3dapsUBx)*5ZxzyiAx3T`EI7YSSW}WJYz?_DLvodzDx$ z!T3+%kkgf{jC^i;Hx)Qe$DGKN{@aLN9%hK{4RVMqZ8FStrl3X~5Esqv;SW6YhP#c( zFZ?}(Cnku_sxqsRRLNkBxc8xYanl^%GN^7H!5<67KAxyo;lR9(ffANe<|1NEKH=%H zhCgs`-{<4wH6cF%==VJNkql6NvCqHb^Y|P=IGSlZ3^u)kO|32})rD35N|#6G^}PH; zl;nAPn_dXk7C#8%Sui20P-M}|m-5x8j+P6hn8szvwaIloE00t9Y}J$3``^?fUZP8y z6IT(yUk!*12pKJsagtCWa{|ZdNueJa&B!d3ZI^>{xUZEtttvKMBe$8`*6MoR`+2Fe zd-iFuy5m8$r~(z(alU9fa{vw(3$V) z{#LJh34`&eB#HKY_X_p=xyPA617^k+gj&idsvTTI8l>Rl91OW;Z8jXuGE*w;(jnU5 zy7xEtnuAT=>!ft0)a*C(oR3^8Vf}N@F|H3oy=PmG1SVlM)NEDY-+S&{W!>PkJ7W$} z6{*~4Du{Mmq*peOZ^uCtzV;6E4Fv^CBJ3tks>cMY%Pe^;w@A`1!gMY_$`suDnLv+I z&+=_sVYfz13MRKaP3#HC`%+4HtNK(GgfEA2pL*6+ z+bTGsJ|%M;TBZbRtxOo$8t8{x5RD=Uthrd<{FnUmyH?B>ZUg&vryLEI0Os zTBmXjsxbP(_;a?u?SDUzDrVuKF)3N2FAW0b(>8%=PyfJrId9${IG3*L1``x>3sp@; zfuwbv5d<*_lOM91q;3+KXEAHZg{az|#eMudln+*a)2r}uR4d$ZNC`@pfOL%#kdp2J(m6Ud_WC~Wzwq8q_v86+@AKT} zoO4h3DUyJ3q=lBHyc$;g?%wawiWE??`zy0YmznokZK$>$$oE_hSh;-FGubK+n60|z zu0Y%g2NY~tb|1f6?2Htk;bdEy{~VPqA~JKBN*o?Np~`QTx@j;5x4q(ma+MWo?)IcE zw4z%}0*pVAEA{LjQkZeG4k~|i$Vc!8mtOm8{)k#unpzi*%rKideykBMI%53BEk-3r zr|xBS^!=&7LAXw(9@8X?(q7OL6s;2Y+U&AeB$Qb86q!c^viy@p4$x`LH-H~o>xo4< z^EChyP1B#gHTP$K+U#WqXj`HYeNA&v(l8^I9kGT$1+fq4t;i~P|5^QznNUNv(FbwE zF`w_Y1l$MPuEj6rw;z+w`CNlg1sBFgn1dG6uHP;D6LRhH)F%Ma4(1PLeLbN!8C?v_ zJ6BhVr%n*2A>~XN1lgy6sIkZuB=Y-gjx9LoV5CIcQ=EnB=QHXU{&yti(R#zO@g96B z&k%+jKYrkgJ|$EF%McM3>0I|Rrv?5N9#d>+_Vo-j4EHot8w@N_w|jBBlTClN;`dma z->gh|L>{VJ-OqF;8F5$YK0Q(TCeZNf{-<8SoL4-sSAE2>yYf&3?ch^-CxdENGsS?QyfsnM=L#Bdr^zq-(PZBBPvuAoMv5V#`GC z?2OsIh%&-PQwP$SJ}Y*tmy~)Y30R6^8M3?#fNSw3+yBt5||Q1GoMjRFiBzp z8N9Y_uni1{-W2w$`Egxn?$4m4U{#*5Q^h!vb25w8BdVjZvSyA;j%G$mU(5r@UG|!I zM!00ay-U^gyQYxAfe98y+r^G*(y9g;Z=G3OJ}hIc&#vaj^aiK(oo-Np8S5<*q6pB( zYWH%ZZr6L8|CS_NJXpLG-jBkt(H)`M3-Zp!L6pft>khXR``;^dlOKXNL-Z&rZ?9AN zxg1U*PLD|Seh*%5`V&K>URj#cCnXTmY`hr58}2EWcqr^7aTQM^e_#Na{sF)A=|fvo zeVbL3t|jtk$5@@5&0wv`q3xw}A!ZFHQR9DZvQfT4VYpe_-7oLD8~_RwmRF&~tGKuw zk=GH*I35lRQMxyStu9WKu8-WlpxyIDH&2=@k1nasZ+phc<~KYum*TvU*ZxmM{FK$1 zM?4hR*4c~Rf7bM0N}$Rl2-V_Mh*f(OY?p%#&|xPZJG^6v7f;nbS?@?>C0SMTTzKs# z1&Rts2S_}Bn9aWQHtsI+iOCXF*(HSYwb)(dj<5nDm>nZr0l5$S?*qf_dn}Hz3Ubq! zZ{Kb#zFDpd16}F{;3n7+q~qY}!0ZnGW467bXuo4w|=5n3(GNumPr^{W!E& zZfH*Ka_v{j=Kx~I%b>FPEg2?IC^mkB;r8e0@up_jkuqj5=1J1)6<$pdhl zN-D_NW`O8HSSS7%2SxJrWb86mm8Kg4Hh}iL6yNAy1j$CE3H;HwmLcszF_<_ZIL=tQ|RzW`W(UrCdPmBCd2jf;35Yt8^_@ssnH?l|$RvLtMRg$y z&%{`75cj>$Y%n#&$ci&qI20Ot3^5Pxqe5ylzkuJG4yi3{W~s;9(*g)A1vb4LnfDtH z*BzW_!3EW+z!w?R17nKaZV@frn`(WdIU^GWL$o&&$JWb!+byKiHDy|SvMgKZ0yw&` zu$FH3nx@HjjgwTXbek#!u|j>7&8x-4mF9o?GbzTJ?FNzP4s9bN<8Ui0JX0 zWfEMS^NFgddp!$cB4?g~V$|SY+g5uvjst{+AD+Ig_fP7|eXO7qQ7+Y6oELKt&9Q6d z^L<*67NzcpFXCE>+D?$S7{9~*$mKK=8PlvLC#pa|Iw@Ti9j(wJ`v>rq^}23seFHa> zh1AQe9XlNN2LFuWcFxgl?lW~M@ZA#O{n-JT1*HC0!NKr1hN~lC`6z-FV7%E*!V(jC zz<*?)?_*VrAz)JGdUvR89a?>Iqsv#oDekvHoA`p=4mxqxHDff8RnRpk)F#KO7h&c# zanKscjkBdY{BoO35W%TzTOLi{t%{&72Jy3A=p-&HG(0TY1c}Fi3JPRbsiT9X3QYy} zc3O6aq=UEV3H^btN`39cB5kx9^CcCAN!v=}#K)eWj7Rx%*URXQAy7VX(q(D{ zk|SOyLwTU9t~(kYOI?H1{u-RkDl74#f6ty^rh)Ev8HBWQnW}50M}b^)M0@;<)tXfQ z_*T~@He>9DaBlT}xGS{7bwVRb3b}Y0dQsmgviKiIRR4w2uz$s905UUikVEcJB4T06 zvc`O3c)y*+!YMI5sCU4{A1i=5J>PpoTdDqjq^$idqWxDb8U_7*{Ov{f1H#Rmh}Phr z79~o8UMXG)W+jmCyHOndBIsPQ{>HDLJu-rCB&?|03mA^5S$MG~Vj(+or(cD~$}S>Q zrV~^i(#*bRdxa|lABN|K%B)y8P4AtgyhEx|>x{s>t9Y6eR$CtWXWYwp7EYUO0~Zxo zWUHLXo8GLD+PY%}Y_HZhZCo)luNw}YD=ELdTEkIPoGigjku&YMfQ9`5XNXM%ws79L zwdFUUel;oBm{&$4b$Xp#j+bV9=eMcR+EQe?$f-J*t|5M7!YAp*SjC85d@v3bEd>Cn zBm$Zw{GAPyq1smA{j(L{>i%s9KcY|gr3zcjpM&Bx)TT{m>-)p)#S+Oms!(n5Q6qLO zG2a|U$$O8d(ry8P4@^~L)XeOXBrf#% z@MU1On#}5O5kLJ4!zm*8dvOm!BOTJ`DdV3%5XrJR^)2j9#MMEuqN*>Te1c9vLh)C< z-qWcI6-b(wVKrYG_`M|S=ctJNmbk3sPYd(!%eA$k`Taknj$!PTt4gLgGQk||j7@&8 zk&J@)!M-&^_#K*a9V(K!kwDp{_%)4Z;<7uo_@#dV!M(Dp4|b zC4MG$M~~Ig{p6sgM`gLsQny}Zm=Cmdabq9IbE?Gsrc$wiUwZ5&3;RqRBY!{zj}3cSj{1kCk{8QRiv! zQ111@Xzmt4bbNBtc-W#rfY{?udS3VnB~L5h(hoz!`vBSxpJCh zltpTr0b}1$i&O*{Ywd}Phrc^;EGM%sFD6|c|eV+XGEWel3-ul&Q3F9-R3?|XiL73*Vw09clU4h*Ty=@xIlEIsC3IP$Nn>mh-g&g*9)Hy+b?&N zXH??FNqnNi7ko(nVp1+Xw1{9$JyoXjNYl7J!Q!3}F4svLcG)XXE>QEnEiYfHH`TZM zsy*8`@%MZ}K~1lTs(2}*3xcmaTcoFlT{eK~Xm$r-{a&VuXVK{}3S zBna;4tp`E>dpu-{kn*zn@}@0|Xf^{QV16_`OD3$CpI0iLz4N}K#pSMN<@=pvE;PrK zRxX-dIeszupAZOY{?T%WA)SnM*&KtJ8&?8e$AH%bE3MvXR6&c&KYr<#Utd0X;=6Wr z!e}Y2aECSONExSP!SCF>CAH*r`ERq-K(C;~hvA8>`Xf|<@XuClg(#u<@Cf1U_mjDW z>&t3rQ>4otj;d(4t$Pwx0&BH%8#h|SPs6vcXYNrpPFPeGRQSgH=gBsWXXf@0>GEMe zz6a|WvLW}vEUgE;!O{7o^FHLe6roY_i5Y62vjk^3 ze%HDfMG_FYVl`e$JiQQtU~FZuE0U(J)Fua#H+7LjZmRK+Yp}BGMw7?q zKoquzea~#G+Xpq?W$JC-x~XYi>&q(U%`HqU0gMpiJX}XjTNA`AXI3%C2XfaN76?^e z_wJ<*W2N}Oudpaeu{SlHnA(+7&21!e zbgj~~uzn}&WI#j3r1eN#~ zetm;)}ypMoQODh_0*&!%VT!xcn_eqe) z_foED=z+-69nloY&hZ7fIj4em|)CT%+RYB2FA!wiGefK;ZtR2 zUl#dl8XqKk@ER3RIg!;KwjDTy@6NruQXWuH)b*g4A%yC_1{eV`k2=>3=nPbQFS zHLAo!@w*|wuav&$I6r+#?b9^7h1IJ{axvrHIL1R0;NJm{!{kmVd@ROgKF;gyLhF}z zuYFbtAd~lsn&^%}&9E1|q^%qz37Op#VDZ_Y-Gf&6^4L4KtMRq%s1y?oZz`2;H(*Or zh10b?*>ePH44~Da`IhtccBXPQGiWeI1Qq#_`MBji#Q`CFpPY<&@pLQj*@)r3t{i4b zqYF(Esl{z7d_%O7n+v%Njp2j_3nSio{THkt_HBlEf4%=AliH%_de-~leUM{SGpDeP z@LbVY&aB+EMa4u1;c~C!`uwxg%Q&Ox%Z_53jVdtP-OV53RQFFA_^>-Suj@aIu0 zDa)h_%5w~!Us(aY4C4n`pvJihsP>z~o4;YtaFh>=ACg~Fw4v##eou!4J}>widM$3; zA*}VwU^t^B#lGy*)Spm=*J5Yq#>~j4Hq%4!NDO><1J~5PKUO?i^OKyH#*?^hZI6_} zLb}}u7QzT!qd|NvQTr8BP8_4%MHABIbRRspIb!SXK+C|5pOh?973|rd9+mmBaqTDB zcl_c9bDPaJUUlResX&73JcZebHezmmZkm%o&+QAUrAW#>OY&cmU-P8H0DFngzXZ1( zqGs%uTNZwFMg>kc=K46mMO0ED(P({lsU?ie2d0N9umL>TiNPF6*=zN-K!JN-*4%SG zgfiJ$E2(88n@eV0-JPWYXD1C)oD$?flnG2?`7kyxovD20K2PDOYshD#AThVcU^{qPMNlP7A5$PHo?FUaWrfEx0cRXKNH*p$M zAjtitqOuP4E%b=;LYdNiNpg3`weBvicoW1D$ttx4E~~_qL@!1lTgU&t`1K>My*c9% zb2d;Yr;|`c2f3cvnCEOd?~Tetz1|U&jpe?Vd&LZ})mm<~sZcb%@uJ3@8I?Nhzj{P- z@+7|{&L(I_Zb!KzOcrEzzUAMwC1*`CJJu7Q)!=#Yr<3h~SCpbsDEq$-&Kc>G)n|_z zIJ_@8>X9x3HtIA|AHMA*dF)>wjB(lh{s(Musrg9Ww|2f2eH1h`6T)Qg&xWCz3*FJ^ z#x~6p0UVbo1h($Go$nfc%I|A)#aGl(m5uOtcCfL3KwrcQ9nH_;-m|I30~im?c4|)Q zKpyijN!BBa8zVv}jimP1a5DY-S=487a(hMTz&1wILCe1F?tx6qauPKh{!($s3~xJ% ztwIi)_B3|PJ-ffs6{-9tLgklGBc_T!ciO%9Q=6JiLgtqNub|6Ka6}cTpd4r3^roA$ z`^)W`kFy!+WerC~PaupjHzt;jv+wt*`v(LyH-5~Q0uv=O`!Gh9#%!DDxg$I?bs*h= z|36`c$YiuNcn(Y1AO{LvWnR8{WJ{a1qVINy!4y)96sQv9D(53I@Bp`A?W{>l-<~Od z^dDf>(Tbsz1BZ@rOx(a28rd7iI%**y)y!GolK&ety3HyV&K5dENMmvtE65ygdvL91 zQEp7g_^YjJpBUudArA~VyXb6%Qy+$^B1ZyL9ebYs=Y6d<;1{>;PEa{R zcRFY7c8J{{G_Mp|f5MHg|9Ga_V`dNQC#f@dtXf{Nu;0%gdX(}Q+)`yEyFv3cz^lpn zfz!&uMYB(JEsKclKlIdYuRT?Wq!d7&pFkSKG}H&b)}ZKSnCW zV|RB&rp{~!*MN7s&4|oWe)w?mqYEQ$@`ehQ_%HJH|EZc#*EoFck~t-O;qASD0mgV* MYI>?w$~KYz1C*$&7XSbN literal 15431 zcmdUWWlSbb5GJs=yTjt{u8Zr7ySux)ySux?F7ED&J1lN5?(Tkkm)ws_?*89p(o>n5 z>D1HJQ`J?K?nnhW2?SVNSP&2p1Sv^TrEhxuUxSAHzW-7^N%|(>=0dVUARzVeaPNi? z-_JzGl1j25AYK$8AORsDAg|x7fMXC4S0)gUQv(nXo(vEWEQg#9MZWJBkVXIrQIN0y zu7d9JNlpcHrpP@D z1caAbN>oV2W9_2bJ%?b-b^DEfac6jJ)Um$L$XSn}kt)gvRaS{CRTj{4P(lenyc$c& zr=Lh82dF(~q|vR-dneJ+XqJ#E6=AE9O*Q>v;ACt^fuqATOrY5Ev3FM|_?mMM0Cj`R z5Xu0>eAt{hhr-@i*VSF@nQ2d4WayK2oSB7E?}W}%-A!Ek zS>=YpfMeDS2fXo^&Ua{rt4oT2-PapY-SgC0gtlvrcKF@?2i)crF`NjJaaWx!YK=h` zR!ifeNJpvWPx^Cnuz!3?N(L7?na0Jf2LsNj19buBgvdjDm76C6j(RGDS_*3Ed%WNK zmo&xM+yWQ`%a~dxU3yBTbl?0Jl7p}NTJ&>jIE@vp%IK&^+v8iMZXRGbFc$f-+-8OkSNmtR>#yaK%L_hKZ`K2IN)0F z!(F{oFg>SIu8-gZ*%~~8H3E%H>w?9T0Ws>423;qYf__2kVz&xfz4Spb z4+^7BDcGma-k^`fL%#9QYSC~e(a<78^3l5@TcZVIyseI|?~N+8!DwT{xYpmo-$LV+ zx`Z_WLrTctDiA8SisfA0bizgv)?tJ=E4hq=3M2NmfC+Ik|KQsL^+Y(^jh#?U&A!r_eSt zwM=;WZ;}w*u$+H8KfUeiw`tV07F8Ev>PU`CXbbdesW$)7Sp@qO{#LB{1Eof#agD@0 zyJVy)S{*c(;|r=9iYS6v4IQl>1;hz>bJTA$>#!w6n~f&ZkF;34<(f)0z=0m4Y+Qau z7A{hJc(U8DTZ315hDt-gEWHB(&wPY;sJJRJJ=u?`B(;SXBv-;cF2$zg-L|0q4pTkD^3O?(ZI8|5X8zc7PU|$RKVsVJhduoBC1la@2B-A zrC-HuBUM&NNaS&pxtWyoa+56oCB#J$!aQ~{q;&%u!0S|}wkY_wW?zTy07>CI95h?p zZiNO77C=N~F)-Gevu4|A@NjA>xY}&TfVpa|5V*EA4Ypa)L9tp#u_U~_V?&YI%$03r zhBWLw0=wMiZSQq9&C6S}{&tG>li@O(pQE|4r}FXhzS@2r58vZPw-$>^H3=-QkqlUt&o<8_@L(rUOI6J@Ph}24rBsoD1e254Io8sEknp8LE z`dNlnKL)iW@m`S|U6crxtPeChdNE|Ub0C6=iCYt{{E(t=(OiZ5=>tw?wQQJjBKjuB(T!sXDLOpXpCA^M3XAxFX> zt%cmbg4fG(TrZCc$AVL*9o~k33TID~l)rS6&D6@;{%tCX&V^yDyK$M7wxCYAXzoG4 z`!v1eKktmsER?0koH&dS0k$NiK*Lo}u2Rht4m9jhppjz-G^9zbAxAD(9oKD_(Od2O z***@9nEBGpAchGqKAx<%vL9DeBB;Jedm`-e*GgjgFh`81sh{3-bAQg zJ&G52c&_IkQP5%1&cc^ka)qbJNEN3b0yX=+w5;h;Rsvz}=u`CohgJHk#-uCYO%%62 zj|Ov@EdwR(SX?`&N5FGESA?f-M}F_^*LGr_?yUhLO7Spw$Zk&I3Uy{;cQHoiG`TjS z4UX@gN!Lfa%hx{`D|SIJFlXj610#}5CgoU5b#JHfNjKr5J|c@twX>`HTYftMu#3r=w+iW~bMr{mM|)r8|IAFngbEz=rn zG+`-9yk2o8y}WMS0)Nt%Rpw&#HW?TUHB}GkN#@!AcF0hVrT|`SE}la#2S5*6Z^Ub< zS(u|wW?}vGcs}n(&NVNckEB$ z@xL+?I!cE@($wU$w2Eh<=TB!3)Oo+|QJY6oBU}5-9h~i2Mg#!}ng6t%~-G(hI4Hyyoue5-v=u#(G|t0XX>>AraSIhZXSRkJ*Eb z-c$V}q{5n3!o#R2;o00&P}*m%^iaX1Se-aE9$gT60sgw5Uv;}BR)A$Z69g=wzAVPk zljYV01UuUYiq5+~%Ph2!Sn8!iIupJoke>zrGeesnHF!=d6$jO4J97;iB|)f~2;&PNhzos#JUTVRZW zp)7$IQ+2G6jpAHi3YD-)xYkNuf#j^P@D{2y&g=FWX=^tkhsWnHS^@zD+tibi-OfZj z9z-;y{WbF~>voKrZKQf=YJ1j$O4#9rgu^XbxvS-!-uYX`Pcvbb9;TA2QT&*fj!mu5ajMU@5X#P9pfCl;4y_rOLPXoVQ9p`Ja+Mz27LGGf%JX-upzK zYBHzToe61Ez(@aPO}g%pS*bN=#ijk}2Oiq&In<-55?=7#D45A=mAzKj@ zM#ngccg)M0P1*QT;b1ek*c3`N+UlAO;V?5G7Z-wC$p|{kVXo+l{*BCQYv*0^YvSo= zvb_@;QK$rO2 zB!XEIJEV+>O9!{-aH*QNxw?jT9dRJCz#w6k$l2~30 zxFwdkZ2i*JtXzxrLQ4sW$FS1~Dmg;oo(0~7=5mFjwf!y@sM&+;W7{0<{2fqqLI1S; z;PtD&Ra|<4oHv`zW*KFgK-Vlu6veg9a$QiXR^NX69&^?AVkwzL0cTsnTo^`y%*sjc zBZN-HloHosj+e|zFC~-qFL_wSTrDPpt-f21)N&XYlIOb=YB zxJ_^ek+o*p7>m+URBDP``I4I^t1Yxby`xgYfnH<--0jU31dN8FZe=kk2E95`2I-zE zflRd2?=1jt?mx1^B2)_txSEt<^aj7Oe^DX%5-twjLVN7YbDYX7-f8i$3Q%z^!3@D; zN$Do~i#l$5`4h3*JB&m$NjR;86&pT;>B!NkF=TZbKP)7Vg-Ohz8OF_A5zCj`FL=Y7 zI&N-&?Y)ZkCa`7#19ZYY>l@M%ImSh^1~Tb-PBk-Hj`CueU2N^P5&q3zuC!Xyv>5h* zGeX5S6&lEsqJqCDyK+9VAc)DxDBPktKCe`6A?~pnem#jL*{e8%xg8c(R+pdVdo%w#5( z&ko@uaX#D{ai04V%}@$)=}A6Y%cyz}6Hb_si1TTB)%l%DtHXc$wZH~irNty3$B~$< z>Kx;DDp=4!sj+h>tmk}A^&~5KiJViD88Qj6P!s~ai(4H<4^YOyL8laY8*r0x1FazV z`U(>j_jcP>1gnRRqsh;irjmso^ym$JAuflv@J$1jK9DO(d)@!l(|_{~)UWfIyQlJP zc-p);obok$i{9$asHi`~!Bz&_omrO=D25U)*AY;xE9;?{7v|C&?P9v4UqyZkb%RB1 z1uC|TH;HGOI4vItVr&$<8+XsMd*-2tZWHFqv~;ad5$3+`t==iAj{iNd#NMdhzBjKc za2FmGWwh@^S=;a;@evFmt;6tTF@nmAPB31}@tjfqu(2=Cbf=3!1XnC>x5%wJ%CoMK7nO`&+Gf zNPKK)Q=^zp!7-s$S51*^JNZlrP8zDIx9ss=Ez>&5D%sXtez!s4H zWLB&7o5p8oNB7wDb_j@rABWz_+t-x`NJ}TCtfm#D;jn<%oVS_9&xFClI~DQ3J61Z7Vx8`9UDOH^%ta1Fd1(mjt4k?o~h{8rQCKLWUnd`I*KhJ8VRhXq!vg4vy z9GMhNNz=ln+B}pAs&18{TZq?5g}_$lj8t9TxexGU+jDp;D?U_*WpLuZxcxY3t#WJB ztN;G%Wrn95mzcx)6!&Db69VD7%kEp_Q+sG_hBD)%V4Dlrxi;NHwT0ZRm&x#y>x~iB z9V--@xn%2G09M*2En-&d8p}ggL4WpAAi{i*#z06>0wZB$n6caxSPH4rVyIJCV3zM? z>Ket;{YcErm~sV6ajclMXD$95?~XOl%Ba{nc31(L|Iju^Fm1TOca2@Un%>t-ogvb!$@JS|tz`x7_xm)@~ zp^J`MnT*7cB!|luD(5?bT@HFoYdNu%lj&eUeaStX#`>%k|noHN^#-!lzdGEmY ziC>@ZUbJKfo#x?EqZn&O4Ve<$@-jxi<5^w3GqM)D3(l7i9~#j)S1)+L(O9;+S8nBC zBH%TT)LhlW5QxZc3l2Lj$12URQ@B^8RwLB?z4w>}gIrO(EiC#vs zippc~A_-X5R1qrgz_&oCn|6(f0XPqwE@R+`C1U!s@f(JXgFvgBo6G0tzjb}5Hg>sx zF65DChLt>MY|E2jQ?dvPs~hZNVSi1GF|{36`Z{_vbl*x`a|O%}*y@9-N;J}gX)MCX z2iFjtqkWw#2~aa41Yz4t5v5HW1C8g{qA($%`gjbmuCYh&sL-gE-a;k@;hyokyw-ci z(~lwIEJ4PO#iHsB?+^MZC6bAB-L<_(ta*eQnr*%C?i?!#noJTG=-h*or}^sL>dZBk zd;oE9TN!(|LaaGck}~ObD+QYHCn+TJg2)bidca>QpTa5O1VXyDA*3O2TLw?3-($7J zHb7s2ZO~59UR==z;9h;2oeatTaWi16lsxn@sY!;)(804lqB}b=UfO8r5&r9S``al; zkP|g)C_s(601KjxkJtz78FzF>H0g`yJ~-0 zSTPb^tG>BU{)sruvGHOBe+8uncTVK~2>#a2cNE<_ZY864WHy`vus zbdIkoFJzVu8<$+9+@S6y5ugji1IrgZP!8g|_(wL4NmZt#z}^bmCBb|Jx)jipt8<)3 zzWW_!F)&4->{?tSxc8iv(^ULo=KYvVFT?ZxLlNPQ3v(&DpErwc@4D!^{BNQ=5oevf zgdnI%h&t2?SJ72$yhc)H1L;?8i~1sltXY9-h?kTFCV~{z{lh!zwWrE2;_+ZP6I{Fn z=O3bLn_#!LQ9d9Z{7g%|8_Wtn`?M(Z`l1z%$y|y-0$V`^LPr6E#+?4nCg*8TqCvIc zLMO%5uZ7zi0-q;JI@oK3*{9XuKb|Zm38K1d%2zvDE->TFb!D`Q6L@HT8xqkfIEqDS z5s~qoNS}3m>DNFTK=33gF$!0cxfo|UCz=P;!rj88%s|*anhz=D(i15tvb%@h_b4-8 zf!73cx9;z!tz;@PJnjH%J-Pz0h$~f)%|YcrP+kD;xkXp%%@<_W_%Y*y+ijm6KRpDY z38RVw-~4VjYhU-CKJQy4NQ*h`V1ou?4K>=L9gZ33Pi1l3CSm|kWwuCT9imdnPBiVQ zEfC{1f})~+(!n}vm|B5kDyI;pE%4Pr2?yE(lwdQkKCr3su!mAm1XHl!j`D1@7fK$T zBv(K5#QZvjq`*Zuc>@qOJb$@e__~_xN6SCDr2ksZVxqZ1O>=~+GSCbR`>qkpca=8gZ`A91MO^qSxeOxYvZXyhls*AwmPKXo>}KJ%SU zy{~2HS4@l-+5!vRc;f{mW&5A|9aC4N@Y2z~&2qmGeZV{vnBvg~0{OQ+PW+eLY`q!1 zpM08>=-}-~GO{5qmDnqNa5BA+MoF^$RvAGd=qujM!-nW@jxuf(JSUx8OEFQ>Ip5}40Ck5CO4pRZiIVV?Ye3S55` z5U6O=;;ig$^PYGk9Jv8LboPABQB_^~?p%-L;}CS*7=NQ@!^P=#ERI+uko18v^l1&- z*q}aL;;^$AFhyMn;krX!o+V4QsT49T2dAfsu}^vM-Ef&|B{y; zGAltiY)ll$iRC)a^9Oj<8X>Y{bNSq4VkcT}%IhbLT&afPo(sI559So8tF8}yKFqLG zEF{90vl(@1JOTf0w66^B+Lv@|(I5hn{^|@M1N+8Stc!VTm37&o*e=U1-PFjORG%QO z;+Sw01KGa-WlB~$IWzp`6&6M5Olqx;#Oe0Yk-%EmTSt8T2FIg_69fZWlwi!XKy8`aJBUa7^W`O-&(qn}4~=pXeK0$4g=UkQaA)dJi;QUC zUm7NaE)c%3+k(EmKdEQEW*M@FB_C z7@lzL&AtSlMiWE(D1ZHU6}(+GI%fexaL@li`vs?2fW)ccMl_ET?Q%{vZ2r?jAGLI>1m!7Fdu0bHHZ61Ou&-!JuUY z0YJTP9Sy`uVXBG zJde)kMS1y(eOLb)4RV6!8^eAp_hRG#n7*^5Ve(B(jrA{2{%d)Z%+b-u7(~4^`FaDu#AAcW&y;dD^lxf)=TV!Qp;cFNhM=^)<6hO7M zRR_;AY_h1(F{Ub%P;s> zqETgQJ@2<2H+LhRiM54plh+%Sb^nBBZBtQBFixTk7_VrmnP4BK9KO;(w_JLq+9v4v z+X#|cK-04ya6QmAz0Iw@W>DtIl4j0Kn7W+WwtSd3bfW)zvP2^f`f}Hq)hIzk;U&s? zh6B;`1^?Drp1a=3e`!+-8=%#}?5qna0o#gZQlhL0#a~_xOwW|5B$5i%c%@F?cyiI+ zyiU%`o6chBA9C(tHMB*m#Qz+M2m7WQefthMfswcQV(_xjtlQ1M{Y+5+v8uaUUBds| z9I1R)_LbkBzDQndC^K{L!No_l87%fBM5!88lmRr`42_GCW7~lnEJ|JJ*BwWQXksz6 zyhPcn0=nAIKWQAl=$8nrO{Yw}yn@(x>k0Q|5$`~OvVE_M75e>5I$hM;HBj?L6sLco ziqeCzt~H;ZvVW~^dnLk<#S7LF^aS_cy2V5?9bbiG$Al%n`dt zKaUaipB$MxW1GETXc?=XMF4tu@ZTLG;Pm<{uC>Pc%D6=Xf=C1_wNXkGo)MR(d@*PL z+^t`SVRSUpGy@2)pc~hsJ1Jxxme&*<5mK?3)@%bo(Qa6zj$%w=lap^rzX^D9rA8Mm zJR`92TH%A#MtTd1iJamb(vTPxMMb`*K=YRzwJZjXjJV~vVxF~s(9M>JhSCzI9kA@w zdlh|4E(Mc|>7K5;&iC_)2SE(nWD!w%G90eH(qaffxg|IR7e>&^>psZs_B{>CW$)i+ zrAiMi8Y9rzVZU^y@J}NJw07w3vEc6pq38ql5J%O&_m%SLhLLBwL1w9>e8cKi0y7?0 ziJx%%nId4E0_x43T6HdH@_mKIx>el;MOGnnXb^){lY`JL)BhoI|<(Yl2cRZ15S z)5PUjTGM8f+MXJbOPS?8d-JG#HDWMqr^aGkbC1qr62-EeG)AP2_&MEA5{%Ccmn`!433@JAalT-L zerpt)a1&wHH7rxeb)|~-Vo7n4jQEUgRxjwnmHb4u@Bz_KWv)&^QJIEx2-_$aGU5-p zrR<(f^v%|G0F6khH8X`-K~t(QTZrUn*p7E*g}~VJKlK;0Gk?eOcafkP;>tDC6FPY5 z6u7gBR=uK4{%OevuY`@znkT)2WI{@o#b_moC{$zxGYttBehdQ4V$e(qml7$~oFz3T z0EsU5!8~4-wR4xJfH=uFa?v2L!fjP^&F^(Onr?_oR);vJsb(bdmD9pCezX~HJC>-e zsk~)fZTUoSnFNQV8hzo?(g2=8_(i+o%8?dTmEK>>0Msw6Y@NH)$%T&-KQ z{&xv1KbWY|1rop@d0}Dz%eDsP;rCuFDinHg)|*Sj08pSBEGSx{kt%bccY*MNOva8} zz%GVikhNGd=8|1ya$*J$_5@W}C%lX)%%>D77r zk(8ck#-*?(+}wmyuIayO{Q2S3lxW4*syKYRakL>DhN?=COdm6bDa}JvF<&Z{i^fAQ zVUdMXKbb$_=ea5t^yvi@LQltbMfd(LhCzLsyuu}ymnoEk@Lwj4t?8_O?Fw|xJT0V+ z|Kwqiec4S<*$aK?Rb(>*7e2pB7FDja`6{;Ddsew2jr>Du8T7 z*S|MJ&F4fvR;PVp=UMh-oh!X#_op`Ug_KBd8bs!z29cSFj61f@4PtFd3oz=l=H{~G zn5WUhEyt=f&c`-uXTp&0M}S~$;PBlJsm_2Jrth^=tT5vzpe#oL|19jv#02Q2()j6f zjWfyXEJONtIBr@ny<}0CH|h^56LY5Rf2L-}8$e`a;ex0@ZwKzG(JX418kalf{iF50 z-Mk!U(a_D9SVff#oR14e<36Dn9v%V z=$mE1#0-);I4Z<1*0&uD`(0X`Z+l9*oX&4t37=&d`)bmkNRy#*XN|KpY zoh6#MLP~3&l)7f+4#KCjGAnw6L5zpGx_G0R)U5YL5LqdJs_F&_hD^F~dF zJVUzY{5i@SHOZcN$v5V3LIK;KmCir1@!UdWx&*O&yaY58Hz@|kon7EqxQrllWn?-* zoGT{xTz2|3fT5%<;wV~{)s{?2=b0AuZT21&pC~OSP$(Hn$AKxTjme-HrG*(p6wuKr z!OhUbnHLK7KMe|+VpnaDz|f0`&2VStY<`w3c`HS-9UKrA)2SXy~E4dQm!iJ74~ zeh^sbG2oNKPH4z_o;>@;sJPYpeyrb0kp=#qPL^@cGbwR7!`U9^4Ud9vq;8XI4dG<5 z;gA%RTwmngeLOLIqf@riQSzdkA^Nrb54oILId?=#HyUAanKJXN%FS8-yRyU>_<8ck zI!(T*cIDB&$UP7?caTeGAC$pV!}4!kx&o!K+Sf+^i9>Gk*ZA5FuZ3G2lTtUKwKrSm zUP+6r$v8aZI&^8DAP0pI?LZ_sLdRNc)>@pIWjF%r0t)402?(fyX-Px$8HaDc&Z%nz zwhF#D72I>`ARdG>dEv>zb&C2iw^9;w4ze$Ib$a)Uq z=|Hx^xpjH&Em8a!vP7J&K5ISSZ`?3qfBy+)g;VzMd3l^xM!;wa_)r1}(xYG^Xi5KG zWU${%;h+5a3m6fYVn6E*R(pb8oHw(o{;0z1i9W0!q>3wapf%oMNK#5i`|;MCgQz_D zN3@1&NH4U|gkY)UKB%Q-5ci@^oRiBmcO=Zt&;=OwX&F)OmR2L0jYFpchl(uuSEEj| zRh+YN>%8D^09W(BjgYwYBkb0h1&4*C{C7(Rqr)`R46w65wZt4E6=j?1lP58>5m?ts z3JT3rOjQ4%#f+{#+|O%j zZ5Bs>>!|xs9vILsEbcXp@39n1z}N~!xBN-9iE!eOJeO7)3oFS&*gMufD)?PpC(c`y zoKb^~HYac+D8$Z&q0FYb6w2#j?Sf|9j~Q7K(#$Wnl76r72tRWEi)U?=GCmQI1Mdp#am|QDdZ*zZ=M-5e#tCrEirC=!fkrwNQ*Qzcs zN*cRek{P?efhNP5Z_aR9X|<~5!``aelh5X~l0=eqwVea0D;0zo>yacVVx&EvL{N}~ zsNA4xq@Ge#&6H9zDE)_jVaZLS9AoJ?15%Z>OdFQ-IPIAtY?22C`ouDN@MOV@$~Q~O zTN3p`Vwmw_Ae>`VA16p3PWCKt5+nDOA2a6C8WwMxEFNSR_d`@9Rdl4$4a*hCmu-)u1{Wgi5 zLtkn1rOUTEXM2-njHp?t>(aG*ai>qLG`w7jT#}vhJZA@Tw!oT_GRnvkrT8)?Tm=Vm zdh=kFhQbY=^&)5{Yx!f3S2~G#ezr{)|If!HI4mIb>^9SJKG)==j+H6*+3mqzugmYN zkEp+IbO4~N0LNe!C81DGbwK-%9fH2~!0f==7oEm=JR@IcN^;JS=-2hQ>jGjCX3=|(>(QCo zzaRSb|2dSW?H9_7aY=tVx(bxP9g3otkXsO45G%4hKNnFINwiHWI`aZ;QX;@eq)BYe zieaomrE+vOs_oHDcmL`wTi~-t=9VJIkT^-@)@jbh!@i44K=mjlL6!o+bvcIz_x$c2 zqXV(7Sv($qNcA6SKLx7>!zkn#;z-D(IH+!MLwd#hMwi)h`1)Qquo0lyz*A&ca#o^E za3EACeBAw=cE#LHZi$_XK0vY|ds3C!A^{EqqDXD>vq%sn`t_nq28to!A7jB-7>vNX z{cw(Vo~hid)b2;^q(q_kaIBKz~`mxulJ?i#M?(kAZ_OV{{DzkR|(Q6BDgeSNOm za+Y=9EZt)N@L84i2rxCEkdVKugZ~NiT3K&kp5(B|-j;69iU+7Z_^<0fy?r4Nq8M2F zX__o}Rt9b)w`NY9Z;SgQrB%>!ta<#;;rQ8}8S8HEq)UjKu+YlMjE*k1C@i+j$X9)% zp|*k8-D{#otNVCg1zH{Q63?CIWXrxap%@W{LuD_d znwjS{wrC|WDQ59XaqTGNZ=1~bHHy-mr@><)%E$KkQ@tUp)~YK&J>trD%KRlA$uCCV z@8fB|pV1iES_1u2e4lp|3B5DVRIFhp?q1@!987ay@?MCO)p?fd0wv?_lv4>99ppD^ zAYc!p6fAMI@anJ3LjDBzGZ@O>0Wg-uO*3h4*V>|&>bC_)`CP>z z?Q!TtYeYv2BNLyOC1DIyM|6QcYxm)elCDlz(W-{K^7C{{L5{B%^!{`3IwYDQd?z*Q z*fv-`MnZ)eq!a3U6Y>YlZaafZ9EDhu?HOJ%)Y9nnrNdmczr|ByE(bVsiCmiTVv!tb zg}fx5yB_sq8Q7+GO9%*6KcKeSe08QopP`_bnGbuO9AjCO?^V(Fc3g=w(g3Aq1yG-_ zsBfH6U>aG*GvuxxNPnU1IrT{tGNOIn&Rq$-99?-nlshP<$mb0Z8pLZn2`r92M0BOT z|LgAz*a@vI3o*>3s&I076jk)Hj+m3j(PiLQ}^ z8>(}EA6e;KOFiKJ-jkHhz5SH+CTS#+p!x6qD5JW%V)R=pxqL~!w2bTAS{b%IeJXpJ z-~a8ff+v*F(B2@AFKdBVW{Q~%bRn?>Iyg3Hw}39qn664a z0k^09zn>!z9|?))6KW!O&#A)dbb5WY3cox?^ydkwrs4c>gkfM8SfN@cr}6phQp@^_ zNWka!&cgi-o1@RUk-j&QgKa(i5ul`rCHgZtNoZpBN<;q8e?C{yHPB{r z7zRR|Tay!zQ8XI`lmwxnd zdC_+PsM3b=!C%?_@^07Xv`$mt1d~bb#d3yHn(D@K{L1o2oFquEhx6cU4{OqYG!Kxc z-_gU0RmHl-VU)yqj_-?iy!dzpCqO1QdiL)QcQHAoG51@4#l$Su=&|52QS>Hz+Z23${j-qZxr=Ad4C0nNukyU+=Vu6(AcfvjtXdcamqErOrm zpC}2SPaqSkOlRucx_#R}-ap9wmXq9ToWW|qzF^x7Be%EVe6p0m^1k%mul%~FnqR;j z2(C%*dcG(>u4*#^7|TiLD*I*{*>1Fe>H+=$z14wvuVe1%CL%ACo?iUv_xI2Z@0wp} z96_xz@HuE zTxpO%^|gS`!kU-}r>M_(B|vhB++($K)=Gak5%bGkBKjdYL!mI{KJ?W(OLtZK z;lwvMNIa^;@%4hpCm|6;?b}^w6#(p-;}W$`TXTx(@I!dQEGYNK-nDaKAe}f8vxyTD0KU%{N!6MXj}pk|F5O5O{Q}2 zcSR>!l&Aa)1Ug0!Zg`ukuT{{W#O}^mmHC9_?x>)i=I?`j${%OGaP0xw`+5JA`yhe- zIi=rqJm#;@t~0G$_h&Cm%(`rK#FOni*8Q4>%%@Bkpds*Q&cSD?AOHQKF9qopP>mkj zha1Mj@2UmmSr)Uk;6FUhaPMzS*HCnP!>s!V*MPpSUPFx%0A zNRH!;T#Y)2&-AzHe$%#jpr1I`L#)4ezcPuDoHl$ndLo}f zjqyVS*gHsf-Ay=~>HZ{*N6_(4Yna@;{p1V{oE3aZ}ud?oOb9!$o(Vz^M~l4$F>Q>1UlX7+FNNxN~Dga<>HqLcjpMaCP}9U_0JA1o^>9`Cvz9GzN_Js+sZ~t>P>h`a)&h6GiHGOfTG*D zn}NvktNB{ZKVH6T-tT@#$}c@9ep$KX(AyH4a%Hi-HJF(L%v1RuHph}8`E*BxmRs2E z+;g8}aeaXR+cOxq{KXk2BZh|dM%V8I665_Tr=QPtKqek)eK`haiSs|W7I5j|;{bep$7@po5 zM)QwE-zRcT+mDh+>~f#l;ppEob8t@he+u8WzvvsD?0!)0?;SKcnkm?D=TL94<}(`@ z##{cT+kcq+u!Cz)^jr}0$%8v|!v0Z9i8Sl;j-QVPWWF8q05-=y+ z`LYEz(=nv9>m0v4y?~WhO=n8M!)fk%j|E$9i(J}$BHh01l^zP`PrUl2@Ie9tpwj0s z?{JO<7H0B_b(~FK!SBK#&2j8!>?R~XrgidV0IkoGU7oO!gPLaI04CO@pr2NS{ zt!J@%q#>7ZY@<`fqdV<7b4%ANLP+(hco_KvR&+``AYCoqVUvc|qogVNS3ryq`i;ZD ztrYi7$>9o!l=t`)e)_YWYWZS0I{~U759;%1qgQwA!L|N7s0PJEzVRpe3Ft=4xMAF% z$fN|u?rUlxc6rQvZ-frz68Vd9+gy?ldHPxE!wuIy(vznbhjk6x&Z+?!b;D? zOwYuo!pzLW&cVaRPRqo^!^E_aIxzgdb+ENJu{87izjvq}_44}e03szOCt4$H5cEF) Dm=pAv From 4876a40f225140a3e45f8ba1ea4eb2021c8915f2 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 17 Jan 2023 13:20:39 +0800 Subject: [PATCH 0668/2142] promote Secret stash dapp --- dapps/dapps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 7be618895..23eed2870 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -547,6 +547,15 @@ "categories": [ "defi" ] + }, + { + "name": "Secret Stash", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "url": "https://secret-stash.io/", + "categories": [ + "nft", + "utilities" + ] } ] } From 6af13974f3f6f85e3989a6ff0ac05ea9f9845649 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 17 Jan 2023 14:43:18 +0800 Subject: [PATCH 0669/2142] add BAJU price (#1245) --- chains/v6/chains.json | 1 + chains/v6/chains_dev.json | 1 + chains/v7/chains.json | 1 + chains/v7/chains_dev.json | 1 + chains/v8/chains.json | 1 + chains/v8/chains_dev.json | 1 + 6 files changed, 6 insertions(+) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index d5b68dc03..c9188ed46 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4942,6 +4942,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index e72da599b..0a00a2212 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -5479,6 +5479,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], diff --git a/chains/v7/chains.json b/chains/v7/chains.json index eb4ca84bf..00147e6bb 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -4969,6 +4969,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 9f381b409..abcfa964c 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5526,6 +5526,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 3bb930202..22b3cfb3d 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -4980,6 +4980,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index caed3c916..96ffccb8d 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -5614,6 +5614,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, + "priceId": "ajuna-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" } ], From 8698f7e3628d82fd66c8cbde8ed37537a50de6e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:45:06 +0300 Subject: [PATCH 0670/2142] Update networks list (#1247) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 52bc015ff..9d0ad8347 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 226 +### 💰 All assets 231 ### 🪙 Unique assets: 118 ### 💫 Cross Chain directions: 229 ### 🧾 SubQuery API projects: 59 @@ -36,14 +36,14 @@ | 24 | HydraDX | HDX
DOT
DAI | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 25 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 26 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 28 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | | 29 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | 30 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 31 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 34 | Kintsugi | KINT
kBTC
KSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 34 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | 36 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | | 37 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | From bb5c575ca12ec06a6ca6e16585a07549cdf38c07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:20:31 +0300 Subject: [PATCH 0671/2142] Update chain types (#1248) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/polkadex.json | 2 +- chains/v2/types/shiden.json | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 8a6d9a70d..9b5a24c71 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 279, + "runtime_id": 280, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index b1ee59db3..d5bdcb4dc 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 82, + "runtime_id": 86, "types": { "Balance": "u128", "Index": "u32", @@ -10,7 +10,24 @@ "shiden_runtime.RuntimeEvent": "GenericEvent", "shiden_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From bf12ed13f072aa451471c68fd6e5525c9f76bdae Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Jan 2023 15:58:48 +0800 Subject: [PATCH 0672/2142] add HydraDX subsquare dapp --- governance/v2/dapps_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index dc88597e4..9d174605b 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -155,6 +155,12 @@ "urlV1": "https://hydradx.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://hydradx.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" } ] }, From 327003a42394a08811c7dba037199d27792e7d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:14:21 +0000 Subject: [PATCH 0673/2142] Update chain types --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/westend.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index a0f600c87..bd3205fd6 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 968, + "runtime_id": 969, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 14d7692b8..7bab4c2f7 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9360, + "runtime_id": 9370, "types": { "Balance": "u128", "Index": "u32", From fcb1c79515a56780d7364e1288684686ac892086 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Jan 2023 16:15:09 +0800 Subject: [PATCH 0674/2142] add missing gov API --- chains/v8/chains.json | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 22b3cfb3d..25875cbe1 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1750,10 +1750,20 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041 + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] }, { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", @@ -2199,10 +2209,18 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" } - ] - }, + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + } + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38 + "addressPrefix": 38, + "options": [ + "governance-v1" + ] }, { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", @@ -3178,10 +3196,20 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32 + "addressPrefix": 32, + "options": [ + "governance-v1" + ] }, { "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", From 5f1a8ef7149ac8f5e1e66818321f15828b692a35 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Jan 2023 16:17:24 +0800 Subject: [PATCH 0675/2142] fix --- chains/v8/chains.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 25875cbe1..b4397a1d7 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -2214,8 +2214,7 @@ "type": "polkassembly", "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } - } - }, + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ From 9b7ee94dc9c2e2413b965b72b387a2b088576272 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Jan 2023 20:34:11 +0800 Subject: [PATCH 0676/2142] Promote rework dapps categories (#1233) * fix categories * rework dapp categories, add desktoponly dapps, sunsquare naming * fix DEX cat naming * promote dapps icons * remove test cat * remove Litmus dapp * add Kilt Stakeboard desktop --- dapps/dapps.json | 224 ++++++++++++------ dapps/dapps_dev.json | 30 +-- icons/dapps/color/ACE.svg | 7 +- icons/dapps/color/ACE_new.svg | 6 - icons/dapps/color/Damnedpiratessociety.svg | 45 ++-- .../dapps/color/Damnedpiratessociety_new.svg | 25 -- icons/dapps/color/DappRadar.svg | 9 +- icons/dapps/color/DappRadar_new.svg | 3 - icons/dapps/color/Moonsama.svg | 5 +- icons/dapps/color/Moonsama_new.svg | 11 - icons/dapps/color/Pablo.svg | 6 +- icons/dapps/color/Pablo_new.svg | 11 - icons/dapps/color/SubBridge.svg | 3 +- icons/dapps/color/SubBridge_new.svg | 4 - icons/dapps/color/TofuNFT.svg | 18 +- icons/dapps/color/TofuNFT_new.svg | 19 -- 16 files changed, 213 insertions(+), 213 deletions(-) delete mode 100644 icons/dapps/color/ACE_new.svg delete mode 100644 icons/dapps/color/Damnedpiratessociety_new.svg delete mode 100644 icons/dapps/color/DappRadar_new.svg delete mode 100644 icons/dapps/color/Moonsama_new.svg delete mode 100644 icons/dapps/color/Pablo_new.svg delete mode 100644 icons/dapps/color/SubBridge_new.svg delete mode 100644 icons/dapps/color/TofuNFT_new.svg diff --git a/dapps/dapps.json b/dapps/dapps.json index 7be618895..a1c63019a 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -1,32 +1,44 @@ { "categories": [ { - "name": "DeFi", - "id": "defi" + "name": "Bridge", + "id": "bridge" }, { - "name": "NFT", - "id": "nft" + "name": "Crowdloans", + "id": "crowdloans" + }, + { + "name": "DEX", + "id": "dex" }, { "name": "EVM", "id": "evm" }, { - "name": "Community", - "id": "community" + "name": "Gaming", + "id": "gaming" }, { - "name": "Utilities", - "id": "utilities" + "name": "Governance", + "id": "governance" }, { - "name": "Crowdloans", - "id": "crowdloans" + "name": "NFT", + "id": "nft" + }, + { + "name": "Social", + "id": "social" }, { "name": "Staking", "id": "staking" + }, + { + "name": "Utilities", + "id": "utilities" } ], "dapps": [ @@ -59,8 +71,10 @@ "url": "https://bifrost.app/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", "categories": [ - "defi", - "crowdloans" + "bridge", + "crowdloans", + "dex", + "staking" ] }, { @@ -68,7 +82,7 @@ "url": "https://portal.astar.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ - "defi", + "bridge", "staking", "evm" ] @@ -78,7 +92,7 @@ "url": "https://polkaverse.com/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ - "community" + "social" ] }, { @@ -110,7 +124,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", "url": "https://dotmarketcap.com/", "categories": [ - "utilities" + "social" ] }, { @@ -118,24 +132,25 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "url": "https://polkadot.polkassembly.io/", "categories": [ - "community" + "governance" ] }, { - "name": "Talisman App", + "name": "Talisman App (Desktop mode)", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ - "defi", - "crowdloans" - ] + "crowdloans", + "staking", + "nft" + ], + "desktopOnly": true }, { "name": "Phala App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", "url": "https://app.phala.network/", "categories": [ - "defi", "staking" ] }, @@ -149,11 +164,11 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ + "bridge", "staking", - "defi", "crowdloans" ] }, @@ -162,6 +177,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", "url": "https://apps.moonbeam.network/moonbeam", "categories": [ + "bridge", "staking", "crowdloans", "evm" @@ -172,6 +188,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", "url": "https://apps.moonbeam.network/moonriver", "categories": [ + "bridge", "staking", "crowdloans", "evm" @@ -182,7 +199,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", "url": "https://app.solarflare.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -192,7 +210,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", "url": "https://app.solarbeam.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -202,7 +221,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", "url": "https://app.beamswap.io/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -212,7 +232,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", "url": "https://app.stellaswap.com/exchange/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -222,7 +243,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", "url": "https://invest.impossible.finance/launchpad", "categories": [ - "defi", + "dex", "evm" ] }, @@ -231,7 +252,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", "url": "https://www.huckleberry.finance/#/swap", "categories": [ - "defi", + "bridge", + "dex", "staking", "evm" ] @@ -241,7 +263,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", "url": "https://mytrade.org/", "categories": [ - "defi", + "dex", + "staking", "evm" ] }, @@ -250,7 +273,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://app.parallel.fi/", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -258,7 +282,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ - "utilities" + "social" ] }, { @@ -271,11 +295,11 @@ ] }, { - "name": "Subsquare. Khala network", + "name": "Subsquare", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", - "url": "https://khala.subsquare.io/", + "url": "https://polkadot.subsquare.io/", "categories": [ - "community" + "governance" ] }, { @@ -301,7 +325,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", "url": "https://app.arthswap.org/#/swap", "categories": [ - "defi", + "dex", "staking", "evm" ] @@ -311,8 +335,9 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", "url": "https://cbridge.celer.network/#/transfer", "categories": [ - "defi", - "evm" + "dex", + "evm", + "nft" ] }, { @@ -320,16 +345,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", "url": "https://moonwell.fi/apollo/MOVR", "categories": [ - "defi", - "evm" - ] - }, - { - "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", - "url": "https://apps.litentry.com/", - "categories": [ - "crowdloans", + "bridge", + "dex", "evm" ] }, @@ -338,7 +355,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ - "defi", + "bridge", "evm" ] }, @@ -347,7 +364,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", "url": "https://moonwell.fi/artemis/GLMR", "categories": [ - "defi", + "bridge", + "dex", "evm" ] }, @@ -357,7 +375,8 @@ "url": "https://skybreach.app/", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -374,7 +393,8 @@ "url": "https://damnedpiratessociety.io/", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -382,7 +402,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/dashboard#/overview", "categories": [ - "staking" + "staking", + "utilities" ] }, { @@ -400,7 +421,7 @@ "url": "https://dtmb.xyz", "categories": [ "evm", - "utilities" + "social" ] }, { @@ -408,12 +429,13 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", "url": "https://game.evrloot.com/game", "categories": [ - "nft" + "nft", + "gaming" ] }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -425,7 +447,8 @@ "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", - "evm" + "evm", + "gaming" ] }, { @@ -433,7 +456,8 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -441,7 +465,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ - "community" + "social" ] }, { @@ -462,17 +486,17 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", - "staking" - + "staking", + "gaming" ] }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "utilities" @@ -492,52 +516,54 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "categories": [ "nft", - "community" + "governance" ] }, { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ - "defi", + "dex", "utilities" ] }, { "name": "Interlay Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ + "bridge", "staking", - "defi", "crowdloans" ] }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/XX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ - "community", + "social", "staking", "utilities" ] }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ + "bridge", "evm" ] }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ - "defi" + "bridge", + "dex" ] }, { @@ -545,8 +571,58 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ - "defi" + "dex" ] + }, + { + "name": "Karura App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", + "url": "https://apps.karura.network/", + "categories": [ + "bridge", + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Acala App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", + "url": "https://apps.acala.network/", + "categories": [ + "bridge", + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Mangata X (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "url": "https://app.mangata.finance/", + "categories": [ + "bridge" + ], + "desktopOnly": true + }, + { + "name": "Zenlink (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "url": "https://dex.zenlink.pro/#/swap", + "categories": [ + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "KILT Stakeboard (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", + "url": "https://stakeboard.kilt.io/", + "categories": [ + "staking" + ], + "desktopOnly": true } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 1a250ce14..b8376a902 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -9,7 +9,7 @@ "id": "crowdloans" }, { - "name": "Dex", + "name": "DEX", "id": "dex" }, { @@ -154,7 +154,8 @@ "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", - "staking" + "staking", + "nft" ], "desktopOnly": true }, @@ -334,7 +335,7 @@ }, { "name": "DappRadar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ "social" @@ -361,7 +362,7 @@ }, { "name": "TofuNFT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", "url": "https://tofunft.com/", "categories": [ "nft", @@ -446,16 +447,6 @@ "evm" ] }, - { - "name": "Litmus App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litmus.svg", - "url": "https://apps.litentry.com/", - "categories": [ - "bridge", - "crowdloans", - "evm" - ] - }, { "name": "Darwinia App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", @@ -466,7 +457,7 @@ }, { "name": "SubBridge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ "bridge", @@ -503,7 +494,7 @@ }, { "name": "Damned Pirates Society", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", "url": "https://damnedpiratessociety.io/", "categories": [ "nft", @@ -530,7 +521,7 @@ }, { "name": "Moonsama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", "url": "https://marketplace.moonsama.com/", "categories": [ "nft", @@ -623,13 +614,12 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ - "nft", "utilities" ] }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" @@ -745,7 +735,7 @@ }, { "name": "PABLO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo_new.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ "dex" diff --git a/icons/dapps/color/ACE.svg b/icons/dapps/color/ACE.svg index f3fd3ec8c..293dca9d8 100644 --- a/icons/dapps/color/ACE.svg +++ b/icons/dapps/color/ACE.svg @@ -1,5 +1,6 @@ - - - + + + + diff --git a/icons/dapps/color/ACE_new.svg b/icons/dapps/color/ACE_new.svg deleted file mode 100644 index 293dca9d8..000000000 --- a/icons/dapps/color/ACE_new.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/dapps/color/Damnedpiratessociety.svg b/icons/dapps/color/Damnedpiratessociety.svg index dd3e61b66..1d9cc36df 100644 --- a/icons/dapps/color/Damnedpiratessociety.svg +++ b/icons/dapps/color/Damnedpiratessociety.svg @@ -1,24 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/Damnedpiratessociety_new.svg b/icons/dapps/color/Damnedpiratessociety_new.svg deleted file mode 100644 index 1d9cc36df..000000000 --- a/icons/dapps/color/Damnedpiratessociety_new.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/dapps/color/DappRadar.svg b/icons/dapps/color/DappRadar.svg index a6bc5ca70..8317ce722 100644 --- a/icons/dapps/color/DappRadar.svg +++ b/icons/dapps/color/DappRadar.svg @@ -1,10 +1,3 @@ - - - - - - - - + diff --git a/icons/dapps/color/DappRadar_new.svg b/icons/dapps/color/DappRadar_new.svg deleted file mode 100644 index 8317ce722..000000000 --- a/icons/dapps/color/DappRadar_new.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/dapps/color/Moonsama.svg b/icons/dapps/color/Moonsama.svg index 0668a9271..f9ed2881a 100644 --- a/icons/dapps/color/Moonsama.svg +++ b/icons/dapps/color/Moonsama.svg @@ -1,10 +1,11 @@ + - + - + diff --git a/icons/dapps/color/Moonsama_new.svg b/icons/dapps/color/Moonsama_new.svg deleted file mode 100644 index f9ed2881a..000000000 --- a/icons/dapps/color/Moonsama_new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/icons/dapps/color/Pablo.svg b/icons/dapps/color/Pablo.svg index 2dcd664a6..df50238cf 100644 --- a/icons/dapps/color/Pablo.svg +++ b/icons/dapps/color/Pablo.svg @@ -1,8 +1,8 @@ - - + + - + diff --git a/icons/dapps/color/Pablo_new.svg b/icons/dapps/color/Pablo_new.svg deleted file mode 100644 index df50238cf..000000000 --- a/icons/dapps/color/Pablo_new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/icons/dapps/color/SubBridge.svg b/icons/dapps/color/SubBridge.svg index c074005d2..6c70a042d 100644 --- a/icons/dapps/color/SubBridge.svg +++ b/icons/dapps/color/SubBridge.svg @@ -1,3 +1,4 @@ - + + diff --git a/icons/dapps/color/SubBridge_new.svg b/icons/dapps/color/SubBridge_new.svg deleted file mode 100644 index 6c70a042d..000000000 --- a/icons/dapps/color/SubBridge_new.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/dapps/color/TofuNFT.svg b/icons/dapps/color/TofuNFT.svg index 82302b3bc..bb335f8a4 100644 --- a/icons/dapps/color/TofuNFT.svg +++ b/icons/dapps/color/TofuNFT.svg @@ -1,3 +1,19 @@ - + + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/TofuNFT_new.svg b/icons/dapps/color/TofuNFT_new.svg deleted file mode 100644 index bb335f8a4..000000000 --- a/icons/dapps/color/TofuNFT_new.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - From ccc03fdbd19fe50eaf040cb5c4b5709d0ced1502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:37:06 +0300 Subject: [PATCH 0677/2142] Update dapps list (#1252) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 126 +++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 61 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 7e5303bfe..c3079f406 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -1,63 +1,67 @@ # List of supported dapps -| -- | DApp | Url | Tags | -| --: | ----------------------------- | ---------------------------------------------------- | --------------------------- | -| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | -| 2 | ArthSwap | https://app.arthswap.org/#/swap | defi,staking,evm | -| 3 | Astar DApp Hub | https://portal.astar.network/ | defi,staking,evm | -| 4 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | defi | -| 5 | Beamswap | https://app.beamswap.io/exchange/swap | defi,staking,evm | -| 6 | Bifrost App | https://bifrost.app/ | defi,crowdloans | -| 7 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking | -| 8 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm | -| 9 | DappRadar | https://dappradar.com/ | utilities | -| 10 | Darwinia App | https://apps.darwinia.network/ | staking | -| 11 | Dotmarketcap | https://dotmarketcap.com/ | utilities | -| 12 | Downtown Moonbeam | https://dtmb.xyz | evm,utilities | -| 13 | EVRLOOT | https://game.evrloot.com/game | nft | -| 14 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm | -| 15 | GM! Say it back | https://app.gmordie.com/ | community | -| 16 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | defi,staking,evm | -| 17 | HydraDX Omnipool | https://app.hydradx.io/#/trade | defi | -| 18 | Impossible Finance | https://invest.impossible.finance/launchpad | defi,evm | -| 19 | Interlay Hub | https://app.interlay.io/ | staking,defi,crowdloans | -| 20 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 21 | Kintsugi Hub | https://kintsugi.interlay.io/ | staking,defi,crowdloans | -| 22 | KodaDot | https://kodadot.xyz/ | nft | -| 23 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 24 | Litentry App | https://apps.litentry.com/ | evm | -| 25 | Litmus App | https://apps.litentry.com/ | crowdloans,evm | -| 26 | Moonbeam | https://apps.moonbeam.network/moonbeam | staking,crowdloans,evm | -| 27 | Moonriver | https://apps.moonbeam.network/moonriver | staking,crowdloans,evm | -| 28 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 29 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | defi,evm | -| 30 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | defi,evm | -| 31 | MyTrade | https://mytrade.org/ | defi,evm | -| 32 | PABLO | https://app.pablo.finance/ | defi | -| 33 | Parallel Finance App | https://app.parallel.fi/ | defi | -| 34 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 35 | Phala App | https://app.phala.network/ | defi,staking | -| 36 | PolkaVerse | https://polkaverse.com/ | community | -| 37 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | defi,utilities | -| 38 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 39 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking | -| 40 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 41 | Polkassembly | https://polkadot.polkassembly.io/ | community | -| 42 | Polkawatch | https://polkawatch.app/ | staking | -| 43 | Proof of Chaos | https://proofofchaos.app | nft,community | -| 44 | Raresama | https://raresama.com/ | nft | -| 45 | Singular | https://singular.rmrk.app/ | nft | -| 46 | Singular 2.0 | https://singular.app/ | nft | -| 47 | Skybreach | https://skybreach.app/ | nft,evm | -| 48 | Solarbeam | https://app.solarbeam.io/exchange/swap | defi,staking,evm | -| 49 | Solarflare | https://app.solarflare.io/exchange/swap | defi,staking,evm | -| 50 | Stellaswap | https://app.stellaswap.com/exchange/swap | defi,staking,evm | -| 51 | Sub.ID | https://sub.id/#/ | utilities | -| 52 | SubBridge | https://subbridge.io/ | defi,evm | -| 53 | Subsquare. Khala network | https://khala.subsquare.io/ | community | -| 54 | Talisman App | https://app.talisman.xyz/portfolio | defi,crowdloans | -| 55 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 56 | TofuNFT | https://tofunft.com/ | nft,evm | -| 57 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 58 | cBRIDGE | https://cbridge.celer.network/#/transfer | defi,evm | -| 59 | xx network Hub | https://hub.xx.network | community,staking,utilities | +| -- | DApp | Url | Tags | +| --: | ------------------------------ | ---------------------------------------------------- | ----------------------------- | +| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | +| 2 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | +| 3 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | +| 4 | Astar DApp Hub | https://portal.astar.network/ | bridge,staking,evm | +| 5 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | +| 6 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | +| 7 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | +| 8 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | +| 9 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | +| 10 | DappRadar | https://dappradar.com/ | social | +| 11 | Darwinia App | https://apps.darwinia.network/ | staking | +| 12 | Dotmarketcap | https://dotmarketcap.com/ | social | +| 13 | Downtown Moonbeam | https://dtmb.xyz | evm,social | +| 14 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | +| 15 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | +| 16 | GM! Say it back | https://app.gmordie.com/ | social | +| 17 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 18 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 19 | Impossible Finance | https://invest.impossible.finance/launchpad | dex,evm | +| 20 | Interlay Hub | https://app.interlay.io/ | bridge,staking,crowdloans | +| 21 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 22 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 23 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 24 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 25 | KodaDot | https://kodadot.xyz/ | nft | +| 26 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 27 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 28 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 29 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 30 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 31 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 32 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | +| 33 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | +| 34 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 35 | PABLO | https://app.pablo.finance/ | dex | +| 36 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 37 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 38 | Phala App | https://app.phala.network/ | staking | +| 39 | PolkaVerse | https://polkaverse.com/ | social | +| 40 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 41 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 42 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 43 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 44 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 45 | Polkawatch | https://polkawatch.app/ | staking | +| 46 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 47 | Raresama | https://raresama.com/ | nft | +| 48 | Singular | https://singular.rmrk.app/ | nft | +| 49 | Singular 2.0 | https://singular.app/ | nft | +| 50 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 51 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 52 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 53 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 54 | Sub.ID | https://sub.id/#/ | utilities | +| 55 | SubBridge | https://subbridge.io/ | bridge,evm | +| 56 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 57 | Talisman App (Desktop mode) | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | +| 58 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 59 | TofuNFT | https://tofunft.com/ | nft,evm | +| 60 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 61 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | +| 62 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 63 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 122e1edeb3b0cd58af8e94cfdcf30f07579fea8b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 19 Jan 2023 12:55:08 +0800 Subject: [PATCH 0678/2142] add HydraDX gov API, promote Subsquare gov dapp, remove Polkassembly gov dapp --- chains/v7/chains.json | 14 ++++++++++++-- chains/v8/chains.json | 14 +++++++++++++- governance/v2/dapps.json | 11 +++++++++++ governance/v2/dapps_dev.json | 6 ------ 4 files changed, 36 insertions(+), 9 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 00147e6bb..263956424 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3936,10 +3936,20 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" } - ] + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63 + "addressPrefix": 63, + "options": [ + "governance-v1" + ] }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 22b3cfb3d..d28bbac33 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3941,10 +3941,22 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63 + "addressPrefix": 63, + "options": [ + "governance-v1" + ] }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index d68cec994..f32fd3e38 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -95,5 +95,16 @@ "details": "Comment and react" } ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://hydradx.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 9d174605b..428ea2420 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -150,12 +150,6 @@ { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "dapps": [ - { - "title": "Polkassembly", - "urlV1": "https://hydradx.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - }, { "title": "Subsquare", "urlV1": "https://hydradx.subsquare.io/democracy/referendum/{referendumId}", From 3653c738b5f586e4f537852cabca2e4e39491d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:14:29 +0000 Subject: [PATCH 0679/2142] Update chain types --- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/bit.country_pioneer.json | 2 +- chains/v2/types/karura.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/statemint.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index afc8f7284..f54f69c07 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 968, + "runtime_id": 969, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index fe6d57f88..5907265e9 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 16, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index ee5bb3675..a34a47b21 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2110, + "runtime_id": 2120, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index a605e4a58..cec960076 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1206, + "runtime_id": 1207, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index 47862eec0..0bfe58ee4 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,5 +1,5 @@ { - "runtime_id": 9330, + "runtime_id": 9360, "types": { "Balance": "u128", "Index": "u32", From b8d7ccda88efd879d07e5f1d6c2030ef6b443c2b Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 20 Jan 2023 15:32:43 +0800 Subject: [PATCH 0680/2142] replace dapps for Basilisk gov --- governance/v2/dapps.json | 6 +++--- governance/v2/dapps_dev.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index f32fd3e38..9163b3761 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -78,9 +78,9 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "dapps": [ { - "title": "Polkassembly", - "urlV1": "https://basilisk.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "title": "Subsquare", + "urlV1": "https://basilisk.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 428ea2420..238215082 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -90,9 +90,9 @@ "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "dapps": [ { - "title": "Polkassembly", - "urlV1": "https://basilisk.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "title": "Subsquare", + "urlV1": "https://basilisk.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] From e13a4bedc5848dd0d19ed9dfb7c461e7596ce144 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 20 Jan 2023 10:48:29 +0300 Subject: [PATCH 0681/2142] remove wrong destinations for KSM --- xcm/v2/transfers_dev.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 361749b29..b7eb48053 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -854,20 +854,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "160000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -2409,20 +2395,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "160000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", From 3c5010174f24e8db73011fd8798051400abe0b93 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 20 Jan 2023 10:53:54 +0300 Subject: [PATCH 0682/2142] remove KSM from PROD --- xcm/v2/transfers.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index efca2ceb5..fd18b0aa4 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -784,20 +784,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "160000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -2256,20 +2242,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "160000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", From 31c31af6a6482a13f7a9fab5c0917c0d0fa85ee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:13:21 +0000 Subject: [PATCH 0683/2142] Update chain types --- chains/v2/types/acala.json | 2 +- chains/v2/types/altair.json | 25 ++++++++++++++++++++---- chains/v2/types/bit.country_pioneer.json | 2 +- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 3e3129598..848930ab4 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2110, + "runtime_id": 2120, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/altair.json b/chains/v2/types/altair.json index 75758a70b..6d8ecd80e 100644 --- a/chains/v2/types/altair.json +++ b/chains/v2/types/altair.json @@ -1,5 +1,5 @@ { - "runtime_id": 1023, + "runtime_id": 1024, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "altair_runtime.Event": "GenericEvent", - "altair_runtime.Call": "GenericCall", + "altair_runtime.RuntimeEvent": "GenericEvent", + "altair_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index 5907265e9..2cf4451dd 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,5 +1,5 @@ { - "runtime_id": 16, + "runtime_id": 17, "types": { "Balance": "u128", "Index": "u32", From 0af1583805736ea948b9e6a033c388b8de352883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:39:31 +0300 Subject: [PATCH 0684/2142] Update chain types (#1261) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/hydra_dx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 8482f298a..42fcc596a 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 125, + "runtime_id": 126, "types": { "Balance": "u128", "Index": "u32", From 7755d1a9d9334171eca19076b399192d222cb3ea Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:24:07 +0300 Subject: [PATCH 0685/2142] Update PROD chains.json files (#1259) * update PROD config from DEV * update v8 based on DEV * remove unnecessary polkasembly changes * remove DAI for Acala --- chains/v7/chains.json | 80 +++++++++++++++++++++++++++++++++--- chains/v8/chains.json | 94 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 158 insertions(+), 16 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 263956424..0463b78bf 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -337,7 +337,7 @@ }, { "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" + "name": "Dwellir node" }, { "url": "wss://statemine-rpc.polkadot.io", @@ -1189,6 +1189,17 @@ "typeExtras": { "assetId": "16797826370226091782818345603793389938" } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } } ], "nodes": [ @@ -1400,6 +1411,10 @@ { "url": "wss://rpc.pinknode.io/shiden/explorer", "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1908,8 +1923,8 @@ "name": "Parallel" }, { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -2060,7 +2075,7 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { - "assetId": "5" + "assetId": "9" } }, { @@ -2083,6 +2098,27 @@ "typeExtras": { "assetId": "7" } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } } ], "nodes": [ @@ -2733,6 +2769,10 @@ { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2799,7 +2839,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3375,6 +3415,10 @@ { "url": "wss://picasso-rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4454,7 +4498,7 @@ }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", + "name": "Polkadex", "assets": [ { "assetId": 0, @@ -5187,6 +5231,14 @@ "name": "PendulumChain node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true @@ -5468,6 +5520,14 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true @@ -5544,6 +5604,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 42d7dccb6..67ce2195a 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -353,7 +353,7 @@ }, { "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" + "name": "Dwellir node" }, { "url": "wss://statemine-rpc.polkadot.io", @@ -1211,6 +1211,17 @@ "typeExtras": { "assetId": "16797826370226091782818345603793389938" } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } } ], "nodes": [ @@ -1428,6 +1439,10 @@ { "url": "wss://rpc.pinknode.io/shiden/explorer", "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1751,13 +1766,15 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" } ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } } - } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, @@ -1938,6 +1955,10 @@ { "url": "wss://parallel-heiko.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" } ], "types": { @@ -2088,7 +2109,7 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { - "assetId": "5" + "assetId": "9" } }, { @@ -2111,6 +2132,27 @@ "typeExtras": { "assetId": "7" } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } } ], "nodes": [ @@ -2763,6 +2805,10 @@ { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -2829,7 +2875,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3405,6 +3451,10 @@ { "url": "wss://picasso-rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4492,7 +4542,7 @@ }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", + "name": "Polkadex", "assets": [ { "assetId": 0, @@ -5227,6 +5277,14 @@ "name": "PendulumChain node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true @@ -5510,6 +5568,14 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true @@ -5586,6 +5652,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true From 8d234ed01e067e44fc960c83cb1eac4d703a1a63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:25:00 +0000 Subject: [PATCH 0686/2142] Update networks list --- chains/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chains/README.md b/chains/README.md index 9d0ad8347..37ae13d68 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,10 +1,10 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 231 -### 🪙 Unique assets: 118 -### 💫 Cross Chain directions: 229 -### 🧾 SubQuery API projects: 59 +### 💰 All assets 234 +### 🪙 Unique assets: 119 +### 💫 Cross Chain directions: 227 +### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 --- # List of supported networks @@ -13,7 +13,7 @@ | 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 3 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 4 | Amplitude | AMPE | - | - | +| 4 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | @@ -26,7 +26,7 @@ | 14 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 15 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | | 16 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 17 | DAO IPCI | MITO | Polkaholic | - | +| 17 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | | 18 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | 19 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 20 | Edgeware | EDG | Subscan
Sub.ID | - | @@ -42,7 +42,7 @@ | 30 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 31 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | 34 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | 36 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | @@ -50,7 +50,7 @@ | 38 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 39 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | | 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 42 | Myriad | MYRIA | Explorer | - | | 43 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | 44 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | @@ -59,7 +59,7 @@ | 47 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 48 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 49 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 50 | Polkadex Solochain | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 50 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 51 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | | 52 | Polymesh | POLYX | Subscan | - | | 53 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | @@ -75,5 +75,5 @@ | 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 64 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 66 | XX network | XX | XX explorer
Polkastats | - | +| 66 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | | 67 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From ba6cf9f3ec4adf63ef63446f8fa3feaac64c3473 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:07:51 +0000 Subject: [PATCH 0687/2142] Update dapps list --- dapps/README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index c3079f406..3d157b4bc 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -49,19 +49,20 @@ | 45 | Polkawatch | https://polkawatch.app/ | staking | | 46 | Proof of Chaos | https://proofofchaos.app | nft,governance | | 47 | Raresama | https://raresama.com/ | nft | -| 48 | Singular | https://singular.rmrk.app/ | nft | -| 49 | Singular 2.0 | https://singular.app/ | nft | -| 50 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 51 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 52 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 53 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 54 | Sub.ID | https://sub.id/#/ | utilities | -| 55 | SubBridge | https://subbridge.io/ | bridge,evm | -| 56 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 57 | Talisman App (Desktop mode) | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | -| 58 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 59 | TofuNFT | https://tofunft.com/ | nft,evm | -| 60 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 61 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | -| 62 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 63 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 48 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 49 | Singular | https://singular.rmrk.app/ | nft | +| 50 | Singular 2.0 | https://singular.app/ | nft | +| 51 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 52 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 53 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 54 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 55 | Sub.ID | https://sub.id/#/ | utilities | +| 56 | SubBridge | https://subbridge.io/ | bridge,evm | +| 57 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 58 | Talisman App (Desktop mode) | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | +| 59 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 60 | TofuNFT | https://tofunft.com/ | nft,evm | +| 61 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 62 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | +| 63 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 64 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 137312e1fd4efee4588ed5c84fa58f302aa6b56a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:07:20 +0300 Subject: [PATCH 0688/2142] Update types for networks (#1264) --- chains/v2/types/robonomics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/robonomics.json b/chains/v2/types/robonomics.json index 63b24fe5a..e0138f9a8 100644 --- a/chains/v2/types/robonomics.json +++ b/chains/v2/types/robonomics.json @@ -1,5 +1,5 @@ { - "runtime_id": 29, + "runtime_id": 30, "types": { "Balance": "u128", "Index": "u32", From 138e5492b444d06b1cb03602c4c422609926bbb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 08:32:53 +0000 Subject: [PATCH 0689/2142] Update chain types --- chains/v2/types/robonomics.json | 2 +- chains/v2/types/ternoa.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/robonomics.json b/chains/v2/types/robonomics.json index 63b24fe5a..d8a795113 100644 --- a/chains/v2/types/robonomics.json +++ b/chains/v2/types/robonomics.json @@ -1,5 +1,5 @@ { - "runtime_id": 29, + "runtime_id": 31, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index 3b64d6cf5..9e27a8ff3 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 11, + "runtime_id": 12, "types": { "Balance": "u128", "Index": "u32", From a7fdd544fda90aff69b19396d69f26755954c9c2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:37:47 +0300 Subject: [PATCH 0690/2142] fix for moonbase weight (#1266) --- xcm/v2/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index b7eb48053..42ca84149 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -289,7 +289,7 @@ "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", - "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "100000000", + "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "200000000", "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443": "1000000000", "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", From a97550e414ca57984bd74e8d1daeebe0ce1c42ba Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Jan 2023 14:55:27 +0800 Subject: [PATCH 0691/2142] add HydraDX price --- chains/v7/chains.json | 1 + chains/v7/chains_dev.json | 1 + chains/v8/chains.json | 1 + chains/v8/chains_dev.json | 1 + 4 files changed, 4 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 0463b78bf..5ba7e4c40 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3916,6 +3916,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, + "priceId": "hydradx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" }, { diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index abcfa964c..8ea15a29f 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4253,6 +4253,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, + "priceId": "hydradx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" }, { diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 67ce2195a..c383989c9 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3954,6 +3954,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, + "priceId": "hydradx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" }, { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 96ffccb8d..f57437aa3 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4325,6 +4325,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, + "priceId": "hydradx", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" }, { From cfbe50418ced3dbe02db0339ef07832df0b8a672 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:59:11 +0300 Subject: [PATCH 0692/2142] update novasama gov2 config (#1267) * update novasama gov2 config * fix delegation url --- chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 8ea15a29f..488dfb3ac 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6205,7 +6205,7 @@ ] }, { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "chainId": "0x7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", "name": "Governance2 Novasama Testnet", "assets": [ { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index f57437aa3..7e3001588 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6299,7 +6299,7 @@ ] }, { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "chainId": "7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", "name": "Governance2 Novasama Testnet", "assets": [ { @@ -6319,6 +6319,14 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ From 6324d93b9c787e23c6d69c81dc03f208a7cafde0 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Jan 2023 16:25:03 +0800 Subject: [PATCH 0693/2142] fix chainid (#1270) --- chains/v7/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 488dfb3ac..bfc5673e3 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6205,7 +6205,7 @@ ] }, { - "chainId": "0x7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", + "chainId": "7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", "name": "Governance2 Novasama Testnet", "assets": [ { From c48b8487a68623b0bf3832b5e94f2d65f8206309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:32:24 +0300 Subject: [PATCH 0694/2142] Update chain types (#1269) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/astar.json | 2 +- chains/v2/types/centrifuge.json | 25 +++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index 1fd256a36..f219ae56b 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 43, + "runtime_id": 49, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index 2a2efe146..48729623e 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1015, + "runtime_id": 1016, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "centrifuge_runtime.Event": "GenericEvent", - "centrifuge_runtime.Call": "GenericCall", + "centrifuge_runtime.RuntimeEvent": "GenericEvent", + "centrifuge_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 497493cd5746bb4bd1631cd4da0933af178ad7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:13:51 +0000 Subject: [PATCH 0695/2142] Update chain types --- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/ternoa.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 42fcc596a..678ea1e52 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 126, + "runtime_id": 127, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 88c98b098..1af9e3dd3 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9360, + "runtime_id": 9370, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index 9e27a8ff3..c1b2c2ea6 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 12, + "runtime_id": 13, "types": { "Balance": "u128", "Index": "u32", From ca69f79cb96486ddc8cef376c7a8ca98fbccb3fd Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:17:09 +0400 Subject: [PATCH 0696/2142] Remove polkadex on finality node (#1272) --- chains/v6/chains.json | 4 ---- chains/v6/chains_dev.json | 4 ---- chains/v7/chains.json | 4 ---- chains/v7/chains_dev.json | 4 ---- chains/v8/chains.json | 4 ---- chains/v8/chains_dev.json | 4 ---- 6 files changed, 24 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index c9188ed46..e7e40e0b0 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -4429,10 +4429,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 0a00a2212..3b24841bd 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -4856,10 +4856,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 5ba7e4c40..1cf01eeb8 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -4511,10 +4511,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index bfc5673e3..4ccbe352a 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4898,10 +4898,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v8/chains.json b/chains/v8/chains.json index c383989c9..b42fe231d 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -4555,10 +4555,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 7e3001588..f22df9286 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4980,10 +4980,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" From 6a1846bf186c2b325cc3908dbab928f0b43f9759 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 30 Jan 2023 15:05:43 +0800 Subject: [PATCH 0697/2142] add LRNA, WETH, WBTC to HydraDX --- chains/v7/chains_dev.json | 40 +++++++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 40 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 4ccbe352a..bfe609d33 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4283,6 +4283,46 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index f22df9286..b2f6a7d75 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4355,6 +4355,46 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } } ], "nodes": [ From 21b3b2b0982b10fd78a8ec38c0e4676f16d04cb5 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 30 Jan 2023 21:00:52 +0800 Subject: [PATCH 0698/2142] update naming, update icons, add price --- chains/v7/chains_dev.json | 9 +++++---- icons/tokens/white/LRNA.svg | 3 +++ icons/tokens/white/WETH-worm.svg | 7 +++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 icons/tokens/white/LRNA.svg create mode 100644 icons/tokens/white/WETH-worm.svg diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index bfe609d33..0b38efdf9 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4289,7 +4289,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4299,10 +4299,11 @@ }, { "assetId": 4, - "symbol": "WETH", + "symbol": "WETH-worm", "precision": 18, + "priceId": "weth", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4312,7 +4313,7 @@ }, { "assetId": 5, - "symbol": "WBTC", + "symbol": "WBTC-worm", "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", diff --git a/icons/tokens/white/LRNA.svg b/icons/tokens/white/LRNA.svg new file mode 100644 index 000000000..7fe070c5e --- /dev/null +++ b/icons/tokens/white/LRNA.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/WETH-worm.svg b/icons/tokens/white/WETH-worm.svg new file mode 100644 index 000000000..fa26ee633 --- /dev/null +++ b/icons/tokens/white/WETH-worm.svg @@ -0,0 +1,7 @@ + + + + + + + From c37fddb7138b586d4ce51060e8cc526f4393f359 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 30 Jan 2023 21:02:14 +0800 Subject: [PATCH 0699/2142] update chains/v8 --- chains/v8/chains_dev.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b2f6a7d75..c6480f7dd 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4361,7 +4361,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4371,10 +4371,11 @@ }, { "assetId": 4, - "symbol": "WETH", + "symbol": "WETH-worm", "precision": 18, + "priceId": "weth", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4384,7 +4385,7 @@ }, { "assetId": 5, - "symbol": "WBTC", + "symbol": "WBTC-worm", "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", From ea836d7b41f729bfad985bea2b5318dbc1fc8984 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 30 Jan 2023 21:05:57 +0800 Subject: [PATCH 0700/2142] fix price --- chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 0b38efdf9..6c2c393ae 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -4301,7 +4301,7 @@ "assetId": 4, "symbol": "WETH-worm", "precision": 18, - "priceId": "weth", + "priceId": "ethereum-wormhole", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index c6480f7dd..7bf0f4a8f 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4373,7 +4373,7 @@ "assetId": 4, "symbol": "WETH-worm", "precision": 18, - "priceId": "weth", + "priceId": "ethereum-wormhole", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { From 91b1cdf295a53e335eed9279301070e5e50c6b27 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 31 Jan 2023 11:08:38 +0800 Subject: [PATCH 0701/2142] promote new tokens to hydradx --- chains/v7/chains.json | 41 +++++++++++++++++++++++++++++++++++++++++ chains/v8/chains.json | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 1cf01eeb8..e6fc77f01 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3946,6 +3946,47 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index b42fe231d..13e3babfe 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3984,6 +3984,47 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } } ], "nodes": [ From 25a6369aa7b46de3c2380985f29522da4c625cc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:32:26 +0000 Subject: [PATCH 0702/2142] Update chain types --- chains/v2/types/mangatax.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index 07bf0b1d7..566e984d7 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 12, + "runtime_id": 13, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "mangata_kusama_runtime.Event": "GenericEvent", - "mangata_kusama_runtime.Call": "GenericCall", + "mangata_kusama_runtime.RuntimeEvent": "GenericEvent", + "mangata_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From f5bcc78be5ed250e28e357988d76c882560fd0af Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 31 Jan 2023 22:42:39 +0700 Subject: [PATCH 0703/2142] Move kusama on finality node to the end (#1278) --- chains/v6/chains.json | 8 ++++---- chains/v6/chains_dev.json | 8 ++++---- chains/v7/chains.json | 8 ++++---- chains/v7/chains_dev.json | 8 ++++---- chains/v8/chains.json | 8 ++++---- chains/v8/chains_dev.json | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/chains/v6/chains.json b/chains/v6/chains.json index e7e40e0b0..719c19ed3 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -114,10 +114,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -133,6 +129,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 3b24841bd..eb74a87a3 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -114,10 +114,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -133,6 +129,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v7/chains.json b/chains/v7/chains.json index e6fc77f01..053ef6d63 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -114,10 +114,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -133,6 +129,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 6c2c393ae..96fcaad0c 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -114,10 +114,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -133,6 +129,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 13e3babfe..c0854566e 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -120,10 +120,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -139,6 +135,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 7bf0f4a8f..39be3b673 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -120,10 +120,6 @@ } ], "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://public-rpc.pinknode.io/kusama", "name": "Pinknode node" @@ -139,6 +135,10 @@ { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From 433be5019706227f5bd9540989db8ce9b3fb26f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:44:56 +0300 Subject: [PATCH 0704/2142] Update networks list (#1279) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 37ae13d68..04f02221f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 234 -### 🪙 Unique assets: 119 +### 💰 All assets 237 +### 🪙 Unique assets: 122 ### 💫 Cross Chain directions: 227 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 @@ -33,7 +33,7 @@ | 21 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 22 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 23 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 24 | HydraDX | HDX
DOT
DAI | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 24 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 25 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 26 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From d9730e15359562705dd0db16c3a95099499e9b7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:28:07 +0000 Subject: [PATCH 0705/2142] Update chain types --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 9b5a24c71..2881d8303 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 280, + "runtime_id": 281, "types": { "Balance": "u128", "Index": "u32", From 023282925cae49a6c4cd82e38a3f0c30c845cf82 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 2 Feb 2023 22:13:44 +0800 Subject: [PATCH 0706/2142] removed Pinknode nodes --- chains/v7/chains.json | 24 ------------------------ chains/v7/chains_dev.json | 28 ---------------------------- chains/v8/chains.json | 24 ------------------------ chains/v8/chains_dev.json | 28 ---------------------------- 4 files changed, 104 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 053ef6d63..ea3ed5c3a 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -23,10 +23,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -114,10 +110,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" @@ -214,10 +206,6 @@ { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -937,10 +925,6 @@ "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" @@ -1214,10 +1198,6 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1408,10 +1388,6 @@ "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 96fcaad0c..61aa789c1 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -23,10 +23,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -114,10 +110,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" @@ -214,10 +206,6 @@ { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1082,10 +1070,6 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1163,10 +1147,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/alphanet", - "name": "Pinknode" - }, { "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1332,10 +1312,6 @@ "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" @@ -3007,10 +2983,6 @@ "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" diff --git a/chains/v8/chains.json b/chains/v8/chains.json index c0854566e..4abd13fa2 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -23,10 +23,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -120,10 +116,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" @@ -226,10 +218,6 @@ { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -953,10 +941,6 @@ "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" @@ -1236,10 +1220,6 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1436,10 +1416,6 @@ "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 39be3b673..ee99eec71 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -23,10 +23,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -120,10 +116,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" @@ -232,10 +224,6 @@ { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1108,10 +1096,6 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" } ], "explorers": [ @@ -1195,10 +1179,6 @@ } ], "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/alphanet", - "name": "Pinknode" - }, { "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1364,10 +1344,6 @@ "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" @@ -3063,10 +3039,6 @@ "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" From 6c4a8f6d94d126072078a810edba7ca9fc8fc36a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:33:00 +0000 Subject: [PATCH 0707/2142] Update chain types --- chains/v2/types/turing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 8818bfded..da93b50cd 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 287, + "runtime_id": 288, "types": { "Balance": "u128", "Index": "u32", From b58fb25487b7406caf2b867ebf451184e083324a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:55:06 +0300 Subject: [PATCH 0708/2142] Update chain types (#1283) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/mangatax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index 566e984d7..cea829212 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 13, + "runtime_id": 14, "types": { "Balance": "u128", "Index": "u32", From d1c04d5969433fb243938390c20e7e5bc5114cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:25:59 +0300 Subject: [PATCH 0709/2142] Update chain types (#1284) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bajun.json | 6 +++--- chains/v2/types/polkadex.json | 2 +- chains/v2/types/subsocial.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 1e7daf862..548cb2242 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 19, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "bajun_runtime.Event": "GenericEvent", - "bajun_runtime.Call": "GenericCall", + "bajun_runtime.RuntimeEvent": "GenericEvent", + "bajun_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 2881d8303..f1954b728 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 281, + "runtime_id": 282, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 5869e83a5..58d56c8f8 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 18, + "runtime_id": 19, "types": { "Balance": "u128", "Index": "u32", From 648be1fcd7adae449a796d4a162758091b401fa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:49:03 +0300 Subject: [PATCH 0710/2142] Update chain types (#1285) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/westend.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 7bab4c2f7..4b2ea14f5 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9370, + "runtime_id": 9380, "types": { "Balance": "u128", "Index": "u32", From f8604cd237e40645f71f62d4c4d058700dccfc2d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:55:03 +0300 Subject: [PATCH 0711/2142] Update xcm coefficients (#1286) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 126 +++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 42ca84149..eed8daca7 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensReserve" } @@ -79,7 +79,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensReserve" } @@ -329,7 +329,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -407,7 +407,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -463,7 +463,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -477,7 +477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -542,7 +542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -565,7 +565,7 @@ "fee": { "mode": { "type": "proportional", - "value": "29910234569493" + "value": "26079494248347" }, "instructions": "xtokensDest" } @@ -647,7 +647,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -712,7 +712,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666706" + "value": "269413333368" }, "instructions": "xtokensDest" } @@ -805,7 +805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xcmPalletDest" } @@ -847,7 +847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xcmPalletDest" } @@ -861,7 +861,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xcmPalletDest" } @@ -1098,7 +1098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -1168,7 +1168,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -1182,7 +1182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -1376,7 +1376,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -1455,7 +1455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -1534,7 +1534,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -1608,7 +1608,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -1659,7 +1659,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -1743,7 +1743,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xcmPalletDest" } @@ -2174,7 +2174,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158000" + "value": "1009690" }, "instructions": "xcmPalletDest" } @@ -2258,7 +2258,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -2295,7 +2295,7 @@ "fee": { "mode": { "type": "proportional", - "value": "29910234569493" + "value": "26079494248347" }, "instructions": "xtokensDest" } @@ -2332,7 +2332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2346,7 +2346,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2416,7 +2416,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -2430,7 +2430,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -2453,7 +2453,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2546,7 +2546,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666706" + "value": "269413333368" }, "instructions": "xtokensDest" } @@ -2583,7 +2583,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2625,7 +2625,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2653,7 +2653,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -2667,7 +2667,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -2765,7 +2765,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2788,7 +2788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2853,7 +2853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2881,7 +2881,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2923,7 +2923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -2937,7 +2937,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -2988,7 +2988,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -3095,7 +3095,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3132,7 +3132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3312,7 +3312,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -3391,7 +3391,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -3470,7 +3470,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3530,7 +3530,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3581,7 +3581,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -3637,7 +3637,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3688,7 +3688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -3725,7 +3725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -3837,7 +3837,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -3907,7 +3907,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -3921,7 +3921,7 @@ "fee": { "mode": { "type": "proportional", - "value": "356228062566" + "value": "340790111241" }, "instructions": "xtokensDest" } @@ -3949,7 +3949,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -3972,7 +3972,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -4000,7 +4000,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -4056,7 +4056,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -4161,7 +4161,7 @@ "fee": { "mode": { "type": "proportional", - "value": "47231121778202" + "value": "48895691295014" }, "instructions": "xtokensDest" } @@ -4203,7 +4203,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -4254,7 +4254,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -4366,7 +4366,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } From aec4b6bf6982f57a942d555044f1bf74b1d30765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:55:34 +0300 Subject: [PATCH 0712/2142] Update chain types (#1288) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/altair.json | 2 +- chains/v2/types/centrifuge.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/altair.json b/chains/v2/types/altair.json index 6d8ecd80e..daf79e063 100644 --- a/chains/v2/types/altair.json +++ b/chains/v2/types/altair.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024, + "runtime_id": 1025, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index 48729623e..f45f51f44 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1016, + "runtime_id": 1017, "types": { "Balance": "u128", "Index": "u32", From f40eb8a54611db5eb447ac708703205086f6be1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:44:26 +0300 Subject: [PATCH 0713/2142] Update chain types (#1291) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/amplitude.json | 25 +++++++++++++++++++++---- chains/v2/types/khala.json | 2 +- chains/v2/types/polkadot.json | 2 +- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index 3b8b861ae..b5100d164 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 7, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "amplitude_runtime.Event": "GenericEvent", - "amplitude_runtime.Call": "GenericCall", + "amplitude_runtime.RuntimeEvent": "GenericEvent", + "amplitude_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index cec960076..6d2a30694 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1207, + "runtime_id": 1208, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 6960343c2..39bf8cfd0 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9340, + "runtime_id": 9360, "types": { "Balance": "u128", "Index": "u32", From 48fa44bbaa9706ad23c5872e11696224ca560a94 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 13 Feb 2023 07:35:22 +0300 Subject: [PATCH 0714/2142] Replace unavailable nodes --- chains/v7/chains.json | 8 ++------ chains/v7/chains_dev.json | 8 ++------ chains/v8/chains.json | 8 ++------ chains/v8/chains_dev.json | 8 ++------ 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index ea3ed5c3a..f26fe222f 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -4913,10 +4913,6 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5600,8 +5596,8 @@ "name": "xx Foundation node" }, { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 61aa789c1..063ebeb09 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5399,10 +5399,6 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "types": { @@ -6400,8 +6396,8 @@ "name": "xx Foundation node" }, { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 4abd13fa2..19f50b0a4 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -4959,10 +4959,6 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5648,8 +5644,8 @@ "name": "xx Foundation node" }, { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index ee99eec71..9cb29e051 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -5485,10 +5485,6 @@ { "url": "wss://kusama.kylin-node.co.uk", "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "types": { @@ -6504,8 +6500,8 @@ "name": "xx Foundation node" }, { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From 1f3fa41ec9952442120f20e9b2a7a883616bdd12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:30:43 +0000 Subject: [PATCH 0715/2142] Update chain types --- chains/v2/types/basilisk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index e6d5c2694..8fa1b8ef0 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,5 +1,5 @@ { - "runtime_id": 82, + "runtime_id": 88, "types": { "Balance": "u128", "Index": "u32", From 8a0d129820e27442abb83284a612d5959534c440 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 13 Feb 2023 23:13:24 +0800 Subject: [PATCH 0716/2142] add Shiden crowdloan --- crowdloan/kusama.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 137faf568..f1a962ead 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -508,5 +508,13 @@ "description": "Blockchain technology for carbon markets, environmental assets and liabilities", "website": "https://ipci.io/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg" + }, + { + "paraid": "2258", + "name": "Shiden 3", + "token": "SDN", + "description": "Multi-chain decentralized application layer on Kusama", + "website": "https://shiden.astar.network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg" } ] From 89925b41f521ca757f67e3ce7a3163719b377456 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Feb 2023 09:44:36 +0300 Subject: [PATCH 0717/2142] Adding USDT to Basilisk (#1296) --- chains/v7/chains_dev.json | 14 ++++++++++++++ chains/v8/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 063ebeb09..f089ded49 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1950,6 +1950,20 @@ "existentialDeposit": "1000000000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 9cb29e051..fd52a4e43 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1992,6 +1992,20 @@ "existentialDeposit": "1000000000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From 8b5b3930f9131cfa6912b8429e6c6442fd539421 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:01:34 +0300 Subject: [PATCH 0718/2142] USDT xcm transfers for Statemine<->Basilisk (#1297) --- xcm/v2/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index eed8daca7..bf8461fd6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2194,6 +2194,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "7175208" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4087,6 +4101,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From ba5cf70c5a2948a23237bde2f603c9cc01e19348 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:01:48 +0300 Subject: [PATCH 0719/2142] Update xcm coefficients (#1293) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index bf8461fd6..13b05bbf8 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -90,7 +90,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensReserve" } @@ -477,7 +477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -861,7 +861,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xcmPalletDest" } @@ -1182,7 +1182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -1413,7 +1413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } @@ -1980,7 +1980,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } @@ -2444,7 +2444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -2681,7 +2681,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -2709,7 +2709,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xcmPalletTeleportDest" } @@ -2951,7 +2951,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -3377,7 +3377,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } @@ -3753,7 +3753,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } @@ -3935,7 +3935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "340790111241" + "value": "313929334910" }, "instructions": "xtokensDest" } @@ -4198,7 +4198,7 @@ "fee": { "mode": { "type": "proportional", - "value": "48895691295014" + "value": "47281955471817" }, "instructions": "xtokensDest" } @@ -4277,7 +4277,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } @@ -4389,7 +4389,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "102161742471" }, "instructions": "xtokensDest" } From 55301a38e68e997811a20e56a82a820544a75a73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:57:22 +0000 Subject: [PATCH 0720/2142] Update xcm coefficients --- xcm/v2/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 13b05bbf8..bcae1630b 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -139,7 +139,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "14577259475218650" }, "instructions": "xtokensReserve" } @@ -153,7 +153,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23174000000000" + "value": "188323917137476400" }, "instructions": "xtokensReserve" } @@ -477,7 +477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -633,7 +633,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "14577259475218650" }, "instructions": "xtokensDest" } @@ -861,7 +861,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xcmPalletDest" } @@ -1033,7 +1033,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "14577259475218650" }, "instructions": "xtokensDest" } @@ -1182,7 +1182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -1571,7 +1571,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23174000000000" + "value": "188323917137476400" }, "instructions": "xtokensDest" } @@ -2202,7 +2202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7175208" + "value": "8610250" }, "instructions": "xcmPalletDest" } @@ -2444,7 +2444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -2681,7 +2681,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -2951,7 +2951,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -3067,7 +3067,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "14577259475218650" }, "instructions": "xtokensDest" } @@ -3935,7 +3935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "313929334910" + "value": "345790318278" }, "instructions": "xtokensDest" } @@ -4198,7 +4198,7 @@ "fee": { "mode": { "type": "proportional", - "value": "47281955471817" + "value": "50584289806803" }, "instructions": "xtokensDest" } From e84c602c2e8f84a178110aad878b102c4cb2cdc0 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 14 Feb 2023 16:57:35 +0800 Subject: [PATCH 0721/2142] add Pendulum parachain --- chains/v2/types/pendulum.json | 16 ++++++++++++++++ chains/v7/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v8/chains_dev.json | 25 +++++++++++++++++++++++++ icons/tokens/white/PEN.svg | 4 ++++ 4 files changed, 70 insertions(+) create mode 100644 chains/v2/types/pendulum.json create mode 100644 icons/tokens/white/PEN.svg diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json new file mode 100644 index 000000000..a71d6e8af --- /dev/null +++ b/chains/v2/types/pendulum.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "pendulum_runtime.RuntimeEvent": "GenericEvent", + "pendulum_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index f089ded49..29b112093 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6442,5 +6442,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index fd52a4e43..925370b87 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6546,5 +6546,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 } ] diff --git a/icons/tokens/white/PEN.svg b/icons/tokens/white/PEN.svg new file mode 100644 index 000000000..b29530348 --- /dev/null +++ b/icons/tokens/white/PEN.svg @@ -0,0 +1,4 @@ + + + + From 5271e13280ee140aa535857b5e2f01dbfc54a894 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:06:14 +0300 Subject: [PATCH 0722/2142] fix python version to run xcm script (#1299) --- .github/workflows/update_network_list.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 97a2bb66e..7bd1178a0 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -149,6 +149,10 @@ jobs: - name: Set up actual paths uses: ./.github/workflows/setup-path + - uses: actions/setup-python@v4 + with: + python-version: '3.9.15' + - name: Install dependencies run: | cd ../support From d0fe9502f85a3c5b47ccaa84c97de209fa104230 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:06:35 +0300 Subject: [PATCH 0723/2142] Adding USDT for Basilisk (#1300) --- chains/v7/chains.json | 14 ++++++++++++++ chains/v8/chains.json | 14 ++++++++++++++ xcm/v2/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index f26fe222f..eb5a1cfe9 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1674,6 +1674,20 @@ "existentialDeposit": "1000000000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 19f50b0a4..a3f76d192 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1702,6 +1702,20 @@ "existentialDeposit": "1000000000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index fd18b0aa4..840c37071 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -2069,6 +2069,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "7175208" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3810,6 +3824,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 04525bb789bc52aca74f0d4c609ebd66b50d6567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:07:51 +0300 Subject: [PATCH 0724/2142] Update networks list (#1303) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 04f02221f..a2d3e6ebd 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 67 -### 💰 All assets 237 +### 💰 All assets 238 ### 🪙 Unique assets: 122 -### 💫 Cross Chain directions: 227 +### 💫 Cross Chain directions: 229 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 --- @@ -16,7 +16,7 @@ | 4 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 7 | Basilisk | BSX
KSM
aUSD
TNKR | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 7 | Basilisk | BSX
KSM
aUSD
TNKR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 10 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | From 68793d28af2ff1ec892603f0ab24e4a30394a633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:31:38 +0000 Subject: [PATCH 0725/2142] Update chain types --- chains/v2/types/bajun.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 548cb2242..0dfa1d311 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 19, + "runtime_id": 110, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 60a4e9c98..b341fa549 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 41, + "runtime_id": 42, "types": { "Balance": "u128", "Index": "u64", From 64070796f6a235c07685e0e381d95b88b4b7a2e0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 15 Feb 2023 18:28:40 +0800 Subject: [PATCH 0726/2142] add opengov to Moonriver (#1305) --- chains/v8/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index fd52a4e43..f859ec371 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1152,6 +1152,7 @@ "addressPrefix": 1285, "options": [ "ethereumBased", + "governance", "governance-v1" ] }, From 70838a0dfc490b133f06095ff8d3b295778e83b8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 15 Feb 2023 19:01:54 +0800 Subject: [PATCH 0727/2142] add Subquery opengov to Moonriver --- chains/v8/chains_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index f859ec371..fa3bc9fa9 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1146,6 +1146,12 @@ "type": "polkassembly", "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", From c753b833f2de92d48800c80e273f7f24eb6d964f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Feb 2023 10:50:42 +0800 Subject: [PATCH 0728/2142] promote Pendulum --- chains/v7/chains.json | 25 +++++++++++++++++++++++++ chains/v8/chains.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index eb5a1cfe9..a53089c77 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -5642,5 +5642,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 } ] diff --git a/chains/v8/chains.json b/chains/v8/chains.json index a3f76d192..055f852bf 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5690,5 +5690,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 } ] From 7d1e328090954ebe58718485c959d25bacfd1155 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Feb 2023 14:02:04 +0800 Subject: [PATCH 0729/2142] update Governance2 Novasama Testnet genesis (#1309) --- chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 29b112093..71401feef 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6224,7 +6224,7 @@ ] }, { - "chainId": "7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", "name": "Governance2 Novasama Testnet", "assets": [ { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 5d4c084a3..1964d09e4 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6325,7 +6325,7 @@ ] }, { - "chainId": "7b095dd428bbd1ab9d462248559b2f96aeb7c725680b7a22d4d1a6016e61d8a5", + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", "name": "Governance2 Novasama Testnet", "assets": [ { From 827d77ce343a03bde6720925a47159e52e3ad114 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 16 Feb 2023 10:38:41 +0300 Subject: [PATCH 0730/2142] prefix fix --- chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 71401feef..f08d7c754 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5976,7 +5976,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, + "addressPrefix": 2, "options": [ "testnet", "governance" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 1964d09e4..c4af4a793 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6075,7 +6075,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, + "addressPrefix": 2, "options": [ "testnet", "governance" From 0df6b518b4b76fa1a0474e9dfbcc7c0fbdce3547 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:44:41 +0300 Subject: [PATCH 0731/2142] Update Test data File (#1312) * Update test data file * adding account for pendulum --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index b89f0bd9a..ac25a65cd 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -333,5 +333,10 @@ "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", "name": "XX network", "account": "0xeec53524b5e3a8d26b40aefd1f2202e5c475ca0004fd62ab0f47e3bb9dcc2c3a" + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "name": "Pendulum", + "account": "0xa06a540941cca06820f50953e30b9a2c4da3c8b5b8bc828083f211f7d8b7d4e4" } ] \ No newline at end of file From 2cfde5b47964d7089b98efbc02fae52c887ac372 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:56:42 +0300 Subject: [PATCH 0732/2142] fix prefixes (#1314) --- chains/v7/chains_dev.json | 4 ++-- chains/v8/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index f08d7c754..2c717b1b9 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -5976,7 +5976,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 42, "options": [ "testnet", "governance" @@ -6245,7 +6245,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, + "addressPrefix": 2, "options": [ "testnet", "governance" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index c4af4a793..40b70c8d9 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6075,7 +6075,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 42, "options": [ "testnet", "governance" @@ -6354,7 +6354,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, + "addressPrefix": 2, "options": [ "testnet", "governance" From 9aa835f149a1e0b0c0f9190c232233661bc19dfe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 16 Feb 2023 12:07:49 +0300 Subject: [PATCH 0733/2142] Update types for novasama gov2 testnet --- chains/v2/types/novasama_gov2_testnet.json | 16 ++++++++++++++++ chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 chains/v2/types/novasama_gov2_testnet.json diff --git a/chains/v2/types/novasama_gov2_testnet.json b/chains/v2/types/novasama_gov2_testnet.json new file mode 100644 index 000000000..38eac5023 --- /dev/null +++ b/chains/v2/types/novasama_gov2_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 9370, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "kusama_runtime.RuntimeEvent": "GenericEvent", + "kusama_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] + } diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 2c717b1b9..3eb77adf7 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6241,7 +6241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 40b70c8d9..dbc2b915c 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6342,7 +6342,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { From 89469651e3a94559853f0e7d6ee32dd352efcc44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:49:29 +0000 Subject: [PATCH 0734/2142] Update networks list --- chains/README.md | 49 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/chains/README.md b/chains/README.md index a2d3e6ebd..c087ed4f8 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 67 -### 💰 All assets 238 -### 🪙 Unique assets: 122 +### 🕸️ Supported networks: 68 +### 💰 All assets 239 +### 🪙 Unique assets: 123 ### 💫 Cross Chain directions: 229 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 @@ -56,24 +56,25 @@ | 44 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 47 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 48 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 49 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 50 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 51 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 52 | Polymesh | POLYX | Subscan | - | -| 53 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 54 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 55 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 56 | Snow | ICZ | Subscan
Polkaholic | - | -| 57 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 58 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 59 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 60 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 61 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 62 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 63 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 64 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 65 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 66 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 67 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 47 | Pendulum | PEN | - | - | +| 48 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 49 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 50 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 51 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 52 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 53 | Polymesh | POLYX | Subscan | - | +| 54 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 55 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 56 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 57 | Snow | ICZ | Subscan
Polkaholic | - | +| 58 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 59 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 60 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 61 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 62 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 63 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 64 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 65 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 66 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 67 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 68 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From bcdbb14f53828789131fb0d11bb24207fbec777c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:18:55 +0300 Subject: [PATCH 0735/2142] Update chain types (#1320) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/litentry.json | 2 +- chains/v2/types/picasso.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 54380fbdb..484ac6150 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9135, + "runtime_id": 9150, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index df243e31c..7dbe0eba1 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10005, + "runtime_id": 10009, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "picasso_runtime.Event": "GenericEvent", - "picasso_runtime.Call": "GenericCall", + "picasso_runtime.RuntimeEvent": "GenericEvent", + "picasso_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 42094f49d916188b325ea6f59120f89fc1e75bb2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 20 Feb 2023 09:22:06 +0300 Subject: [PATCH 0736/2142] Adding Pendulum subquery --- chains/v7/chains_dev.json | 8 ++++++++ chains/v8/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 3eb77adf7..1df7ffeb7 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6461,6 +6461,14 @@ "name": "Pendulum node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index dbc2b915c..f32a9c9c5 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6572,6 +6572,14 @@ "name": "Pendulum node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true From 8bd57227e9d1f99a0505265a83b29209473bad97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:13:14 +0000 Subject: [PATCH 0737/2142] Update chain types --- chains/v2/types/kilt_spiritnet.json | 6 +++--- chains/v2/types/parallel_heiko.json | 2 +- chains/v2/types/statemine.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index dfb367911..61cd787b6 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 10801, + "runtime_id": 10890, "types": { "Balance": "u128", "Index": "u64", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "spiritnet_runtime.Event": "GenericEvent", - "spiritnet_runtime.Call": "GenericCall", + "spiritnet_runtime.RuntimeEvent": "GenericEvent", + "spiritnet_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index de34af247..3ea999a63 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 194, + "runtime_id": 195, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index 4974fbbcd..0c579e647 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9360, + "runtime_id": 9370, "types": { "Balance": "u128", "Index": "u32", From 7873355013110d26174a145e1cef91c8408f2604 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:51:53 +0300 Subject: [PATCH 0738/2142] Update xcm coefficients (#1319) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index bcae1630b..3c2a8f12c 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -477,7 +477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -861,7 +861,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xcmPalletDest" } @@ -1182,7 +1182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -2202,7 +2202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8610250" + "value": "9421188" }, "instructions": "xcmPalletDest" } @@ -2444,7 +2444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -2681,7 +2681,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -2951,7 +2951,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -3935,7 +3935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345790318278" + "value": "278413289190" }, "instructions": "xtokensDest" } @@ -4198,7 +4198,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50584289806803" + "value": "44514939321506" }, "instructions": "xtokensDest" } From 0ae514f5a49f1227980418a8d25d6b2b2570223e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:52:39 +0300 Subject: [PATCH 0739/2142] Update chain types (#1326) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/basilisk.json | 2 +- chains/v2/types/pendulum.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/turing.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index ad8528457..fa3314c23 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 46, + "runtime_id": 47, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index 8fa1b8ef0..162208a2a 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,5 +1,5 @@ { - "runtime_id": 88, + "runtime_id": 92, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json index a71d6e8af..8969eb85f 100644 --- a/chains/v2/types/pendulum.json +++ b/chains/v2/types/pendulum.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 2, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 5142813a2..d3845d498 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001030, + "runtime_id": 5001040, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 310300f7c..6736b345e 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 930034, + "runtime_id": 937052, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index da93b50cd..51f1c719c 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 288, + "runtime_id": 289, "types": { "Balance": "u128", "Index": "u32", From 406b34dcadc2f0f224a1909ea58d2db9fd8fc231 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sat, 25 Feb 2023 16:56:08 +0300 Subject: [PATCH 0740/2142] update test accounts --- tests/chains_for_testBalance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index ac25a65cd..d2d6a47ae 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -107,7 +107,7 @@ { "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", "name": "Picasso", - "account": "0x82e0e20e288f8f1edb4de8ecf452862525fbf303c49c56478a8ce8698cf38f56" + "account": "0x6d6f646c70616c5f63726f770000000000000000000000000000000000000000" }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", @@ -197,7 +197,7 @@ { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", "name": "Composable Finance", - "account": "0x7c955939c78c2a3b857ed14ae1494ce317fa514ebd7a01731521d7e60ee5a31b" + "account": "0xb4a559cd866a3b103fdcfc261170b6acdd55f1a39f505981ad2e350a5a3b3217" }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", From 831c5f087cee8780eabd1298cb8a4b0b21199384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:29:40 +0300 Subject: [PATCH 0741/2142] Update chain types (#1328) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/myriad.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/myriad.json b/chains/v2/types/myriad.json index a575ecdb8..97d2973a5 100644 --- a/chains/v2/types/myriad.json +++ b/chains/v2/types/myriad.json @@ -1,5 +1,5 @@ { - "runtime_id": 2020, + "runtime_id": 2034, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "myriad_runtime.Event": "GenericEvent", - "myriad_runtime.Call": "GenericCall", + "myriad_runtime.RuntimeEvent": "GenericEvent", + "myriad_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From a0cf5c478ea4b92ed13fa101b6c7de891c8f137b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:46:12 +0300 Subject: [PATCH 0742/2142] Update chain types (#1331) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/calamari.json | 2 +- chains/v2/types/litentry.json | 2 +- chains/v2/types/myriad.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 789deac6f..b2c6de572 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 3432, + "runtime_id": 4010, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 484ac6150..8e4151718 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9150, + "runtime_id": 9151, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/myriad.json b/chains/v2/types/myriad.json index 97d2973a5..01f8d70d5 100644 --- a/chains/v2/types/myriad.json +++ b/chains/v2/types/myriad.json @@ -1,5 +1,5 @@ { - "runtime_id": 2034, + "runtime_id": 2035, "types": { "Balance": "u128", "Index": "u32", From 04682d118e804e803bd1b981afcd3949265c5c6a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 28 Feb 2023 20:00:25 +0300 Subject: [PATCH 0743/2142] Adding new GLMR destinations --- xcm/v2/transfers_dev.json | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 3c2a8f12c..aa2577dd1 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2079,6 +2079,47 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4260,6 +4301,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, From b3002317cb5b69f537bfc6158953d277791af026 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 28 Feb 2023 20:07:24 +0300 Subject: [PATCH 0744/2142] remove Astar XCMs --- xcm/v2/transfers_dev.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index aa2577dd1..15eddcb69 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2106,20 +2106,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -4301,20 +4287,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, From 2633ccae4048efa84dac0d929a9e6c1d58d2f036 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:03:08 +0300 Subject: [PATCH 0745/2142] Update nodes (#1332) --- chains/v7/chains_dev.json | 54 ++++++++++++++++++++++++++---------- chains/v8/chains_dev.json | 58 ++++++++++++++++++++++++++------------- 2 files changed, 78 insertions(+), 34 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 1df7ffeb7..0550050c8 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -23,14 +23,22 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" @@ -110,10 +118,22 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -1861,10 +1881,6 @@ { "url": "wss://heiko-rpc.parallel.fi", "name": "Parallel" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3715,8 +3731,8 @@ "name": "Composable node" }, { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" } ], "explorers": [ @@ -5556,8 +5572,12 @@ "name": "AjunaNetwork node" }, { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" } ], "explorers": [ @@ -5762,8 +5782,8 @@ "name": "bLd node" }, { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" + "url": "wss://intern.gmordie.com", + "name": "GM intern node" }, { "url": "wss://leemo.gmordie.com", @@ -6406,7 +6426,11 @@ ], "nodes": [ { - "url": "wss://rpc.xx.network", + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" }, { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index f32a9c9c5..be4eb4804 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -23,14 +23,22 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" @@ -116,10 +124,22 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -1906,14 +1926,6 @@ { "url": "wss://heiko-rpc.parallel.fi", "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3790,8 +3802,8 @@ "name": "Composable node" }, { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" } ], "explorers": [ @@ -5651,8 +5663,12 @@ "name": "AjunaNetwork node" }, { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" } ], "explorers": [ @@ -5857,8 +5873,8 @@ "name": "bLd node" }, { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" + "url": "wss://intern.gmordie.com", + "name": "GM intern node" }, { "url": "wss://leemo.gmordie.com", @@ -6517,7 +6533,11 @@ ], "nodes": [ { - "url": "wss://rpc.xx.network", + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" }, { From ac3a2abc21e43636dc36433e8a9ce09f817357ae Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 1 Mar 2023 08:14:12 +0300 Subject: [PATCH 0746/2142] Adding Acala GLMR XCMs --- xcm/v2/transfers.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 840c37071..9d5580f67 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1954,6 +1954,33 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "standard" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From f08990027968afa321a1bd52dfa32183aa7bef1b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 1 Mar 2023 08:24:30 +0300 Subject: [PATCH 0747/2142] change standard to proportional --- xcm/v2/transfers_dev.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 15eddcb69..d50f6548c 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -103,7 +103,8 @@ }, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000000000000000000" }, "instructions": "xtokensReserve" } @@ -2086,7 +2087,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -3339,7 +3341,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000000000000000000" }, "instructions": "xtokensDest" } From f116c0913b5857af6631ef3bb561a7085cb7958e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 1 Mar 2023 09:20:24 +0300 Subject: [PATCH 0748/2142] change standard to proportional for GLMR --- xcm/v2/transfers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 9d5580f67..2c36ef97b 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1961,7 +1961,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "5000000000000000000" }, "instructions": "xtokensDest" } From 140cecc0d4ef382745664fa77b9bda29791a0aff Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:37:20 +0300 Subject: [PATCH 0749/2142] Promote update for nodes (#1334) --- chains/v7/chains.json | 54 +++++++++++++++++++++++++++++----------- chains/v8/chains.json | 58 +++++++++++++++++++++++++++++-------------- 2 files changed, 78 insertions(+), 34 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index a53089c77..343339113 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -23,14 +23,22 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" @@ -110,10 +118,22 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -1911,10 +1931,6 @@ { "url": "wss://heiko-rpc.parallel.fi", "name": "Parallel" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3407,8 +3423,8 @@ "name": "Composable node" }, { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" } ], "explorers": [ @@ -5057,8 +5073,12 @@ "name": "AjunaNetwork node" }, { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" } ], "explorers": [ @@ -5207,8 +5227,8 @@ "name": "bLd node" }, { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" + "url": "wss://intern.gmordie.com", + "name": "GM intern node" }, { "url": "wss://leemo.gmordie.com", @@ -5606,7 +5626,11 @@ ], "nodes": [ { - "url": "wss://rpc.xx.network", + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" }, { diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 055f852bf..aa8cc9c3f 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -23,14 +23,22 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" @@ -116,10 +124,22 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -1941,14 +1961,6 @@ { "url": "wss://heiko-rpc.parallel.fi", "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" } ], "types": { @@ -3443,8 +3455,8 @@ "name": "Composable node" }, { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" } ], "explorers": [ @@ -5103,8 +5115,12 @@ "name": "AjunaNetwork node" }, { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" } ], "explorers": [ @@ -5253,8 +5269,8 @@ "name": "bLd node" }, { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" + "url": "wss://intern.gmordie.com", + "name": "GM intern node" }, { "url": "wss://leemo.gmordie.com", @@ -5654,7 +5670,11 @@ ], "nodes": [ { - "url": "wss://rpc.xx.network", + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" }, { From e0b0630d9f0fcb8720e13cb6b40c174ad8b06d6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:16:12 +0000 Subject: [PATCH 0750/2142] Update chain types --- chains/v2/types/statemint.json | 2 +- chains/v2/types/unique.json | 2 +- chains/v2/types/westend.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index 0bfe58ee4..4a65d9557 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,5 +1,5 @@ { - "runtime_id": 9360, + "runtime_id": 9370, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index c768c2752..51a686185 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 930033, + "runtime_id": 937052, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 4b2ea14f5..a781fcff7 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9380, + "runtime_id": 9390, "types": { "Balance": "u128", "Index": "u32", From 7cb54cfa1c51686a95c5f478542568b50f54987d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:13:59 +0300 Subject: [PATCH 0751/2142] Update chain types (#1338) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bajun.json | 2 +- chains/v2/types/litmus.json | 2 +- chains/v2/types/subsocial.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 0dfa1d311..8f309c365 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 110, + "runtime_id": 114, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/litmus.json b/chains/v2/types/litmus.json index 4a4b6b200..79f0735d2 100644 --- a/chains/v2/types/litmus.json +++ b/chains/v2/types/litmus.json @@ -1,5 +1,5 @@ { - "runtime_id": 9120, + "runtime_id": 9151, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 58d56c8f8..4e319a78f 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 19, + "runtime_id": 20, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "subsocial_parachain_runtime.Event": "GenericEvent", - "subsocial_parachain_runtime.Call": "GenericCall", + "subsocial_parachain_runtime.RuntimeEvent": "GenericEvent", + "subsocial_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 68be2712509c36e519731cdfa4ce53b161e59f6b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:34:31 +0300 Subject: [PATCH 0752/2142] Switch gov project to second (#1339) --- chains/v8/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index be4eb4804..b5d16f842 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -210,7 +210,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" } ] }, From dc34deecf38d56c1e12f72541dc260bec3100d54 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 6 Mar 2023 00:08:40 +0300 Subject: [PATCH 0753/2142] Update xcm coefficients (#1336) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers_dev.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index d50f6548c..e707b52c6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -478,7 +478,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -862,7 +862,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xcmPalletDest" } @@ -1183,7 +1183,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -2231,7 +2231,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9421188" + "value": "8117152" }, "instructions": "xcmPalletDest" } @@ -2473,7 +2473,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -2710,7 +2710,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -2980,7 +2980,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -3965,7 +3965,7 @@ "fee": { "mode": { "type": "proportional", - "value": "278413289190" + "value": "275025738935" }, "instructions": "xtokensDest" } @@ -4228,7 +4228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "44514939321506" + "value": "45883246330224" }, "instructions": "xtokensDest" } From 86e5251099f4a6990b49a9fb8c7ed3bea28432c3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 7 Mar 2023 08:04:09 +0300 Subject: [PATCH 0754/2142] Adding XRT on Basilisk --- chains/v7/chains_dev.json | 14 ++++++++++++++ chains/v8/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 0550050c8..ad71290de 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1980,6 +1980,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b5d16f842..acdd32962 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2025,6 +2025,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } } ], "nodes": [ From c9f621317f282622273e925e626cabbba7087c1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 08:15:00 +0000 Subject: [PATCH 0755/2142] Update chain types --- chains/v2/types/crab.json | 2 +- chains/v2/types/pendulum.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- chains/v2/types/shiden.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/crab.json b/chains/v2/types/crab.json index 935da09b9..d721d1b29 100644 --- a/chains/v2/types/crab.json +++ b/chains/v2/types/crab.json @@ -1,5 +1,5 @@ { - "runtime_id": 5350, + "runtime_id": 5360, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json index 8969eb85f..0566887c7 100644 --- a/chains/v2/types/pendulum.json +++ b/chains/v2/types/pendulum.json @@ -1,5 +1,5 @@ { - "runtime_id": 2, + "runtime_id": 3, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index d3845d498..473f5cc78 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5001040, + "runtime_id": 5002001, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index d5bdcb4dc..b2c741979 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 86, + "runtime_id": 90, "types": { "Balance": "u128", "Index": "u32", From 4cbaaa95365f0dedf8c86fa6fc86740099dbe403 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 7 Mar 2023 18:17:53 +0800 Subject: [PATCH 0756/2142] add Aventus Testnet --- chains/v2/types/aventus_testnet.json | 16 ++++++++++++++ chains/v7/chains_dev.json | 27 +++++++++++++++++++++++ chains/v8/chains_dev.json | 27 +++++++++++++++++++++++ icons/chains/gradient/Aventus_Testnet.svg | 15 +++++++++++++ icons/tokens/white/AVT.svg | 3 +++ 5 files changed, 88 insertions(+) create mode 100644 chains/v2/types/aventus_testnet.json create mode 100644 icons/chains/gradient/Aventus_Testnet.svg create mode 100644 icons/tokens/white/AVT.svg diff --git a/chains/v2/types/aventus_testnet.json b/chains/v2/types/aventus_testnet.json new file mode 100644 index 000000000..c47954c3e --- /dev/null +++ b/chains/v2/types/aventus_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 21, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "avn_parachain_runtime.Event": "GenericEvent", + "avn_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index ad71290de..13b5ca9a7 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6513,5 +6513,32 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index acdd32962..b9e0e5079 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6620,5 +6620,32 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/icons/chains/gradient/Aventus_Testnet.svg b/icons/chains/gradient/Aventus_Testnet.svg new file mode 100644 index 000000000..c877d5477 --- /dev/null +++ b/icons/chains/gradient/Aventus_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/AVT.svg b/icons/tokens/white/AVT.svg new file mode 100644 index 000000000..a4ff3ef7c --- /dev/null +++ b/icons/tokens/white/AVT.svg @@ -0,0 +1,3 @@ + + + From b434b238b3352384903971ed877edc8f4cb2ae1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 08:17:23 +0000 Subject: [PATCH 0757/2142] Update chain types --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/parallel.json | 2 +- chains/v2/types/polkadot.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index bd3205fd6..e755ba18c 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 969, + "runtime_id": 970, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index e56fa1e4b..4934aa980 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 194, + "runtime_id": 195, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 39bf8cfd0..e2a72d68e 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9360, + "runtime_id": 9370, "types": { "Balance": "u128", "Index": "u32", From 1c57e59c92d42ddf1064d436be6694e6b00deba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 08:21:36 +0300 Subject: [PATCH 0758/2142] Update Test data File (#1348) * Update test data file * adding Aventus Testnet to exlude tests list --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index dbf3313fa..115f892ab 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 7d7639ef978fb970d8822a87c89a1c7975def890 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 9 Mar 2023 16:29:42 +0800 Subject: [PATCH 0759/2142] * add Aventus mainnet * add Aventus testnet explorer --- chains/v2/types/aventus.json | 16 ++++++++++++++ chains/v7/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 chains/v2/types/aventus.json diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json new file mode 100644 index 000000000..03381992a --- /dev/null +++ b/chains/v2/types/aventus.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 19, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "avn_parachain_runtime.Event": "GenericEvent", + "avn_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 13b5ca9a7..139017878 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6531,6 +6531,14 @@ "name": "Aventus testnet node" } ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true @@ -6540,5 +6548,39 @@ "options": [ "testnet" ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b9e0e5079..fa684faa5 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6638,6 +6638,14 @@ "name": "Aventus testnet node" } ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true @@ -6647,5 +6655,39 @@ "options": [ "testnet" ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 } ] From 9591fa97a8ac44185601b9d0139364959af1f43b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:54:45 +0300 Subject: [PATCH 0760/2142] Feature/adding_xcms_to_robonomics (#1342) * Adding KSM to Robonomics * Adding XCMs for Robonomics * fix xrt fee * fix KSM fee * remove pallet instance * try teleport * change to xcm pallet * adding pallet instance back * ading xcm for Basilisk * remove pallet instance back * update instructions for moonriver transfer * update basilisk fee * change asset relation type * fix fee for basilisk * adding reserve transfer for XRT * Adding XCMs for KSM on Robonomics --- chains/v7/chains_dev.json | 10 + chains/v8/chains_dev.json | 10 + xcm/v2/transfers_dev.json | 402 +++++++++++++++++++++++++++++++++++++- 3 files changed, 421 insertions(+), 1 deletion(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 139017878..eac39ca08 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3622,6 +3622,16 @@ "precision": 9, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index fa684faa5..59912dc1c 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -3691,6 +3691,16 @@ "precision": 9, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } } ], "nodes": [ diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index e707b52c6..05c26e390 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -257,6 +257,19 @@ }, "instructions": "xtokensReserve" } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -310,7 +323,8 @@ "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", - "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000" + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000" }, "chains": [ { @@ -484,6 +498,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -744,6 +772,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -868,6 +933,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1189,6 +1268,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2479,6 +2572,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2716,6 +2823,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2986,6 +3107,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3861,6 +3996,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3971,6 +4129,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4106,6 +4278,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4154,6 +4340,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4513,6 +4736,183 @@ ] } ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From 5aabbc4e116bfba57f69c14f09e28d0e1023f2d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:59:07 +0300 Subject: [PATCH 0761/2142] Update Test data File (#1356) * Update test data file * adding test account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d2d6a47ae..f1a054682 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -338,5 +338,10 @@ "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "name": "Pendulum", "account": "0xa06a540941cca06820f50953e30b9a2c4da3c8b5b8bc828083f211f7d8b7d4e4" + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "name": "Aventus", + "account": "0x08fc22150c0401b9acefc2f9cf5900420f0b0e1e54115f223d1c106d6d4d1b23" } ] \ No newline at end of file From 2ecbcea5f4bbd4a51078b8abc91b50a594700f79 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 10 Mar 2023 11:12:00 +0300 Subject: [PATCH 0762/2142] Promote Robonomics XCMs --- xcm/v2/transfers.json | 401 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 389 insertions(+), 12 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 2c36ef97b..38d264f47 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -220,6 +220,19 @@ }, "instructions": "xtokensReserve" } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -269,7 +282,8 @@ "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", - "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000" + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000" }, "chains": [ { @@ -438,7 +452,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -673,6 +701,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -791,7 +856,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xcmPalletDest" } @@ -1112,7 +1191,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -2305,7 +2398,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -2542,7 +2649,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -2728,7 +2849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2756,7 +2877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2798,7 +2919,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" }, "instructions": "xtokensDest" } @@ -2812,7 +2933,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -3686,7 +3821,21 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -3821,7 +3970,21 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" }, "instructions": "xtokensDest" } @@ -3875,6 +4038,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4180,6 +4380,183 @@ ] } ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From 9227ca05219251cce24c6e548cffdac3a82e7da7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:26:24 +0300 Subject: [PATCH 0763/2142] Update KSM xcms for Robonomics direction (#1357) * Remove KSM from Interlay * Adding type for KSM --- chains/v7/chains_dev.json | 1 + chains/v8/chains_dev.json | 1 + xcm/v2/transfers_dev.json | 23 ----------------------- 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index eac39ca08..49b8ff735 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3627,6 +3627,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, + "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 59912dc1c..9971298aa 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -3696,6 +3696,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, + "type": "statemine", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 05c26e390..6b99e3c0f 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -3996,29 +3996,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 5, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, From 7c55a2263defe423b0b722d1b19c7c53a55b2092 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 10 Mar 2023 11:32:35 +0300 Subject: [PATCH 0764/2142] temp remove KSM --- xcm/v2/transfers.json | 269 ++---------------------------------------- 1 file changed, 11 insertions(+), 258 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 38d264f47..c7fcec563 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -452,21 +452,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -856,21 +842,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xcmPalletDest" } @@ -1191,21 +1163,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2398,21 +2356,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2649,21 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -2849,7 +2779,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "34633113760" }, "instructions": "xtokensDest" } @@ -2877,7 +2807,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "81945380899" }, "instructions": "xtokensDest" } @@ -2919,7 +2849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "537600000000" }, "instructions": "xtokensDest" } @@ -2933,21 +2863,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -3821,21 +3737,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "231139419267" }, "instructions": "xtokensDest" } @@ -3970,21 +3872,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" + "value": "537600000000" }, "instructions": "xtokensDest" } @@ -4420,141 +4308,6 @@ "type": "xcmpallet" } ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "275025738935" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "115870000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "20306692567" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "231740000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "897000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] } ] } From d65235c590c9b96c1e42a87f5b787e71f47f2023 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 10 Mar 2023 11:35:02 +0300 Subject: [PATCH 0765/2142] Adding XRT to Basilisk --- chains/v7/chains.json | 14 ++++++++++++++ chains/v8/chains.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 343339113..aeda2f543 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1708,6 +1708,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains.json b/chains/v8/chains.json index aa8cc9c3f..66a4f7f17 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1736,6 +1736,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } } ], "nodes": [ From f0f93247b6bb43db834844fdb07a8579276f408b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:48:53 +0300 Subject: [PATCH 0766/2142] remove crab from the types list (#1355) --- scripts/create_type_file.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index 95001c25f..c1b22b087 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -29,7 +29,7 @@ def compare_type_files_for_all_networks(chains_file): index += 1 print( f"Generating has started for: {chain['name']}. {index}/{len(chains_file)}") - if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase']: + if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase', 'Crab']: # TODO need to implement creation type file for EVM networks print( f"Temporary can't generate type files for EVM networks, {chain['name']} was skipped") @@ -77,11 +77,11 @@ def main(argv): """ if 'dev' in argv: - chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v6/chains_dev.json") + chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v8/chains_dev.json") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) elif 'prod' in argv: - chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v6/chains.json") + chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v8/chains.json") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) else: From 8e399ef93eca837ea4a0122ad7d35762c12d32eb Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 10 Mar 2023 16:49:05 +0800 Subject: [PATCH 0767/2142] promote delegations to prod (#1358) --- chains/v8/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index aa8cc9c3f..44d3497da 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -206,6 +206,12 @@ "type": "polkassembly", "url": "https://kusama.polkassembly.io/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } ] }, "options": [ From d029c02469aba2c62d0ee1704e603852e18ff63d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:51:26 +0300 Subject: [PATCH 0768/2142] Update networks list (#1361) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index c087ed4f8..e09992a76 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 68 ### 💰 All assets 239 ### 🪙 Unique assets: 123 -### 💫 Cross Chain directions: 229 +### 💫 Cross Chain directions: 231 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 --- From 66d6d3e968843f0cfe7a8bf151a548db3e38f897 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 10 Mar 2023 18:31:29 +0800 Subject: [PATCH 0769/2142] fix governance format --- chains/v8/chains.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 3108bed0b..8c4b64888 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -2274,10 +2274,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" } ], - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, @@ -3264,13 +3266,15 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" } ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } } - } + ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, From b9301c7ce7e007cfa916f7ce6022babdce9e3bbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 13:54:34 +0300 Subject: [PATCH 0770/2142] Update networks list (#1362) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index e09992a76..96533fc9e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 68 -### 💰 All assets 239 +### 💰 All assets 240 ### 🪙 Unique assets: 123 -### 💫 Cross Chain directions: 231 +### 💫 Cross Chain directions: 237 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 66 --- @@ -16,7 +16,7 @@ | 4 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 7 | Basilisk | BSX
KSM
aUSD
TNKR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 7 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 10 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | From c9fc2d6a32ce6238e93a6ed372cc7d8180d429ef Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:44:57 +0300 Subject: [PATCH 0771/2142] Change fee for WND from standard to proportional (#1352) * change fee for WND from standard to proportional * update westmint fee --- xcm/v2/transfers_dev.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 6b99e3c0f..c3d7c7e0b 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -220,7 +220,8 @@ "multiLocation": {}, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "10543518372081" }, "instructions": "xtokensReserve" } @@ -4373,7 +4374,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "800000000000" }, "instructions": "xcmPalletTeleportDest" } @@ -4400,7 +4402,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "10543518372081" }, "instructions": "xcmPalletTeleportDest" } From 36ba3a7269079300cd436963730cf091e658aadc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 08:13:53 +0000 Subject: [PATCH 0772/2142] Update chain types --- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/mangatax.json | 2 +- chains/v2/types/pendulum.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index f54f69c07..d905bac3b 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 969, + "runtime_id": 970, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 6d2a30694..bf503d4bc 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1208, + "runtime_id": 1210, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index cea829212..f46b2fe10 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 15, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json index 0566887c7..35e539538 100644 --- a/chains/v2/types/pendulum.json +++ b/chains/v2/types/pendulum.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 4, "types": { "Balance": "u128", "Index": "u32", From 7bf849edb3eec184672627251e8cc27161243110 Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Sat, 11 Mar 2023 11:42:52 -0500 Subject: [PATCH 0773/2142] Add InvArch Network (#1364) * Add InvArch Network * Update polkadot.json * Add files via upload * Add icon path --- crowdloan/polkadot.json | 8 ++++++++ icons/chains/gradient/InvArch.svg | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 icons/chains/gradient/InvArch.svg diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index cc4a5958f..53a6acfd6 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -305,5 +305,13 @@ "website": "https://pendulumchain.org/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "rewardRate": 11 + }, + { + "paraid": "3340", + "name": "InvArch Network", + "token": "VARCH", + "description": "InvArch is a highly optimized network for launching decentralized communities, borderless businesses, & unstoppable organizations on Polkadot & beyond!", + "website": "https://invarch.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg" } ] diff --git a/icons/chains/gradient/InvArch.svg b/icons/chains/gradient/InvArch.svg new file mode 100644 index 000000000..f1bbef6df --- /dev/null +++ b/icons/chains/gradient/InvArch.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + From 712292aa07ed9407c0ab80735ddcaca756506bc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 08:13:13 +0000 Subject: [PATCH 0774/2142] Update chain types --- chains/v2/types/amplitude.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index b5100d164..a4a5a5079 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 7, + "runtime_id": 8, "types": { "Balance": "u128", "Index": "u32", From 8f5593d60b8c36055634758ac5cdf92d655cb59f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:15:03 +0300 Subject: [PATCH 0775/2142] Crab has changed their network (#1349) --- chains/v2/types/crab2.json | 35 +++++++++++++++++++++++++++++++++++ chains/v7/chains_dev.json | 13 ++++++++----- chains/v8/chains_dev.json | 13 ++++++++----- 3 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 chains/v2/types/crab2.json diff --git a/chains/v2/types/crab2.json b/chains/v2/types/crab2.json new file mode 100644 index 000000000..c2b902da7 --- /dev/null +++ b/chains/v2/types/crab2.json @@ -0,0 +1,35 @@ +{ + "runtime_id": 6000, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "primitive_types.H160": "[u8; 20]", + "account.AccountId20": "primitive_types.H160", + "Address": "account.AccountId20", + "EthereumSignature": { + "type": "struct", + "type_mapping": [ + [ + "r", + "H256" + ], + [ + "s", + "H256" + ], + [ + "v", + "u64" + ] + ] + }, + "ExtrinsicSignature": "EthereumSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "crab_runtime.RuntimeEvent": "GenericEvent", + "crab_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "[u8; 32]", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] + } diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 49b8ff735..51c300831 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3951,7 +3951,7 @@ { "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", + "name": "Crab2", "assets": [ { "assetId": 0, @@ -3970,8 +3970,8 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/account/{address}", "event": null }, { @@ -3985,7 +3985,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", "overridesCommon": true }, "externalApi": { @@ -3997,7 +3997,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "options":[ + "ethereumBased" + ] }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 9971298aa..26eae2bb9 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4024,7 +4024,7 @@ { "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", + "name": "Crab2", "assets": [ { "assetId": 0, @@ -4043,8 +4043,8 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/account/{address}", "event": null }, { @@ -4058,7 +4058,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", "overridesCommon": true }, "externalApi": { @@ -4070,7 +4070,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "options":[ + "ethereumBased" + ] }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", From d6c5a20bda7689371f25d1e3d9b685a5653de770 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 13 Mar 2023 16:17:13 +0300 Subject: [PATCH 0776/2142] fix genesis for crab2 --- chains/v7/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 51c300831..d4ba60706 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3949,7 +3949,7 @@ ] }, { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Crab2", "assets": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 26eae2bb9..eec957321 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4022,7 +4022,7 @@ ] }, { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Crab2", "assets": [ From 7d293ff6fd907968e377d19e379216654568e87c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 14 Mar 2023 12:54:23 +0800 Subject: [PATCH 0777/2142] promote Aventus network --- chains/v7/chains.json | 34 ++++++++++++++++++++++++++++++++++ chains/v8/chains.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index aeda2f543..e44c981f7 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -5705,5 +5705,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 } ] diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 8c4b64888..0029e0888 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5759,5 +5759,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 } ] From fdcdf9ddc0b7d9f622a40ca829c165f8f89c533b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:31:44 +0300 Subject: [PATCH 0778/2142] Update Test data File (#1370) * Update test data file * Add account for crab2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index f1a054682..aeded638d 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -144,11 +144,6 @@ "name": "Encointer", "account": "0xa01b1aa000939d05e293a6b017b728d9ec763ed6adbe8eb5ea99937f2931dc05" }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "name": "Crab", - "account": "0x129d025b24257aabdefac93d00419f06a38e3a5e2314dd6866b16e8f205ce074" - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "name": "Subsocial Parachain", @@ -343,5 +338,10 @@ "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", "name": "Aventus", "account": "0x08fc22150c0401b9acefc2f9cf5900420f0b0e1e54115f223d1c106d6d4d1b23" + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "name": "Crab2", + "account": "0xcd0D28a0a2f8f94f195185a9748fb58ea1a1a87a" } ] \ No newline at end of file From 082da20b950f1acdf6ceb13ee9928e13a9a38874 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 08:15:35 +0000 Subject: [PATCH 0779/2142] Update chain types --- chains/v2/types/calamari.json | 2 +- chains/v2/types/karura.json | 2 +- chains/v2/types/kintsugi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index b2c6de572..11e6e8618 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4010, + "runtime_id": 4030, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index a34a47b21..08ccfad2c 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2120, + "runtime_id": 2150, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 9261b11a8..ee098f491 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1020001, + "runtime_id": 1021010, "types": { "Balance": "u128", "Index": "u32", From 1a20120d3e9cd5a357104f43e353f0f072a4f90b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:00:38 +0300 Subject: [PATCH 0780/2142] update wetmint types (#1372) --- chains/v2/types/westmint.json | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/chains/v2/types/westmint.json b/chains/v2/types/westmint.json index 1a4e93d19..135f0b14a 100644 --- a/chains/v2/types/westmint.json +++ b/chains/v2/types/westmint.json @@ -1,33 +1,33 @@ { "runtime_id": 600, "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "westmint_runtime.Event": "GenericEvent", - "westmint_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "westmint_runtime.RuntimeEvent": "GenericEvent", + "westmint_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" ] - } + ] + } }, "versioning": [] } From 5d2591eb48de605494c8468184532c707104adb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 11:39:37 +0300 Subject: [PATCH 0781/2142] Update chain types (#1376) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/astar.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index f219ae56b..b4c97464a 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 49, + "runtime_id": 52, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 6736b345e..9dc718fa6 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 937052, + "runtime_id": 937053, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index b341fa549..4f0d55c15 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 42, + "runtime_id": 44, "types": { "Balance": "u128", "Index": "u64", From 9c908c37b4d7f69ecdc354f7e864a6d59789da08 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 15 Mar 2023 17:25:29 +0800 Subject: [PATCH 0782/2142] add Pendulum price --- chains/v7/chains.json | 1 + chains/v7/chains_dev.json | 1 + chains/v8/chains.json | 1 + chains/v8/chains_dev.json | 1 + 4 files changed, 4 insertions(+) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index aeda2f543..f04bae9eb 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -5690,6 +5690,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index d4ba60706..31572f651 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6504,6 +6504,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 8c4b64888..71f9bb118 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5744,6 +5744,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index eec957321..d47c979c1 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6611,6 +6611,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], From 98e53d959eb3505e6cbae30bb96b41b5b108cef0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 15 Mar 2023 18:02:50 +0800 Subject: [PATCH 0783/2142] add Centrifuge governance --- chains/v7/chains.json | 5 ++++- chains/v8/chains.json | 5 ++++- governance/dapps.json | 17 +++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index aeda2f543..a588f9cf1 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3874,7 +3874,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 + "addressPrefix": 36, + "options": [ + "governance-v1" + ] }, { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 8c4b64888..7ef4cfd09 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3918,7 +3918,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 + "addressPrefix": 36, + "options": [ + "governance-v1" + ] }, { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", diff --git a/governance/dapps.json b/governance/dapps.json index 01739758f..e8c25e3f1 100644 --- a/governance/dapps.json +++ b/governance/dapps.json @@ -60,5 +60,22 @@ "details": "Comment and react" } ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From dccc61aacab297b13c4e8e3ac9a234c26d032d17 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:20:17 +0300 Subject: [PATCH 0784/2142] Remove standard fee calculation mode (#1377) * remove KSM from polkadot parachain * remove standard fee calculation mode --- xcm/v2/transfers_dev.json | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index c3d7c7e0b..2449efca6 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -19,7 +19,8 @@ "multiLocation": {}, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xtokensReserve" } @@ -65,7 +66,8 @@ "multiLocation": {}, "reserveFee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xtokensReserve" } @@ -409,7 +411,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -1415,7 +1418,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2223,7 +2227,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xcmPalletTeleportDest" } @@ -4806,20 +4811,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "20306692567" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 81582361c06dd48eee3591c17a011f58915c1643 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:51:12 +0700 Subject: [PATCH 0785/2142] Fixe azero batches (#1381) --- chains/v2/types/aleph_zero.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index fa3314c23..08ed5f8c5 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "aleph_runtime.Event": "GenericEvent", - "aleph_runtime.Call": "GenericCall", + "aleph_runtime.RuntimeEvent": "GenericEvent", + "aleph_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 0aadd73b17f39dfbe831eb061caa52584336434c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:33:33 +0300 Subject: [PATCH 0786/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20PROD=20env=20(#1375)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * remove standard fee type --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v2/transfers.json | 241 +++++++++++++++++++++--------------------- 1 file changed, 121 insertions(+), 120 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index c7fcec563..cab0d8787 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensReserve" } @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8082400000000" }, "instructions": "xtokensReserve" } @@ -70,7 +70,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensReserve" } @@ -117,7 +117,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensReserve" } @@ -131,7 +131,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "485908649173955" }, "instructions": "xtokensReserve" } @@ -145,7 +145,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23174000000000" + "value": "1883239171374764" }, "instructions": "xtokensReserve" } @@ -303,7 +303,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -317,7 +317,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -368,7 +368,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -382,7 +382,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -396,7 +396,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -424,7 +424,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -438,7 +438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -452,7 +452,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -475,7 +475,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "269750100000000000" }, "instructions": "xtokensDest" } @@ -517,7 +517,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -540,7 +540,7 @@ "fee": { "mode": { "type": "proportional", - "value": "29910234569493" + "value": "26079494248347" }, "instructions": "xtokensDest" } @@ -554,7 +554,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8082400000000" }, "instructions": "xtokensDest" } @@ -577,7 +577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -591,7 +591,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -642,7 +642,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensDest" } @@ -656,7 +656,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666706" + "value": "269413333368" }, "instructions": "xtokensDest" } @@ -716,7 +716,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1120000000" + "value": "1099115198" }, "instructions": "xtokensDest" } @@ -786,7 +786,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xcmPalletDest" } @@ -800,7 +800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xcmPalletDest" } @@ -814,7 +814,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xcmPalletDest" } @@ -828,7 +828,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xcmPalletDest" } @@ -842,7 +842,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xcmPalletDest" } @@ -889,7 +889,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8082400000000" }, "instructions": "xtokensDest" } @@ -940,7 +940,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -977,7 +977,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensDest" } @@ -1014,7 +1014,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -1079,7 +1079,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -1121,7 +1121,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -1135,7 +1135,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -1149,7 +1149,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -1163,7 +1163,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -1186,7 +1186,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "269750100000000000" }, "instructions": "xtokensDest" } @@ -1302,7 +1302,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -1339,7 +1339,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -1381,7 +1381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -1409,7 +1409,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -1460,7 +1460,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -1474,7 +1474,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -1497,7 +1497,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23174000000000" + "value": "1883239171374764" }, "instructions": "xtokensDest" } @@ -1534,7 +1534,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -1585,7 +1585,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -1669,7 +1669,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xcmPalletDest" } @@ -1711,7 +1711,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xcmPalletDest" } @@ -1906,7 +1906,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -1962,7 +1962,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -1999,7 +1999,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -2054,7 +2054,8 @@ "assetId": 0, "fee": { "mode": { - "type": "standard" + "type": "proportional", + "value": "35047875048" }, "instructions": "xcmPalletTeleportDest" } @@ -2114,7 +2115,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11250" + "value": "9810" }, "instructions": "xcmPalletDest" } @@ -2128,7 +2129,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1158000" + "value": "1009690" }, "instructions": "xcmPalletDest" } @@ -2156,7 +2157,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7175208" + "value": "7453672" }, "instructions": "xcmPalletDest" } @@ -2212,7 +2213,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -2249,7 +2250,7 @@ "fee": { "mode": { "type": "proportional", - "value": "29910234569493" + "value": "26079494248347" }, "instructions": "xtokensDest" } @@ -2272,7 +2273,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2286,7 +2287,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2300,7 +2301,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -2342,7 +2343,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -2356,7 +2357,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -2379,7 +2380,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2472,7 +2473,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666706" + "value": "269413333368" }, "instructions": "xtokensDest" } @@ -2509,7 +2510,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2551,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2565,7 +2566,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -2579,7 +2580,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -2593,7 +2594,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -2621,7 +2622,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xcmPalletTeleportDest" } @@ -2691,7 +2692,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2714,7 +2715,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2728,7 +2729,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2779,7 +2780,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -2807,7 +2808,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -2821,7 +2822,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -2835,7 +2836,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -2849,7 +2850,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -2863,7 +2864,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -2900,7 +2901,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "269750100000000000" }, "instructions": "xtokensDest" } @@ -2914,7 +2915,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000000" + "value": "101030000000000000" }, "instructions": "xtokensDest" } @@ -2979,7 +2980,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6952200000000" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -3021,7 +3022,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3044,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3058,7 +3059,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3128,7 +3129,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -3142,7 +3143,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -3179,7 +3180,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -3207,7 +3208,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -3235,7 +3236,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -3286,7 +3287,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -3346,7 +3347,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3397,7 +3398,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -3453,7 +3454,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3504,7 +3505,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587" + "value": "10103" }, "instructions": "xtokensDest" } @@ -3541,7 +3542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -3555,7 +3556,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -3611,7 +3612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -3653,7 +3654,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -3667,7 +3668,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -3709,7 +3710,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3723,7 +3724,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -3737,7 +3738,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231139419267" + "value": "253944306131" }, "instructions": "xtokensDest" } @@ -3765,7 +3766,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -3788,7 +3789,7 @@ "fee": { "mode": { "type": "proportional", - "value": "34633113760" + "value": "35047875048" }, "instructions": "xtokensDest" } @@ -3802,7 +3803,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -3816,7 +3817,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81945380899" + "value": "71450261778" }, "instructions": "xtokensDest" } @@ -3830,7 +3831,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "101030000000" }, "instructions": "xtokensDest" } @@ -3872,7 +3873,7 @@ "fee": { "mode": { "type": "proportional", - "value": "537600000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -3983,7 +3984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42140348064363" + "value": "45566893300397" }, "instructions": "xtokensDest" } @@ -4025,7 +4026,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000000000" + "value": "10103000000000000000" }, "instructions": "xtokensDest" } @@ -4062,7 +4063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4076,7 +4077,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -4174,7 +4175,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117354363236" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4188,7 +4189,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3314035960" + "value": "2889592242" }, "instructions": "xtokensDest" } @@ -4216,7 +4217,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -4300,7 +4301,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1120000000" + "value": "1099115198" }, "instructions": "xcmPalletDest" } From 2fa5084434b375568b2050e15ed2329642384bcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:42:34 +0300 Subject: [PATCH 0787/2142] Update chain types (#1386) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/tanganika.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index 08ed5f8c5..0bc7ecbc4 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 47, + "runtime_id": 58, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/tanganika.json b/chains/v2/types/tanganika.json index 13b9e1dce..5eebbc26c 100644 --- a/chains/v2/types/tanganika.json +++ b/chains/v2/types/tanganika.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 7, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 4f0d55c15..6bf130a83 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 44, + "runtime_id": 45, "types": { "Balance": "u128", "Index": "u64", From 94bb93b1a87b45249611e94db0b80bc63ae08fb4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:15:40 +0300 Subject: [PATCH 0788/2142] fix for XCM PRs (#1383) --- .github/workflows/make-pull-request/action.yml | 6 +++++- .github/workflows/update_xcm_data.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make-pull-request/action.yml b/.github/workflows/make-pull-request/action.yml index 11b122606..48f63290b 100644 --- a/.github/workflows/make-pull-request/action.yml +++ b/.github/workflows/make-pull-request/action.yml @@ -19,6 +19,10 @@ inputs: pr-body: description: 'Body for creating Pull Request' required: true + pr-reviewer: + description: 'Reviewers for creating PR, support comma delimiter' + required: false + default: "stepanLav,leohar" runs: using: "composite" @@ -49,6 +53,6 @@ runs: destination_branch: "master" pr_title: ${{ inputs.pr-title }} pr_body: ${{ inputs.pr-body }} - pr_reviewer: "stepanLav,leohar" + pr_reviewer: ${{ inputs.pr-reviewer }} pr_draft: false github_token: ${{ inputs.github-token }} diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 3243c2912..1f91ce124 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -69,6 +69,7 @@ jobs: commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients github-token: ${{ secrets.PAT_TOKEN }} + pr-reviewer: ${{ if eq(env.ENVIRONMENT, 'DEV') }}leohar${{ else }}ERussel,leohar,valentunn${{ endif }} branch-name: update-xcm-coefficients-${{github.run_number}} pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 From 8a447b6e8589b01fe3218c515ac9bf58940f9007 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:16:10 +0300 Subject: [PATCH 0789/2142] Adding Crust Polkadot parachain (#1387) * Adding Crust Polkadot parachain * remove temp files --- chains/v2/types/crust.json | 16 ++++++++++++++++ chains/v7/chains_dev.json | 34 +++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 34 +++++++++++++++++++++++++++++++++ icons/chains/gradient/Crust.svg | 23 +++++++++++++--------- icons/tokens/white/CRU.svg | 5 +++++ 5 files changed, 103 insertions(+), 9 deletions(-) create mode 100644 chains/v2/types/crust.json create mode 100644 icons/tokens/white/CRU.svg diff --git a/chains/v2/types/crust.json b/chains/v2/types/crust.json new file mode 100644 index 000000000..b5da54566 --- /dev/null +++ b/chains/v2/types/crust.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 4, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "crust_parachain_runtime.Event": "GenericEvent", + "crust_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index d4ba60706..1a2f3bad4 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6596,5 +6596,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 88 } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index eec957321..b04530e7d 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6703,5 +6703,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 88 } ] diff --git a/icons/chains/gradient/Crust.svg b/icons/chains/gradient/Crust.svg index f5afb94a3..67ca3cab8 100644 --- a/icons/chains/gradient/Crust.svg +++ b/icons/chains/gradient/Crust.svg @@ -1,10 +1,15 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/icons/tokens/white/CRU.svg b/icons/tokens/white/CRU.svg new file mode 100644 index 000000000..8fa97bc6e --- /dev/null +++ b/icons/tokens/white/CRU.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file From 9536cb0f086d241b65767a60f0cf39475fc37356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:20:06 +0300 Subject: [PATCH 0790/2142] Update Test data File (#1390) * Update test data file * Update tests/chains_for_testBalance.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index aeded638d..518631972 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -343,5 +343,10 @@ "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", "name": "Crab2", "account": "0xcd0D28a0a2f8f94f195185a9748fb58ea1a1a87a" + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "name": "Crust", + "account": "0x6d6f646c6372636c61696d7310636c6169000000000000000000000000000000" } ] \ No newline at end of file From d1c10102b2cee80649cfcc66a692ffb8a3b3775b Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:23:34 +0700 Subject: [PATCH 0791/2142] Initialze v9 chains from v8 (#1389) --- chains/v9/chains.json | 5763 +++++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 6707 +++++++++++++++++++++++++++++++++++++ 2 files changed, 12470 insertions(+) create mode 100644 chains/v9/chains.json create mode 100644 chains/v9/chains_dev.json diff --git a/chains/v9/chains.json b/chains/v9/chains.json new file mode 100644 index 000000000..8c4b64888 --- /dev/null +++ b/chains/v9/chains.json @@ -0,0 +1,5763 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + } +] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json new file mode 100644 index 000000000..eec957321 --- /dev/null +++ b/chains/v9/chains_dev.json @@ -0,0 +1,6707 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab2", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options":[ + "ethereumBased" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + } +] From 84580017c0a28beae3c907b979b8e2d4277ff986 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:23:06 +0700 Subject: [PATCH 0792/2142] Sync v9 with v8 master, initialize assets v2 (#1392) --- assets/evm/v2/assets.json | 374 ++++++++++++++++++++++++++++++ assets/evm/v2/assets_dev.json | 413 ++++++++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 34 +++ 3 files changed, 821 insertions(+) create mode 100644 assets/evm/v2/assets.json create mode 100644 assets/evm/v2/assets_dev.json diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json new file mode 100644 index 000000000..60748e7de --- /dev/null +++ b/assets/evm/v2/assets.json @@ -0,0 +1,374 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + ] + }, + { + "symbol": "USDC", + "precision": 6, + "name": "USD Coin", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + ] + }, + { + "symbol": "BUSD", + "precision": 18, + "name": "Binance-Peg BUSD Token", + "priceId": "binance-usd", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + } + ] + }, + { + "symbol": "MATIC", + "precision": 18, + "name": "Matic", + "priceId": "matic-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + } + ] + }, + { + "symbol": "DAI", + "precision": 18, + "name": "Dai Stablecoin", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x765277EebeCA2e31912C9946eAe1021199B39C61" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + ] + }, + { + "symbol": "AVAX", + "precision": 18, + "name": "Avalanche", + "priceId": "avalanche-2", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4792C1EcB969B036eb51330c63bD27899A13D84e" + } + ] + }, + { + "symbol": "WBTC", + "precision": 8, + "name": "Wrapped BTC", + "priceId": "wrapped-bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + } + ] + }, + { + "symbol": "FRAX", + "precision": 18, + "name": "Frax", + "priceId": "frax", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x322E86852e492a7Ee17f28a78c663da38FB33bfb" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x1A93B23281CC1CDE4C4741353F3064709A16197d" + } + ] + }, + { + "symbol": "FTM", + "precision": 18, + "name": "Fantom", + "priceId": "fantom", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xC19281F22A075E0F10351cd5D6Ea9f0AC63d4327" + } + ] + }, + { + "symbol": "FXS", + "precision": 18, + "name": "Frax Share", + "priceId": "frax-share", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x2CC0A9D8047A5011dEfe85328a6f26968C8aaA1C" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + ] + }, + { + "symbol": "WGLMR", + "precision": 18, + "name": "Wrapped GLMR", + "priceId": "wrapped-moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xAcc15dC74880C9944775448304B263D191c6077F" + } + ] + }, + { + "symbol": "BEPRO", + "precision": 18, + "name": "BEPRO Network", + "priceId": "bepro-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4EdF8E0778967012D46968ceadb75436d0426f88" + } + ] + }, + { + "symbol": "mbXEN", + "precision": 18, + "name": "XEN Crypto", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xb564A5767A00Ee9075cAC561c427643286F8F4E1" + } + ] + }, + { + "symbol": "CONV", + "precision": 18, + "name": "Convergence", + "priceId": "convergence", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x8006320739fC281da67Ee62eB9b4Ef8ADD5C903a" + } + ] + }, + { + "symbol": "GLINT", + "precision": 18, + "name": "Beamswap Token", + "priceId": "beamswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xcd3B51D98478D53F4515A306bE565c6EebeF1D58" + } + ] + }, + { + "symbol": "EFT", + "precision": 18, + "name": "Energyfi Token", + "priceId": "energyfi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA423E7eEB60547d9C7b65005477b63ae7CE67E62" + } + ] + }, + { + "symbol": "IDIA", + "precision": 18, + "name": "Impossible Decentralized Incubator Access Token", + "priceId": "idia", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x2d28AA28fA1E5e6bF121CF688309Bf3faAAe3C70" + } + ] + }, + { + "symbol": "WMOVR", + "precision": 18, + "name": "Wrapped MOVR", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x98878B06940aE243284CA214f92Bb71a2b032B8A" + } + ] + }, + { + "symbol": "CWS", + "precision": 18, + "name": "Crowns", + "priceId": "crowns", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6fc9651f45B262AE6338a701D563Ab118B1eC0Ce" + } + ] + }, + { + "symbol": "ZLK", + "precision": 18, + "name": "Zenlink Network Token", + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x0f47ba9d9Bde3442b42175e51d6A367928A1173B" + } + ] + }, + { + "symbol": "SOLAR", + "precision": 18, + "name": "SolarBeam Token", + "priceId": "solarbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6bD193Ee6D2104F14F94E2cA6efefae561A4334B" + } + ] + }, + { + "symbol": "RIB", + "precision": 18, + "name": "RiverBoat", + "priceId": "riverboat", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xbD90A6125a84E5C512129D622a75CDDE176aDE5E" + } + ] + }, + { + "symbol": "BEANS", + "precision": 18, + "name": "MoonBeans", + "priceId": "moonbeans", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x65b09ef8c5A096C5Fd3A80f1F7369E56eB932412" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xC2392DD3e3fED2c8Ed9f7f0bDf6026fcd1348453" + } + ] + }, + { + "symbol": "STELLA", + "precision": 18, + "name": "StellaSwap", + "priceId": "stellaswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x0E358838ce72d5e61E0018a2ffaC4bEC5F4c88d2" + } + ] + }, + { + "symbol": "BNB", + "precision": 18, + "name": "Binance", + "priceId": "binancecoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + } + ] + }, + { + "symbol": "ETH", + "precision": 18, + "name": "Ethereum", + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" + } + ] + }, + { + "symbol": "CP", + "precision": 18, + "name": "Cypress", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" + } + ] + } +] diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json new file mode 100644 index 000000000..81cebef70 --- /dev/null +++ b/assets/evm/v2/assets_dev.json @@ -0,0 +1,413 @@ +[ + { + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + ] + }, + { + "symbol": "USDC", + "precision": 6, + "name": "USD Coin", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + ] + }, + { + "symbol": "BUSD", + "precision": 18, + "name": "Binance-Peg BUSD Token", + "priceId": "binance-usd", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + } + ] + }, + { + "symbol": "MATIC", + "precision": 18, + "name": "Matic", + "priceId": "matic-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + } + ] + }, + { + "symbol": "DAI", + "precision": 18, + "name": "Dai Stablecoin", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x765277EebeCA2e31912C9946eAe1021199B39C61" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + ] + }, + { + "symbol": "AVAX", + "precision": 18, + "name": "Avalanche", + "priceId": "avalanche-2", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4792C1EcB969B036eb51330c63bD27899A13D84e" + } + ] + }, + { + "symbol": "WBTC", + "precision": 8, + "name": "Wrapped BTC", + "priceId": "wrapped-bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + } + ] + }, + { + "symbol": "FRAX", + "precision": 18, + "name": "Frax", + "priceId": "frax", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x322E86852e492a7Ee17f28a78c663da38FB33bfb" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x1A93B23281CC1CDE4C4741353F3064709A16197d" + } + ] + }, + { + "symbol": "FTM", + "precision": 18, + "name": "Fantom", + "priceId": "fantom", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xC19281F22A075E0F10351cd5D6Ea9f0AC63d4327" + } + ] + }, + { + "symbol": "FXS", + "precision": 18, + "name": "Frax Share", + "priceId": "frax-share", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x2CC0A9D8047A5011dEfe85328a6f26968C8aaA1C" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + ] + }, + { + "symbol": "WGLMR", + "precision": 18, + "name": "Wrapped GLMR", + "priceId": "wrapped-moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xAcc15dC74880C9944775448304B263D191c6077F" + } + ] + }, + { + "symbol": "BOBA", + "precision": 18, + "name": "BOBA Token", + "priceId": "boba-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x18D17A9fD652D7d6a59903E23792ab97F832Ed6C" + } + ] + }, + { + "symbol": "BEPRO", + "precision": 18, + "name": "BEPRO Network", + "priceId": "bepro-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x4EdF8E0778967012D46968ceadb75436d0426f88" + } + ] + }, + { + "symbol": "mbXEN", + "precision": 18, + "name": "XEN Crypto", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xb564A5767A00Ee9075cAC561c427643286F8F4E1" + } + ] + }, + { + "symbol": "CONV", + "precision": 18, + "name": "Convergence", + "priceId": "convergence", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x8006320739fC281da67Ee62eB9b4Ef8ADD5C903a" + } + ] + }, + { + "symbol": "GLINT", + "precision": 18, + "name": "Beamswap Token", + "priceId": "beamswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xcd3B51D98478D53F4515A306bE565c6EebeF1D58" + } + ] + }, + { + "symbol": "EFT", + "precision": 18, + "name": "Energyfi Token", + "priceId": "energyfi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xA423E7eEB60547d9C7b65005477b63ae7CE67E62" + } + ] + }, + { + "symbol": "IDIA", + "precision": 18, + "name": "Impossible Decentralized Incubator Access Token", + "priceId": "idia", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x2d28AA28fA1E5e6bF121CF688309Bf3faAAe3C70" + } + ] + }, + { + "symbol": "WMOVR", + "precision": 18, + "name": "Wrapped MOVR", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x98878B06940aE243284CA214f92Bb71a2b032B8A" + } + ] + }, + { + "symbol": "CWS", + "precision": 18, + "name": "Crowns", + "priceId": "crowns", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6fc9651f45B262AE6338a701D563Ab118B1eC0Ce" + } + ] + }, + { + "symbol": "ZLK", + "precision": 18, + "name": "Zenlink Network Token", + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x0f47ba9d9Bde3442b42175e51d6A367928A1173B" + } + ] + }, + { + "symbol": "SOLAR", + "precision": 18, + "name": "SolarBeam Token", + "priceId": "solarbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x6bD193Ee6D2104F14F94E2cA6efefae561A4334B" + } + ] + }, + { + "symbol": "HYDRO", + "precision": 18, + "name": "HYDRO TOKEN", + "priceId": "hydro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x946112efaB61C3636CBD52DE2E1392D7A75A6f01" + } + ] + }, + { + "symbol": "RIB", + "precision": 18, + "name": "RiverBoat", + "priceId": "riverboat", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xbD90A6125a84E5C512129D622a75CDDE176aDE5E" + } + ] + }, + { + "symbol": "BEANS", + "precision": 18, + "name": "MoonBeans", + "priceId": "moonbeans", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x65b09ef8c5A096C5Fd3A80f1F7369E56eB932412" + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xC2392DD3e3fED2c8Ed9f7f0bDf6026fcd1348453" + } + ] + }, + { + "symbol": "SPACE", + "precision": 18, + "name": "Space Token", + "priceId": "space-token-bsc", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0x55aF5865807b196bD0197e0902746F31FBcCFa58" + } + ] + }, + { + "symbol": "STELLA", + "precision": 18, + "name": "StellaSwap", + "priceId": "stellaswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x0E358838ce72d5e61E0018a2ffaC4bEC5F4c88d2" + } + ] + }, + { + "symbol": "BNB", + "precision": 18, + "name": "Binance", + "priceId": "binancecoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + } + ] + }, + { + "symbol": "ETH", + "precision": 18, + "name": "Ethereum", + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" + } + ] + }, + { + "symbol": "CP", + "precision": 18, + "name": "Cypress", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" + } + ] + } +] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index eec957321..b04530e7d 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6703,5 +6703,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 88 } ] From 5c94257d3a5a7372e667a0c106b3f41d1b86d958 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Mar 2023 20:29:33 +0800 Subject: [PATCH 0793/2142] Add Kintsugi testnet (#1388) * add Kintsugi testnet * remove KSM * update v9 --------- Co-authored-by: Stepan Lavrentev Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- chains/v2/types/kintsugi_testnet.json | 16 ++++ chains/v8/chains_dev.json | 87 +++++++++++++++++++++ chains/v9/chains_dev.json | 87 +++++++++++++++++++++ icons/chains/gradient/Kintrusgi_Testnet.svg | 15 ++++ 4 files changed, 205 insertions(+) create mode 100644 chains/v2/types/kintsugi_testnet.json create mode 100644 icons/chains/gradient/Kintrusgi_Testnet.svg diff --git a/chains/v2/types/kintsugi_testnet.json b/chains/v2/types/kintsugi_testnet.json new file mode 100644 index 000000000..76bc02653 --- /dev/null +++ b/chains/v2/types/kintsugi_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1022000, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "testnet_kintsugi_runtime_parachain.RuntimeEvent": "GenericEvent", + "testnet_kintsugi_runtime_parachain.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b04530e7d..a4ec0edaa 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6737,5 +6737,92 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index b04530e7d..a4ec0edaa 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6737,5 +6737,92 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] } ] diff --git a/icons/chains/gradient/Kintrusgi_Testnet.svg b/icons/chains/gradient/Kintrusgi_Testnet.svg new file mode 100644 index 000000000..5007ee720 --- /dev/null +++ b/icons/chains/gradient/Kintrusgi_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 2940e9e645bba860b483639c28e295dc3e259be7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:35:31 +0300 Subject: [PATCH 0794/2142] Update Test data File (#1393) * Update test data file * Remove Kintsugi testnet from test data --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 115f892ab..893c8f7bd 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 3f03d8405796b328e61d5451e66b5393da5b67f6 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Mar 2023 23:00:25 +0800 Subject: [PATCH 0795/2142] add to v9 --- chains/v9/chains.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 8c4b64888..7ef4cfd09 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -3918,7 +3918,10 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 + "addressPrefix": 36, + "options": [ + "governance-v1" + ] }, { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", From 1bcad80f08c0c2a38e7408f944aac6e35bca7a41 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Mar 2023 23:06:03 +0800 Subject: [PATCH 0796/2142] add to v9 --- chains/v9/chains.json | 1 + chains/v9/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 8c4b64888..71f9bb118 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5744,6 +5744,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index a4ec0edaa..8d4513c2b 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6611,6 +6611,7 @@ "assetId": 0, "symbol": "PEN", "precision": 12, + "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" } ], From ed6c7215cf4e7b521ff01cb38329d7bee1ccead0 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Mar 2023 23:08:31 +0800 Subject: [PATCH 0797/2142] add to v9 --- chains/v9/chains.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 8c4b64888..0029e0888 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5759,5 +5759,39 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 } ] From 01cbf971134698f113e367e214ded7d65a75a804 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 16 Mar 2023 19:43:38 +0300 Subject: [PATCH 0798/2142] fix icon for Crust --- chains/v8/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index a4ec0edaa..b077acdc1 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6735,7 +6735,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index a4ec0edaa..b077acdc1 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6735,7 +6735,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { From 86eadc1110f2acf6f6d0ef77fdf5abe3fcdbe990 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:25:05 +0300 Subject: [PATCH 0799/2142] Adding slip44 assets dictionary (#1397) * Adding slip44 assets dictionary * change implementation to creating an array --- assets/slip44.json | 126 ++++++++++++++++++++++++++++ scripts/create_slip44_token_list.py | 60 +++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 assets/slip44.json create mode 100644 scripts/create_slip44_token_list.py diff --git a/assets/slip44.json b/assets/slip44.json new file mode 100644 index 000000000..3594e5ab1 --- /dev/null +++ b/assets/slip44.json @@ -0,0 +1,126 @@ +[ + { + "index": "60", + "symbol": "ETH" + }, + { + "index": "188", + "symbol": "WBTC" + }, + { + "index": "354", + "symbol": "DOT" + }, + { + "index": "434", + "symbol": "KSM" + }, + { + "index": "523", + "symbol": "EDG" + }, + { + "index": "558", + "symbol": "TAO" + }, + { + "index": "595", + "symbol": "POLYX" + }, + { + "index": "631", + "symbol": "QTZ" + }, + { + "index": "643", + "symbol": "AZERO" + }, + { + "index": "686", + "symbol": "KAR" + }, + { + "index": "714", + "symbol": "BNB" + }, + { + "index": "747", + "symbol": "CFG" + }, + { + "index": "787", + "symbol": "ACA" + }, + { + "index": "788", + "symbol": "BNC" + }, + { + "index": "799", + "symbol": "PDEX" + }, + { + "index": "809", + "symbol": "SDN" + }, + { + "index": "810", + "symbol": "ASTR" + }, + { + "index": "966", + "symbol": "MATIC" + }, + { + "index": "995", + "symbol": "CAPS" + }, + { + "index": "1003", + "symbol": "NODL" + }, + { + "index": "1005", + "symbol": "TAO" + }, + { + "index": "1007", + "symbol": "FTM" + }, + { + "index": "1155", + "symbol": "EFI" + }, + { + "index": "1284", + "symbol": "GLMR" + }, + { + "index": "1285", + "symbol": "MOVR" + }, + { + "index": "1955", + "symbol": "XX" + }, + { + "index": "2086", + "symbol": "KILT" + }, + { + "index": "9000", + "symbol": "AVAX" + }, + { + "index": "9002", + "symbol": "BOBA" + }, + { + "index": "99999996", + "symbol": "GENS" + }, + { + "index": "99999997", + "symbol": "EQ" + } +] diff --git a/scripts/create_slip44_token_list.py b/scripts/create_slip44_token_list.py new file mode 100644 index 000000000..3264efeb5 --- /dev/null +++ b/scripts/create_slip44_token_list.py @@ -0,0 +1,60 @@ +import requests +import json +import os + +from collections import defaultdict +from typing import Dict, Tuple + +from utils.work_with_data import write_data_to_file + +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v8") + +with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: + dev_chains = json.load(fin) + +with open("assets/evm/v2/assets_dev.json") as fin: + evm_assets = json.load(fin) + + +def request_data_from_metamask(): + response = requests.get("https://raw.githubusercontent.com/MetaMask/slip44/main/slip44.json") + data = response.json() + return data + +def create_slip44_array(first_dict, second_dict): + slip44_array = [] + for _, value in second_dict.items(): + if value['symbol'] in first_dict: + slip44_array.append({ "index": value["index"], "symbol": value["symbol"] }) + return slip44_array + +def collect_all_assets_in_nova(chains_file, assets_file) -> Tuple[Dict[str, list], Dict[str, list]]: + chain_assets = defaultdict(list) + for chain in chains_file: + for asset in chain['assets']: + chain_assets[asset['symbol']].append(chain['chainId']) + + evm_assets = defaultdict(list) + for evm_asset in assets_file: + for evm_instance in evm_asset['instances']: + evm_assets[evm_asset['symbol']].append(evm_instance['chainId']) + + print(f"In {CHAINS_VERISON} chains.json file was found - {len(chain_assets)} assets") + print(f"In evm assets.json file was found - {len(evm_assets)} assets") + + return chain_assets, evm_assets + + +def create_slip44_token_list(chains_file, assets_file): + chain_assets, evm_assets = collect_all_assets_in_nova(chains_file, assets_file) + metamask_data = request_data_from_metamask() + merged_dict = {**chain_assets, **evm_assets} + slip44_array = create_slip44_array(merged_dict, metamask_data) + print(f"Slip44 array has {len(slip44_array)} elements") + + return slip44_array + + +if __name__ == '__main__': + slip44_array = create_slip44_token_list(chains_file=dev_chains, assets_file=evm_assets) + write_data_to_file('assets/slip44.json', json.dumps(slip44_array, indent=4)) From fdfc9c9518a4c120b5a8138e01d54cab2619cb16 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:27:35 +0700 Subject: [PATCH 0800/2142] Add ethereum chain and a few stablecoins (#1396) --- assets/evm/v2/assets_dev.json | 16 +++++++++++ chains/v9/chains_dev.json | 45 ++++++++++++++++++++++++++++++ icons/chains/gradient/Ethereum.svg | 15 ++++++++++ 3 files changed, 76 insertions(+) create mode 100644 icons/chains/gradient/Ethereum.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 81cebef70..d596391b0 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -13,6 +13,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" } ] }, @@ -30,6 +34,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" } ] }, @@ -43,6 +51,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x4fabb145d64652a948d72533023f6e7a623c7c53" } ] }, @@ -73,6 +85,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x6b175474e89094c44da98b954eedeac495271d0f" } ] }, diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index b077acdc1..754829c4b 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3148,6 +3148,51 @@ "governance-v1" ] }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/icons/chains/gradient/Ethereum.svg b/icons/chains/gradient/Ethereum.svg new file mode 100644 index 000000000..9fb959860 --- /dev/null +++ b/icons/chains/gradient/Ethereum.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From b705ca51d72fa83d9b5a57daff9abface2819dc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:28:41 +0000 Subject: [PATCH 0801/2142] Update chain types --- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/unique.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index ee098f491..472fd5805 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1021010, + "runtime_id": 1022000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 51a686185..fd2c3c4c6 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 937052, + "runtime_id": 937053, "types": { "Balance": "u128", "Index": "u32", From 8e8bc53733c83f3f0c4b9adb82b37deb0f72d7c9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:40:12 +0300 Subject: [PATCH 0802/2142] Temporary remove Crab network (#1384) * Temporary remove Crab2 network * remove crab from v9 too --- chains/v7/chains.json | 51 ----------------------------- chains/v7/chains_dev.json | 54 ------------------------------- chains/v8/chains.json | 51 ----------------------------- chains/v8/chains_dev.json | 54 ------------------------------- chains/v9/chains_dev.json | 54 ------------------------------- tests/chains_for_testBalance.json | 5 --- 6 files changed, 269 deletions(-) diff --git a/chains/v7/chains.json b/chains/v7/chains.json index aeda2f543..6b5f18ddc 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -3620,57 +3620,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 1a2f3bad4..c84dfee66 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -3948,60 +3948,6 @@ "governance-v1" ] }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab2", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options":[ - "ethereumBased" - ] - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 8c4b64888..6355396b5 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3664,57 +3664,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index b077acdc1..35f8c43cd 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -4021,60 +4021,6 @@ "governance-v1" ] }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab2", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options":[ - "ethereumBased" - ] - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 754829c4b..5a9c387b5 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -4066,60 +4066,6 @@ "governance-v1" ] }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab2", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab2.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options":[ - "ethereumBased" - ] - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 518631972..a40bac8fa 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -339,11 +339,6 @@ "name": "Aventus", "account": "0x08fc22150c0401b9acefc2f9cf5900420f0b0e1e54115f223d1c106d6d4d1b23" }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "name": "Crab2", - "account": "0xcd0D28a0a2f8f94f195185a9748fb58ea1a1a87a" - }, { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "name": "Crust", From 6e8381242855a60b67b246dbdf773946464520a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:51:05 +0300 Subject: [PATCH 0803/2142] Update Test data File (#1398) * Update test data file * remove etherium chains --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 893c8f7bd..8d6317064 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -1,7 +1,7 @@ import json import os -CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v6") +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v9") with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) @@ -36,7 +36,7 @@ def del_element(test_ids): for dev_index, dev_id in enumerate(dev_ids): # Add new network - if dev_id not in test_ids: + if dev_id not in test_ids and ':' not in dev_id: chain_dict = { 'chainId': dev_chains[dev_index]['chainId'], 'name': dev_chains[dev_index]['name'], From b14d18c96af2e25ebcd9b1e3ee2d8b8b51943e7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 09:42:51 +0000 Subject: [PATCH 0804/2142] Update networks list --- chains/README.md | 135 ++++++++++++++++++++++++----------------------- 1 file changed, 68 insertions(+), 67 deletions(-) diff --git a/chains/README.md b/chains/README.md index 96533fc9e..322542ea5 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 68 -### 💰 All assets 240 -### 🪙 Unique assets: 123 +### 🕸️ Supported networks: 69 +### 💰 All assets 241 +### 🪙 Unique assets: 124 ### 💫 Cross Chain directions: 237 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 66 +### 👀 Networks with block explorers: 67 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -15,66 +15,67 @@ | 3 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | 4 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 6 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 7 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 8 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 9 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 10 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 11 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 12 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 13 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 14 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 15 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| 16 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 17 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 18 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 19 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 20 | Edgeware | EDG | Subscan
Sub.ID | - | -| 21 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 22 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 23 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 24 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 25 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 26 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 27 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 28 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| 29 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 30 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 31 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 32 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 33 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 34 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 35 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 36 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 37 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 38 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 39 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 40 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 41 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 42 | Myriad | MYRIA | Explorer | - | -| 43 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 44 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 45 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 46 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 47 | Pendulum | PEN | - | - | -| 48 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 49 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 50 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 51 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 52 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 53 | Polymesh | POLYX | Subscan | - | -| 54 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 55 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 56 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 57 | Snow | ICZ | Subscan
Polkaholic | - | -| 58 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 59 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 60 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 61 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 62 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 63 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 64 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 65 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 66 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 67 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 68 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 6 | Aventus | AVT | Aventus explorer | - | +| 7 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 8 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 9 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 10 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 11 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 12 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 13 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 14 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 15 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 16 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | +| 17 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 18 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 19 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 20 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 21 | Edgeware | EDG | Subscan
Sub.ID | - | +| 22 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 23 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 24 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 25 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 26 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 27 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 28 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 29 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| 30 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 31 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 32 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 33 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 34 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 35 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 36 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 37 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 38 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 39 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 40 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 41 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 42 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 43 | Myriad | MYRIA | Explorer | - | +| 44 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 45 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 46 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 47 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 48 | Pendulum | PEN | - | - | +| 49 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 50 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 51 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 52 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 53 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 54 | Polymesh | POLYX | Subscan | - | +| 55 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 56 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 57 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 58 | Snow | ICZ | Subscan
Polkaholic | - | +| 59 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 60 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 61 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 62 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 63 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 64 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 65 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 66 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 67 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 68 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 69 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From f03a256a32a5e0ce966220ddab2c001e84d9dfea Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 17 Mar 2023 18:04:12 +0800 Subject: [PATCH 0805/2142] add dapps links to Centrifuge gov to v2 --- governance/v2/dapps.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 9163b3761..d4f096d8f 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -106,5 +106,22 @@ "details": "Comment and react" } ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "dapps": [ + { + "title": "Polkassembly", + "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From d0e2842e07c549fb18a0fbd3ed94da8a424c61eb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:54:16 +0300 Subject: [PATCH 0806/2142] Promote Crust network (#1395) * promote Crust network * Change icon to gradient --- chains/v8/chains.json | 34 ++++++++++++++++++++++++++++++++++ chains/v9/chains.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 45c9491ae..26ad114a5 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5713,6 +5713,40 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 929378b32..c387660e5 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5764,6 +5764,40 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From 3ff523e70aa9f90425d7af0a03483f8f6f962639 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:56:02 +0300 Subject: [PATCH 0807/2142] Update networks list (#1404) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 115 ++++++++++++++++++++++++----------------------- 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/chains/README.md b/chains/README.md index 322542ea5..355b392e8 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 69 -### 💰 All assets 241 -### 🪙 Unique assets: 124 +### 🕸️ Supported networks: 70 +### 💰 All assets 242 +### 🪙 Unique assets: 125 ### 💫 Cross Chain directions: 237 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 67 +### 👀 Networks with block explorers: 68 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -26,56 +26,57 @@ | 14 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 15 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 16 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| 17 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 18 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 19 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 20 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 21 | Edgeware | EDG | Subscan
Sub.ID | - | -| 22 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 23 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 24 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 25 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 26 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 27 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 28 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 29 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| 30 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 31 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 32 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 33 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 34 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 35 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 36 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 37 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 38 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 39 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 40 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 41 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 42 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 43 | Myriad | MYRIA | Explorer | - | -| 44 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 45 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 46 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 47 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 48 | Pendulum | PEN | - | - | -| 49 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 50 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 51 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 52 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 53 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 54 | Polymesh | POLYX | Subscan | - | -| 55 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 56 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 57 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 58 | Snow | ICZ | Subscan
Polkaholic | - | -| 59 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 60 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 61 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 62 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 63 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 64 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 65 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 66 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 67 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 68 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 69 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 17 | Crust | CRU | Subscan | - | +| 18 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 19 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 20 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 22 | Edgeware | EDG | Subscan
Sub.ID | - | +| 23 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 24 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 25 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 26 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 27 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 28 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 29 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 30 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| 31 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 32 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 33 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 34 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 35 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 36 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 37 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 38 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 39 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 40 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 41 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 42 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 43 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 44 | Myriad | MYRIA | Explorer | - | +| 45 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 46 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 47 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 48 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 49 | Pendulum | PEN | - | - | +| 50 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 51 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 52 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 53 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 54 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 55 | Polymesh | POLYX | Subscan | - | +| 56 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 57 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 58 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 59 | Snow | ICZ | Subscan
Polkaholic | - | +| 60 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 61 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 62 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 63 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 64 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 65 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 66 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 67 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 68 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 69 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 70 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 277c635f8cd0d14740540057456a1f801eb66fba Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:12:05 +0300 Subject: [PATCH 0808/2142] Feature/adding_pendulum_xcm (#1406) * Adding DOT for Pendulum network * Polkadot - Pendulum XCM * Adding others directions --- chains/v8/chains_dev.json | 13 +++ chains/v9/chains_dev.json | 13 +++ xcm/v2/transfers_dev.json | 236 +++++++++++++++++++++++++++++++++++++- 3 files changed, 261 insertions(+), 1 deletion(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 0ebe95b3b..910b416f6 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6559,6 +6559,19 @@ "precision": 12, "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 0fdb2584b..91e5f05aa 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6604,6 +6604,19 @@ "precision": 12, "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 2449efca6..25306e13d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -327,7 +327,8 @@ "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", - "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000" + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" }, "chains": [ { @@ -1602,6 +1603,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1904,6 +1919,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2155,6 +2184,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2873,6 +2916,29 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": null + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": null, + "value": "800000000000" + }, + "instructions": null + } + }, + "type": null + } + ] } ] }, @@ -3624,6 +3690,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4000,6 +4080,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4605,6 +4699,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4717,6 +4825,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4884,6 +5006,118 @@ ] } ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 35a522c45fedbd982a03d6683be127f6d4e01b55 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sat, 18 Mar 2023 09:26:41 +0300 Subject: [PATCH 0809/2142] Fix Centrifuge gov DApps visibility --- governance/v2/dapps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index d4f096d8f..38f613a0f 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -112,13 +112,13 @@ "dapps": [ { "title": "Polkassembly", - "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", + "urlV1": "https://centrifuge.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", - "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", + "urlV1": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } From 3810ec2c4ab929ea075a0f84c2ae447787c424dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 08:27:15 +0000 Subject: [PATCH 0810/2142] Update chain types --- chains/v2/types/aventus.json | 2 +- chains/v2/types/composable.json | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 03381992a..c47954c3e 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 19, + "runtime_id": 21, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index bdda651d6..7294760c9 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -10,7 +10,24 @@ "composable_runtime.Event": "GenericEvent", "composable_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 85eb6232ed38677f5a61521a3922ee2f05a478ec Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 20 Mar 2023 12:53:09 +0800 Subject: [PATCH 0811/2142] add Hashed network --- chains/v2/types/hashed.json | 16 ++++++++++++++++ chains/v8/chains_dev.json | 29 +++++++++++++++++++++++++++++ icons/chains/gradient/Hashed.svg | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 chains/v2/types/hashed.json diff --git a/chains/v2/types/hashed.json b/chains/v2/types/hashed.json new file mode 100644 index 000000000..595c2a24d --- /dev/null +++ b/chains/v2/types/hashed.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 2, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "hashed_parachain_runtime.Event": "GenericEvent", + "hashed_parachain_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 910b416f6..14e2a7aa9 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6784,5 +6784,34 @@ "options": [ "testnet" ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/Hashed.svg b/icons/chains/gradient/Hashed.svg index c8acc19fc..257efe33f 100644 --- a/icons/chains/gradient/Hashed.svg +++ b/icons/chains/gradient/Hashed.svg @@ -1,7 +1,7 @@ - + From e7137deed77467c031a11b0992a48f3149e9f8d0 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 20 Mar 2023 12:55:07 +0800 Subject: [PATCH 0812/2142] add to v9 --- chains/v9/chains_dev.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 91e5f05aa..bfa4ee648 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6829,5 +6829,34 @@ "options": [ "testnet" ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 } ] From 664a9239f5144d529a3d73bd637fa0eec12c9380 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:45:02 +0300 Subject: [PATCH 0813/2142] Fix for composable types (#1411) --- chains/v2/types/composable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 7294760c9..b30b18a12 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -16,7 +16,7 @@ "type_mapping": [ [ "weight", - "" + "u64" ], [ "class", From 12bd6ff76bb3e37bb79e1c73c4f87847c48e0035 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:59:36 +0300 Subject: [PATCH 0814/2142] fix for PR reviewers (#1407) --- .github/workflows/update_xcm_data.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 1f91ce124..05eda137a 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -58,9 +58,11 @@ jobs: if [ "${{ github.event.inputs.environment }}" = "PROD" ]; then mv support/transfers.json ${{ env.XCM_JSON_PATH }} echo "COMMIT_FILE=${{ env.XCM_JSON_PATH }}" >> "$GITHUB_ENV" + echo "PR_REVIEWER=ERussel,leohar,valentunn" >> "$GITHUB_ENV" else mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} echo "COMMIT_FILE=${{ env.DEV_XCM_JSON_PATH }}" >> "$GITHUB_ENV" + echo "PR_REVIEWER=leohar" >> "$GITHUB_ENV" fi - name: Make Pull Request @@ -69,7 +71,7 @@ jobs: commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients github-token: ${{ secrets.PAT_TOKEN }} - pr-reviewer: ${{ if eq(env.ENVIRONMENT, 'DEV') }}leohar${{ else }}ERussel,leohar,valentunn${{ endif }} + pr-reviewer: ${{ env.PR_REVIEWER }} branch-name: update-xcm-coefficients-${{github.run_number}} pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 From c1ee91039dff95599befad52e36569b0d7bd5f08 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:34:42 +0700 Subject: [PATCH 0815/2142] Govnernace api/subsquare (#1412) * Add subsquare api * Add subsquare api to v9 --- chains/v8/chains_dev.json | 4 ++-- chains/v9/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 910b416f6..5c4d4cafe 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -203,8 +203,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" } ], "governance-delegations": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 91e5f05aa..7b6d7dc35 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -203,8 +203,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" } ], "governance-delegations": [ From 435cca16d6257cad6477964af7104d898aa5ac3b Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:38:50 +0700 Subject: [PATCH 0816/2142] Fix - remove corrupted xcm transfer (#1413) --- xcm/v2/transfers_dev.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 25306e13d..f83f7ac7e 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -2916,29 +2916,6 @@ "type": "xcmpallet-teleport" } ] - }, - { - "assetId": 0, - "assetLocation": "DOT", - "assetLocationPath": { - "type": null - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": null, - "value": "800000000000" - }, - "instructions": null - } - }, - "type": null - } - ] } ] }, From 645c5dca159302ed6a0eb1fb4a07d4910303962b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 20 Mar 2023 17:27:47 +0800 Subject: [PATCH 0817/2142] add Hash token icon --- chains/v8/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- icons/tokens/white/HASH.svg | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 icons/tokens/white/HASH.svg diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 14e2a7aa9..35bc2bc4a 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6794,7 +6794,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index bfa4ee648..bb070da56 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6839,7 +6839,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ diff --git a/icons/tokens/white/HASH.svg b/icons/tokens/white/HASH.svg new file mode 100644 index 000000000..81d9878aa --- /dev/null +++ b/icons/tokens/white/HASH.svg @@ -0,0 +1,3 @@ + + + From cf432544243624911f86581e477fe831179d58ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:13:13 +0300 Subject: [PATCH 0818/2142] Update Test data File (#1415) * Update test data file * adding a test account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index a40bac8fa..690028133 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -343,5 +343,10 @@ "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "name": "Crust", "account": "0x6d6f646c6372636c61696d7310636c6169000000000000000000000000000000" + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "name": "Hashed Network", + "account": "0x28e9ee1cfb3d986c0982ccb3aca95fc38d7522d57bdf1bec19a9e966f7369d70" } ] \ No newline at end of file From f1adfa13af7131625a2bd62e4cb8b57d42172b33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:30:31 +0000 Subject: [PATCH 0819/2142] Update chain types --- chains/v2/types/composable.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index b30b18a12..aefc4d1fe 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 1300, + "runtime_id": 10009, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "composable_runtime.Event": "GenericEvent", - "composable_runtime.Call": "GenericCall", + "composable_runtime.RuntimeEvent": "GenericEvent", + "composable_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From afd67cce80989ea6c1403386742176ec27c2137f Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 21 Mar 2023 16:35:43 +0800 Subject: [PATCH 0820/2142] add Kintsugi lp tokens to dev --- chains/v8/chains_dev.json | 39 ++++++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 39 ++++++++++++++++++++++++++++++++ icons/tokens/white/KBTC-KSM.svg | 32 ++++++++++++++++++++++++++ icons/tokens/white/KBTC-USDT.svg | 32 ++++++++++++++++++++++++++ icons/tokens/white/KSM-KINT.svg | 35 ++++++++++++++++++++++++++++ 5 files changed, 177 insertions(+) create mode 100644 icons/tokens/white/KBTC-KSM.svg create mode 100644 icons/tokens/white/KBTC-USDT.svg create mode 100644 icons/tokens/white/KSM-KINT.svg diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index d4617cb8d..d16a7e3c6 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1712,6 +1712,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000b000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 9c4bf469d..b4be7e1dd 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1712,6 +1712,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000b000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/KBTC-KSM.svg b/icons/tokens/white/KBTC-KSM.svg new file mode 100644 index 000000000..377238158 --- /dev/null +++ b/icons/tokens/white/KBTC-KSM.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/KBTC-USDT.svg b/icons/tokens/white/KBTC-USDT.svg new file mode 100644 index 000000000..5d106d290 --- /dev/null +++ b/icons/tokens/white/KBTC-USDT.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/KSM-KINT.svg b/icons/tokens/white/KSM-KINT.svg new file mode 100644 index 000000000..e8ed4d309 --- /dev/null +++ b/icons/tokens/white/KSM-KINT.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 136077c8e7d13639f789bfb73f59f716a4726db3 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 21 Mar 2023 16:52:28 +0800 Subject: [PATCH 0821/2142] promote Hashed network to prod --- chains/v8/chains.json | 29 +++++++++++++++++++++++++++++ chains/v9/chains.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 26ad114a5..0c4d77cfc 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5780,5 +5780,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index c387660e5..81608c4a0 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5831,5 +5831,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 } ] From fffc0da64f24c757dbcb3de0990530f6c28f854d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 21 Mar 2023 17:29:22 +0800 Subject: [PATCH 0822/2142] add proper icons --- icons/tokens/white/KBTC-KSM.svg | 37 +++++-------------------------- icons/tokens/white/KBTC-USDT.svg | 37 +++++-------------------------- icons/tokens/white/KSM-KINT.svg | 38 ++++---------------------------- 3 files changed, 16 insertions(+), 96 deletions(-) diff --git a/icons/tokens/white/KBTC-KSM.svg b/icons/tokens/white/KBTC-KSM.svg index 377238158..b2b6145b2 100644 --- a/icons/tokens/white/KBTC-KSM.svg +++ b/icons/tokens/white/KBTC-KSM.svg @@ -1,32 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/icons/tokens/white/KBTC-USDT.svg b/icons/tokens/white/KBTC-USDT.svg index 5d106d290..d4239ac75 100644 --- a/icons/tokens/white/KBTC-USDT.svg +++ b/icons/tokens/white/KBTC-USDT.svg @@ -1,32 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/icons/tokens/white/KSM-KINT.svg b/icons/tokens/white/KSM-KINT.svg index e8ed4d309..5d296d140 100644 --- a/icons/tokens/white/KSM-KINT.svg +++ b/icons/tokens/white/KSM-KINT.svg @@ -1,35 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + From eec02dd8faca258502274d5215073ced9180275f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 21 Mar 2023 15:55:34 +0300 Subject: [PATCH 0823/2142] Update accounts for balances test --- tests/chains_for_testBalance.json | 4 ++-- tests/compare_dev_with_prod.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 690028133..af885c496 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -42,7 +42,7 @@ { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "name": "Bifrost", - "account": "0xee98c02253479726b456f3f7c5a9014d0198f53717de881c15f85becd706313c" + "account": "0x56fb0fa9ad6f278dc92150be9343bf6969d35c0aaa309d61f21ee3006bbf3372" }, { "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", @@ -342,7 +342,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "name": "Crust", - "account": "0x6d6f646c6372636c61696d7310636c6169000000000000000000000000000000" + "account": "0x0a2831bc1a5cfdfd6aca13c77cf934fdf2a6010d041d4d76a62698cd58c87956" }, { "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", diff --git a/tests/compare_dev_with_prod.py b/tests/compare_dev_with_prod.py index 55cea8c68..5391ba322 100644 --- a/tests/compare_dev_with_prod.py +++ b/tests/compare_dev_with_prod.py @@ -3,7 +3,7 @@ import os import deepdiff -CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v6") +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v9") def compare_network(prod, dev): for network in prod: From dc03c7dde817565999c73f7a3132142943f2c945 Mon Sep 17 00:00:00 2001 From: valentunn Date: Wed, 22 Mar 2023 16:20:10 +0700 Subject: [PATCH 0824/2142] Infura secrets --- chains/v9/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 9c4bf469d..5b563857d 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3163,7 +3163,7 @@ ], "nodes": [ { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura test node" } ], From dff94a906907bf20e744f2551bad8b0b8831c94e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 22 Mar 2023 17:28:16 +0800 Subject: [PATCH 0825/2142] fix precision --- chains/v8/chains_dev.json | 6 +++--- chains/v9/chains_dev.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index d16a7e3c6..a7fb357a3 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1716,7 +1716,7 @@ { "assetId": 6, "symbol": "kBTC-KSM", - "precision": 12, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { @@ -1729,7 +1729,7 @@ { "assetId": 7, "symbol": "kBTC-USDT", - "precision": 8, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { @@ -1742,7 +1742,7 @@ { "assetId": 8, "symbol": "KSM-KINT", - "precision": 12, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index b4be7e1dd..932f50519 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1716,7 +1716,7 @@ { "assetId": 6, "symbol": "kBTC-KSM", - "precision": 12, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { @@ -1729,7 +1729,7 @@ { "assetId": 7, "symbol": "kBTC-USDT", - "precision": 8, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { @@ -1742,7 +1742,7 @@ { "assetId": 8, "symbol": "KSM-KINT", - "precision": 12, + "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { From 397946fd1c164cf9625e0fb96f56435205083cdf Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 22 Mar 2023 17:52:57 +0800 Subject: [PATCH 0826/2142] add lp tokens for Kinsugi Testnet --- chains/v8/chains_dev.json | 39 +++++++++++++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index a7fb357a3..01ef78791 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6806,6 +6806,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000b000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 932f50519..d63d7833b 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6851,6 +6851,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000b000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 055556aa9a2c8644ddfc7756a0095ce09e3ba38c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:27:10 +0300 Subject: [PATCH 0827/2142] Goerli network (#1424) --- chains/v9/chains_dev.json | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 9c4bf469d..a5f3c1699 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3193,6 +3193,52 @@ "noSubstrateRuntime" ] }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From 22cedf5dce9addc48e9803e5be629775b6006c0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:06:29 +0300 Subject: [PATCH 0828/2142] Update networks list (#1426) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 97 ++++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 48 deletions(-) diff --git a/chains/README.md b/chains/README.md index 355b392e8..66537fb5c 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 70 -### 💰 All assets 242 -### 🪙 Unique assets: 125 +### 🕸️ Supported networks: 71 +### 💰 All assets 243 +### 🪙 Unique assets: 126 ### 💫 Cross Chain directions: 237 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 68 @@ -35,48 +35,49 @@ | 23 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 24 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 25 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 26 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 27 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 28 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 29 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 30 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| 31 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 32 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 33 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 34 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 35 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 36 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 37 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 38 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 39 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 40 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 41 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 42 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 43 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 44 | Myriad | MYRIA | Explorer | - | -| 45 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 46 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 47 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 48 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 49 | Pendulum | PEN | - | - | -| 50 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 51 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 52 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 53 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 54 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 55 | Polymesh | POLYX | Subscan | - | -| 56 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 57 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 58 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 59 | Snow | ICZ | Subscan
Polkaholic | - | -| 60 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 61 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 62 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 63 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 64 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 65 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 66 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 67 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 68 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 69 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 70 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 26 | Hashed Network | HASH | - | - | +| 27 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 28 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 29 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 30 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 31 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | +| 32 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 33 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 34 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 35 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 36 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 37 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 38 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 39 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 40 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 41 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 42 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 43 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 44 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 45 | Myriad | MYRIA | Explorer | - | +| 46 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 47 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 48 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 49 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 50 | Pendulum | PEN | - | - | +| 51 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 52 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 53 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 54 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 55 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 56 | Polymesh | POLYX | Subscan | - | +| 57 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 58 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 59 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 60 | Snow | ICZ | Subscan
Polkaholic | - | +| 61 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 62 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 63 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 64 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 65 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 66 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 67 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 68 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 69 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 70 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 71 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 57f24373bb732460de18edd6755eed02146d0d1b Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:11:44 +0700 Subject: [PATCH 0829/2142] Fix goerli address prefix (#1427) --- chains/v9/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 698ea6be2..d0c5aed4a 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3232,7 +3232,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ethereum.svg", - "addressPrefix": 1, + "addressPrefix": 5, "options": [ "testnet", "ethereumBased", From 912d890bd5661a868c9d949ea6a5ea4db3bfd09b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:57:41 +0300 Subject: [PATCH 0830/2142] Update crowdloans (#1425) * Adding Moonsama crowdloan * test * try white logo * replace by jpg * remove test data * Adding peaq and invarch * remove test data * update icons * update invArch * Update crowdloan/polkadot-dev.json --- crowdloan/polkadot-dev.json | 26 ++++++++++++++++++ icons/chains/gradient/InvArch.svg | 43 +++++++++++++++++------------- icons/chains/gradient/Moonsama.svg | 24 +++++++++++++++++ icons/chains/gradient/peaq.svg | 20 ++++++++++++++ 4 files changed, 94 insertions(+), 19 deletions(-) create mode 100644 icons/chains/gradient/Moonsama.svg create mode 100644 icons/chains/gradient/peaq.svg diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index cc4a5958f..274028e24 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -305,5 +305,31 @@ "website": "https://pendulumchain.org/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", "rewardRate": 11 + }, + { + "paraid": "3334", + "name": "Moonsama", + "token": "SAMA", + "description": "Moonsama’s mission is to unlock the potential of Non Fungible Tokens (NFTs) as true elements of utility in the Web3 space.", + "website": "https://moonsama.com/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonsama.svg" + }, + { + "paraid": "3338", + "name": "peaq", + "token": "PEAQ", + "description": "peaq is the decentralized Web3 network powering the Economy of Things, designed to solve some of our biggest societal and economic challenges, it ensures that the incentives of people and increasingly intelligent machines are aligned.", + "website": "https://www.peaq.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/peaq.svg", + "rewardRate": 140 + }, + { + "paraid": "3340", + "name": "InvArch", + "token": "VARCH", + "description": "InvArch is both an application-specific blockchain & a service parachain that empowers the Polkadot ecosystem. The network features a dynamic multisig solution (called Saturn) that services the entire Polkadot ecosystem.", + "website": "https://invarch.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg", + "rewardRate": 100 } ] diff --git a/icons/chains/gradient/InvArch.svg b/icons/chains/gradient/InvArch.svg index f1bbef6df..af910b140 100644 --- a/icons/chains/gradient/InvArch.svg +++ b/icons/chains/gradient/InvArch.svg @@ -1,20 +1,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/chains/gradient/Moonsama.svg b/icons/chains/gradient/Moonsama.svg new file mode 100644 index 000000000..7c4bc9f7f --- /dev/null +++ b/icons/chains/gradient/Moonsama.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/chains/gradient/peaq.svg b/icons/chains/gradient/peaq.svg new file mode 100644 index 000000000..f0856ba7d --- /dev/null +++ b/icons/chains/gradient/peaq.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file From 5ba3fb437e42b657728cfe1ca00e2707b31c2261 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:57:56 +0300 Subject: [PATCH 0831/2142] Change ss58 prefix for Composable Finance (#1421) --- chains/v8/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 01ef78791..0314229f3 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -5020,7 +5020,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, + "addressPrefix": 50, "options": [ "governance-v1" ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index e0f99b4da..d17257646 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -5111,7 +5111,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, + "addressPrefix": 50, "options": [ "governance-v1" ] From 69cfc896d8fee9745b28381d60cea3d765be9c54 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:58:12 +0300 Subject: [PATCH 0832/2142] Promote XCMs for Pendulum (#1416) * Promote XCMs for Pendulum * Adding DOT for Pendulum network --- chains/v8/chains.json | 13 +++ chains/v8/chains_dev.json | 2 +- chains/v9/chains.json | 13 +++ chains/v9/chains_dev.json | 2 +- xcm/v2/transfers.json | 213 +++++++++++++++++++++++++++++++++++++- 5 files changed, 240 insertions(+), 3 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 0c4d77cfc..c7c8c481a 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5698,6 +5698,19 @@ "precision": 12, "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 0314229f3..c267b5dbe 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6608,7 +6608,7 @@ "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "0", + "existentialDeposit": "1000", "transfersEnabled": true } } diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 81608c4a0..76ad84945 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5749,6 +5749,19 @@ "precision": 12, "priceId": "pendulum-chain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index d17257646..136e7e583 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6699,7 +6699,7 @@ "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "0", + "existentialDeposit": "1000", "transfersEnabled": true } } diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index cab0d8787..4c587bb6f 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -283,7 +283,8 @@ "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", - "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000" + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" }, "chains": [ { @@ -1429,6 +1430,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1731,6 +1746,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1982,6 +2011,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3256,6 +3299,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3632,6 +3689,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4153,6 +4224,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4265,6 +4350,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4311,6 +4410,118 @@ ] } ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From a4f0c01817971861b4afdb4fee1ce96d50b768fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:59:48 +0300 Subject: [PATCH 0833/2142] Update networks list (#1428) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 66537fb5c..8ba557959 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 71 -### 💰 All assets 243 +### 💰 All assets 244 ### 🪙 Unique assets: 126 -### 💫 Cross Chain directions: 237 +### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 68 --- @@ -59,7 +59,7 @@ | 47 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 48 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | 49 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 50 | Pendulum | PEN | - | - | +| 50 | Pendulum | PEN
DOT | - | - | | 51 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 52 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 53 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | From 8f1b77407c73b806a1c33ba710468698930271db Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:18:18 +0300 Subject: [PATCH 0834/2142] Promote new crowdloans (#1430) --- crowdloan/polkadot.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 53a6acfd6..27a0c2ab7 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -313,5 +313,22 @@ "description": "InvArch is a highly optimized network for launching decentralized communities, borderless businesses, & unstoppable organizations on Polkadot & beyond!", "website": "https://invarch.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg" + }, + { + "paraid": "3334", + "name": "Moonsama", + "token": "SAMA", + "description": "Moonsama’s mission is to unlock the potential of Non Fungible Tokens (NFTs) as true elements of utility in the Web3 space.", + "website": "https://moonsama.com/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonsama.svg" + }, + { + "paraid": "3338", + "name": "peaq", + "token": "PEAQ", + "description": "peaq is the decentralized Web3 network powering the Economy of Things, designed to solve some of our biggest societal and economic challenges, it ensures that the incentives of people and increasingly intelligent machines are aligned.", + "website": "https://www.peaq.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/peaq.svg", + "rewardRate": 140 } ] From e0f6667431f5ec73fae0ee5c811fdd642bb638d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:28:32 +0000 Subject: [PATCH 0835/2142] Update chain types --- chains/v2/types/dorafactory.json | 2 +- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/subsocial.json | 2 +- chains/v2/types/westend.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/dorafactory.json b/chains/v2/types/dorafactory.json index 7f9df4d2a..ca17a7cb5 100644 --- a/chains/v2/types/dorafactory.json +++ b/chains/v2/types/dorafactory.json @@ -1,5 +1,5 @@ { - "runtime_id": 31, + "runtime_id": 32, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 678ea1e52..8a6329ee9 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 127, + "runtime_id": 138, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 472fd5805..3a85f5781 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1022000, + "runtime_id": 1023000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 7dbe0eba1..829db5b5d 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10009, + "runtime_id": 10010, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 4e319a78f..13fbbbe13 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 20, + "runtime_id": 21, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index a781fcff7..a3168ac4a 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9390, + "runtime_id": 9400, "types": { "Balance": "u128", "Index": "u32", From bdab0c8702bb181734fbfb0bbf9356cc4fcce30f Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:40:57 +0700 Subject: [PATCH 0836/2142] Change polkssembly to subsquare on polkadot (#1432) --- chains/v9/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 136e7e583..779c0cb89 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -94,8 +94,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" } ] }, From ab3ba33730e6ad4ca55fe14e7b1db140ea006211 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 18:28:19 +0800 Subject: [PATCH 0837/2142] fix currencyIdScale kBTC-KSM on Kintsugi, kBTC-KSM and kBTC-USDT on Kintsugi Testnet --- chains/v8/chains_dev.json | 2 +- chains/v9/chains_dev.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index c267b5dbe..848cd483f 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1720,7 +1720,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { - "currencyIdScale": "0x03000b000a", + "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 779c0cb89..5e3807f12 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1720,7 +1720,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { - "currencyIdScale": "0x03000b000a", + "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true @@ -6905,7 +6905,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { - "currencyIdScale": "0x03000b000a", + "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true @@ -6918,7 +6918,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000b0103000000", + "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true From c7441387d5764105f380aa0d49328448f3a0380f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:35:14 +0300 Subject: [PATCH 0838/2142] fix url for goerli api (#1433) --- chains/v9/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 779c0cb89..4def4b372 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3263,7 +3263,7 @@ "history": [ { "type": "etherscan", - "url": "https://goerli.etherscan.io/api", + "url": "https://api-goerli.etherscan.io/api", "parameters": { "assetType": "evm" } From ca5ca82cf7e336e9d3d61e7aeabd3d51897d5ad8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 18:57:13 +0800 Subject: [PATCH 0839/2142] add v8 --- chains/v8/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 848cd483f..add1684b0 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6814,7 +6814,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { - "currencyIdScale": "0x03000b000a", + "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true @@ -6827,7 +6827,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000b0103000000", + "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true From 34112b40476f2899fa309329580f92e17bd48790 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 21:15:26 +0800 Subject: [PATCH 0840/2142] set lp tokens not transferrable --- chains/v8/chains_dev.json | 12 ++++++------ chains/v9/chains_dev.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index add1684b0..aa4475729 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1723,7 +1723,7 @@ "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -1736,7 +1736,7 @@ "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -1749,7 +1749,7 @@ "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } } ], @@ -6817,7 +6817,7 @@ "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -6830,7 +6830,7 @@ "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -6843,7 +6843,7 @@ "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } } ], diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 61d8ac5ba..ecbb73a44 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1723,7 +1723,7 @@ "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -1736,7 +1736,7 @@ "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -1749,7 +1749,7 @@ "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } } ], @@ -6908,7 +6908,7 @@ "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -6921,7 +6921,7 @@ "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } }, { @@ -6934,7 +6934,7 @@ "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", - "transfersEnabled": true + "transfersEnabled": false } } ], From 630cba6e00d2d8d268b24e6a9248a399d3797020 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 22:18:26 +0800 Subject: [PATCH 0841/2142] promote Ethereum network to prod --- chains/v9/chains.json | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 76ad84945..9bde01d7a 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1029,6 +1029,51 @@ "governance-v1" ] }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 827237e7cd1c56b18aba295f6c1a6a26753bfaf7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 22:20:27 +0800 Subject: [PATCH 0842/2142] promote Ethereum default tokens --- assets/evm/v2/assets.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 60748e7de..127a4cdb6 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -13,6 +13,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" } ] }, @@ -30,6 +34,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" } ] }, @@ -43,6 +51,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x4fabb145d64652a948d72533023f6e7a623c7c53" } ] }, @@ -73,6 +85,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x6b175474e89094c44da98b954eedeac495271d0f" } ] }, From e92eb7615d7b435dc7f94b83eb743fa7c8792dbd Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Mar 2023 22:26:35 +0800 Subject: [PATCH 0843/2142] replace Polkassembly API with Subsquare for Polkadot, Kusama --- chains/v9/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 9bde01d7a..1d68ef0d4 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -94,8 +94,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" } ] }, @@ -203,8 +203,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" } ], "governance-delegations": [ From 10b894283da22363d0e1440a962cfeacd2218c54 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 12:40:54 +0800 Subject: [PATCH 0844/2142] fix node naming --- chains/v9/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 1d68ef0d4..8d82e2d10 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1045,7 +1045,7 @@ "nodes": [ { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" + "name": "Infura node" } ], "explorers": [ From 03afe3c3dc8d43b4f5ea2bc1ff2e42cf3276e304 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 14:04:43 +0800 Subject: [PATCH 0845/2142] add/replace gov API with Subsquare for Basilisk, HydraDX, Centrifuge --- chains/v9/chains_dev.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index ecbb73a44..1a4991690 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -2120,11 +2120,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" } ] }, @@ -4363,6 +4360,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", @@ -4543,11 +4546,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" } ] }, From 292177ad513d29abfcb5874d72f490c5b2aba588 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:02:03 +0300 Subject: [PATCH 0846/2142] update addressPrefix for composable finance (#1429) --- chains/v8/chains.json | 2 +- chains/v9/chains.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index c7c8c481a..fb4a02453 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -4558,7 +4558,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 + "addressPrefix": 50 }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 76ad84945..38be713e3 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -4609,7 +4609,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 + "addressPrefix": 50 }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", From e198392084938e752bbac2ce904b01f14839e8f5 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 17:29:41 +0800 Subject: [PATCH 0847/2142] add dapps_full file, remove nft category and dapps from dapps file --- dapps/dapps.json | 150 ---------- dapps/dapps_full.json | 637 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 637 insertions(+), 150 deletions(-) create mode 100644 dapps/dapps_full.json diff --git a/dapps/dapps.json b/dapps/dapps.json index 4d14ed1c5..c43251424 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -24,10 +24,6 @@ "name": "Governance", "id": "governance" }, - { - "name": "NFT", - "id": "nft" - }, { "name": "Social", "id": "social" @@ -42,30 +38,6 @@ } ], "dapps": [ - { - "name": "Singular 2.0", - "url": "https://singular.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", - "categories": [ - "nft" - ] - }, - { - "name": "Singular", - "url": "https://singular.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular.svg", - "categories": [ - "nft" - ] - }, - { - "name": "Kanaria", - "url": "https://kanaria.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kanaria.svg", - "categories": [ - "nft" - ] - }, { "name": "Bifrost App", "url": "https://bifrost.app/", @@ -111,14 +83,6 @@ "utilities" ] }, - { - "name": "KodaDot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/KodaDot.png", - "url": "https://kodadot.xyz/", - "categories": [ - "nft" - ] - }, { "name": "Dotmarketcap", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", @@ -135,17 +99,6 @@ "governance" ] }, - { - "name": "Talisman App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", - "url": "https://app.talisman.xyz/portfolio", - "categories": [ - "crowdloans", - "staking", - "nft" - ], - "desktopOnly": true - }, { "name": "Phala App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", @@ -285,15 +238,6 @@ "social" ] }, - { - "name": "TofuNFT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", - "url": "https://tofunft.com/", - "categories": [ - "nft", - "evm" - ] - }, { "name": "Subsquare", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", @@ -330,16 +274,6 @@ "evm" ] }, - { - "name": "cBRIDGE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", - "url": "https://cbridge.celer.network/#/transfer", - "categories": [ - "dex", - "evm", - "nft" - ] - }, { "name": "Moonwell Apollo", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", @@ -369,16 +303,6 @@ "evm" ] }, - { - "name": "Skybreach", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Skybreach.png", - "url": "https://skybreach.app/", - "categories": [ - "nft", - "evm", - "gaming" - ] - }, { "name": "Polkawatch", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkawatch.svg", @@ -387,16 +311,6 @@ "staking" ] }, - { - "name": "Damned Pirates Society", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", - "url": "https://damnedpiratessociety.io/", - "categories": [ - "nft", - "evm", - "gaming" - ] - }, { "name": "Polkadot Staking Dashboard", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", @@ -406,15 +320,6 @@ "utilities" ] }, - { - "name": "Moonsama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", - "url": "https://marketplace.moonsama.com/", - "categories": [ - "nft", - "evm" - ] - }, { "name": "Downtown Moonbeam", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", @@ -424,15 +329,6 @@ "social" ] }, - { - "name": "EVRLOOT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", - "url": "https://game.evrloot.com/game", - "categories": [ - "nft", - "gaming" - ] - }, { "name": "Darwinia App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", @@ -441,16 +337,6 @@ "staking" ] }, - { - "name": "Evolution Land. Columbus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", - "url": "https://portal.evolution.land/land/3/market/land", - "categories": [ - "nft", - "evm", - "gaming" - ] - }, { "name": "Basilisk Snek Swap", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", @@ -476,24 +362,6 @@ "crowdloans" ] }, - { - "name": "Raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", - "url": "https://raresama.com/", - "categories": [ - "nft" - ] - }, - { - "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", - "url": "https://pioneer.bit.country/", - "categories": [ - "nft", - "staking", - "gaming" - ] - }, { "name": "Zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", @@ -510,15 +378,6 @@ "utilities" ] }, - { - "name": "Proof of Chaos", - "url": "https://proofofchaos.app", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", - "categories": [ - "nft", - "governance" - ] - }, { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", @@ -623,15 +482,6 @@ "staking" ], "desktopOnly": true - }, - { - "name": "Secret Stash", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", - "url": "https://secret-stash.io/", - "categories": [ - "nft", - "utilities" - ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json new file mode 100644 index 000000000..4d14ed1c5 --- /dev/null +++ b/dapps/dapps_full.json @@ -0,0 +1,637 @@ +{ + "categories": [ + { + "name": "Bridge", + "id": "bridge" + }, + { + "name": "Crowdloans", + "id": "crowdloans" + }, + { + "name": "DEX", + "id": "dex" + }, + { + "name": "EVM", + "id": "evm" + }, + { + "name": "Gaming", + "id": "gaming" + }, + { + "name": "Governance", + "id": "governance" + }, + { + "name": "NFT", + "id": "nft" + }, + { + "name": "Social", + "id": "social" + }, + { + "name": "Staking", + "id": "staking" + }, + { + "name": "Utilities", + "id": "utilities" + } + ], + "dapps": [ + { + "name": "Singular 2.0", + "url": "https://singular.app/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", + "categories": [ + "nft" + ] + }, + { + "name": "Singular", + "url": "https://singular.rmrk.app/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular.svg", + "categories": [ + "nft" + ] + }, + { + "name": "Kanaria", + "url": "https://kanaria.rmrk.app/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kanaria.svg", + "categories": [ + "nft" + ] + }, + { + "name": "Bifrost App", + "url": "https://bifrost.app/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", + "categories": [ + "bridge", + "crowdloans", + "dex", + "staking" + ] + }, + { + "name": "Astar DApp Hub", + "url": "https://portal.astar.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", + "categories": [ + "bridge", + "staking", + "evm" + ] + }, + { + "name": "PolkaVerse", + "url": "https://polkaverse.com/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "categories": [ + "social" + ] + }, + { + "name": "Sub.ID", + "url": "https://sub.id/#/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Sub.ID.png", + "categories": [ + "utilities" + ] + }, + { + "name": "Polkadot.js", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadot.js.svg", + "url": "https://polkadot.js.org/apps/#", + "categories": [ + "utilities" + ] + }, + { + "name": "KodaDot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/KodaDot.png", + "url": "https://kodadot.xyz/", + "categories": [ + "nft" + ] + }, + { + "name": "Dotmarketcap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", + "url": "https://dotmarketcap.com/", + "categories": [ + "social" + ] + }, + { + "name": "Polkassembly", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "url": "https://polkadot.polkassembly.io/", + "categories": [ + "governance" + ] + }, + { + "name": "Talisman App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", + "url": "https://app.talisman.xyz/portfolio", + "categories": [ + "crowdloans", + "staking", + "nft" + ], + "desktopOnly": true + }, + { + "name": "Phala App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", + "url": "https://app.phala.network/", + "categories": [ + "staking" + ] + }, + { + "name": "Parallel Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "url": "https://crowdloan.parallel.fi/#/auction/rewards/", + "categories": [ + "crowdloans" + ] + }, + { + "name": "Kintsugi Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", + "url": "https://kintsugi.interlay.io/", + "categories": [ + "bridge", + "staking", + "crowdloans" + ] + }, + { + "name": "Moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", + "url": "https://apps.moonbeam.network/moonbeam", + "categories": [ + "bridge", + "staking", + "crowdloans", + "evm" + ] + }, + { + "name": "Moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", + "url": "https://apps.moonbeam.network/moonriver", + "categories": [ + "bridge", + "staking", + "crowdloans", + "evm" + ] + }, + { + "name": "Solarflare", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", + "url": "https://app.solarflare.io/exchange/swap", + "categories": [ + "bridge", + "dex", + "staking", + "evm" + ] + }, + { + "name": "Solarbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", + "url": "https://app.solarbeam.io/exchange/swap", + "categories": [ + "bridge", + "dex", + "staking", + "evm" + ] + }, + { + "name": "Beamswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", + "url": "https://app.beamswap.io/exchange/swap", + "categories": [ + "bridge", + "dex", + "staking", + "evm" + ] + }, + { + "name": "Stellaswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", + "url": "https://app.stellaswap.com/exchange/swap", + "categories": [ + "bridge", + "dex", + "staking", + "evm" + ] + }, + { + "name": "Impossible Finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", + "url": "https://invest.impossible.finance/launchpad", + "categories": [ + "dex", + "evm" + ] + }, + { + "name": "Huckleberry Finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", + "url": "https://www.huckleberry.finance/#/swap", + "categories": [ + "bridge", + "dex", + "staking", + "evm" + ] + }, + { + "name": "MyTrade", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", + "url": "https://mytrade.org/", + "categories": [ + "dex", + "staking", + "evm" + ] + }, + { + "name": "Parallel Finance App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "url": "https://app.parallel.fi/", + "categories": [ + "bridge", + "dex" + ] + }, + { + "name": "DappRadar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", + "url": "https://dappradar.com/", + "categories": [ + "social" + ] + }, + { + "name": "TofuNFT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", + "url": "https://tofunft.com/", + "categories": [ + "nft", + "evm" + ] + }, + { + "name": "Subsquare", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "url": "https://polkadot.subsquare.io/", + "categories": [ + "governance" + ] + }, + { + "name": "Kusama Lido", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", + "url": "https://kusama.lido.fi/", + "categories": [ + "staking", + "evm" + ] + }, + { + "name": "Polkadot Lido", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", + "url": "https://polkadot.lido.fi/", + "categories": [ + "staking", + "evm" + ] + }, + { + "name": "ArthSwap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", + "url": "https://app.arthswap.org/#/swap", + "categories": [ + "dex", + "staking", + "evm" + ] + }, + { + "name": "cBRIDGE", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", + "url": "https://cbridge.celer.network/#/transfer", + "categories": [ + "dex", + "evm", + "nft" + ] + }, + { + "name": "Moonwell Apollo", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", + "url": "https://moonwell.fi/apollo/MOVR", + "categories": [ + "bridge", + "dex", + "evm" + ] + }, + { + "name": "SubBridge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", + "url": "https://subbridge.io/", + "categories": [ + "bridge", + "evm" + ] + }, + { + "name": "Moonwell Artemis", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", + "url": "https://moonwell.fi/artemis/GLMR", + "categories": [ + "bridge", + "dex", + "evm" + ] + }, + { + "name": "Skybreach", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Skybreach.png", + "url": "https://skybreach.app/", + "categories": [ + "nft", + "evm", + "gaming" + ] + }, + { + "name": "Polkawatch", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkawatch.svg", + "url": "https://polkawatch.app/", + "categories": [ + "staking" + ] + }, + { + "name": "Damned Pirates Society", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", + "url": "https://damnedpiratessociety.io/", + "categories": [ + "nft", + "evm", + "gaming" + ] + }, + { + "name": "Polkadot Staking Dashboard", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "url": "https://staking.polkadot.network/dashboard#/overview", + "categories": [ + "staking", + "utilities" + ] + }, + { + "name": "Moonsama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", + "url": "https://marketplace.moonsama.com/", + "categories": [ + "nft", + "evm" + ] + }, + { + "name": "Downtown Moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "url": "https://dtmb.xyz", + "categories": [ + "evm", + "social" + ] + }, + { + "name": "EVRLOOT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", + "url": "https://game.evrloot.com/game", + "categories": [ + "nft", + "gaming" + ] + }, + { + "name": "Darwinia App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", + "url": "https://apps.darwinia.network/", + "categories": [ + "staking" + ] + }, + { + "name": "Evolution Land. Columbus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", + "url": "https://portal.evolution.land/land/3/market/land", + "categories": [ + "nft", + "evm", + "gaming" + ] + }, + { + "name": "Basilisk Snek Swap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "url": "https://app.basilisk.cloud/#/trade", + "categories": [ + "bridge", + "dex" + ] + }, + { + "name": "GM! Say it back", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "url": "https://app.gmordie.com/", + "categories": [ + "social" + ] + }, + { + "name": "Tinkernet Rewards Claim", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "url": "https://www.tinker.network/claim", + "categories": [ + "crowdloans" + ] + }, + { + "name": "Raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", + "url": "https://raresama.com/", + "categories": [ + "nft" + ] + }, + { + "name": "Bit.Country Pioneer Metaverse", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", + "url": "https://pioneer.bit.country/", + "categories": [ + "nft", + "staking", + "gaming" + ] + }, + { + "name": "Zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", + "url": "https://app.zeitgeist.pm/", + "categories": [ + "utilities" + ] + }, + { + "name": "ACE", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "url": "https://ace.web3go.xyz/#/", + "categories": [ + "utilities" + ] + }, + { + "name": "Proof of Chaos", + "url": "https://proofofchaos.app", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "categories": [ + "nft", + "governance" + ] + }, + { + "name": "Polkadex Orderbook", + "url": "https://orderbook.polkadex.trade/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", + "categories": [ + "dex", + "utilities" + ] + }, + { + "name": "Interlay Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", + "url": "https://app.interlay.io/", + "categories": [ + "bridge", + "staking", + "crowdloans" + ] + }, + { + "name": "xx network Hub", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", + "url": "https://hub.xx.network", + "categories": [ + "social", + "staking", + "utilities" + ] + }, + { + "name": "Litentry App", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", + "url": "https://apps.litentry.com/", + "categories": [ + "bridge", + "evm" + ] + }, + { + "name": "HydraDX Omnipool", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", + "url": "https://app.hydradx.io/#/trade", + "categories": [ + "bridge", + "dex" + ] + }, + { + "name": "PABLO", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "url": "https://app.pablo.finance/", + "categories": [ + "dex" + ] + }, + { + "name": "Karura App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", + "url": "https://apps.karura.network/", + "categories": [ + "bridge", + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Acala App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", + "url": "https://apps.acala.network/", + "categories": [ + "bridge", + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "Mangata X (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "url": "https://app.mangata.finance/", + "categories": [ + "bridge" + ], + "desktopOnly": true + }, + { + "name": "Zenlink (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "url": "https://dex.zenlink.pro/#/swap", + "categories": [ + "dex", + "staking" + ], + "desktopOnly": true + }, + { + "name": "KILT Stakeboard (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", + "url": "https://stakeboard.kilt.io/", + "categories": [ + "staking" + ], + "desktopOnly": true + }, + { + "name": "Secret Stash", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "url": "https://secret-stash.io/", + "categories": [ + "nft", + "utilities" + ] + } + ] +} From be9f0496a062d2fbbbeb52968f603499c36fa08e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 18:06:00 +0800 Subject: [PATCH 0848/2142] add back Talisman dapp --- dapps/dapps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index c43251424..4dd9fd74f 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -99,6 +99,16 @@ "governance" ] }, + { + "name": "Talisman App (Desktop mode)", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", + "url": "https://app.talisman.xyz/portfolio", + "categories": [ + "crowdloans", + "staking" + ], + "desktopOnly": true + }, { "name": "Phala App", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", From 3e601caf525a0309db6d310cab170d8d016fa43b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:12:59 +0300 Subject: [PATCH 0849/2142] Update chain types (#1439) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bit.country_pioneer.json | 2 +- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/tinkernet.json | 25 ++++++++++++++++++++---- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index 2cf4451dd..28dac4d87 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,5 +1,5 @@ { - "runtime_id": 17, + "runtime_id": 18, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 3a85f5781..fa8f4d96e 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1023000, + "runtime_id": 1023002, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index 9a9ac5a8d..30868567b 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 15, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "tinkernet_runtime.Event": "GenericEvent", - "tinkernet_runtime.Call": "GenericCall", + "tinkernet_runtime.RuntimeEvent": "GenericEvent", + "tinkernet_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 11ebb2d9579830da722ee7c0609868bdb0ea792e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 18:41:38 +0800 Subject: [PATCH 0850/2142] promote Subsquare API for Centrifuge, Basilisk, HydraDX --- chains/v9/chains.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 6b899befd..6f43fa0de 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1843,11 +1843,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" } ] }, @@ -3960,6 +3957,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", @@ -4137,11 +4140,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" } ] }, From 546a5d2dcc4044288395b994fabf045f967b6d37 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Mar 2023 20:42:08 +0800 Subject: [PATCH 0851/2142] add HEX, stETH, UNI, MATIC, WBTC, BNB --- assets/evm/v2/assets_dev.json | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index d596391b0..18f16ffaf 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -68,6 +68,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" } ] }, @@ -115,6 +119,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" } ] }, @@ -398,6 +406,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52" } ] }, @@ -425,5 +437,44 @@ "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" } ] + }, + { + "symbol": "HEX", + "precision": 8, + "name": "Hex", + "priceId": "Hex", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39" + } + ] + }, + { + "symbol": "stETH", + "precision": 18, + "name": "Lido Staked Ether", + "priceId": "staked-ether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84" + } + ] + }, + { + "symbol": "UNI", + "precision": 18, + "name": "Uniswap", + "priceId": "uniswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + ] } ] From 116133a42ac59d73b8d87884d8ff0379ae5b15da Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 25 Mar 2023 10:21:23 +0800 Subject: [PATCH 0852/2142] add icons --- assets/evm/v2/assets_dev.json | 6 +++--- icons/tokens/white/HEX.svg | 3 +++ icons/tokens/white/UNI.svg | 13 +++++++++++++ icons/tokens/white/stETH.svg | 3 +++ 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 icons/tokens/white/HEX.svg create mode 100644 icons/tokens/white/UNI.svg create mode 100644 icons/tokens/white/stETH.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 18f16ffaf..93dfcc703 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -443,7 +443,7 @@ "precision": 8, "name": "Hex", "priceId": "Hex", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", "instances": [ { "chainId": "eip155:1", @@ -456,7 +456,7 @@ "precision": 18, "name": "Lido Staked Ether", "priceId": "staked-ether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", "instances": [ { "chainId": "eip155:1", @@ -469,7 +469,7 @@ "precision": 18, "name": "Uniswap", "priceId": "uniswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", "instances": [ { "chainId": "eip155:1", diff --git a/icons/tokens/white/HEX.svg b/icons/tokens/white/HEX.svg new file mode 100644 index 000000000..02c28a5a8 --- /dev/null +++ b/icons/tokens/white/HEX.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/UNI.svg b/icons/tokens/white/UNI.svg new file mode 100644 index 000000000..3d4713dc8 --- /dev/null +++ b/icons/tokens/white/UNI.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/tokens/white/stETH.svg b/icons/tokens/white/stETH.svg new file mode 100644 index 000000000..eb48cfb8b --- /dev/null +++ b/icons/tokens/white/stETH.svg @@ -0,0 +1,3 @@ + + + From c06aa61eb47beb84ec86e1f559097368cb36d22e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 27 Mar 2023 09:10:58 +0300 Subject: [PATCH 0853/2142] fix account for Bifrost Kusama --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index af885c496..7887e48f9 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -42,7 +42,7 @@ { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "name": "Bifrost", - "account": "0x56fb0fa9ad6f278dc92150be9343bf6969d35c0aaa309d61f21ee3006bbf3372" + "account": "0xd2f4a1145d6af282a61d8cd8a4d93234232185d07a51f04b43ce593c1e274c2c" }, { "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", From c2a1df31e0bbf8d6c77dcb12a3a5d9beac44b99d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:11:39 +0300 Subject: [PATCH 0854/2142] Remove Crab network from v9 (#1444) --- chains/v9/chains.json | 51 ------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 6f43fa0de..c919e321c 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -3706,57 +3706,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 4254736f4e16608ac00616f6111077476e54c869 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 01:12:06 +0800 Subject: [PATCH 0855/2142] add Goerli icon (#1446) --- chains/v9/chains_dev.json | 2 +- icons/chains/gradient/Ethereum_Goerli.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Ethereum_Goerli.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 1a4991690..ffcbae4d2 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3267,7 +3267,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", diff --git a/icons/chains/gradient/Ethereum_Goerli.svg b/icons/chains/gradient/Ethereum_Goerli.svg new file mode 100644 index 000000000..e4d9ee8ab --- /dev/null +++ b/icons/chains/gradient/Ethereum_Goerli.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 4ec45d1ba6b5eef7feb30d0152013406450ad3f3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:54:45 +0300 Subject: [PATCH 0856/2142] Adding Ethereum in skipped network for substrate tests (#1447) --- tests/data/setting_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 6af42dd0f..45bd23fca 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -3,7 +3,7 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v6/chains.json") -skipped_networks = ['Edgeware'] +skipped_networks = ['Edgeware', 'Ethereum'] global chains From f7279b5ba007304dfadd405ec141ee5cd5b149a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn=20Nguy=E1=BB=85n=20Kh=E1=BA=AFc?= Date: Tue, 28 Mar 2023 20:45:46 +1300 Subject: [PATCH 0857/2142] chore: remove Talisman desktop constraint (#1438) * chore: remove Talisman desktop constraint App is now fully mobile compatible * remove data back * remove names back * readme format --------- Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- dapps/dapps_dev.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index b8376a902..1b808fd99 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -149,15 +149,14 @@ ] }, { - "name": "Talisman App (Desktop mode)", + "name": "Talisman Portal", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", "staking", "nft" - ], - "desktopOnly": true + ] }, { "name": "Phala App", From d2eda49e4e936b57153faf5bec3de197ae2e989f Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 16:29:47 +0800 Subject: [PATCH 0858/2142] add types file, chains_dev initial, need icons for network and token --- chains/v2/types/bittensor.json | 16 ++++++++++++++++ chains/v9/chains_dev.json | 25 +++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 chains/v2/types/bittensor.json diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json new file mode 100644 index 000000000..f4521b9f4 --- /dev/null +++ b/chains/v2/types/bittensor.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 111, + "types": { + "Balance": "u64", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "node_subtensor_runtime.RuntimeEvent": "GenericEvent", + "node_subtensor_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index ffcbae4d2..6d6f0f884 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6982,5 +6982,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 42 } ] From 95726e4b2e941d41c9368cfb1e5430fc3d6c7ea8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 28 Mar 2023 11:46:19 +0300 Subject: [PATCH 0859/2142] Promote changes for Talisman DApp --- dapps/dapps.json | 5 ++--- dapps/dapps_full.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 4dd9fd74f..fb8f999fc 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -100,14 +100,13 @@ ] }, { - "name": "Talisman App (Desktop mode)", + "name": "Talisman Portal", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", "staking" - ], - "desktopOnly": true + ] }, { "name": "Phala App", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 4d14ed1c5..6412b4dfd 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -136,15 +136,14 @@ ] }, { - "name": "Talisman App (Desktop mode)", + "name": "Talisman Portal", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", "staking", "nft" - ], - "desktopOnly": true + ] }, { "name": "Phala App", From d2ec938407840d4b94c92652da1365ffb76ae5ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:17:00 +0300 Subject: [PATCH 0860/2142] Update Dapps list (#1441) * Update dapps list * Change file for dapps script --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/generate_dapps_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_dapps_list.py b/scripts/generate_dapps_list.py index 6dabdb3bd..b0761ab8c 100644 --- a/scripts/generate_dapps_list.py +++ b/scripts/generate_dapps_list.py @@ -24,7 +24,7 @@ def generate_dapps_table(): def generate_value_matrix(): returning_array = [] - with open(os.getcwd() + f"/dapps/dapps.json", 'r') as json_file: + with open(os.getcwd() + f"/dapps/dapps_full.json", 'r') as json_file: data = json.load(json_file) for dapp in data['dapps']: network_data_array = [] From a2b89fe3aca15946bddc3150a43b9a20502ed161 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 18:12:51 +0800 Subject: [PATCH 0861/2142] Update assets/evm/v2/assets_dev.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- assets/evm/v2/assets_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 93dfcc703..2fd0eadc6 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -442,7 +442,7 @@ "symbol": "HEX", "precision": 8, "name": "Hex", - "priceId": "Hex", + "priceId": "hex", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", "instances": [ { From 53a3a1f29944c6e05f313e2973712377b1c17baa Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 18:20:33 +0800 Subject: [PATCH 0862/2142] fix KSM-kBTC naming and icon --- chains/v9/chains_dev.json | 8 ++++---- icons/tokens/white/KBTC-KSM.svg | 7 ------- icons/tokens/white/KSM-KBTC.svg | 7 +++++++ 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 icons/tokens/white/KBTC-KSM.svg create mode 100644 icons/tokens/white/KSM-KBTC.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index ffcbae4d2..4f17f9696 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1715,10 +1715,10 @@ }, { "assetId": 6, - "symbol": "kBTC-KSM", + "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6900,10 +6900,10 @@ }, { "assetId": 6, - "symbol": "kBTC-KSM", + "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", diff --git a/icons/tokens/white/KBTC-KSM.svg b/icons/tokens/white/KBTC-KSM.svg deleted file mode 100644 index b2b6145b2..000000000 --- a/icons/tokens/white/KBTC-KSM.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/tokens/white/KSM-KBTC.svg b/icons/tokens/white/KSM-KBTC.svg new file mode 100644 index 000000000..133c4869c --- /dev/null +++ b/icons/tokens/white/KSM-KBTC.svg @@ -0,0 +1,7 @@ + + + + + + + From 58a41f29b8dcce0d60cd0c5cf13493e24fb70f1b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 19:13:21 +0800 Subject: [PATCH 0863/2142] add icons --- chains/v9/chains_dev.json | 4 ++-- icons/chains/gradient/Bittensor.svg | 15 +++++++++++++++ icons/tokens/white/TAO_bittensor.svg | 3 +++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 icons/chains/gradient/Bittensor.svg create mode 100644 icons/tokens/white/TAO_bittensor.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 6d6f0f884..9fd14bcab 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6992,7 +6992,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -7005,7 +7005,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/Bittensor.svg b/icons/chains/gradient/Bittensor.svg new file mode 100644 index 000000000..0b571f673 --- /dev/null +++ b/icons/chains/gradient/Bittensor.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/TAO_bittensor.svg b/icons/tokens/white/TAO_bittensor.svg new file mode 100644 index 000000000..97a8af213 --- /dev/null +++ b/icons/tokens/white/TAO_bittensor.svg @@ -0,0 +1,3 @@ + + + From 77d7b3d6fe01c998c2f6f6345044c6c787592741 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 19:48:52 +0800 Subject: [PATCH 0864/2142] add Polygon network --- chains/v9/chains_dev.json | 45 +++++++++++++++++++++++++++++++ icons/chains/gradient/Polygon.svg | 16 +++++++++++ icons/tokens/white/MATIC.svg | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Polygon.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index ffcbae4d2..451de9f76 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6982,5 +6982,50 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "eip155:127", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "https://polygon-rpc.com", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "polygonscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 127, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/icons/chains/gradient/Polygon.svg b/icons/chains/gradient/Polygon.svg new file mode 100644 index 000000000..ce7adfbb1 --- /dev/null +++ b/icons/chains/gradient/Polygon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/MATIC.svg b/icons/tokens/white/MATIC.svg index b776da40e..72026cb22 100644 --- a/icons/tokens/white/MATIC.svg +++ b/icons/tokens/white/MATIC.svg @@ -1,3 +1,3 @@ - + From 99fc96d632f811a4a43c8336247b15e57cf2b558 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 20:32:42 +0800 Subject: [PATCH 0865/2142] rpc fix --- chains/v9/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 451de9f76..7665afba6 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6998,7 +6998,7 @@ ], "nodes": [ { - "url": "https://polygon-rpc.com", + "url": "wss://rpc-mainnet.matic.network", "name": "Polygon node" } ], From 63ba193eb236eddd5d93a0bd85ed81f7c3047481 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 20:34:30 +0800 Subject: [PATCH 0866/2142] fix chain id --- chains/v9/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 7665afba6..6ea99b239 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6984,7 +6984,7 @@ "addressPrefix": 42 }, { - "chainId": "eip155:127", + "chainId": "eip155:137", "name": "Polygon", "assets": [ { @@ -7022,7 +7022,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 127, + "addressPrefix": 137, "options": [ "ethereumBased", "noSubstrateRuntime" From 726f587bd377b68a36333c8e5bb06968f1d3b4a6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Mar 2023 20:38:46 +0800 Subject: [PATCH 0867/2142] fix icon paths --- chains/v9/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 6ea99b239..40b7f9dc6 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6992,7 +6992,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7021,7 +7021,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", From e32f53e5f55ec05d67f28fc879de8145693707ef Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:47:35 +0300 Subject: [PATCH 0868/2142] Remove Ethereum from type generation script (#1449) --- scripts/create_type_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index c1b22b087..fe72894cd 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -29,7 +29,7 @@ def compare_type_files_for_all_networks(chains_file): index += 1 print( f"Generating has started for: {chain['name']}. {index}/{len(chains_file)}") - if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase', 'Crab']: + if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase', 'Crab', 'Ethereum']: # TODO need to implement creation type file for EVM networks print( f"Temporary can't generate type files for EVM networks, {chain['name']} was skipped") From 10b6012e4a2dceafc6a230999aca21a38d12ee34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:55:34 +0300 Subject: [PATCH 0869/2142] Update Test data File (#1455) * Update test data file * Adding a test account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 7887e48f9..f0f1fa47e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -348,5 +348,10 @@ "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", "name": "Hashed Network", "account": "0x28e9ee1cfb3d986c0982ccb3aca95fc38d7522d57bdf1bec19a9e966f7369d70" + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "account": "0xcc21ceaa4c63ce0feedf24984a4983e078ce46e146df91e7904eb646ed80403e" } ] \ No newline at end of file From d4617839eda6859adeecb780d5c407e23d971e81 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Mar 2023 13:52:06 +0800 Subject: [PATCH 0870/2142] replace polygon node --- chains/v9/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 44d780a4e..ec538813a 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7023,7 +7023,7 @@ ], "nodes": [ { - "url": "wss://rpc-mainnet.matic.network", + "url": "wss://polygon-mainnet.public.blastapi.io", "name": "Polygon node" } ], From 10400a7d5a2a60592624b7c3ba3eb9e7df2e9976 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:36:24 +0300 Subject: [PATCH 0871/2142] Update dapps list (#1457) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index 3d157b4bc..6113b14b4 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -59,7 +59,7 @@ | 55 | Sub.ID | https://sub.id/#/ | utilities | | 56 | SubBridge | https://subbridge.io/ | bridge,evm | | 57 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 58 | Talisman App (Desktop mode) | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | +| 58 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | | 59 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | | 60 | TofuNFT | https://tofunft.com/ | nft,evm | | 61 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | From 4531e594052bc8b0417df039a1b27883cb97f2dc Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Mar 2023 14:53:09 +0800 Subject: [PATCH 0872/2142] promote new tokens on Ethereum --- assets/evm/v2/assets.json | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 127a4cdb6..4c8a67793 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -68,6 +68,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" } ] }, @@ -115,6 +119,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" } ] }, @@ -359,6 +367,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52" } ] }, @@ -386,5 +398,44 @@ "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" } ] + }, + { + "symbol": "HEX", + "precision": 8, + "name": "Hex", + "priceId": "hex", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39" + } + ] + }, + { + "symbol": "stETH", + "precision": 18, + "name": "Lido Staked Ether", + "priceId": "staked-ether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84" + } + ] + }, + { + "symbol": "UNI", + "precision": 18, + "name": "Uniswap", + "priceId": "uniswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + ] } ] From d08b596ee57897a7d3c348de92b8d22f654170e5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Mar 2023 15:49:49 +0800 Subject: [PATCH 0873/2142] promote lp tokens on Kintsugi --- chains/v9/chains.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index c919e321c..28da0d200 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -3463,6 +3463,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ From e2d13789c6b146e8ce1c9e07bf9d38172b99d4df Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Mar 2023 16:40:24 +0800 Subject: [PATCH 0874/2142] add Exosama network --- chains/v9/chains_dev.json | 45 +++++++++++++++++++++++++++++++ icons/chains/gradient/Exosama.svg | 15 +++++++++++ icons/tokens/white/MOONSAMA.svg | 4 +++ 3 files changed, 64 insertions(+) create mode 100644 icons/chains/gradient/Exosama.svg create mode 100644 icons/tokens/white/MOONSAMA.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index ec538813a..b53961dbe 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7052,5 +7052,50 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "MOONSAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "exosama", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/icons/chains/gradient/Exosama.svg b/icons/chains/gradient/Exosama.svg new file mode 100644 index 000000000..42bb9eb5d --- /dev/null +++ b/icons/chains/gradient/Exosama.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/MOONSAMA.svg b/icons/tokens/white/MOONSAMA.svg new file mode 100644 index 000000000..472d4d587 --- /dev/null +++ b/icons/tokens/white/MOONSAMA.svg @@ -0,0 +1,4 @@ + + + + From 0eb998487a37220ac831a2d9242e329e0600d181 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:53:40 +0300 Subject: [PATCH 0875/2142] Update chain types (#1460) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/bit.country_pioneer.json | 2 +- chains/v2/types/mangatax.json | 2 +- chains/v2/types/nodle.json | 6 +++--- chains/v2/types/tinkernet.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index 0bc7ecbc4..69a254bfc 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 58, + "runtime_id": 59, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bit.country_pioneer.json b/chains/v2/types/bit.country_pioneer.json index 28dac4d87..2a64e939b 100644 --- a/chains/v2/types/bit.country_pioneer.json +++ b/chains/v2/types/bit.country_pioneer.json @@ -1,5 +1,5 @@ { - "runtime_id": 18, + "runtime_id": 19, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index f46b2fe10..3006a1b01 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 15, + "runtime_id": 2802, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/nodle.json b/chains/v2/types/nodle.json index 91af0345c..444b696eb 100644 --- a/chains/v2/types/nodle.json +++ b/chains/v2/types/nodle.json @@ -1,5 +1,5 @@ { - "runtime_id": 12, + "runtime_id": 19, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "runtime_eden.Event": "GenericEvent", - "runtime_eden.Call": "GenericCall", + "runtime_eden.RuntimeEvent": "GenericEvent", + "runtime_eden.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index 30868567b..577473a71 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 15, + "runtime_id": 16, "types": { "Balance": "u128", "Index": "u32", From 9113bfd60363add8b5c080ce7b94efa2bccea6e0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Mar 2023 17:55:23 +0800 Subject: [PATCH 0876/2142] fix history API type and ticker --- chains/v9/chains_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index b53961dbe..0e729bb61 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7038,7 +7038,7 @@ "externalApi": { "history": [ { - "type": "polygonscan", + "type": "etherscan", "url": "https://api.polygonscan.com/api", "parameters": { "assetType": "evm" @@ -7059,7 +7059,7 @@ "assets": [ { "assetId": 0, - "symbol": "MOONSAMA", + "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", @@ -7083,7 +7083,7 @@ "externalApi": { "history": [ { - "type": "exosama", + "type": "etherscan", "url": "https://explorer.exosama.com/api", "parameters": { "assetType": "evm" From 0ccfa6b9596eb4811cd616b6332df9a958b6e7cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:14:56 +0000 Subject: [PATCH 0877/2142] Update chain types --- chains/v2/types/picasso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 829db5b5d..c9c103ada 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10010, + "runtime_id": 10011, "types": { "Balance": "u128", "Index": "u32", From d0b673c4f04440a6e4b0a821a7a229c7b69fc0b7 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 31 Mar 2023 00:49:44 +0700 Subject: [PATCH 0878/2142] Backup infura node (#1463) --- chains/v9/chains.json | 4 ++++ chains/v9/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index c919e321c..0a5790cdb 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1043,6 +1043,10 @@ } ], "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 0e729bb61..2227ebe74 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3198,6 +3198,10 @@ } ], "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura test node" From cadcabac2804ffd48e65001b06ba303089418d2d Mon Sep 17 00:00:00 2001 From: valentunn Date: Fri, 31 Mar 2023 00:53:41 +0700 Subject: [PATCH 0879/2142] Revert "promote new tokens on Ethereum" This reverts commit 4531e594 --- assets/evm/v2/assets.json | 51 --------------------------------------- 1 file changed, 51 deletions(-) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 4c8a67793..127a4cdb6 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -68,10 +68,6 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" - }, - { - "chainId": "eip155:1", - "contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" } ] }, @@ -119,10 +115,6 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" - }, - { - "chainId": "eip155:1", - "contractAddress": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" } ] }, @@ -367,10 +359,6 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" - }, - { - "chainId": "eip155:1", - "contractAddress": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52" } ] }, @@ -398,44 +386,5 @@ "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" } ] - }, - { - "symbol": "HEX", - "precision": 8, - "name": "Hex", - "priceId": "hex", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", - "instances": [ - { - "chainId": "eip155:1", - "contractAddress": "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39" - } - ] - }, - { - "symbol": "stETH", - "precision": 18, - "name": "Lido Staked Ether", - "priceId": "staked-ether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", - "instances": [ - { - "chainId": "eip155:1", - "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84" - } - ] - }, - { - "symbol": "UNI", - "precision": 18, - "name": "Uniswap", - "priceId": "uniswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", - "instances": [ - { - "chainId": "eip155:1", - "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" - } - ] } ] From efc589d3f649e13390c296cfd11ac56dd524773f Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 31 Mar 2023 17:06:23 +0800 Subject: [PATCH 0880/2142] Add Polygon Mumbai testnet (#1466) * add Mumbai Polygon testnet * add icon * Update chains/v9/chains_dev.json Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --------- Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- chains/v9/chains_dev.json | 45 ++++++++++++++++++++++++ icons/chains/gradient/Polygon_Mumbai.svg | 15 ++++++++ 2 files changed, 60 insertions(+) create mode 100644 icons/chains/gradient/Polygon_Mumbai.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 2227ebe74..adc45ccb8 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7101,5 +7101,50 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "eip155:80001", + "name": "Polygon - Mumbai", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-testnet.public.blastapi.io", + "name": "Mumbai node" + } + ], + "explorers": [ + { + "name": "Mumbai Polygonscan", + "extrinsic": "https://mumbai.polygonscan.com/tx/{hash}", + "account": "https://mumbai.polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon_Mumbai.svg", + "addressPrefix": 80001, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/icons/chains/gradient/Polygon_Mumbai.svg b/icons/chains/gradient/Polygon_Mumbai.svg new file mode 100644 index 000000000..03b37a8e3 --- /dev/null +++ b/icons/chains/gradient/Polygon_Mumbai.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 3147146f5e3e424765fa7d56e4de44c9e85e10b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:07:08 +0300 Subject: [PATCH 0881/2142] Update chain types (#1467) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/composable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index aefc4d1fe..4107778cb 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10009, + "runtime_id": 10011, "types": { "Balance": "u128", "Index": "u32", From ff023324713a93b3013cb4f69d4eecf3275bfcaa Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 31 Mar 2023 21:11:51 +0800 Subject: [PATCH 0882/2142] Revert "Add Polygon Mumbai testnet (#1466)" This reverts commit efc589d3f649e13390c296cfd11ac56dd524773f. --- chains/v9/chains_dev.json | 45 ------------------------ icons/chains/gradient/Polygon_Mumbai.svg | 15 -------- 2 files changed, 60 deletions(-) delete mode 100644 icons/chains/gradient/Polygon_Mumbai.svg diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index adc45ccb8..2227ebe74 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7101,50 +7101,5 @@ "ethereumBased", "noSubstrateRuntime" ] - }, - { - "chainId": "eip155:80001", - "name": "Polygon - Mumbai", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-testnet.public.blastapi.io", - "name": "Mumbai node" - } - ], - "explorers": [ - { - "name": "Mumbai Polygonscan", - "extrinsic": "https://mumbai.polygonscan.com/tx/{hash}", - "account": "https://mumbai.polygonscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon_Mumbai.svg", - "addressPrefix": 80001, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] } ] diff --git a/icons/chains/gradient/Polygon_Mumbai.svg b/icons/chains/gradient/Polygon_Mumbai.svg deleted file mode 100644 index 03b37a8e3..000000000 --- a/icons/chains/gradient/Polygon_Mumbai.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - From ede192ac08c9d38da0bdb1450099e1c49cafc130 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 31 Mar 2023 16:23:04 +0300 Subject: [PATCH 0883/2142] Change Ethereum node --- chains/v9/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 0a5790cdb..d46bbf039 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1044,7 +1044,7 @@ ], "nodes": [ { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", "name": "Infura node 2" }, { From b61fcd194f11d3d968f5f9076efa4d3b2d6d0d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 19:46:50 +0300 Subject: [PATCH 0884/2142] Update chain types (#1473) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index e755ba18c..943e76409 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 970, + "runtime_id": 971, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index d905bac3b..2a0ac89ef 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 970, + "runtime_id": 971, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 4107778cb..5820894d0 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10011, + "runtime_id": 10013, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index bf503d4bc..1124cf046 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1210, + "runtime_id": 1220, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index c9c103ada..b7676c5f1 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10011, + "runtime_id": 10013, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 473f5cc78..c003b5aea 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5002001, + "runtime_id": 5003001, "types": { "Balance": "u128", "Index": "u32", From 946f3eb37ceec10ad1f65014fa8e818861ae3a90 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sun, 2 Apr 2023 23:38:11 +0300 Subject: [PATCH 0885/2142] change nodes order for Ethereum (#1475) --- chains/v9/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index d46bbf039..f8eff21bb 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1043,13 +1043,13 @@ } ], "nodes": [ - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" - }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" } ], "explorers": [ From fba762b32ea74c8c0a28e4da98c2dd892dfd5c37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:42:32 +0300 Subject: [PATCH 0886/2142] Update chain types (#1476) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/dorafactory.json | 2 +- chains/v2/types/gm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/dorafactory.json b/chains/v2/types/dorafactory.json index ca17a7cb5..0ce492c49 100644 --- a/chains/v2/types/dorafactory.json +++ b/chains/v2/types/dorafactory.json @@ -1,5 +1,5 @@ { - "runtime_id": 32, + "runtime_id": 33, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/gm.json b/chains/v2/types/gm.json index 26e6f975e..2947f6f1e 100644 --- a/chains/v2/types/gm.json +++ b/chains/v2/types/gm.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 7, "types": { "Balance": "u128", "Index": "u32", From bdfa0e15b20139d6a88d6b57596f096abee21dac Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:42:42 +0300 Subject: [PATCH 0887/2142] Remove KICO network (#1474) --- chains/v8/chains_dev.json | 40 --------------------------------------- chains/v9/chains_dev.json | 40 --------------------------------------- 2 files changed, 80 deletions(-) diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index aa4475729..4d2d1f2ba 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -3966,46 +3966,6 @@ "governance-v1" ] }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 2227ebe74..0e7baaa2b 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -4058,46 +4058,6 @@ "governance-v1" ] }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 119795feddb20baeaa180e9e0ebc81faade5c100 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:42:57 +0300 Subject: [PATCH 0888/2142] Adding etherscan history type (#1470) --- scripts/generate_network_list.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index 47a909114..e6464ac9d 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -19,8 +19,8 @@ {{networks_table}} """) -CHAINS_VERSION = os.getenv('CHAINS_VERSION', default="v6") -XCM_VERSION = os.getenv('XCM_VERSION', default="v2") +CHAINS_VERSION = os.getenv('CHAINS_VERSION') +XCM_VERSION = os.getenv('XCM_VERSION') def generate_networks_table(): @@ -67,6 +67,8 @@ def parse_parameters(key_param, parsing_object): if key_param == "history": if item.get('type') == 'subquery': return subquery_url_formator(item.get('url')) + if item.get('type') == 'etherscan': + return item.get('url') return ", ".join(data) else: raise Exception(F"Unknown key_param: {key_param}") From 29f435997bb6191c18621c7617b416e747c846a3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 3 Apr 2023 11:46:32 +0300 Subject: [PATCH 0889/2142] remove KICO from prod config --- chains/v8/chains.json | 40 ---------------------------------------- chains/v9/chains.json | 40 ---------------------------------------- 2 files changed, 80 deletions(-) diff --git a/chains/v8/chains.json b/chains/v8/chains.json index fb4a02453..70eb86c2d 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -3573,46 +3573,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v9/chains.json b/chains/v9/chains.json index f8eff21bb..695ea358b 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -3619,46 +3619,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 616612c59b608d495dd3abd4dd6418f97070a7a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Apr 2023 18:02:12 +0800 Subject: [PATCH 0890/2142] promote uniform node selection for Ethereum --- chains/v9/chains.json | 1 + chains/v9/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index f8eff21bb..de82912b5 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1042,6 +1042,7 @@ "precision": 18 } ], + "nodeSelectionStrategy": "uniform", "nodes": [ { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 0e7baaa2b..76d01d408 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3197,6 +3197,7 @@ "precision": 18 } ], + "nodeSelectionStrategy": "uniform", "nodes": [ { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", From 13bed5666b36f8bd623a7df0efe70220a0d87e82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:41:47 +0300 Subject: [PATCH 0891/2142] Update networks list (#1482) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 109 +++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/chains/README.md b/chains/README.md index 8ba557959..eaccb7154 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 71 -### 💰 All assets 244 -### 🪙 Unique assets: 126 +### 🕸️ Supported networks: 70 +### 💰 All assets 246 +### 🪙 Unique assets: 129 ### 💫 Cross Chain directions: 251 -### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 68 +### 🧾 SubQuery API projects: 61 +### 👀 Networks with block explorers: 67 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -25,59 +25,58 @@ | 13 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 14 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 15 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 16 | Crab | CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-crab](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crab) | -| 17 | Crust | CRU | Subscan | - | -| 18 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 19 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 20 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 21 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 22 | Edgeware | EDG | Subscan
Sub.ID | - | -| 23 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 24 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 16 | Crust | CRU | Subscan | - | +| 17 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 18 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 19 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 20 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 21 | Edgeware | EDG | Subscan
Sub.ID | - | +| 22 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 23 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 24 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 25 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 26 | Hashed Network | HASH | - | - | | 27 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 28 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 29 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 30 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 31 | KICO | KICO | Polkaholic | [nova-wallet-kico](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kico) | -| 32 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 33 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 34 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 35 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 36 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 37 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 38 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 39 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 40 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 41 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 42 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 43 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 44 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 45 | Myriad | MYRIA | Explorer | - | -| 46 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 47 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 48 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 49 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 50 | Pendulum | PEN
DOT | - | - | -| 51 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 52 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 53 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 54 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 55 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 56 | Polymesh | POLYX | Subscan | - | -| 57 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 58 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 59 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 60 | Snow | ICZ | Subscan
Polkaholic | - | -| 61 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 62 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 63 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 64 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 65 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 66 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 67 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 68 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 69 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 70 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 71 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 31 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 32 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 33 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 34 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 35 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 36 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 37 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 38 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 39 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 40 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 41 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 42 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 43 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 44 | Myriad | MYRIA | Explorer | - | +| 45 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 46 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 47 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 48 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 49 | Pendulum | PEN
DOT | - | - | +| 50 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 51 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 52 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 53 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 54 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 55 | Polymesh | POLYX | Subscan | - | +| 56 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 57 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 58 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 59 | Snow | ICZ | Subscan
Polkaholic | - | +| 60 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 61 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 62 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 63 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 64 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 65 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 66 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 67 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 68 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 69 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 70 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From b858b28332d2faf72aaa96af5f9eb7a3da272c46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:42:04 +0300 Subject: [PATCH 0892/2142] Update test data file (#1479) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index f0f1fa47e..4d36de8d4 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -124,11 +124,6 @@ "name": "Zeitgeist", "account": "0x524e9aac979cbb9ecdb7acd1635755c3b15696321a3345ca77f0ab0ae23f675a" }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "name": "KICO", - "account": "0xfcacdc1b0849908f55623b4249ab6c63823122703c6fa9e223e15c0b0fffd371" - }, { "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", "name": "Westmint", From 1be19adf2abdba0574afb4f03b1e61cc3aca23eb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:17:12 +0300 Subject: [PATCH 0893/2142] Adding v10 config (#1483) --- chains/v10/chains.json | 5875 ++++++++++++++++++++++++++++++ chains/v10/chains_dev.json | 7066 ++++++++++++++++++++++++++++++++++++ 2 files changed, 12941 insertions(+) create mode 100644 chains/v10/chains.json create mode 100644 chains/v10/chains_dev.json diff --git a/chains/v10/chains.json b/chains/v10/chains.json new file mode 100644 index 000000000..5a0bc1b6c --- /dev/null +++ b/chains/v10/chains.json @@ -0,0 +1,5875 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json new file mode 100644 index 000000000..76d01d408 --- /dev/null +++ b/chains/v10/chains_dev.json @@ -0,0 +1,7066 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + } +] From 20466433dd0fef4a3920bc7491481aa6d230cb2c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 4 Apr 2023 08:24:15 +0300 Subject: [PATCH 0894/2142] Adding new nodes for eth (#1484) --- chains/v10/chains_dev.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 76d01d408..82f937869 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3199,10 +3199,46 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" }, + { + "url": "https://mainnet.infura.io/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "https://mainnet.infura.io/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura test node" From b1e2dfe8f9b7afe8a103816f67e81672c9f5f240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 08:13:02 +0000 Subject: [PATCH 0895/2142] Update chain types --- chains/v2/types/kilt_spiritnet.json | 2 +- chains/v2/types/picasso.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index 61cd787b6..0e23ba10c 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 10890, + "runtime_id": 11000, "types": { "Balance": "u128", "Index": "u64", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index b7676c5f1..2b3b4ab4f 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10013, + "runtime_id": 10014, "types": { "Balance": "u128", "Index": "u32", From 533c2f0022b158773cf2d7a82f060e616732a3d5 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 4 Apr 2023 18:47:58 +0800 Subject: [PATCH 0896/2142] add 3DPass network --- chains/v10/chains_dev.json | 32 ++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 32 ++++++++++++++++++++++++++++ icons/chains/gradient/NovaCustom.svg | 15 +++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 icons/chains/gradient/NovaCustom.svg diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 82f937869..6a94abc30 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7098,5 +7098,37 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/NovaCustom.svg", + "addressPrefix": 71 } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 76d01d408..1b7a6264b 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7062,5 +7062,37 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/NovaCustom.svg", + "addressPrefix": 71 } ] diff --git a/icons/chains/gradient/NovaCustom.svg b/icons/chains/gradient/NovaCustom.svg new file mode 100644 index 000000000..a7ed22732 --- /dev/null +++ b/icons/chains/gradient/NovaCustom.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 0edf76052a21decb902532a737153aa3806eb950 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Apr 2023 10:10:45 +0800 Subject: [PATCH 0897/2142] suspend Kusama KSM > Kinstugi --- xcm/v2/transfers.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 4c587bb6f..b90e593e4 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -794,20 +794,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", From 028eb64b5d9162641ffddb3073317e235473552e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Apr 2023 14:45:48 +0800 Subject: [PATCH 0898/2142] remove buyProviders from v9 --- chains/v9/chains.json | 44 ++++++------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 5a0bc1b6c..ec489b6c0 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -9,13 +9,7 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } + "staking": "relaychain" } ], "nodes": [ @@ -114,13 +108,7 @@ "precision": 12, "priceId": "kusama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } + "staking": "relaychain" } ], "nodes": [ @@ -835,12 +823,7 @@ "precision": 18, "priceId": "moonbeam", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } + "staking": "parachain" }, { "assetId": 1, @@ -1090,12 +1073,7 @@ "precision": 18, "priceId": "moonriver", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } + "staking": "parachain" }, { "assetId": 1, @@ -1365,12 +1343,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, @@ -2761,12 +2734,7 @@ "symbol": "ASTR", "priceId": "astar", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } + "precision": 18 }, { "assetId": 1, From 8069c810ba4be226fee9ff1f718733afcd454ebe Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 5 Apr 2023 12:56:14 +0500 Subject: [PATCH 0899/2142] Add equilibrium chain (#1490) * Add equilibrium chain * adding types file * change file dislocation --------- Co-authored-by: Stepan Lavrentev --- chains/v2/types/equilibrium_types.json | 16 ++++++++++++++ chains/v8/chains_dev.json | 30 ++++++++++++++++++++++++++ icons/tokens/white/EQ.svg | 3 +++ 3 files changed, 49 insertions(+) create mode 100644 chains/v2/types/equilibrium_types.json create mode 100644 icons/tokens/white/EQ.svg diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json new file mode 100644 index 000000000..a36dd286b --- /dev/null +++ b/chains/v2/types/equilibrium_types.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 24, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "eq_node_runtime.Event": "GenericEvent", + "eq_node_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 4d2d1f2ba..d12bee704 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2476,6 +2476,36 @@ "testnet" ] }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg" + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/icons/tokens/white/EQ.svg b/icons/tokens/white/EQ.svg new file mode 100644 index 000000000..cb9c6883f --- /dev/null +++ b/icons/tokens/white/EQ.svg @@ -0,0 +1,3 @@ + + + From 6a4c69f3e9d252a2218b9b79c3441b1c84021d3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:16:33 +0300 Subject: [PATCH 0900/2142] Update chain types (#1492) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/astar.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/statemine.json | 2 +- chains/v2/types/westend.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index b4c97464a..c02d66967 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 52, + "runtime_id": 55, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 1af9e3dd3..f478dbcd9 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9370, + "runtime_id": 9381, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index 0c579e647..b6c5e0440 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9370, + "runtime_id": 9382, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index a3168ac4a..3a3451389 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9400, + "runtime_id": 9401, "types": { "Balance": "u128", "Index": "u32", From 85faa0450aea49c9bd5ddc22a267d3e2b39966f4 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Apr 2023 16:27:49 +0800 Subject: [PATCH 0901/2142] remove all KSM and Statemine directions --- xcm/v2/transfers.json | 1187 ++--------------------------------------- 1 file changed, 38 insertions(+), 1149 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index b90e593e4..e2954cb6b 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -355,113 +355,6 @@ } ] }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 0, "assetLocation": "MOVR", @@ -666,29 +559,6 @@ } ] }, - { - "assetId": 7, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 17, "assetLocation": "XRT", @@ -728,118 +598,6 @@ } ] }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", "assets": [ @@ -1053,20 +811,20 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 14, + "assetLocation": "MOVR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "269750100000000000" }, "instructions": "xtokensDest" } @@ -1075,12 +833,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "333333333333000000" }, "instructions": "xtokensDest" } @@ -1089,12 +847,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "50000000000000000" }, "instructions": "xtokensDest" } @@ -1103,134 +861,27 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "269750100000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "333333333333000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "50000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "3159557661927330300" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 22, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -1246,29 +897,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 17, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2067,136 +1695,6 @@ } ] }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "77639751552" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "9810" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "1009690" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "7453672" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "assets": [ @@ -2289,127 +1787,20 @@ ] }, { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 4, + "assetLocation": "KAR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2459,29 +1850,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2524,113 +1892,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2740,118 +2001,11 @@ { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "49564722606073" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2861,11 +2015,11 @@ { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "10103000000000" }, "instructions": "xtokensDest" } @@ -2874,12 +2028,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "49564722606073" }, "instructions": "xtokensDest" } @@ -2888,12 +2042,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "8000000000000" }, "instructions": "xtokensDest" } @@ -2966,29 +2120,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -3694,118 +2825,6 @@ } ] }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assets": [ - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "253944306131" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "assets": [ @@ -3832,113 +2851,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "35047875048" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 3, "assetLocation": "TNKR", @@ -3962,29 +2874,6 @@ } ] }, - { - "assetId": 4, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "XRT", From 551dffc4b816d3ec365dcb06dc0683dc9dae5330 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:18:11 +0500 Subject: [PATCH 0902/2142] Add type extras and setup equilibrium for v9 and v10 (#1493) * Add type extras and setup equilibrium for v9 and v10 * add types for equilibrium --- chains/v10/chains_dev.json | 34 ++++++++++++++++++++++++++++++++++ chains/v8/chains_dev.json | 30 ------------------------------ chains/v9/chains_dev.json | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 30 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 82f937869..e07b3f588 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3316,6 +3316,40 @@ "noSubstrateRuntime" ] }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index d12bee704..4d2d1f2ba 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -2476,36 +2476,6 @@ "testnet" ] }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg" - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 76d01d408..44de320ac 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3280,6 +3280,40 @@ "noSubstrateRuntime" ] }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From 8cb462516c2b5bafbf18840aa01d52a34387a865 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Apr 2023 22:50:38 +0800 Subject: [PATCH 0903/2142] add types --- chains/v2/types/3dpass.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chains/v2/types/3dpass.json diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json new file mode 100644 index 000000000..d4ca444be --- /dev/null +++ b/chains/v2/types/3dpass.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 101, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "poscan_runtime.Event": "GenericEvent", + "poscan_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 276eff6cefc9c457132d757e7603e0f4440870f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 18:06:26 +0300 Subject: [PATCH 0904/2142] Update Test data File (#1494) * Update test data file * remove Equilibrium from tested networks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 8d6317064..75d46f7dd 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 97ab7d88878a290b0a0fb1bdb685289d53651f51 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:54:53 +0500 Subject: [PATCH 0905/2142] Update chains_dev.json (#1495) --- chains/v9/chains_dev.json | 205 -------------------------------------- 1 file changed, 205 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 44de320ac..4469273c6 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -2979,211 +2979,6 @@ "testnet" ] }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, { "chainId": "eip155:1", "name": "Ethereum", From 3bf5021616d7557f9b7b98c93e705e5140455d2e Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Thu, 6 Apr 2023 01:01:11 +0500 Subject: [PATCH 0906/2142] Revert "Update chains_dev.json (#1495)" (#1497) This reverts commit 97ab7d88878a290b0a0fb1bdb685289d53651f51. --- chains/v9/chains_dev.json | 205 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 4469273c6..44de320ac 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -2979,6 +2979,211 @@ "testnet" ] }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, { "chainId": "eip155:1", "name": "Ethereum", From 6c9e64f036ec6aba69c27589d61fcda3efc0fdaa Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Apr 2023 13:08:19 +0800 Subject: [PATCH 0907/2142] add PrivaDEX to dev --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/PrivaDEX.png | Bin 0 -> 13486 bytes 2 files changed, 8 insertions(+) create mode 100644 icons/dapps/color/PrivaDEX.png diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 1b808fd99..907d0a70f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -748,6 +748,14 @@ "nft", "utilities" ] + }, + { + "name": "PrivaDEX", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "url": "https://app.privadex.xyz/", + "categories": [ + "dex" + ] } ] } diff --git a/icons/dapps/color/PrivaDEX.png b/icons/dapps/color/PrivaDEX.png new file mode 100644 index 0000000000000000000000000000000000000000..73cb2f184b3e8547fa3427b6191eff1f1636bf7b GIT binary patch literal 13486 zcmche<8viW(C<&2Y;2pq*x6Vc+xAIvV%yGcY}?-0wry=Tww;qa``o(!!o4qgx@KNY zP1j6M_4m_1l@+CszY%-`0077`(mz!H`M&=(c-ViV>Xt3sKZoEbt>Xd!Fv|U}L6iul zR{UFpa8Z>K1JuqCo&K9ZTZ$@(0s!@Kh#w{}005`B%nwm@Pl(GLIA8VQmA=`j?QJU8 zu%>P0;a>)f`4rUSG?B($H|nw&%C<^7YQlsPS|yP}gx5L%as;|J03m&av@$ed3+;p& zRwyt@xuoRcD(60@y)#R40v2P6=Kc%J-R@!E>oGHx;bJiZpu_qWCRU*Q|J;4o#A|Z; zYiITB7)m||D;nNwj$Ql#wZUqq3#h$nKah{p^HqwX0acNqOwh}}LT}I!ZO|2&w3l|? zdVwZ0j0V>C&E9LTpzV^m-)~VjChTD$#KCT4V9e;oUJk7Df|S6_c0qV0;etW8hd`&~ zV&ZO0q#d;eA4n!J;RczVDon>nM|BpWKI!7$42?zn8;Oh=gjNyd5XPSO1%G+m)x}XT zgLhv2&h=CvHkn6WR!YF65Xh`)oS=_Vzewiw-oigrKvyX5(?b-k2(z>H z*MM`E$N&xJm~9UY>y%O?f&<7$(tREmT`wQ>hMRqxhQ3F2?GG~J>y5y%6d^2{UIx_r zr9R9}45c;Ui3%U^pI_5Aiep##%vKKESyFV3Fh)6N%8cU zG!M5mm)r|wb3e~w%T5VUpf=@6{7Gpsqx3~4TmjHUbDd?Zo&BXqqqNRj9#x+lFETEe zUrG*@5kYdn^Y*(6dLWDJCH3Mjf|Pacti6JfJb#(G9I!1o^sBBIgS-iSBl#OJ&ifH# zLb~-`)8jld-P+fd_M%CutXpyzVtq)*CocYL&;KP!lzt;(w9B3{#atP(c+}e5wj6NL zZ;hjm^l2QZSB~E+%j%c2yzqYBbSXY@#?Q0=!t|?1wT_si*%b||pASUYltExDGSz63 z^ZPs^xeBQaH|0sK5i#lbrIq$a_ZFhp8fw#8uHl4#K_|-ubI+ra3Y_UXd-MN^u^@3Q`oifB*iT1pmTQDx^w zsOHqGb6?7;me#4tB-TZ~;+50ROha9!k1h4R?>wy1!6ScQpK4@qpu!nVc)>~dLfP~= zQ93$hgjQY3T?r;@&MrOPB|HcdXGV?#Yq#pP)$>bb<%@E;FWXl>v7j<>_WHF3E| z$=Pq8zhTL`{R1@ZC*ACXV0_LypocSke^r^2lsz{^rM;L-=?Ufp&7a(Px}D{)ZACSwn7Xu=jUP6;zTq6agu4ILXab7&$Cww&wAQB3KXcUL@8rlv z-GwR!`Qe^P$&=_h;~Pd_Be+T06BF;PuRLPh{P}rMFXd8`+Qjoxx8&a^nc*+3wJBvB z9eM2DqxCiG!rHdZwJtlF@pJ)152T@5kYh1{-I(vSC_3G4FSG788|<>3a#!LOYwyG; zQq17YF60FaP&1@)D^q*s-QKcu#>2T0(;@jil%V_Y5gT(SlN-4oIIVw-Nd9cx%Xzc8 zTeUOU=SF~hO&j;7s=WA`!AJdNLgg9(ZHy2xoF}z1NdsraZSj33fqHIWj4rb+i@lSx zCx%e<|GUHSR(Yv|-PM`1a`%Koe2t$#^3V@uvBuUwm zLs(-k&x|J(C8ntYuf)vNo8H`IU3>vjo-u)!q^i}dq{{^@LM8i1+U!C%js`#_@*amKwuda@=gPf;OuG<%q-$c=%>l&Y-y=1o3!hDv1fgYhs!6gpM~hQC`Lzb~$0eb_l< zGhNy%tble1ul2_USo4d^$A2bZ#xXXkH;y&;km#F}uzOzo&D z0-EP;c+$&9+s3mWiO$Uag#m_gShBR*)M>c3v|Jb~FPch)m6wJf^Co(T$jbz88gUbC zmU3Mdb4jDz5w}a?ZHIRAh((I3ciMutchQ?pTXZf6p6yq)dTX41&hV^q#moGJ+kRQ zxMyOoZ}>j2T`~H}G2-np?4#(3)D=))5IdnWOEaEWTW@6uEe|7)KWsz~?0U{wmy4YdY~Q;}FBMVq&5%UJpyPnD~0*XTEU8+zZoomK3EM_0)FdFLK?#L6Zk>aDJNS zi1%i0qCZHTzCL@VIe`l8#*yb_LD-P2>9+R=?T;Q?g_#7oQ*>=y!hiP1ZLM2NXN&Zi zizvqmd$VObrBFrI^aGIp9E1NNYg?Swf z?i_};C&e)qKb&DVBVZVgA}AwFU6OS~a8B-`{#|WWhU=O9`o)AENZ)mOK+@!kut3*99k%Eop0>lMM|gVbzsIP_tKpr zr-GB46tCQIRSl>VBB*!N8l~Tu-nv;2vRlcK?KiB>>LzgQiWwJ&B9OY&PXAn$G(P2AL87g zMglxqG&%W>$1??!p$lG_T!<$UC%(^6Oo=# z^Hr1oBwrAl(Jp5LUKirU_H*I8st$&4)#et7T!jE!p@SqiIUfta`}bE*I;W2}F?;r`PUHEJ_xqZfS$iA;)Ac+=8a@J&yA?t7jC<^C zkcF6gP-&()x#g88(A2MBp?E^kG7^!8Sz3>nw7r<82@oprvDzC=r|7h#RvFM{w%~x| zHLPugT4YQ{2V-1Ra|~Q)eD_&hQ^GOvF6#l;{nTIEEb;*cJaPES@GFoA**?x3 z#O*>KYaM3du_?6+y#rg^c&Svta`U-9%j9u%axUotNc;Xes+JSh%+J=IHR9mtd<;MZhgmsu$l6ol`9ah8NjhmuWi9w}r35!I z>x-#D=RF4~jEG5^k|Vt5@{%;R>9@KU9ej`mBX#;i@4p(Y9VXBJ*um5Bc^+Nd0s>s$ z6j>L%Y2sg($!G*p{gH_=&BJ+4cO|b0+@V%X2%zyrsR4wzJ?<#M=@)vBtjHvW5Y4EX zahL6(?A<+?x>o*DOLf`xHVq!RFNwX}&Ub45PT01+KZzWi=YG~DOi42h^qyHfwF~k+ zYVt-QXNyRa_10-iI=PF#Pog^jMYHx=T~#`dEIQq8!_a;}#{i^pS;TXyQRUsW;=PZ1 zi=ir8{LHuHu2xD0M~q?|L~}-)oBD~o{@ef$X?uq^GiGR|mgF5G#X?9P0ufQP<;FbX z-3NT(kQfLD0zdwW#1^zn>rP1eADc+&=Az4YON2-QFzimnE3(Z z=A{>8cgcGL(UntUUy-IZl%4-Jt+hSl>x~jmG0W%f-9|Q^_%n#b&$;9dx@i+SDENr- zUFT=aLr*9=?flJ-;(&ZKEV}ZC=n4s?LU7l6bA-nT76Z^2J*41AV_-x_T0ew+W;9#+ znoNVs(XEcv2~=M9373L)3rlz7AK&NSTYjuuWIhm{=quVicz8>i`9qpjGxuSo^%2oS ze+Ex$cUWL4P?ym;L#7rVwB>Dq3=Ygk3nZSIraUpi z@_W5}nB>lwnqA$Z6>`2+w*DccME!-n>)(Ef7dOqjgBB7!>0(#ri|hD&wlC_=Gv-P& z>mvI4`oPGZ80O^nrfdRvYlU%_GQHLxd-3gpa`%0+j?JTQpAc{Ly5t?aPN<{8x7ookgNy zhci>nD(Z6J6$mk>#FG5kqcYEWZB*L4~DTyki#&Itvo8ehY%&{#B$roOGa9`LcTrTm205;OsI^uZ> zh8@e%Ad*=~flDDCKVa&H7V}B5S>T}-8wHXZd6GRNXj10y#n~OaxDH1pIJ$G}KX) zYl1xWqj4pO#$<;pj#1S^ortAe65{fR?>fPUGj@YNncS=xFr*Mw?bg)~I~tS}mo9q` zy3Mv8g%ZLO7JT~;1gJ!~D#*#>LNQ@ww%1*12#>W=258Q{QxEx;FT#2+;%f3*^X2$z zPW$atT{1^`rF4#^9KcajiB0pJ=Xj=0*iTim^A7(EW@d7O z3v<4w{mkP+de@qfmyoH83V0n;N$$`EoE2|Bt?IIRK~6Tj z;QLc==!-yveL-jEZYTtX+YAh{OXjbBV)k%49V)st0tfJx>&^ zwqsB8S%)pI3;IHVE&-SPg!lmP13aj)=r*%k6#eYG6%C3Qzu)J|-v@5!)Cpj3d6|#p zc&xZxvdy}&NHjPuNi#2pzV?ENz_H%1P}i4TaaW=v5H$p{B}rvnO>mqdKgJ;X@eThN z?4K4{JR^7>rP*&!K}ihP!>YeUZSFx+5GF5$#@DM?ZSyoUTy5N3%&>w?h1}gJST=_^87!p)3lV@RJtKPDLABULY4Gf>vPc8mXc z9&@!mc4WXE2BUv@B-EbA-i{}>x~WjIO{>AJ!&w>=f{A1fX~k6G>n>Z^qC&w5;pgp2 zDsz2|{~h)sPEyq@T@VI|e#BSVFmisb@ug_Jv#zi+nV5>{!H0f_I0JT6B-D~O#{ zC-UJ-gwoi4Rr_r-=Im9=ZRxm?K3M8#xE^KnCo#^cJ3f^2la`X;#PcGk7$HX%11{%0 zJ+Dme1qF_XOO#x0E{qu}Un0q|OU|x7;{uNsL--1pi39u|XZH;;$WU-)YKJR9_Ba6W zVmH+m=dvh1SQ-IWO+w`6PcI}CybZ3xQg&`qEn?Rvljg9QVWj2i(jNXT6n-JezAl8# zUo)rzc?{W=OClJa8=$iFaKa=RItS1e>}1WpI67c4fm6sYYdy!(^*qVfL%Fz()q!1c z2z-tHu50^OndxyZS73;libbdj=`5<+<`3`6-QX6F()Izpb}ii-Fd=Hi<97oxatgp3p7ZhYHwA0B=0l8=wN+? z2)yMSlo4e>6OPiCQrVQU7|W&J1k&u>^_@xWn2C6)1Sj9U4VmI(Mn(WWg639cM(0sH z`x~iu|0PHbU+|TpW;@{}^tgkkLzEaEj_25JKf3$UD9u6?}h+E633VRCnI<@($tKA#v8qgKuz{|dLw`rd@fbm$7GJP^+zerkM3i0YkfFx{x$qH zQ9e5)yVQz38{nNoU>4+jq24@Hii&pgVpR!<8prfqA}h&;3%Eog-kdza7&UK-k7a(t ztDA7g+%~~~vj**Nz*Bl(U->_4CEXf#{ zk7m8bxIp=YeQwE71BY29lhZi$?D3I>xqbFo?Inj`PdDl^B{K>rPSj{v+LDJi* z-hz1Y(c`NOEkFy^e+J_RvnNp*0@mZOBa)yhH`=8q>V#EjRKStPRBxr&er@GTPKd-S z15Ow`&&f~+I$2`759!BpsjJHc{oavAVuO7otoGOP; z)ETkDV*%=Ow^BGmagXN_~3>Vc3H;#px5z(z4z|ce@^6csrj%nI*?m0()rZsBZ^W8zYG3&f>C1 zAAnM~^m!XlpsT$f+KK)ny{Pu?#GZFlq9)Z4mZ@TCZUlr@zD>(Td4@M&Ma1zCfI$3b8$pv30_4zHa?$P zYjhfK(mgBDHY!)ld5RG4e4Lcp7t!74i5Z$v&mB0B7$Q~7#?Vck7lh``r_M&aAeK$!15lXC%$UjD z0{Vxrrw3$@l9y(b4ha#>Q(=ZJjX1#NEC5N2c7>{lX53ADe&tbi+tSs10$V^uELjW9 zEA})4rs;{e>Iy~Ao3T#%FXQ69dC(AZe_{HBwp-MWyGrw#QSU>Apr<1XY5^5`%cU~Z z%~6d!g!}Hhmj89&rE>!gl4XwKVWsGX&szlE=r#7!!WX*bgK11_%=FT>Xn)b1(v9l9 zuv0b&bIv60mxi;1T8L%Fam`t15YlNN7FeWG&|;Iz4M8+SmmpP?d6Zq45?A8C8p}1? zKp3j8^s{Hl7a_mFo!LRzmcmBe8;?RKjzm@tM(?s*IFwoy{GqM}XUnD0(ieLv)1P%&a!9VTo>=AX(n;7mOI zYd_NT>8k%YuLR#2xUYA(#bq}%DEKTFmHaOKYDT3~1llD*Gwy{NOc*j|$Vd?`=APax zT;$nB&Re)?YS3x?HFE^-Qj(UpBX0R!=cIsTIfH@7yk8%n`@%=*Q`ooYLm94^43F^@SOFVLQ3sXYnH zUvmM`n~VPA=UiwOR6tH_KzHr+NWaE35^co9;mih;nOXR%bEBjs!^{*laNaX)=H=T` zkPHXcgkGE7acs8Gwq4w~>Jrh4Q2uL3j8DDD&ssSjw~}dsm_+Ewn)!LREvQYzt)}?e z=9}_o)3(712z3%u_4ATqG7!!u0)b{j_B(-nG_gg2nuLjB znU5TtyRV-wUD0)|yF(u$^q@`;*}2r^^_{kLH(BNo%K<}%!KzcrNvG)lA}GJCITZqy zEi8V!`L`-Z4WB$$o(~+xy)cS9a`*)#i=^EWOE^12`CZ3)C>qeEL+=)Q?e)Cv(rNSJO{M~xl9H+z< z^tE`tj$KnbxBeTO0SpufG?L(I3M$KuI^zhfr7m4q+HNF`+ zw-hB}2y#VB?qNsEj%QwW9sEOEs9{BSI?c*^9SdG3{QoJ}DW-+_0h}RuLYbXgq!b2^ zffZ@>Zn9qO67nX&hXk7dMKR~#H8WL*u+m@?{{5|Jw;-IM8^a0}g!$81P?!2sV?wuv zQtA7J{B>D6BiC0e+@zTn=^!w0%PzHaV&^V{cQ9~-Pg)M8E&YPqxl$ljKI0q~>oXTw zR74rR?-#b&SbnfG*-sNGTDe)Hixu_3Z6-?|Af7wzsYp+(3#jn=wrRTsD9|K!fQQh@ z#U$ZTe;vQq-E@X4Zx!xev9)m6F!gaDk(J#_tR|odVJngnbqM1uFZN80`(9QDd8z{Y zY=+{Ylr9l6>kXLNc$wrju8zzG=A9eX@SM?;%_v37iH9(=S3w=kE#$74t z>N6j7u__@p)ZiklH^(31yYJQHUBZHo9CZAlI`Ohy>j-{n;bB$>;IS zZjL`2q(CZ8A3x8VfK|}F70M!thOQ17U(fNXH8Fk#Uy>5kH4eqg;Pl$6OHyo&~e&H(_w_)Kuck5K)Xa_*FnP?c)9 zX+>-ATZl<&)FsRA;Ra&Jf;{a!9})v8dA@YwWn7XGZd|MfyF`O`q)OR%Rk7A(i6>bm z|C4VwQxIJ+1ewAP>SF4|b@hAUyPW>1&;nri^tuz6zx^UQ9!>=;+ zR^^>8k*jU`f1l*3OGdpu@60viQG0X4#*x9#{@+1 zLi~c$-~<5O)EG^WWaAr7_ZHAs=MG9K?6|Y|Ef>1lYRPvcEO(hasi*@L`l~C$Qp^{~ zwD1iV`U%Ez0i<&|a^6o~pRUQ|LTC}vKK|~vp>~eJ_{5C@(G!>foG0BU3)a|yHa;cp z1q%TvFV^4sjV%;EFMCDMFqa_7oC;21fS_~<8JQjtqEq(zT0agMc(iSVrm}!+D6 zG+6rIeirCWI#t?3OahPDL8hkfQ`gzX3f;T=^W2F?93%|8&!Y6VmYqQc|A-^6#re?f z);Jg}i*=VpQiuC2m@IpK>!HkfC|q-G52yliy=*WzloIU#x*H%3?ZJ{{ve<2NQO(X% za;z8Xm%s8g#g{WiKyVj=<|M@L!J~x9fK=AA%-G-7vryEaf*a`WIh@(6!7z zib2+I6o^yWHQo1sd-GJ7OzK9a1H_qR12_^z|7PxHUE1>JsxX(M?<#KSpIMW%wnCY7 zrrFNP%5#>#hv0!Ll4417;))^3U#Ol^*ib?F9fPRIoA*kgG3ghI@KtZxSOkNDWGzr5 z2B1kqvfC3mg#8wGDAUhYE1d*XLJr7GqmGk)wG?OdIbyS zcyQOg&%~qGuP!V-Z(UR;+VYH#2Aps~v#x#Y#nvwu4#-qt2Qw4)^aKa> zW_MGz&nL|{tLw%9JZ}X=sB7i}i`bu85Vq6S2>B=$Gm<5DngZq^4Ba9LDhkz=6ry!W zl#BOG5c_zX4_C3juD6Y8(PLg$O9^Kjc~L6S+gG!4CXCxx4ypuDv7ai9F-!a7C+xy~{>O`6 zx2iKPcNtbP)9x(wthYnHlPRQl{xDGXhH$InU4~Lj75PHtG>vG(=#JUT(L6hUXD3oPeCGZ?+%2KL_RFViK^`u= z5MVex_z<-%cC9f7iE1&M;j?#nnJlE>wzBfcc7A9IL-KM&UmHcXw`(Wz3DH8&^KV zNOgh4{Pdb|Vr-R{KID_VzbOKE#KWCH**z6}Ey7T&@lE8)p_MpaRW5a@2lW?bon0TJ zZc24<@w&RpQZ|*?k-a!Eg+W^~L_p5PYrW140*eJMT$y;J^J{yGjW!##s_#J+_{7SA z?TOryAG6fTxrw+*O!r@MVMk09DvWzBaNz2~aFs#3|e zShrHW{qv;=GcrXli4Wu5N`?PZ$7F;o@S~OG^S5s;Wr=QO?sf-Wn@WjPIPA0R+RDh8=Y44rUhMfOU{*jn#GIyEZmgKJXbWfBg`c#1U1i2uE zUi56`Ixg`MijshZy?w4AXKq>sVVRjL)2SP=e}z$N{zv^7ufNJ;%8cwnfoC-)FYmswb68b zi$1BZj*>e$&P0nyIDV$*?L^ecJIgGRwfMNCia!6oe=Zp8XKVi~RgZKJPa6+yvtjdK z%U%eZ=*6=#=!Ce+#Y<_)BJ0dCM+4-e?fOT+a+3oZd|Wf4{HR6|$K2SxcXRgSE4e~P zxmK1q^!thtG@kr!m0?L)IvK_L$f8;6mA^ZZO_*B#-OGnCzH28D;;{RuT*C z!xQ448Hq;>zEYu0b7QHZ1oB2w=gkk#rYMTjY~(OBEkul2_|{#cub|RpJElNsN2zXR zhWy(A#y=cWz;BIuhl^1XzWe*8ms+#^H+D0kz6De~&7n~pA!FwS1(eZSb7-HbyQHx1 zo-}Zn&7{gRpZ@6GZ|-gvwTn`(DU6(7Fa^iK78BDGq`lagXzOY?ZZGKOkuu?4NK^YT z-aw)fX?%>ZJ8*gRN3um0Qv>z<*(Sh$uBdyOliY4IgzjF#dWvbf&_jLuIG(OOgFTPs z-i*!i=slL_UasM8bnLb}@6BJy0GPAOoE?UgU+PJ*3`kSW`e0Pe_;AUyN@i1n!YWg- z=n4u2{A)6Rah+{1)-|Uz+ntOL8|6@f;C-n5!8=YTJs9{D26#5R%fTar>DgU8(}jAS zqXBVn1p+;%66M^mywo2f7Ou&b;hjF2CqiTt8rs%iy~#fdf|M-yl1RcWMnvg7b1&Vh zVCsd%XH$|-XAAV##j)AcbJqc{S8 zEPwWQx6|i+IqUOGa?53ODR)1G(QNAXmpK%6{b=%sC2sG?4M~XU;B{S)3nVLrMf-G! zln`xIJR4fB`mg!y{#iQZaLs3!4f9nCd_NyuSaGujI~=s*AY<`zHo;`*XW#0{pW|b} zA--A0H^`@|>&417RRq7e`#VlttsMgl8j&eBi8IH2Z}Z3>0%+_M0aV41^0e505ZdMO zPZ{W6pI!@D2yZVNza`O#BOVc)H`p^D6}J3Bsu_S?5SNa#_Y>!BO~`DF&3%OP7Fxf` z+P@yS6bCHYPtfD_5^dnwsRDpaur-W7U}tKC;B!TVOvm~%R|-;RPW&gCBA!xFix-4) zb=yMdZ1P0K=F?xNgjz(r{=ScXuaak7q=6AJZ7ofbfX7{to&iRG!3E=E6~F$rUrO&u zPc bLJj!+3hjWFcm1!u2p}V&_@h?LIQV}6!{RR@ literal 0 HcmV?d00001 From 461fcda076fecf983662c5fc2ff421e58f13a9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:55:46 +0300 Subject: [PATCH 0908/2142] Update Test data File (#1498) * Update test data file * Adding test account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 4d36de8d4..91f11ae62 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -348,5 +348,10 @@ "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", "name": "Bittensor", "account": "0xcc21ceaa4c63ce0feedf24984a4983e078ce46e146df91e7904eb646ed80403e" + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "account": "0x1e94d618d7699c88c5ece5a973ca3ddcaf5bdf9817d179f47561b291a0569c4c" } ] \ No newline at end of file From 231fc43a100c15372e48de999a254eb5d485e654 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:52:57 +0300 Subject: [PATCH 0909/2142] Update chain types (#1501) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/composable.json | 2 +- chains/v2/types/interlay.json | 2 +- chains/v2/types/litentry.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 5820894d0..4bb1fbf1c 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10013, + "runtime_id": 10014, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 05e6610a2..1b00be68b 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1020001, + "runtime_id": 1023001, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index 8e4151718..c21f63cfe 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9151, + "runtime_id": 9155, "types": { "Balance": "u128", "Index": "u32", From 234e57687cd39c5ae87b6bb9f78a6a95fbd24644 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:14:30 +0300 Subject: [PATCH 0910/2142] Adding v3 XMC (#1500) --- xcm/v3/transfer_dev.json | 5100 ++++++++++++++++++++++++++++++++++++++ xcm/v3/transfers.json | 4527 +++++++++++++++++++++++++++++++++ 2 files changed, 9627 insertions(+) create mode 100644 xcm/v3/transfer_dev.json create mode 100644 xcm/v3/transfers.json diff --git a/xcm/v3/transfer_dev.json b/xcm/v3/transfer_dev.json new file mode 100644 index 000000000..614d8e7a5 --- /dev/null +++ b/xcm/v3/transfer_dev.json @@ -0,0 +1,5100 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "9269600000000" + }, + "instructions": "xtokensReserve" + } + }, + "UNIT": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "14577259475218650" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "188323917137476400" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensReserve" + } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006, + "palletInstance": 31 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "WND": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10543518372081" + }, + "instructions": "xtokensReserve" + } + }, + "WND-Westmint": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "multiLocation": {} + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "200000000", + "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443": "1000000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "9269600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "14577259475218650" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "9269600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "308986666659" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "14577259475218650" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assets": [ + { + "assetId": 1, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assets": [ + { + "assetId": 0, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "523779593547" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "188323917137476400" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11250" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1009690" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8117152" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "14577259475218650" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assets": [ + { + "assetId": 7, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "309372900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "9269600000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND-Westmint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10543518372081" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "45883246330224" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "275025738935" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "115870000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "231740000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "897000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json new file mode 100644 index 000000000..4c587bb6f --- /dev/null +++ b/xcm/v3/transfers.json @@ -0,0 +1,4527 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8082400000000" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "269750100000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8082400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1099115198" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8082400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "269750100000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "9810" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1009690" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "7453672" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "269750100000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27075590089" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "253944306131" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "45566893300397" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1099115198" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "102161742471" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "11587000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} \ No newline at end of file From 56bf93b1cf9089816617d72551b9615ea3c743ad Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:27:12 +0700 Subject: [PATCH 0911/2142] Fix - xcm v3 file name (#1502) --- xcm/v3/{transfer_dev.json => transfers_dev.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename xcm/v3/{transfer_dev.json => transfers_dev.json} (100%) diff --git a/xcm/v3/transfer_dev.json b/xcm/v3/transfers_dev.json similarity index 100% rename from xcm/v3/transfer_dev.json rename to xcm/v3/transfers_dev.json From e98527150e2ad2f195f93045009437651fa996d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Apr 2023 19:49:28 +0800 Subject: [PATCH 0912/2142] remove Phala dapp --- dapps/dapps.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index fb8f999fc..70a46755d 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -108,14 +108,6 @@ "staking" ] }, - { - "name": "Phala App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", - "url": "https://app.phala.network/", - "categories": [ - "staking" - ] - }, { "name": "Parallel Rewards Claim", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", From 095bc4f37db98fe2f216c2349d78e4f806c728e5 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Apr 2023 20:18:48 +0800 Subject: [PATCH 0913/2142] add Proof of Chaos to Kusama OpenGov --- governance/v2/dapps_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 238215082..5c390d6ca 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -52,9 +52,9 @@ }, { "title": "Proof of Chaos", - "urlV1": "https://www.proofofchaos.app/vote/", + "urlV2": "https://www.proofofchaos.app/referenda/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", - "details": "Pass the quiz for NFT upgrade" + "details": "Vote for NFT" } ] }, From cd2c242059eeaa89300f9d429e3ec2152a8e55df Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:23:23 +0300 Subject: [PATCH 0914/2142] Replace wrong assetId (#1505) --- xcm/v2/transfers.json | 12 ++++++------ xcm/v2/transfers_dev.json | 12 ++++++------ xcm/v3/transfers.json | 12 ++++++------ xcm/v3/transfers_dev.json | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index e2954cb6b..7c768eb68 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -992,7 +992,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -2364,7 +2364,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -2712,7 +2712,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3019,7 +3019,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3145,7 +3145,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3313,7 +3313,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index f83f7ac7e..646e23277 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1551,7 +1551,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3615,7 +3615,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3963,7 +3963,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4596,7 +4596,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4722,7 +4722,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -5011,7 +5011,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 4c587bb6f..a51ca6dd5 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1378,7 +1378,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3247,7 +3247,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3595,7 +3595,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4144,7 +4144,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4270,7 +4270,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4438,7 +4438,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 614d8e7a5..ea1ddfa94 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -1551,7 +1551,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3615,7 +3615,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -3963,7 +3963,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4596,7 +4596,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -4722,7 +4722,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", @@ -5011,7 +5011,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", From c45881d70d2709641cc15b0b54cd2425b383d114 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:52:05 +0300 Subject: [PATCH 0915/2142] Fix/asset_id (#1506) * Replace wrong assetId * new place with wrong assetID --- xcm/v2/transfers.json | 2 +- xcm/v2/transfers_dev.json | 2 +- xcm/v3/transfers.json | 2 +- xcm/v3/transfers_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 7c768eb68..7a42356f2 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -1294,7 +1294,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index 646e23277..bde0e316d 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -1853,7 +1853,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index a51ca6dd5..753582535 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1680,7 +1680,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index ea1ddfa94..e26da9162 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -1853,7 +1853,7 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", From e853f85273a03ec7fd2504e6d28315bf95e9d6da Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:19:34 +0300 Subject: [PATCH 0916/2142] Adding Equilibrium subquery (#1507) --- chains/v10/chains_dev.json | 8 ++++++++ chains/v9/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 85626f554..36aab86c1 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3343,6 +3343,14 @@ "name": "Dwellir node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 3baa24dee..f3a4c134c 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3307,6 +3307,14 @@ "name": "Dwellir node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true From 1aa57341f288d8fed465a683672b531fb210fcdd Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Apr 2023 17:40:30 +0800 Subject: [PATCH 0917/2142] promote PrivaDEX --- dapps/dapps_full.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 6412b4dfd..889a77a97 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -631,6 +631,14 @@ "nft", "utilities" ] + }, + { + "name": "PrivaDEX", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "url": "https://app.privadex.xyz/", + "categories": [ + "dex" + ] } ] } From a408cbf71b3bdaee635ff9257577c60e66ff1c1a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 7 Apr 2023 13:17:05 +0300 Subject: [PATCH 0918/2142] set staging as subquery project (#1510) --- chains/v10/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 36aab86c1..ea33f67c9 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3347,7 +3347,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium__bm92Y" } ] }, diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index f3a4c134c..5d3091109 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3311,7 +3311,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium__bm92Y" } ] }, From 134b6ea497d89e841d9bc48567e02a6cf48961b7 Mon Sep 17 00:00:00 2001 From: valentunn Date: Mon, 10 Apr 2023 14:18:49 +0700 Subject: [PATCH 0919/2142] New infura node --- chains/v10/chains.json | 4 ++++ chains/v9/chains.json | 4 ++++ chains/v9/chains_dev.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 5a0bc1b6c..c7eb5eb79 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -1044,6 +1044,10 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" diff --git a/chains/v9/chains.json b/chains/v9/chains.json index ec489b6c0..2186efcdb 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1027,6 +1027,10 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 5d3091109..401ca6672 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3199,6 +3199,10 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" From 74b1f039f8e5822d8e439e7cc69d6915ac336be9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:31:29 +0300 Subject: [PATCH 0920/2142] Update chain types (#1517) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/subsocial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 13fbbbe13..a05cd6ecf 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 21, + "runtime_id": 22, "types": { "Balance": "u128", "Index": "u32", From b8e7272b5724839ee31e04076d07c9735c777403 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:32:23 +0500 Subject: [PATCH 0921/2142] Update chains_dev.json (#1511) --- chains/v10/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index ea33f67c9..43f4be49e 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3326,7 +3326,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" From a91b279b4715658c477e705860a76394e6705571 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:09:12 +0300 Subject: [PATCH 0922/2142] fix config (#1519) --- chains/v9/chains_dev.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 401ca6672..28bde46a4 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -3203,10 +3203,6 @@ "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 3" }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura test node" From 607bd2fef15c70602292964d3a3e7c4c6c7680c8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:08:48 +0300 Subject: [PATCH 0923/2142] change http infura to wss (#1515) --- chains/v10/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 43f4be49e..131d665a8 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3232,11 +3232,11 @@ "name": "Infura node 2" }, { - "url": "https://mainnet.infura.io/v3/25bd0a6e359240529b237e5dd8b19e1f", + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", "name": "Infura node 3" }, { - "url": "https://mainnet.infura.io/v3/32a2be59297444c9bcb2b61bb700c6fe", + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", "name": "Infura node 4" }, { From 8cf2c800b63ef88bc458f31c34ee3f011dfc2f19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:03:27 +0300 Subject: [PATCH 0924/2142] Update chain types (#1521) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/calamari.json | 2 +- chains/v2/types/myriad.json | 2 +- chains/v2/types/parallel_heiko.json | 2 +- chains/v2/types/phala.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 11e6e8618..519eea28f 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4030, + "runtime_id": 4050, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/myriad.json b/chains/v2/types/myriad.json index 01f8d70d5..ffe391929 100644 --- a/chains/v2/types/myriad.json +++ b/chains/v2/types/myriad.json @@ -1,5 +1,5 @@ { - "runtime_id": 2035, + "runtime_id": 2036, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index 3ea999a63..b2d23d328 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 195, + "runtime_id": 196, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index db7374c8b..4ad84cef1 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1167, + "runtime_id": 1221, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "phala_parachain_runtime.Event": "GenericEvent", - "phala_parachain_runtime.Call": "GenericCall", + "phala_parachain_runtime.RuntimeEvent": "GenericEvent", + "phala_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 776ca00c7e033ad692237df465dd760bd7d7ff31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:44:32 +0300 Subject: [PATCH 0925/2142] Update chain types (#1522) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/ternoa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index c1b2c2ea6..5d3ab145f 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 13, + "runtime_id": 14, "types": { "Balance": "u128", "Index": "u32", From 54101fa203079b0d540d2128899025db6312b7b7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:21:10 +0300 Subject: [PATCH 0926/2142] Update README.md (#1523) Change link to more appropriate part of md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 924434404..775fd7c5e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Note: For better UX in your app its recommended to 1. prepare UI states & logic when this information cannot be fetched due to github unavailability 2. cache the data to cover part of the issue of 1. -### [List of supported networks](https://github.com/nova-wallet/nova-utils/tree/master/chains#list-of-supported-networks) +### [List of supported networks](https://github.com/nova-wallet/nova-utils/tree/master/chains#supported-networks--assets-data) ### [List of supported dapps](https://github.com/nova-wallet/nova-utils/tree/master/dapps#list-of-supported-dapps) ## Modules @@ -34,4 +34,4 @@ Contains the iconography for the different parachains and DApp's. Note: Icons should be used from trusted sources, however currently icons are not available on the participants' websites, so for convenience, there is /icons folder. -[Nova Wallet]: https://t.me/novawallet \ No newline at end of file +[Nova Wallet]: https://t.me/novawallet From e783b033b84998ee411fb438b50fb9cc014b2577 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:21:21 +0300 Subject: [PATCH 0927/2142] adding http nodes for Ethereum (#1520) --- chains/v10/chains.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index c7eb5eb79..95058124a 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -1044,6 +1044,34 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 3" From e217677848d37f2186208b83de6b2a203850af55 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 13 Apr 2023 13:48:04 +0800 Subject: [PATCH 0928/2142] fix EQ price id --- chains/v10/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 131d665a8..713cfcc68 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -2823,6 +2823,7 @@ "assetId": 11, "symbol": "EQ", "precision": 9, + "priceId": "equilibrium-token", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { @@ -3325,7 +3326,7 @@ "assetId": 0, "symbol": "EQ", "precision": 9, - "priceId": "equilibrium", + "priceId": "equilibrium-token", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { From c43ed194bb92e6315ea1b84397b2b0fb8a665414 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:14:26 +0000 Subject: [PATCH 0929/2142] Update chain types --- chains/v2/types/bajun.json | 2 +- chains/v2/types/bifrost.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/picasso.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 8f309c365..b95ec7f9c 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 114, + "runtime_id": 117, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 943e76409..63b0f85cd 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 971, + "runtime_id": 972, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 4bb1fbf1c..de8dd6812 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10014, + "runtime_id": 10015, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 1124cf046..6baf519f4 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1220, + "runtime_id": 1230, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 2b3b4ab4f..cc1b9ff0f 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10014, + "runtime_id": 10015, "types": { "Balance": "u128", "Index": "u32", From 8c9439fcf7b46a7434e7877508eb8c88064d3d17 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 13 Apr 2023 16:58:11 +0800 Subject: [PATCH 0930/2142] promote Proof of Chaos to prod --- governance/v2/dapps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 38f613a0f..d89482b90 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -35,9 +35,9 @@ }, { "title": "Proof of Chaos", - "urlV1": "https://www.proofofchaos.app/vote/", + "urlV2": "https://www.proofofchaos.app/referenda/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", - "details": "Pass the quiz for NFT upgrade" + "details": "Vote for NFT" } ] }, From 4043229c43eceac68bf6a3287409c8c2be7434d9 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 12:47:09 +0800 Subject: [PATCH 0931/2142] Add DOT, EQD tokens to Equilibrium (#1525) * add DOT and EQD * add Subscan explorer --- chains/v10/chains_dev.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 713cfcc68..87fd990be 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3332,6 +3332,28 @@ "typeExtras": { "assetId": "25969" } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 9, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } } ], "nodes": [ @@ -3344,6 +3366,14 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], "externalApi": { "history": [ { From fab4403ede04aefc7456cc314b3b7b7c3c932d86 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 13:32:39 +0800 Subject: [PATCH 0932/2142] change Polkadot first node --- chains/v10/chains.json | 8 ++++---- chains/v10/chains_dev.json | 8 ++++---- chains/v9/chains.json | 8 ++++---- chains/v9/chains_dev.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 95058124a..ce667693b 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -19,14 +19,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 87fd990be..5235fe5a0 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -19,14 +19,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 2186efcdb..09325f97e 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -13,14 +13,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 28bde46a4..43108fdd8 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -19,14 +19,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" From 10fd297527038349623edca4a1dd241d7fda1063 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 15:46:53 +0800 Subject: [PATCH 0933/2142] add tokens to 3DPass --- chains/v10/chains_dev.json | 4 ++-- chains/v9/chains_dev.json | 4 ++-- icons/chains/gradient/3DPass.svg | 15 +++++++++++++++ icons/tokens/white/P3D.svg | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 icons/chains/gradient/3DPass.svg create mode 100644 icons/tokens/white/P3D.svg diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 5235fe5a0..fcac71036 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7180,7 +7180,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7201,7 +7201,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/NovaCustom.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 43108fdd8..caf9bd681 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7113,7 +7113,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7134,7 +7134,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/NovaCustom.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 } ] diff --git a/icons/chains/gradient/3DPass.svg b/icons/chains/gradient/3DPass.svg new file mode 100644 index 000000000..e1feddd85 --- /dev/null +++ b/icons/chains/gradient/3DPass.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/P3D.svg b/icons/tokens/white/P3D.svg new file mode 100644 index 000000000..532bfad79 --- /dev/null +++ b/icons/tokens/white/P3D.svg @@ -0,0 +1,3 @@ + + + From 7d1cc01a781348d9b4af582b033807f1bea3272e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:13:18 +0000 Subject: [PATCH 0934/2142] Update chain types --- chains/v2/types/subsocial.json | 2 +- chains/v2/types/turing.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index a05cd6ecf..c137bd4e9 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 22, + "runtime_id": 23, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 51f1c719c..7f8602749 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 289, + "runtime_id": 290, "types": { "Balance": "u128", "Index": "u32", From 846abb4f296f0fb6851570aae81a44e3e233e106 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 16:23:42 +0800 Subject: [PATCH 0935/2142] promote Bittensor network --- chains/v10/chains.json | 25 +++++++++++++++++++++++++ chains/v9/chains.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index ce667693b..e547b27c9 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5903,5 +5903,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 09325f97e..dd0ef0629 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5843,5 +5843,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 } ] From 67d12160a586a70b988fb8cdc21e19ad2473fad6 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 17:32:55 +0800 Subject: [PATCH 0936/2142] add Ajuna network, add Subscan explorer to Bajun --- chains/v10/chains_dev.json | 35 +++++++++++++++++++++++++++++++++++ chains/v2/types/ajuna.json | 16 ++++++++++++++++ chains/v9/chains_dev.json | 6 ++++++ icons/tokens/white/AJUN.svg | 3 +++ 4 files changed, 60 insertions(+) create mode 100644 chains/v2/types/ajuna.json create mode 100644 icons/tokens/white/AJUN.svg diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 5235fe5a0..438d50429 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -5850,6 +5850,12 @@ } ], "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, { "name": "Polkaholic", "account": "https://polkaholic.io/account/{address}", @@ -7203,5 +7209,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/NovaCustom.svg", "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 } ] diff --git a/chains/v2/types/ajuna.json b/chains/v2/types/ajuna.json new file mode 100644 index 000000000..501c6bb87 --- /dev/null +++ b/chains/v2/types/ajuna.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "ajuna_runtime.Event": "GenericEvent", + "ajuna_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 43108fdd8..d7d23d100 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -5783,6 +5783,12 @@ } ], "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, { "name": "Polkaholic", "account": "https://polkaholic.io/account/{address}", diff --git a/icons/tokens/white/AJUN.svg b/icons/tokens/white/AJUN.svg new file mode 100644 index 000000000..3c242ac6b --- /dev/null +++ b/icons/tokens/white/AJUN.svg @@ -0,0 +1,3 @@ + + + From 63d7654a51ec3538b16912b1faebf13dc0e8a10a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 14 Apr 2023 23:38:23 +0800 Subject: [PATCH 0937/2142] promote Exosama network (#1533) --- chains/v10/chains.json | 45 ++++++++++++++++++++++++++++++++++++++++++ chains/v9/chains.json | 45 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index ce667693b..bda4d4bd5 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5903,5 +5903,50 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 09325f97e..9eb1cddfe 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5843,5 +5843,50 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] From 5ba03eeec2ad8379cb42ef211d58a7a131c49523 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:39:07 +0000 Subject: [PATCH 0938/2142] Update networks list --- chains/README.md | 103 ++++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/chains/README.md b/chains/README.md index eaccb7154..fd33f441f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 70 -### 💰 All assets 246 -### 🪙 Unique assets: 129 +### 🕸️ Supported networks: 71 +### 💰 All assets 247 +### 🪙 Unique assets: 130 ### 💫 Cross Chain directions: 251 -### 🧾 SubQuery API projects: 61 -### 👀 Networks with block explorers: 67 +### 🧾 SubQuery API projects: 62 +### 👀 Networks with block explorers: 68 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -34,49 +34,50 @@ | 22 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 23 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 24 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 25 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 26 | Hashed Network | HASH | - | - | -| 27 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 28 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 29 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 30 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 31 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 32 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 33 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 34 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 35 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 36 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 37 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 38 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 39 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 40 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 41 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 42 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 43 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 44 | Myriad | MYRIA | Explorer | - | -| 45 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 46 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 47 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 48 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 49 | Pendulum | PEN
DOT | - | - | -| 50 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 51 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 52 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 53 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 54 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 55 | Polymesh | POLYX | Subscan | - | -| 56 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 57 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 58 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 59 | Snow | ICZ | Subscan
Polkaholic | - | -| 60 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 61 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 62 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 63 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 64 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 65 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 66 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 67 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 68 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 69 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 70 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 25 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 26 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 27 | Hashed Network | HASH | - | - | +| 28 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 29 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 30 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 31 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 32 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 33 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 34 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 35 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 36 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 37 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 38 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 39 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 40 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 41 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 42 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 43 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 44 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 45 | Myriad | MYRIA | Explorer | - | +| 46 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 47 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 48 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 49 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 50 | Pendulum | PEN
DOT | - | - | +| 51 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 52 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 53 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 54 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 55 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 56 | Polymesh | POLYX | Subscan | - | +| 57 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 58 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 59 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 60 | Snow | ICZ | Subscan
Polkaholic | - | +| 61 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 62 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 63 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 64 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 65 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 66 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 67 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 68 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 69 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 70 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 71 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From d132b2cc37d5754763218f7ffaff37f946db2d8a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 17 Apr 2023 13:52:04 +0300 Subject: [PATCH 0939/2142] update EQ subquery to prod --- chains/v10/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 7bb6e5bc6..2df95e0b3 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3378,7 +3378,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" } ] }, From b6fc73e9aa2857bfee93b2f47b0809ae1f50327e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:35:20 +0300 Subject: [PATCH 0940/2142] Auto promotion for XCMs (#1359) * automation update for XCM config * change implementation * fix problems with destinations update * fix names and add description * LGTM * Update xcm/update_to_prod.py Co-authored-by: valentunn <70131744+valentunn@users.noreply.github.com> * fix coments * print files which will be use for script --------- Co-authored-by: valentunn <70131744+valentunn@users.noreply.github.com> --- xcm/update_to_prod.py | 143 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 xcm/update_to_prod.py diff --git a/xcm/update_to_prod.py b/xcm/update_to_prod.py new file mode 100644 index 000000000..4ed9f97e4 --- /dev/null +++ b/xcm/update_to_prod.py @@ -0,0 +1,143 @@ +""" +This script compares the dev and prod transfers.json files, finds the difference and asks which changes to apply, then updates the prod file. +""" + +import json +import os + +def ask_to_update(): + update = input("Would you like to update that data? (y/n)") + if update.lower() == 'y': + return True + return False + +def update_networks(dev_chains, prod_chains, meta_dict): + for dev_chain_id, dev_chain in dev_chains.items(): + if dev_chain_id not in prod_chains: + print(f"Added new chain - {meta_dict[dev_chain_id]['name']}") + if ask_to_update(): + prod_chains[dev_chain_id] = dev_chain + + return prod_chains + +def update_network_base_weight(dev_file, prod_file, meta_dict): + for dev_chain_id, dev_weight in dev_file['networkBaseWeight'].items(): + if dev_chain_id not in prod_file['networkBaseWeight']: + print(f"Added new base weight in chain: {meta_dict[dev_chain_id]['name']}") + if ask_to_update(): + prod_file['networkBaseWeight'][dev_chain_id] = dev_weight + + return prod_file['networkBaseWeight'] + + +def update_reserves(dev_file, prod_file): + for dev_asset_location, dev_asset in dev_file['assetsLocation'].items(): + if dev_asset_location not in prod_file['assetsLocation']: + print(f"Added new asset: {dev_asset_location}") + if ask_to_update(): + prod_file['assetsLocation'][dev_asset_location] = dev_asset + + return prod_file['assetsLocation'] + + +def update_assets(dev_chains, prod_chains, meta_dict): + for prod_chain_id, _ in prod_chains.items(): + for dev_asset_location, dev_asset in dev_chains[prod_chain_id]['assets'].items(): + if dev_asset_location not in prod_chains[prod_chain_id]['assets']: + print(f"Added new asset {dev_asset_location} in chain: {meta_dict[prod_chain_id]['name']}") + if ask_to_update(): + prod_chains[prod_chain_id]['assets'][dev_asset_location] = dev_asset + + return prod_chains + + +def update_destinations(dev_chains, prod_chains, meta_dict): + for prod_chain_id, prod_chain in prod_chains.items(): + for prod_asset_location, prod_asset in prod_chain['assets'].items(): + + for dev_destination_id, dev_destination \ + in dev_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'].items(): + + if dev_destination_id not in prod_asset['xcmTransfers']: + print(f"Added new destination in {meta_dict[prod_chain_id]['name']} \ + \nfor asset: {prod_asset_location} \ + \nto network: {meta_dict[dev_destination_id]['name']} ") + if ask_to_update(): + prod_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'][dev_destination_id] = dev_destination + + return prod_chains + + +def convert_chains_to_dict(chains_obj): + chains_dict = {chain['chainId']: chain for chain in chains_obj} + for chain_id, chain in chains_dict.items(): + assets_dict = {} + for asset in chain['assets']: + destinations_dict = {destination['destination']['chainId']: destination for destination in asset['xcmTransfers']} + assets_dict[asset['assetLocation']] = asset + assets_dict[asset['assetLocation']]['xcmTransfers'] = destinations_dict + chains_dict[chain_id]['assets'] = assets_dict + + return chains_dict + +def convert_chain_dict_to_array_back(chains_dict): + temp_chains = [] + for _, chain in chains_dict.items(): + temp_assets = [] + for _, asset in chain['assets'].items(): + temp_destinations = [] + for _, destination in asset['xcmTransfers'].items(): + temp_destinations.append(destination) + asset['xcmTransfers'] = temp_destinations + temp_assets.append(asset) + chain['assets'] = temp_assets + temp_chains.append(chain) + + return temp_chains + + + +def promote_updates_to_prod(dev_file, prod_file, meta_data): + + # meta_dict is used to get a human-readable network name + meta_dict = {chain['chainId']: chain for chain in meta_data} + + dev_chains_dict = convert_chains_to_dict(dev_file['chains']) + prod_chains_data = convert_chains_to_dict(prod_file['chains']) + + updated_prod = update_networks(dev_chains_dict, prod_chains_data, meta_dict) + updated_prod = update_assets(dev_chains_dict, updated_prod, meta_dict) + updated_prod = update_destinations(dev_chains_dict, updated_prod, meta_dict) + + updated_chains = convert_chain_dict_to_array_back(updated_prod) + + updated_base_weight = update_network_base_weight(dev_file, prod_file, meta_dict) + + updated_reserves = update_reserves(dev_file, prod_file) + + prod_file['networkBaseWeight'] = updated_base_weight + prod_file['assetsLocation'] = updated_reserves + prod_file['chains'] = updated_chains + + return prod_file + + +if __name__ == "__main__": + xcm_dev_file_path = os.getenv('DEV_XCM_JSON_PATH') + xcm_file_path = os.getenv('XCM_JSON_PATH') + chains_dev_path = os.getenv('DEV_CHAINS_JSON_PATH') + print(f"The following files are used:\n{xcm_dev_file_path}\n{xcm_file_path}\n{chains_dev_path}") + # Read data from files + with open(xcm_dev_file_path) as f: + data1 = json.load(f) + with open(xcm_file_path) as f: + data2 = json.load(f) + with open(chains_dev_path) as f: + meta_data = json.load(f) + + + updated_obj = promote_updates_to_prod(dev_file=data1, prod_file=data2, meta_data=meta_data) + + with open(xcm_file_path, 'w') as f: + json.dump(updated_obj, f, indent=2) + print(f"Data updated in {xcm_file_path}") From 2ffa72a63efe698202e5cb4f2c9516a880f84efb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:32:26 +0000 Subject: [PATCH 0941/2142] Update networks list --- chains/README.md | 127 ++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/chains/README.md b/chains/README.md index fd33f441f..9e81615e9 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 71 -### 💰 All assets 247 -### 🪙 Unique assets: 130 +### 🕸️ Supported networks: 72 +### 💰 All assets 248 +### 🪙 Unique assets: 131 ### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 68 @@ -21,63 +21,64 @@ | 9 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | 10 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 11 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 12 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 13 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 14 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 15 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 16 | Crust | CRU | Subscan | - | -| 17 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 18 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 19 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 20 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 21 | Edgeware | EDG | Subscan
Sub.ID | - | -| 22 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 23 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 24 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 25 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 26 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 27 | Hashed Network | HASH | - | - | -| 28 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 29 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 30 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 31 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 32 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 33 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 34 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 35 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 36 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 37 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 38 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 39 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 40 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 41 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 42 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 43 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 44 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 45 | Myriad | MYRIA | Explorer | - | -| 46 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 47 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 48 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 49 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 50 | Pendulum | PEN
DOT | - | - | -| 51 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 52 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 53 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 54 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 55 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 56 | Polymesh | POLYX | Subscan | - | -| 57 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 58 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 59 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 60 | Snow | ICZ | Subscan
Polkaholic | - | -| 61 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 62 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 63 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 64 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 65 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 66 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 67 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 68 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 69 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 70 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 71 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 12 | Bittensor | TAO | - | - | +| 13 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 14 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 15 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 16 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 17 | Crust | CRU | Subscan | - | +| 18 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 19 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 20 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 22 | Edgeware | EDG | Subscan
Sub.ID | - | +| 23 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 24 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 25 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 26 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 27 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 28 | Hashed Network | HASH | - | - | +| 29 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 30 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 31 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 32 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 33 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 34 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 35 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 36 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 37 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 38 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 39 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 40 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 41 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 42 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 43 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 44 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 45 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 46 | Myriad | MYRIA | Explorer | - | +| 47 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 48 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 49 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 50 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 51 | Pendulum | PEN
DOT | - | - | +| 52 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 53 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 54 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 55 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 56 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 57 | Polymesh | POLYX | Subscan | - | +| 58 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 59 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 60 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 61 | Snow | ICZ | Subscan
Polkaholic | - | +| 62 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 63 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 64 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 65 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 66 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 67 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 68 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 69 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 70 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 71 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 72 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 0e51a7615575a1919f2032cc7b5dadffd3bd0be5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:47:29 +0300 Subject: [PATCH 0942/2142] Adding HydraDX assets (#1540) * Adding HydraDX assets * Update scale id for ASTR Co-authored-by: leohar --------- Co-authored-by: leohar --- chains/v10/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 2df95e0b3..409da3bf3 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -4582,6 +4582,48 @@ "existentialDeposit": "44", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } } ], "nodes": [ From ac3af424955e52ed858fbf79a961029b00a18474 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:07:47 +0300 Subject: [PATCH 0943/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#1539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * remove ASTR asset reserve * Adding case when reserveAsset removed --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- scripts/print_xcm_changes.py | 16 ++- xcm/v3/transfers_dev.json | 228 ++++++++++++++++------------------- 2 files changed, 117 insertions(+), 127 deletions(-) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index c6a94b973..01fcb126a 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -45,12 +45,16 @@ def compare_reserve_fee(object_accumulator, actual_assets_location, changed_asse """ for assets, assets_data in actual_assets_location.items(): - new_value = deep_search_an_elemnt_by_key( - changed_assets_location[assets], 'value') - old_value = deep_search_an_elemnt_by_key(assets_data, 'value') - if new_value != old_value: - object_accumulator['reserveFee'][assets] = { - 'old_value': old_value, 'new_value': new_value} + try: + new_value = deep_search_an_elemnt_by_key( + changed_assets_location[assets], 'value') + old_value = deep_search_an_elemnt_by_key(assets_data, 'value') + if new_value != old_value: + object_accumulator['reserveFee'][assets] = { + 'old_value': old_value, 'new_value': new_value} + except: + object_accumulator['reserveFee'][assets] = "That asset was removed" + def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, chain_json_dict): diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index e26da9162..a38d84ae1 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8012800000000" }, "instructions": "xtokensReserve" } @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensReserve" } @@ -128,7 +128,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensReserve" } @@ -142,7 +142,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "14577259475218650" + "value": "485908649173955" }, "instructions": "xtokensReserve" } @@ -156,7 +156,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "188323917137476400" + "value": "1883239171374764" }, "instructions": "xtokensReserve" } @@ -170,7 +170,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensReserve" } @@ -184,21 +184,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "89615" - }, - "instructions": "xtokensReserve" - } - }, - "ASTR": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "multiLocation": { - "parachainId": 2006, - "palletInstance": 31 - }, - "reserveFee": { - "mode": { - "type": "proportional", - "value": "20306692567" + "value": "78138" }, "instructions": "xtokensReserve" } @@ -223,7 +209,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10543518372081" + "value": "10656550048488" }, "instructions": "xtokensReserve" } @@ -362,7 +348,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -413,7 +399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -441,7 +427,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -469,7 +455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -483,7 +469,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -497,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -534,7 +520,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -613,7 +599,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8012800000000" }, "instructions": "xtokensDest" } @@ -667,7 +653,7 @@ "fee": { "mode": { "type": "proportional", - "value": "14577259475218650" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -732,7 +718,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensDest" } @@ -806,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1120000000" + "value": "1363096985" }, "instructions": "xtokensDest" } @@ -890,7 +876,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xcmPalletDest" } @@ -904,7 +890,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xcmPalletDest" } @@ -918,7 +904,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xcmPalletDest" } @@ -932,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xcmPalletDest" } @@ -993,7 +979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8012800000000" }, "instructions": "xtokensDest" } @@ -1044,7 +1030,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -1081,7 +1067,7 @@ "fee": { "mode": { "type": "proportional", - "value": "308986666659" + "value": "269413333327" }, "instructions": "xtokensDest" } @@ -1118,7 +1104,7 @@ "fee": { "mode": { "type": "proportional", - "value": "14577259475218650" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -1183,7 +1169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -1225,7 +1211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -1239,7 +1225,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -1253,7 +1239,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -1267,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -1304,7 +1290,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -1513,7 +1499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -1541,7 +1527,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -1583,7 +1569,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -1662,7 +1648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -1685,7 +1671,7 @@ "fee": { "mode": { "type": "proportional", - "value": "188323917137476400" + "value": "1883239171374764" }, "instructions": "xtokensDest" } @@ -1708,7 +1694,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -1759,7 +1745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -1885,7 +1871,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xcmPalletDest" } @@ -1899,7 +1885,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xcmPalletDest" } @@ -1992,7 +1978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -2043,7 +2029,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -2094,7 +2080,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -2108,7 +2094,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -2164,7 +2150,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -2215,7 +2201,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -2271,7 +2257,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xcmPalletTeleportDest" } @@ -2331,7 +2317,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11250" + "value": "9725" }, "instructions": "xcmPalletDest" } @@ -2373,7 +2359,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8117152" + "value": "9396744" }, "instructions": "xcmPalletDest" } @@ -2517,7 +2503,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -2545,7 +2531,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -2601,7 +2587,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -2615,7 +2601,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -2782,7 +2768,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -2838,7 +2824,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -2852,7 +2838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -2866,7 +2852,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -2908,7 +2894,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xcmPalletTeleportDest" } @@ -3015,7 +3001,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3066,7 +3052,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -3108,7 +3094,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -3122,7 +3108,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -3136,7 +3122,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -3150,7 +3136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -3201,7 +3187,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -3280,7 +3266,7 @@ "fee": { "mode": { "type": "proportional", - "value": "14577259475218650" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -3345,7 +3331,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3429,7 +3415,7 @@ "fee": { "mode": { "type": "proportional", - "value": "309372900000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -3452,7 +3438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9269600000000" + "value": "8012800000000" }, "instructions": "xtokensDest" } @@ -3475,7 +3461,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -3498,7 +3484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3554,7 +3540,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000000" + "value": "101030000000000" }, "instructions": "xtokensDest" } @@ -3591,7 +3577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -3605,7 +3591,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -3647,7 +3633,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -3758,7 +3744,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -3809,7 +3795,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -3981,7 +3967,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4037,7 +4023,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -4093,7 +4079,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -4107,7 +4093,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -4149,7 +4135,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -4177,7 +4163,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xtokensDest" } @@ -4242,7 +4228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -4256,7 +4242,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xtokensDest" } @@ -4284,7 +4270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -4326,7 +4312,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xtokensDest" } @@ -4479,7 +4465,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10543518372081" + "value": "10656550048488" }, "instructions": "xcmPalletTeleportDest" } @@ -4507,7 +4493,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45883246330224" + "value": "57817225731674" }, "instructions": "xtokensDest" } @@ -4586,7 +4572,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4628,7 +4614,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -4712,7 +4698,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4754,7 +4740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -4768,7 +4754,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -4852,7 +4838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1120000000" + "value": "1363096985" }, "instructions": "xcmPalletDest" } @@ -4875,7 +4861,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "30145451504" }, "instructions": "xcmPalletDest" } @@ -4889,7 +4875,7 @@ "fee": { "mode": { "type": "proportional", - "value": "275025738935" + "value": "322321718978" }, "instructions": "xcmPalletDest" } @@ -4903,7 +4889,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115870000000" + "value": "100160000000" }, "instructions": "xcmPalletDest" } @@ -4931,7 +4917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "231740000000" + "value": "202060000000" }, "instructions": "xcmPalletDest" } @@ -4945,7 +4931,7 @@ "fee": { "mode": { "type": "proportional", - "value": "897000000000" + "value": "879500000000" }, "instructions": "xcmPalletDest" } @@ -5001,7 +4987,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -5029,7 +5015,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -5057,7 +5043,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -5097,4 +5083,4 @@ ] } ] -} +} \ No newline at end of file From a34fc46794e9d5e45bc8d31277cc7e241a038223 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:08:07 +0300 Subject: [PATCH 0944/2142] XCM iBTC for HydraDX (#1541) * Adding Interlay iBTC to HydraDX * Adding Moonbeam iBTC to Hydradx * Adding Acata iBTC to HydraDX * Adding Parallel iBTC to Hydra --- xcm/v3/transfers_dev.json | 121 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index a38d84ae1..58f5dfb78 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -1779,6 +1779,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "16785714" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2063,6 +2077,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "16785714" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3829,6 +3857,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "16785714" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3936,6 +3978,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "16785714" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4804,6 +4860,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "89615" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 9fac23abe2d96f8e1cfc96b4313b5a5d8828c429 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Apr 2023 17:11:52 +0800 Subject: [PATCH 0945/2142] promote 3dpass network --- chains/v10/chains.json | 32 ++++++++++++++++++++++++++++++++ chains/v9/chains.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 883954b07..be06b6260 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5973,5 +5973,37 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 2e228000d..9d86bbee9 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5913,5 +5913,37 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 } ] From d0f8699b1cd5b7c7661775fdfff4d1aed056b75b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Apr 2023 17:23:40 +0800 Subject: [PATCH 0946/2142] promote Ajuna network --- chains/v10/chains.json | 29 +++++++++++++++++++++++++++++ chains/v9/chains.json | 29 +++++++++++++++++++++++++++++ chains/v9/chains_dev.json | 29 +++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 883954b07..b93ef0eee 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5973,5 +5973,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 2e228000d..c3f28f372 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5913,5 +5913,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index d2b31de0c..e6c7d1ca9 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -7142,5 +7142,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 } ] From 5b1572427e166219e6ade3b50eeed005c8c5e489 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:16:32 +0300 Subject: [PATCH 0947/2142] Update xcm coefficients (#1542) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers.json | 110 +++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 753582535..32e825221 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "8082400000000" + "value": "8012800000000" }, "instructions": "xtokensReserve" } @@ -159,7 +159,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensReserve" } @@ -173,7 +173,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensReserve" } @@ -318,7 +318,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -369,7 +369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -425,7 +425,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -453,7 +453,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -476,7 +476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269750100000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -555,7 +555,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8082400000000" + "value": "8012800000000" }, "instructions": "xtokensDest" } @@ -717,7 +717,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1099115198" + "value": "1370389098" }, "instructions": "xtokensDest" } @@ -815,7 +815,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xcmPalletDest" } @@ -843,7 +843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xcmPalletDest" } @@ -890,7 +890,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8082400000000" + "value": "8012800000000" }, "instructions": "xtokensDest" } @@ -941,7 +941,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -1080,7 +1080,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -1136,7 +1136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -1164,7 +1164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -1187,7 +1187,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269750100000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -1368,7 +1368,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -1535,7 +1535,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -1586,7 +1586,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -1712,7 +1712,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xcmPalletDest" } @@ -1819,7 +1819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -1870,7 +1870,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -1921,7 +1921,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -2098,7 +2098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xcmPalletTeleportDest" } @@ -2158,7 +2158,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9810" + "value": "9725" }, "instructions": "xcmPalletDest" } @@ -2200,7 +2200,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7453672" + "value": "9460820" }, "instructions": "xcmPalletDest" } @@ -2316,7 +2316,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -2400,7 +2400,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -2553,7 +2553,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -2609,7 +2609,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -2637,7 +2637,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -2772,7 +2772,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -2823,7 +2823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -2879,7 +2879,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -2907,7 +2907,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -2944,7 +2944,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269750100000000000" + "value": "267427200000000000" }, "instructions": "xtokensDest" } @@ -3088,7 +3088,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3237,7 +3237,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -3390,7 +3390,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27075590089" + "value": "23607895631" }, "instructions": "xtokensDest" } @@ -3441,7 +3441,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -3725,7 +3725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -3781,7 +3781,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -3809,7 +3809,7 @@ "fee": { "mode": { "type": "proportional", - "value": "253944306131" + "value": "324046032276" }, "instructions": "xtokensDest" } @@ -3860,7 +3860,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35047875048" + "value": "30145451504" }, "instructions": "xtokensDest" } @@ -3902,7 +3902,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -4055,7 +4055,7 @@ "fee": { "mode": { "type": "proportional", - "value": "45566893300397" + "value": "57744381605145" }, "instructions": "xtokensDest" } @@ -4176,7 +4176,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -4316,7 +4316,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } @@ -4400,7 +4400,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1099115198" + "value": "1370389098" }, "instructions": "xcmPalletDest" } @@ -4428,7 +4428,7 @@ "fee": { "mode": { "type": "proportional", - "value": "102161742471" + "value": "105358535095" }, "instructions": "xtokensDest" } @@ -4456,7 +4456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587000000" + "value": "10103000000" }, "instructions": "xtokensDest" } @@ -4484,7 +4484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "17705921723" }, "instructions": "xtokensDest" } From 200dd90c6011872d043dbfc3bdea557e3af21e81 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:22:40 +0300 Subject: [PATCH 0948/2142] Try node from the polkadot.js/apps (#1545) * Try node from the polkadot.js/apps * remove old node --- chains/v10/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 409da3bf3..b10d71e99 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -2489,7 +2489,7 @@ ], "nodes": [ { - "url": "wss://ws.calamari.systems/", + "url": "wss://calamari.systems", "name": "Manta network node" } ], From bcd73bc7840f3056bad368c1e9774e5d0ac92448 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:47:25 +0300 Subject: [PATCH 0949/2142] Promote changes for Calamari node (#1546) --- chains/v10/chains.json | 2 +- chains/v9/chains.json | 2 +- chains/v9/chains_dev.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 883954b07..a9678f7d6 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -2382,7 +2382,7 @@ ], "nodes": [ { - "url": "wss://ws.calamari.systems/", + "url": "wss://calamari.systems", "name": "Manta network node" } ], diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 2e228000d..13803bcdf 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -2327,7 +2327,7 @@ ], "nodes": [ { - "url": "wss://ws.calamari.systems/", + "url": "wss://calamari.systems", "name": "Manta network node" } ], diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index d2b31de0c..767549bc9 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -2489,7 +2489,7 @@ ], "nodes": [ { - "url": "wss://ws.calamari.systems/", + "url": "wss://calamari.systems", "name": "Manta network node" } ], From d4cfa01467ec24a87a97d156051fe496e75db9cb Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:10:20 +0700 Subject: [PATCH 0950/2142] V11 (#1549) --- chains/v11/chains.json | 5977 +++++++++++++++++++++++++++++ chains/v11/chains_dev.json | 7284 ++++++++++++++++++++++++++++++++++++ 2 files changed, 13261 insertions(+) create mode 100644 chains/v11/chains.json create mode 100644 chains/v11/chains_dev.json diff --git a/chains/v11/chains.json b/chains/v11/chains.json new file mode 100644 index 000000000..a9678f7d6 --- /dev/null +++ b/chains/v11/chains.json @@ -0,0 +1,5977 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json new file mode 100644 index 000000000..b10d71e99 --- /dev/null +++ b/chains/v11/chains_dev.json @@ -0,0 +1,7284 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 9, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + } +] From 7f3905399cbf08322e73f7518face3c3fc825102 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:28:04 +0300 Subject: [PATCH 0951/2142] Adding test for eth nodes (#1547) * Adding test for eth nodes * Rename assertion error * fix spacing * adding assertion by absolute value --- requirements.txt | 1 + tests/data/setting_data.py | 41 +++++++++++++++++++++--- tests/test_eth_nodes_availability.py | 47 ++++++++++++++++++++++++++++ tests/test_nodes_availability.py | 13 +------- 4 files changed, 86 insertions(+), 16 deletions(-) create mode 100644 tests/test_eth_nodes_availability.py diff --git a/requirements.txt b/requirements.txt index 6ddb32602..5dd856cbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ pytest==7.2.0 pytest-xdist==3.0.2 pytest-rerunfailures==10.3 substrate-interface==1.4.0 +web3==6.2.0 diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 45bd23fca..d651a21fc 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -1,11 +1,44 @@ import os + +from typing import List from scripts.utils.work_with_data import get_network_list from scripts.utils.chain_model import Chain -network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v6/chains.json") +network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") skipped_networks = ['Edgeware', 'Ethereum'] +network_list = get_network_list('/' + network_file_path) + +chains = [Chain(data) for data in network_list if data.get( + 'name') not in skipped_networks] + + +def get_ethereum_chains(): + eth_chains = [] + for data in network_list: + options = data.get('options') + if options is not None and 'ethereumBased' in options: + eth_chains.append(Chain(data)) + + return eth_chains + + +def collect_nodes_for_chains(networks: List[Chain]): + result = [] + for network in networks: + for node in network.nodes: + result.append( + {"url": node.get("url"), "name": network.name}) + + return result + -global chains +def collect_rpc_nodes_for_chains(networks: List[Chain]): + result = [] + for network in networks: + for node in network.nodes: + if 'https' in node.get("url"): + result.append( + {"url": node.get("url"), "name": network.name} + ) -chains = [Chain(data) for data in get_network_list('/'+ - network_file_path) if data.get('name') not in skipped_networks] + return result diff --git a/tests/test_eth_nodes_availability.py b/tests/test_eth_nodes_availability.py new file mode 100644 index 000000000..f04b2c0ce --- /dev/null +++ b/tests/test_eth_nodes_availability.py @@ -0,0 +1,47 @@ +import pytest +import time +from web3 import Web3 + +from tests.data.setting_data import collect_rpc_nodes_for_chains, get_ethereum_chains + +task_ids = [ + f'Test for {task["name"]}, url: {task["url"]}' + for task in collect_rpc_nodes_for_chains(get_ethereum_chains()) +] + +@pytest.mark.parametrize("data", collect_rpc_nodes_for_chains(get_ethereum_chains()), ids=task_ids) +class TestETHNodesAvailability: + def test_rpc_node_work_fast(self, data): + + w3 = Web3(Web3.HTTPProvider(data['url'])) + # Check if connected to Ethereum RPC node + assert w3.is_connected(), "Failed to connect to Ethereum RPC node" + + # Measure time taken to retrieve current block + start_time = time.time() + block = w3.eth.get_block('latest') + end_time = time.time() + + # Check if request took more than 3 seconds + elapsed_time = end_time - start_time + assert elapsed_time <= 3, f"Request took {elapsed_time} seconds, which is more than 3 seconds" + + def test_rpc_node_is_synced(self, data): + + wss_w3 = Web3(Web3.WebsocketProvider('wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe')) + # Check if connected to wss node + assert wss_w3.is_connected(), "Failed to connect to Ethereum wss node" + + w3_rpc = Web3(Web3.HTTPProvider(data['url'])) + # Check if connected to RPC node + assert w3_rpc.is_connected(), "Failed to connect to Ethereum RPC node" + + # Get the latest block number from nodes + rpc_block_number = w3_rpc.eth.block_number + wss_block_number = wss_w3.eth.block_number + + # Compare block numbers and assert the difference is not greater than 3 + assert abs(wss_block_number - rpc_block_number) <= 3, f"Difference in block numbers is greater than 3:\ + wss_block_number={wss_block_number}, rpc_block_number={rpc_block_number}" + + \ No newline at end of file diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index a6aaac731..5a4bf5f2c 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -1,22 +1,11 @@ -from typing import List import pytest from substrateinterface import SubstrateInterface -from tests.data.setting_data import chains +from tests.data.setting_data import chains, collect_nodes_for_chains from scripts.utils.substrate_interface import create_connection_by_url -from scripts.utils.chain_model import Chain -def collect_nodes_for_chains(networks: List[Chain]): - result = [] - for network in networks: - for node in network.nodes: - result.append( - {"url": node.get("url"), "name": network.name}) - - return result - task_ids = [ f'Test for {task["name"]}, url: {task["url"]}' for task in collect_nodes_for_chains(chains) From 637614cf15fab00eaf52edaba947b44547a4eb1e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 20 Apr 2023 14:29:01 +0800 Subject: [PATCH 0952/2142] Add check new assets test (#1548) * initial structure * refactored test * added delayed assert for several test failures * add case processing aUSD as KUSD asset * use dict comprehension Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> * rename vars Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --------- Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- requirements.txt | 1 + tests/test_check_new_assets.py | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 tests/test_check_new_assets.py diff --git a/requirements.txt b/requirements.txt index 5dd856cbf..d2057421f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ allure-pytest==2.12.0 allure-python-commons==2.12.0 +delayed_assert==0.3.6 deepdiff==6.2.1 Jinja2==3.1.2 pytablewriter==0.64.2 diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py new file mode 100644 index 000000000..1f0a2b7e2 --- /dev/null +++ b/tests/test_check_new_assets.py @@ -0,0 +1,30 @@ +import pytest +import delayed_assert +from scripts.utils.chain_model import Chain +from tests.data.setting_data import chains + +task_ids = [ + f'Test for {task.name}' + for task in chains +] + + +@pytest.mark.parametrize("chain", chains, ids=task_ids) +class TestAssets: + # workaround to differences between asset names at runtime and in our configuration + asset_mapping = { + 'AUSD': 'KUSD' + } + + def test_has_new_assets(self, chain: Chain): + + chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} + chain_assets.update(self.asset_mapping) + chain.create_connection() + chain.init_properties() + if isinstance(chain.substrate.token_symbol, list): + for symbol in chain.substrate.token_symbol: + delayed_assert.expect(symbol in chain_assets.keys() or symbol in chain_assets.values(), "new token to add: " + symbol) + else: + assert chain.assets[0]['symbol'] == chain.properties.symbol, "native asset has changed" + delayed_assert.assert_expectations() From 01cde942d843eb8836d54677eb8b698f22559e31 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 20 Apr 2023 14:50:44 +0800 Subject: [PATCH 0953/2142] promote Equilibrium --- chains/v11/chains.json | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index a9678f7d6..92e231151 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5973,5 +5973,77 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 9, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 } ] From db13b1d62daab128bf392d0fd45445262e006e58 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:24:14 +0300 Subject: [PATCH 0954/2142] Update test stands (#1551) --- chains/v10/chains_dev.json | 43 +++----------------------------------- chains/v11/chains_dev.json | 43 +++----------------------------------- chains/v9/chains_dev.json | 43 +++----------------------------------- 3 files changed, 9 insertions(+), 120 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index b10d71e99..f01daa607 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6567,13 +6567,13 @@ ] }, { - "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", - "name": "Governance2 Novasama Testnet", + "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", + "name": "Novasama Testnet", "assets": [ { "assetId": 0, "symbol": "Unit", - "precision": 12, + "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" } ], @@ -6642,43 +6642,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, { "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", "name": "Myriad", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index b10d71e99..f01daa607 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6567,13 +6567,13 @@ ] }, { - "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", - "name": "Governance2 Novasama Testnet", + "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", + "name": "Novasama Testnet", "assets": [ { "assetId": 0, "symbol": "Unit", - "precision": 12, + "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" } ], @@ -6642,43 +6642,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, { "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", "name": "Myriad", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 767549bc9..0a504a149 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6458,13 +6458,13 @@ ] }, { - "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", - "name": "Governance2 Novasama Testnet", + "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", + "name": "Novasama Testnet", "assets": [ { "assetId": 0, "symbol": "Unit", - "precision": 12, + "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" } ], @@ -6533,43 +6533,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, { "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", "name": "Myriad", From 881c9228204511609eb80550c5ce0fc5ffe8bcba Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 20 Apr 2023 12:47:21 +0300 Subject: [PATCH 0955/2142] fix prefixes --- chains/v10/chains_dev.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index f01daa607..bfa7c6e1d 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6596,7 +6596,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 0, "options": [ "testnet", "governance" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index f01daa607..bfa7c6e1d 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6596,7 +6596,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 0, "options": [ "testnet", "governance" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 0a504a149..f7fe0e3f0 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6487,7 +6487,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 0, "options": [ "testnet", "governance" From 4724c045645670dafcd6c1b9f8b7d6a13c397861 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 12:50:04 +0300 Subject: [PATCH 0956/2142] Update Test data File (#1552) * Update test data file * update test data --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 75d46f7dd..eefad6840 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Governance2 Novasama Testnet', 'Governance1 Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) From 7e29b79ffb85dc3bddc55c16bb5099f72406df99 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Apr 2023 11:28:27 +0800 Subject: [PATCH 0957/2142] add v11 --- chains/v11/chains.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 92e231151..3bcef739e 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6045,5 +6045,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 } ] From 27e2c8994c9e548f75f2083c2d37292271ed7d9d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Apr 2023 11:32:22 +0800 Subject: [PATCH 0958/2142] add v11 --- chains/v11/chains.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 92e231151..839c0dee5 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6045,5 +6045,37 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 } ] From 7038122ca8b1dc9ded7b67d55cdde62e7525b44e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Apr 2023 13:44:15 +0800 Subject: [PATCH 0959/2142] update KPX ticker --- chains/v10/chains.json | 2 +- chains/v10/chains_dev.json | 2 +- chains/v11/chains.json | 2 +- chains/v11/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index a9678f7d6..1e0abd000 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5536,7 +5536,7 @@ "assets": [ { "assetId": 0, - "symbol": "KAPEX", + "symbol": "KPX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" } diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index bfa7c6e1d..a44db37f2 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6431,7 +6431,7 @@ "assets": [ { "assetId": 0, - "symbol": "KAPEX", + "symbol": "KPX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" } diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 92e231151..520664f87 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5536,7 +5536,7 @@ "assets": [ { "assetId": 0, - "symbol": "KAPEX", + "symbol": "KPX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" } diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index bfa7c6e1d..a44db37f2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6431,7 +6431,7 @@ "assets": [ { "assetId": 0, - "symbol": "KAPEX", + "symbol": "KPX", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" } From 2b1a1baf41f75cb4b60ab05a315680398dd3b491 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Apr 2023 13:54:02 +0800 Subject: [PATCH 0960/2142] add xx tiker exclusion --- tests/test_check_new_assets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 1f0a2b7e2..81003d6ff 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -13,7 +13,8 @@ class TestAssets: # workaround to differences between asset names at runtime and in our configuration asset_mapping = { - 'AUSD': 'KUSD' + 'AUSD': 'KUSD', + 'XX': 'xx' } def test_has_new_assets(self, chain: Chain): From 1a3721b958ecbc3945a4572ec805a9a667d8b97a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Apr 2023 15:14:08 +0800 Subject: [PATCH 0961/2142] fix exclusion assertion for native tokens --- tests/test_check_new_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 81003d6ff..0df18d8bd 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -27,5 +27,5 @@ def test_has_new_assets(self, chain: Chain): for symbol in chain.substrate.token_symbol: delayed_assert.expect(symbol in chain_assets.keys() or symbol in chain_assets.values(), "new token to add: " + symbol) else: - assert chain.assets[0]['symbol'] == chain.properties.symbol, "native asset has changed" + assert chain.properties.symbol in chain_assets.keys() or chain.properties.symbol in chain_assets.values(), "native asset has changed" delayed_assert.assert_expectations() From c359f91417a3a8487bbe3045f9009b937e8c78b2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 11:33:15 +0800 Subject: [PATCH 0962/2142] test fix centrifuge nodes --- chains/v10/chains_dev.json | 4 ++++ chains/v11/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index a44db37f2..85e1c0a1a 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -4402,6 +4402,10 @@ } ], "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index a44db37f2..85e1c0a1a 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4402,6 +4402,10 @@ } ], "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" From 853ba286f7545b19b647d9f4e88023204ca3e551 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 11:49:44 +0800 Subject: [PATCH 0963/2142] fix for prod chains --- chains/v10/chains.json | 4 ++++ chains/v11/chains.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 1e0abd000..34a9380ef 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -3910,6 +3910,10 @@ } ], "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 520664f87..0d5888b22 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -3910,6 +3910,10 @@ } ], "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" From 9b0c2792470be1ce71ea6832173d31c9aad84b27 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 15:42:43 +0800 Subject: [PATCH 0964/2142] Revert "Revert "promote new tokens on Ethereum"" This reverts commit cadcabac2804ffd48e65001b06ba303089418d2d. --- assets/evm/v2/assets.json | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 127a4cdb6..4c8a67793 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -68,6 +68,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x3405A1bd46B85c5C029483FbECf2F3E611026e45" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" } ] }, @@ -115,6 +119,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x922D641a426DcFFaeF11680e5358F34d97d112E1" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" } ] }, @@ -359,6 +367,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xc9BAA8cfdDe8E328787E29b4B078abf2DaDc2055" + }, + { + "chainId": "eip155:1", + "contractAddress": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52" } ] }, @@ -386,5 +398,44 @@ "contractAddress": "0x6021D2C27B6FBd6e7608D1F39B41398CAee2F824" } ] + }, + { + "symbol": "HEX", + "precision": 8, + "name": "Hex", + "priceId": "hex", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39" + } + ] + }, + { + "symbol": "stETH", + "precision": 18, + "name": "Lido Staked Ether", + "priceId": "staked-ether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84" + } + ] + }, + { + "symbol": "UNI", + "precision": 18, + "name": "Uniswap", + "priceId": "uniswap", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + ] } ] From 330a01290de67a4dcc31910da8b0f0d2a72ef4b0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:16:16 +0300 Subject: [PATCH 0965/2142] fix actual json path script (#1557) --- .github/get_actual_json_path.sh | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/get_actual_json_path.sh b/.github/get_actual_json_path.sh index 10a49d500..33517d8b1 100644 --- a/.github/get_actual_json_path.sh +++ b/.github/get_actual_json_path.sh @@ -2,6 +2,21 @@ SCRIPT_PATH=$(dirname "$0") MAIN_DIRECTORY=${SCRIPT_PATH%/*} -folders=($(ls ${MAIN_DIRECTORY}/../$1)) +# Retrieve the folder names and extract the version numbers +folders=($(ls -1 ${MAIN_DIRECTORY}/../$1)) +version_numbers=() +for folder in "${folders[@]}"; do + # Extract the version number by removing the "v" prefix and any non-numeric characters + version_number=$(echo ${folder#v} | tr -dc '[:digit:]') + # Append the extracted version number to the array + version_numbers+=($version_number) +done -echo ${folders[-1]} +# Sort the version numbers in descending order +sorted_version_numbers=($(printf '%s\n' "${version_numbers[@]}" | sort -rn)) + +# Retrieve the latest version folder +latest_version_number=${sorted_version_numbers[0]} +latest_version_folder="v${latest_version_number}" + +echo $latest_version_folder From 35c68f9ab32c8284f5406f46652cebf21409f300 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:16:35 +0300 Subject: [PATCH 0966/2142] update data for testnet (#1554) --- chains/v10/chains_dev.json | 12 ++++++------ chains/v11/chains_dev.json | 12 ++++++------ chains/v9/chains_dev.json | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 85e1c0a1a..af999dce2 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6571,14 +6571,14 @@ ] }, { - "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", - "name": "Novasama Testnet", + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", "assets": [ { "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6600,7 +6600,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, + "addressPrefix": 2, "options": [ "testnet", "governance" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 85e1c0a1a..af999dce2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6571,14 +6571,14 @@ ] }, { - "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", - "name": "Novasama Testnet", + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", "assets": [ { "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6600,7 +6600,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, + "addressPrefix": 2, "options": [ "testnet", "governance" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index f7fe0e3f0..5ececf656 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6458,14 +6458,14 @@ ] }, { - "chainId": "03e9685133ff74308fc46ac457da098f00d7b0a61498d5cbd7763bf40559fa81", - "name": "Novasama Testnet", + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", "assets": [ { "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6487,7 +6487,7 @@ ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, + "addressPrefix": 2, "options": [ "testnet", "governance" From 495474042ca62778bf37dfc17383b285300a9a72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:21:35 +0300 Subject: [PATCH 0967/2142] Update Test data File (#1560) * Update test data file * adding novasama to exclude * adding account for Ajuna --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index eefad6840..9e1f5ab8b 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Novasama Testnet', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] +exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Novasama Testnet - Kusama', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 91f11ae62..0a8fd9429 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -353,5 +353,10 @@ "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", "name": "3DPass", "account": "0x1e94d618d7699c88c5ece5a973ca3ddcaf5bdf9817d179f47561b291a0569c4c" + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "name": "Ajuna", + "account": "0x16f81562c3312515c5cd1ae97280964cf39c8f59c0934e1eb5374bb0e5bfb00a" } ] \ No newline at end of file From 378f848a6e0b0a64cc871958beaaafcf1b1f855f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 17:22:36 +0800 Subject: [PATCH 0968/2142] add Kintsugi tokens --- chains/v10/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ chains/v11/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 85e1c0a1a..350ebf8da 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -1751,6 +1751,48 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 85e1c0a1a..350ebf8da 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -1751,6 +1751,48 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 0f03c0cd9b4c2bb85b633a78f1ffca0fc43606ce Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 17:40:41 +0800 Subject: [PATCH 0969/2142] fix DOT on Equilibrium precision --- chains/v10/chains_dev.json | 2 +- chains/v11/chains.json | 2 +- chains/v11/chains_dev.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index af999dce2..3dd2c0e28 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -3336,7 +3336,7 @@ { "assetId": 1, "symbol": "DOT", - "precision": 9, + "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 0d5888b22..3fb48f36a 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5997,7 +5997,7 @@ { "assetId": 1, "symbol": "DOT", - "precision": 9, + "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index af999dce2..3dd2c0e28 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -3336,7 +3336,7 @@ { "assetId": 1, "symbol": "DOT", - "precision": 9, + "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", From 3be974158c80adf5554e5e9ad360a5a58eedf603 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Apr 2023 18:16:09 +0800 Subject: [PATCH 0970/2142] add Privadex to dapps.json --- dapps/dapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 70a46755d..afa49fe19 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -483,6 +483,14 @@ "staking" ], "desktopOnly": true + }, + { + "name": "PrivaDEX", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "url": "https://app.privadex.xyz/", + "categories": [ + "dex" + ] } ] } From 627c884c88c836e71e10e49a4669250ed9f60498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:19:30 +0000 Subject: [PATCH 0971/2142] Update networks list --- chains/README.md | 154 ++++++++++++++++++++++++----------------------- 1 file changed, 78 insertions(+), 76 deletions(-) diff --git a/chains/README.md b/chains/README.md index 9e81615e9..dacc90bc5 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,84 +1,86 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 72 -### 💰 All assets 248 -### 🪙 Unique assets: 131 +### 🕸️ Supported networks: 74 +### 💰 All assets 252 +### 🪙 Unique assets: 132 ### 💫 Cross Chain directions: 251 -### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 68 +### 🧾 SubQuery API projects: 63 +### 👀 Networks with block explorers: 69 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | | --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 2 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 3 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 4 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 5 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 6 | Aventus | AVT | Aventus explorer | - | -| 7 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 8 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 9 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 10 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 11 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 12 | Bittensor | TAO | - | - | -| 13 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 14 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 15 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 16 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 17 | Crust | CRU | Subscan | - | -| 18 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 19 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 20 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 21 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 22 | Edgeware | EDG | Subscan
Sub.ID | - | -| 23 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 24 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 25 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 26 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 27 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 28 | Hashed Network | HASH | - | - | -| 29 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 30 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 31 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 32 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 33 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 34 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 35 | Kapex | KAPEX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 36 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 37 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 38 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 39 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 40 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 41 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 42 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 43 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 44 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 45 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 46 | Myriad | MYRIA | Explorer | - | -| 47 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 48 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 49 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 50 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 51 | Pendulum | PEN
DOT | - | - | -| 52 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 53 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 54 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 55 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 56 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 57 | Polymesh | POLYX | Subscan | - | -| 58 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 59 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 60 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 61 | Snow | ICZ | Subscan
Polkaholic | - | -| 62 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 63 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 64 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 65 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 66 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 67 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 68 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 69 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 70 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 71 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 72 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 2 | Ajuna | AJUN | - | - | +| 3 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 4 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 5 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 6 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 7 | Aventus | AVT | Aventus explorer | - | +| 8 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 9 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 10 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 11 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 12 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 13 | Bittensor | TAO | - | - | +| 14 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 15 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 16 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 17 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 18 | Crust | CRU | Subscan | - | +| 19 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 20 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 21 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 22 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 23 | Edgeware | EDG | Subscan
Sub.ID | - | +| 24 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 25 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 26 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 27 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 28 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 29 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 30 | Hashed Network | HASH | - | - | +| 31 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 32 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 33 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 34 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 35 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 36 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 37 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 38 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 39 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 40 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 41 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 42 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 43 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 44 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 45 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 46 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 47 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 48 | Myriad | MYRIA | Explorer | - | +| 49 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 50 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 51 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 52 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 53 | Pendulum | PEN
DOT | - | - | +| 54 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 55 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 56 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 57 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 58 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 59 | Polymesh | POLYX | Subscan | - | +| 60 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 61 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 62 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 63 | Snow | ICZ | Subscan
Polkaholic | - | +| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 22b598f778ef0c1135ebeea9fb8a72160d97c53a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:21:57 +0000 Subject: [PATCH 0972/2142] Update dapps list --- dapps/README.md | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 6113b14b4..01a515a62 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -47,22 +47,23 @@ | 43 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | | 44 | Polkassembly | https://polkadot.polkassembly.io/ | governance | | 45 | Polkawatch | https://polkawatch.app/ | staking | -| 46 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 47 | Raresama | https://raresama.com/ | nft | -| 48 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 49 | Singular | https://singular.rmrk.app/ | nft | -| 50 | Singular 2.0 | https://singular.app/ | nft | -| 51 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 52 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 53 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 54 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 55 | Sub.ID | https://sub.id/#/ | utilities | -| 56 | SubBridge | https://subbridge.io/ | bridge,evm | -| 57 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 58 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | -| 59 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 60 | TofuNFT | https://tofunft.com/ | nft,evm | -| 61 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 62 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | -| 63 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 64 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 46 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 47 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 48 | Raresama | https://raresama.com/ | nft | +| 49 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 50 | Singular | https://singular.rmrk.app/ | nft | +| 51 | Singular 2.0 | https://singular.app/ | nft | +| 52 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 53 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 54 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 55 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 56 | Sub.ID | https://sub.id/#/ | utilities | +| 57 | SubBridge | https://subbridge.io/ | bridge,evm | +| 58 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 59 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | +| 60 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 61 | TofuNFT | https://tofunft.com/ | nft,evm | +| 62 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 63 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | +| 64 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 65 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 428bee6b3fdfeb0544fa4284c37c4003f46d3de7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:30:06 +0300 Subject: [PATCH 0973/2142] Update networks list (#1566) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 157 ++++++++++++++++++++++++----------------------- 1 file changed, 79 insertions(+), 78 deletions(-) diff --git a/chains/README.md b/chains/README.md index dacc90bc5..d398a13fc 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,86 +1,87 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 74 -### 💰 All assets 252 -### 🪙 Unique assets: 132 +### 🕸️ Supported networks: 75 +### 💰 All assets 253 +### 🪙 Unique assets: 133 ### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 63 -### 👀 Networks with block explorers: 69 +### 👀 Networks with block explorers: 70 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | | --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 2 | Ajuna | AJUN | - | - | -| 3 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 4 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 5 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 6 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 7 | Aventus | AVT | Aventus explorer | - | -| 8 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 9 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 10 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 11 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 12 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 13 | Bittensor | TAO | - | - | -| 14 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 15 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 16 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 17 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 18 | Crust | CRU | Subscan | - | -| 19 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 20 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 21 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 22 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 23 | Edgeware | EDG | Subscan
Sub.ID | - | -| 24 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 25 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 26 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 27 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 28 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 29 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 30 | Hashed Network | HASH | - | - | -| 31 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 32 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 33 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 34 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 35 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 36 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 37 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 38 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 39 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 40 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 41 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 42 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 43 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 44 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 45 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 46 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 47 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 48 | Myriad | MYRIA | Explorer | - | -| 49 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 50 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 51 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 52 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 53 | Pendulum | PEN
DOT | - | - | -| 54 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 55 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 56 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 57 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 58 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 59 | Polymesh | POLYX | Subscan | - | -| 60 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 61 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 62 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 63 | Snow | ICZ | Subscan
Polkaholic | - | -| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 1 | 3DPass | P3D | 3DPass explorer | - | +| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | - | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | - | +| 9 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | - | - | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Crust | CRU | Subscan | - | +| 20 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 21 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 22 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 23 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 24 | Edgeware | EDG | Subscan
Sub.ID | - | +| 25 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 27 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 28 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 29 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 30 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 31 | Hashed Network | HASH | - | - | +| 32 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 33 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 34 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 35 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 36 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 37 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 38 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 39 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 40 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 41 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 42 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 43 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 44 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 45 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 46 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 47 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 48 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 49 | Myriad | MYRIA | Explorer | - | +| 50 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 51 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 52 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 53 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 54 | Pendulum | PEN
DOT | - | - | +| 55 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 56 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 57 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 58 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 59 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 60 | Polymesh | POLYX | Subscan | - | +| 61 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 62 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 63 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 64 | Snow | ICZ | Subscan
Polkaholic | - | +| 65 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 66 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 67 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 68 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 73 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 74 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 75 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 3482536990bdeb8d31b3f47f79ef9c99fa6750fe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:45:58 +0300 Subject: [PATCH 0974/2142] Change getting chains list for tests (#1569) --- tests/data/setting_data.py | 15 ++++++++++++--- tests/test_can_query_base_parameters.py | 10 +++++----- tests/test_check_new_assets.py | 6 +++--- tests/test_network_parameters.py | 10 +++++----- tests/test_nodes_availability.py | 6 +++--- tests/test_xcm_data.py | 6 +++--- 6 files changed, 31 insertions(+), 22 deletions(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index d651a21fc..64078b244 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -5,11 +5,20 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") -skipped_networks = ['Edgeware', 'Ethereum'] +skipped_networks = ['Edgeware'] network_list = get_network_list('/' + network_file_path) -chains = [Chain(data) for data in network_list if data.get( - 'name') not in skipped_networks] + +def get_substrate_chains(): + substrate_chains = [] + for data in network_list: + if data.get('name') in skipped_networks: + continue + options = data.get('options') + if options is None or 'noSubstrateRuntime' in options: + substrate_chains.append(Chain(data)) + + return substrate_chains def get_ethereum_chains(): diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py index c747ab572..b88d1218b 100644 --- a/tests/test_can_query_base_parameters.py +++ b/tests/test_can_query_base_parameters.py @@ -2,14 +2,14 @@ from substrateinterface import SubstrateInterface from scripts.utils.chain_model import Chain -from tests.data.setting_data import chains +from tests.data.setting_data import get_substrate_chains task_ids = [ f'Test for {task.name}' - for task in chains + for task in get_substrate_chains() ] -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetMetadata(): def test_create_connection_and_get_metadata(self, chain: Chain): @@ -19,7 +19,7 @@ def test_create_connection_and_get_metadata(self, chain: Chain): metadata = connection.get_block_metadata() assert isinstance(connection, SubstrateInterface) -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetFee: def test_create_connection_and_get_fee(self, chain: Chain): @@ -29,7 +29,7 @@ def test_create_connection_and_get_fee(self, chain: Chain): storage = connection.rpc_request('payment_queryInfo', ['0x41028400fdc41550fb5186d71cae699c31731b3e1baa10680c7bd6b3831a6d222cf4d16800080bfe8bc67f44b498239887dc5679523cfcb1d20fd9ec9d6bae0a385cca118d2cb7ef9f4674d52a810feb32932d7c6fe3e05ce9e06cd72cf499c8692206410ab5038800040000340a806419d5e278172e45cb0e50da1b031795366c99ddfe0a680bd53b142c630700e40b5402']) assert isinstance(connection, SubstrateInterface) -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetIndex: def test_create_connection_and_get_next_index(self, chain: Chain): diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 0df18d8bd..1843e8e02 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -1,15 +1,15 @@ import pytest import delayed_assert from scripts.utils.chain_model import Chain -from tests.data.setting_data import chains +from tests.data.setting_data import get_substrate_chains task_ids = [ f'Test for {task.name}' - for task in chains + for task in get_substrate_chains() ] -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestAssets: # workaround to differences between asset names at runtime and in our configuration asset_mapping = { diff --git a/tests/test_network_parameters.py b/tests/test_network_parameters.py index 355531d97..a12dd8aeb 100644 --- a/tests/test_network_parameters.py +++ b/tests/test_network_parameters.py @@ -1,28 +1,28 @@ import pytest from scripts.utils.chain_model import Chain -from tests.data.setting_data import chains +from tests.data.setting_data import get_substrate_chains task_ids = [ f'Test for {task.name}' - for task in chains + for task in get_substrate_chains() ] -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestNetworkPrefix: def test_address_prefix(self, chain: Chain): chain.create_connection() chain.init_properties() assert chain.properties.ss58Format == chain.addressPrefix -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestChainId: def test_chainId(self, chain: Chain): chain.create_connection() chain.init_properties() assert chain.properties.chainId == '0x'+chain.chainId -@pytest.mark.parametrize("chain", chains, ids=task_ids) +@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestPrecision: def test_precision(self, chain: Chain): chain.create_connection() diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index 5a4bf5f2c..bef6dbdb5 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -2,17 +2,17 @@ import pytest from substrateinterface import SubstrateInterface -from tests.data.setting_data import chains, collect_nodes_for_chains +from tests.data.setting_data import get_substrate_chains, collect_nodes_for_chains from scripts.utils.substrate_interface import create_connection_by_url task_ids = [ f'Test for {task["name"]}, url: {task["url"]}' - for task in collect_nodes_for_chains(chains) + for task in collect_nodes_for_chains(get_substrate_chains()) ] -@pytest.mark.parametrize("data", collect_nodes_for_chains(chains), ids=task_ids) +@pytest.mark.parametrize("data", collect_nodes_for_chains(get_substrate_chains()), ids=task_ids) def test_can_create_connection(data): connectin = create_connection_by_url(data["url"]) diff --git a/tests/test_xcm_data.py b/tests/test_xcm_data.py index 146a3a1d3..e9d76b91b 100644 --- a/tests/test_xcm_data.py +++ b/tests/test_xcm_data.py @@ -2,7 +2,7 @@ import json import deepdiff -from tests.data.setting_data import chains +from tests.data.setting_data import get_substrate_chains from scripts.utils.chain_model import Chain xcm_data_file_path = './tests/data/xcm_data.json' @@ -13,10 +13,10 @@ def was_network_data_changed(data_from_network, saved_data): task_ids = [ f'Check XCM data for {task.name}' - for task in chains + for task in get_substrate_chains() ] -@pytest.mark.parametrize('chain', chains, ids=task_ids) +@pytest.mark.parametrize('chain', get_substrate_chains(), ids=task_ids) class TestCompareXCMData: def test_xcm_parameters(self, chain: Chain): From eae3b42177652941ea66322fb4f6fc5a26d05c52 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:46:13 +0300 Subject: [PATCH 0975/2142] Remove Darwinia Polkadot (#1568) --- chains/v10/chains_dev.json | 51 -------------------------------------- chains/v11/chains_dev.json | 51 -------------------------------------- 2 files changed, 102 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 2a8981087..97cfcc634 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6419,57 +6419,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 2a8981087..97cfcc634 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6419,57 +6419,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From 91b863a6e599764518f38a99a23ea4e29ae10e18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:27:45 +0300 Subject: [PATCH 0976/2142] Update test data file (#1570) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 0a8fd9429..97db47dd6 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -289,11 +289,6 @@ "name": "Kylin", "account": "0x06861bc739b3c29d4886c2dde7b45f4646cc96ef5ce6a03ce6c59f1f7c8c9f5e" }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "name": "Darwinia", - "account": "0x0a66532a23c418cca12183fee5f6afece770a0bb8725f459d7d1b1b598f91c49" - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "name": "Kapex", From 2edf709536a7f3aabaa83ae05ae40f3c850e08fe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:12:27 +0300 Subject: [PATCH 0977/2142] Temp removing Darwinia (#1571) --- chains/v10/chains.json | 51 ------------------------------------------ chains/v11/chains.json | 51 ------------------------------------------ 2 files changed, 102 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 7d101334e..599c85ffa 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5482,57 +5482,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v11/chains.json b/chains/v11/chains.json index aaa2cbe4f..8a8f9a6c7 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5482,57 +5482,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From a7c32fd5acfc553470cce9d9fdf2c2450265959f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:28:51 +0300 Subject: [PATCH 0978/2142] Update networks list (#1572) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 117 +++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 59 deletions(-) diff --git a/chains/README.md b/chains/README.md index d398a13fc..8a92443d2 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 75 -### 💰 All assets 253 -### 🪙 Unique assets: 133 +### 🕸️ Supported networks: 74 +### 💰 All assets 252 +### 🪙 Unique assets: 132 ### 💫 Cross Chain directions: 251 -### 🧾 SubQuery API projects: 63 -### 👀 Networks with block explorers: 70 +### 🧾 SubQuery API projects: 62 +### 👀 Networks with block explorers: 69 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -31,57 +31,56 @@ | 19 | Crust | CRU | Subscan | - | | 20 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 21 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 22 | Darwinia | RING | Subscan
Polkaholic | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 23 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 24 | Edgeware | EDG | Subscan
Sub.ID | - | -| 25 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 27 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 28 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 29 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 30 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 31 | Hashed Network | HASH | - | - | -| 32 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 33 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 34 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 35 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 36 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 37 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 38 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 39 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 40 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 41 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 42 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 43 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 44 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 45 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 46 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 47 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 48 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 49 | Myriad | MYRIA | Explorer | - | -| 50 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 51 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 52 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 53 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 54 | Pendulum | PEN
DOT | - | - | -| 55 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 56 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 57 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 58 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 59 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 60 | Polymesh | POLYX | Subscan | - | -| 61 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 62 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 63 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 64 | Snow | ICZ | Subscan
Polkaholic | - | -| 65 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 66 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 67 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 68 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 73 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 74 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 75 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 22 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 23 | Edgeware | EDG | Subscan
Sub.ID | - | +| 24 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 25 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 26 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 27 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 28 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 29 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 30 | Hashed Network | HASH | - | - | +| 31 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 32 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 33 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 34 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 35 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 36 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 37 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 38 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 39 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 40 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 41 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 42 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 43 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 44 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 45 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 46 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 47 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 48 | Myriad | MYRIA | Explorer | - | +| 49 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 50 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 51 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 52 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 53 | Pendulum | PEN
DOT | - | - | +| 54 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 55 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 56 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 57 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 58 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 59 | Polymesh | POLYX | Subscan | - | +| 60 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 61 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 62 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 63 | Snow | ICZ | Subscan
Polkaholic | - | +| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From d4317fb2dd51edc73b808b7a31fc265a2bd7e89f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 27 Apr 2023 12:27:21 +0300 Subject: [PATCH 0979/2142] fix condition for substrate network (#1574) --- tests/data/setting_data.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 64078b244..5537cdc85 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -15,8 +15,13 @@ def get_substrate_chains(): if data.get('name') in skipped_networks: continue options = data.get('options') - if options is None or 'noSubstrateRuntime' in options: + + if options is None: substrate_chains.append(Chain(data)) + elif 'noSubstrateRuntime' not in options: + substrate_chains.append(Chain(data)) + else: + continue return substrate_chains From 37f92318e24a79f2169e63db4bb89f60bc465ea7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:58:24 +0300 Subject: [PATCH 0980/2142] Adding new Darwinia parachains (#1573) * Adding new Darwinia parachains * fix darwinia runtime * adding KTON and CTON --- chains/v10/chains_dev.json | 103 +++++++++++++++++++++++++ chains/v11/chains_dev.json | 103 +++++++++++++++++++++++++ chains/v2/types/darwinia_crab.json | 35 +++++++++ chains/v2/types/darwinia_polkadot.json | 35 +++++++++ 4 files changed, 276 insertions(+) create mode 100644 chains/v2/types/darwinia_crab.json create mode 100644 chains/v2/types/darwinia_polkadot.json diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 97cfcc634..2839fa23c 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7238,5 +7238,108 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia - Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Darwinia Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] } ] diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 97cfcc634..2839fa23c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7238,5 +7238,108 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia - Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Darwinia Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] } ] diff --git a/chains/v2/types/darwinia_crab.json b/chains/v2/types/darwinia_crab.json new file mode 100644 index 000000000..6ce604371 --- /dev/null +++ b/chains/v2/types/darwinia_crab.json @@ -0,0 +1,35 @@ +{ + "runtime_id": 6020, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "primitive_types.H160": "[u8; 20]", + "account.AccountId20": "primitive_types.H160", + "Address": "account.AccountId20", + "EthereumSignature": { + "type": "struct", + "type_mapping": [ + [ + "r", + "H256" + ], + [ + "s", + "H256" + ], + [ + "v", + "u8" + ] + ] + }, + "ExtrinsicSignature": "EthereumSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "darwinia_runtime.RuntimeEvent": "GenericEvent", + "darwinia_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/darwinia_polkadot.json b/chains/v2/types/darwinia_polkadot.json new file mode 100644 index 000000000..93405206a --- /dev/null +++ b/chains/v2/types/darwinia_polkadot.json @@ -0,0 +1,35 @@ +{ + "runtime_id": 6100, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "primitive_types.H160": "[u8; 20]", + "account.AccountId20": "primitive_types.H160", + "Address": "account.AccountId20", + "EthereumSignature": { + "type": "struct", + "type_mapping": [ + [ + "r", + "H256" + ], + [ + "s", + "H256" + ], + [ + "v", + "u8" + ] + ] + }, + "ExtrinsicSignature": "EthereumSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "darwinia_runtime.RuntimeEvent": "GenericEvent", + "darwinia_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 5786ed82d61a1e3dd1655b95940720533c5811fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:43:15 +0300 Subject: [PATCH 0981/2142] Update Test data File (#1575) * Update test data file * fix script for generate test data --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- scripts/update_test_data.py | 11 +++++++++-- tests/chains_for_testBalance.json | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 9e1f5ab8b..e9f09dc95 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -1,7 +1,7 @@ import json import os -CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v9") +CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v11") with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) @@ -14,7 +14,8 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Singular testnet', 'Interlay', 'Mangata X', 'Arctic Relay Testnet', 'Rococo Testnet', 'Imbue', 'Acala Mandala', 'Polymesh Testnet', 'Ternoa Alphanet', 'Turing Staging', 'Governance2 Testnet', 'Beresheet', 'Novasama Testnet - Kusama', 'Fusotao', 'KILT Peregrine', 'Aventus Testnet', 'Kintsugi Testnet', 'Equilibrium'] +exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium'] +skip_options = ['ethereumBased', 'noSubstrateRuntime', 'testnet'] dev_ids = get_ids(dev_chains) test_ids = get_ids(test_chains) @@ -42,8 +43,14 @@ def del_element(test_ids): 'name': dev_chains[dev_index]['name'], 'account': ' - '} + options = dev_chains[dev_index].get('options') + if (dev_chains[dev_index]['name'] in exludeChains): # Skip some special chains continue + + if options is not None: + need_skip = [option for option in skip_options if option in options] + if need_skip: continue test_chains.append(chain_dict) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 97db47dd6..540745dd1 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -353,5 +353,10 @@ "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", "name": "Ajuna", "account": "0x16f81562c3312515c5cd1ae97280964cf39c8f59c0934e1eb5374bb0e5bfb00a" + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "name": "Imbue", + "account": "0x5abf9818a736344894d068411fdb13d12e820b8cb03165da1c4e2fdea326bf5e" } ] \ No newline at end of file From 3315c48ad8ecda4491cf34a1210a626e6e73e8c7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:25:23 +0300 Subject: [PATCH 0982/2142] Adding new SubQuery projects (#1577) * Adding new SubQuery projects * addin Myriad --- chains/v11/chains_dev.json | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 2839fa23c..be8ef0a50 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6663,6 +6663,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true @@ -6867,6 +6875,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true @@ -6901,6 +6917,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true @@ -7056,6 +7080,14 @@ "name": "Hashed systems 2 node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true @@ -7081,6 +7113,14 @@ "name": "Opentensor Fdn node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true @@ -7203,6 +7243,14 @@ "event": null } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true @@ -7232,6 +7280,14 @@ "name": "RadiumBlock node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true From a517cd31bf1bc16f9b455cb3c028a74566da0d98 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:25:42 +0300 Subject: [PATCH 0983/2142] Update xcm coefficients (#1578) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers_dev.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 58f5dfb78..524e79a5e 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -483,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -792,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1363096985" + "value": "1400070296" }, "instructions": "xtokensDest" } @@ -918,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xcmPalletDest" } @@ -1253,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9396744" + "value": "7943295" }, "instructions": "xcmPalletDest" } @@ -2629,7 +2629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -2880,7 +2880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -3164,7 +3164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -4219,7 +4219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xtokensDest" } @@ -4549,7 +4549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "57817225731674" + "value": "60009378664655" }, "instructions": "xtokensDest" } @@ -4875,7 +4875,7 @@ "fee": { "mode": { "type": "proportional", - "value": "89615" + "value": "78138" }, "instructions": "xtokensDest" } @@ -4959,7 +4959,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1363096985" + "value": "1400070296" }, "instructions": "xcmPalletDest" } @@ -4996,7 +4996,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322321718978" + "value": "322992336530" }, "instructions": "xcmPalletDest" } From b3355c91b9cb81871c418fddb1c9822eccb6cc7a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:32:55 +0300 Subject: [PATCH 0984/2142] Fix script for updating chain types (#1580) * fix network list for type updates * adding generated types * simplify skip condition --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/acala.json | 2 +- chains/v2/types/acala_mandala.json | 8 +++--- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/aleph_zero_testnet.json | 6 ++--- chains/v2/types/amplitude.json | 2 +- chains/v2/types/astar.json | 2 +- chains/v2/types/basilisk.json | 2 +- chains/v2/types/beresheet.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/fusotao.json | 6 ++--- chains/v2/types/gm.json | 2 +- chains/v2/types/governance2_testnet.json | 2 +- chains/v2/types/karura.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/kilt_peregrine.json | 22 ++++++++-------- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/kintsugi_testnet.json | 2 +- chains/v2/types/mangatax.json | 2 +- chains/v2/types/moonbase_relay.json | 6 ++--- chains/v2/types/novasama_gov2_testnet.json | 30 +++++++++++----------- chains/v2/types/parallel_heiko.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polymesh.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/rococo.json | 28 ++++++++++---------- chains/v2/types/shiden.json | 2 +- chains/v2/types/singular_testnet.json | 28 ++++++++++---------- chains/v2/types/ternoa.json | 2 +- chains/v2/types/ternoa_alphanet.json | 6 ++--- chains/v2/types/turing.json | 2 +- chains/v2/types/turing_staging.json | 2 +- chains/v2/types/unique.json | 2 +- chains/v2/types/westmint.json | 2 +- scripts/create_type_file.py | 18 ++++++++----- 38 files changed, 109 insertions(+), 105 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index d4ca444be..f2535ac1e 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 101, + "runtime_id": 104, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 848930ab4..b3c818995 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2120, + "runtime_id": 2170, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/acala_mandala.json b/chains/v2/types/acala_mandala.json index 06d7efa01..2ad612b78 100644 --- a/chains/v2/types/acala_mandala.json +++ b/chains/v2/types/acala_mandala.json @@ -1,14 +1,14 @@ { - "runtime_id": 2094, + "runtime_id": 2130, "types": { "Balance": "u128", "Index": "u32", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ExtrinsicSignature": "acala_primitives.signature.AcalaMultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "mandala_runtime.Event": "GenericEvent", - "mandala_runtime.Call": "GenericCall", + "mandala_runtime.RuntimeEvent": "GenericEvent", + "mandala_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index 69a254bfc..a805dc348 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 59, + "runtime_id": 61, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/aleph_zero_testnet.json b/chains/v2/types/aleph_zero_testnet.json index 791572d17..8facf32bc 100644 --- a/chains/v2/types/aleph_zero_testnet.json +++ b/chains/v2/types/aleph_zero_testnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 12, + "runtime_id": 60, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "aleph_runtime.Event": "GenericEvent", - "aleph_runtime.Call": "GenericCall", + "aleph_runtime.RuntimeEvent": "GenericEvent", + "aleph_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index a4a5a5079..0f1d77b9e 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 8, + "runtime_id": 9, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index c02d66967..d8d78e2ad 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 55, + "runtime_id": 57, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index 162208a2a..f746801a2 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,5 +1,5 @@ { - "runtime_id": 92, + "runtime_id": 94, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/beresheet.json b/chains/v2/types/beresheet.json index f3e161662..8ae015f25 100644 --- a/chains/v2/types/beresheet.json +++ b/chains/v2/types/beresheet.json @@ -1,5 +1,5 @@ { - "runtime_id": 10052, + "runtime_id": 10054, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index f4521b9f4..286fdc5e9 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 111, + "runtime_id": 119, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index de8dd6812..68835c59c 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10015, + "runtime_id": 10020, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index a36dd286b..507cda1d5 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 24, + "runtime_id": 26, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/fusotao.json b/chains/v2/types/fusotao.json index 4e4cb37d6..7047985b0 100644 --- a/chains/v2/types/fusotao.json +++ b/chains/v2/types/fusotao.json @@ -1,5 +1,5 @@ { - "runtime_id": 127, + "runtime_id": 157, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "fuso_runtime.Event": "GenericEvent", - "fuso_runtime.Call": "GenericCall", + "fuso_runtime.RuntimeEvent": "GenericEvent", + "fuso_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/gm.json b/chains/v2/types/gm.json index 2947f6f1e..ab0f47f38 100644 --- a/chains/v2/types/gm.json +++ b/chains/v2/types/gm.json @@ -1,5 +1,5 @@ { - "runtime_id": 7, + "runtime_id": 8, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/governance2_testnet.json b/chains/v2/types/governance2_testnet.json index 50b6fdb84..00a245f4c 100644 --- a/chains/v2/types/governance2_testnet.json +++ b/chains/v2/types/governance2_testnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 101, + "runtime_id": 105, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index 08ccfad2c..731139348 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2150, + "runtime_id": 2170, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 6baf519f4..5c8a6d39f 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1230, + "runtime_id": 1241, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kilt_peregrine.json b/chains/v2/types/kilt_peregrine.json index 4ea4aa4a9..22ede92a5 100644 --- a/chains/v2/types/kilt_peregrine.json +++ b/chains/v2/types/kilt_peregrine.json @@ -1,16 +1,16 @@ { - "runtime_id": 10200, + "runtime_id": 11000, "types": { - "Balance": "u128", - "Index": "u64", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "peregrine_runtime.Event": "GenericEvent", - "peregrine_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "Balance": "u128", + "Index": "u64", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "peregrine_runtime.RuntimeEvent": "GenericEvent", + "peregrine_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" }, "versioning": [] } diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index fa8f4d96e..f82a25a0a 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1023002, + "runtime_id": 1023003, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi_testnet.json b/chains/v2/types/kintsugi_testnet.json index 76bc02653..36615a03e 100644 --- a/chains/v2/types/kintsugi_testnet.json +++ b/chains/v2/types/kintsugi_testnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 1022000, + "runtime_id": 1023001, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index 3006a1b01..6ed541f5c 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 2802, + "runtime_id": 2900, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/moonbase_relay.json b/chains/v2/types/moonbase_relay.json index 13ae79a7f..3a3451389 100644 --- a/chains/v2/types/moonbase_relay.json +++ b/chains/v2/types/moonbase_relay.json @@ -1,5 +1,5 @@ { - "runtime_id": 9230, + "runtime_id": 9401, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "westend_runtime.Event": "GenericEvent", - "westend_runtime.Call": "GenericCall", + "westend_runtime.RuntimeEvent": "GenericEvent", + "westend_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { diff --git a/chains/v2/types/novasama_gov2_testnet.json b/chains/v2/types/novasama_gov2_testnet.json index 38eac5023..14db33deb 100644 --- a/chains/v2/types/novasama_gov2_testnet.json +++ b/chains/v2/types/novasama_gov2_testnet.json @@ -1,16 +1,16 @@ { - "runtime_id": 9370, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "kusama_runtime.RuntimeEvent": "GenericEvent", - "kusama_runtime.RuntimeCall": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] - } + "runtime_id": 9401, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "kusama_runtime.RuntimeEvent": "GenericEvent", + "kusama_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index b2d23d328..149fa3028 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 196, + "runtime_id": 197, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 4ad84cef1..0d152d25a 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1221, + "runtime_id": 1243, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index cc1b9ff0f..9fefba8f2 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10015, + "runtime_id": 10020, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh.json b/chains/v2/types/polymesh.json index e819767f5..973a5a205 100644 --- a/chains/v2/types/polymesh.json +++ b/chains/v2/types/polymesh.json @@ -1,5 +1,5 @@ { - "runtime_id": 5000001, + "runtime_id": 5003001, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 9dc718fa6..4faa877bc 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 937053, + "runtime_id": 939054, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/rococo.json b/chains/v2/types/rococo.json index 053294e8f..1a9b0b713 100644 --- a/chains/v2/types/rococo.json +++ b/chains/v2/types/rococo.json @@ -1,16 +1,16 @@ { - "runtime_id": 9230, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "rococo_runtime.Event": "GenericEvent", - "rococo_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] + "runtime_id": 9390, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "rococo_runtime.RuntimeEvent": "GenericEvent", + "rococo_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] } diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index b2c741979..1b0f498e3 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 90, + "runtime_id": 95, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/singular_testnet.json b/chains/v2/types/singular_testnet.json index ce5717b19..8b4be2368 100644 --- a/chains/v2/types/singular_testnet.json +++ b/chains/v2/types/singular_testnet.json @@ -1,16 +1,16 @@ { - "runtime_id": 9110, - "types": { - "Balance": "u128", - "Index": "u32", - "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", - "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", - "polkadot_runtime.Event": "GenericEvent", - "polkadot_runtime.Call": "GenericCall", - "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" - }, - "versioning": [] + "runtime_id": 9180, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "polkadot_runtime.Event": "GenericEvent", + "polkadot_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] } diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index 5d3ab145f..ed0be3461 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 14, + "runtime_id": 15, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/ternoa_alphanet.json b/chains/v2/types/ternoa_alphanet.json index 008a0ba35..1046884f2 100644 --- a/chains/v2/types/ternoa_alphanet.json +++ b/chains/v2/types/ternoa_alphanet.json @@ -1,5 +1,5 @@ { - "runtime_id": 6, + "runtime_id": 15, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "alphanet_runtime.Event": "GenericEvent", - "alphanet_runtime.Call": "GenericCall", + "alphanet_runtime.RuntimeEvent": "GenericEvent", + "alphanet_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 7f8602749..54bb686e2 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 290, + "runtime_id": 291, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/turing_staging.json b/chains/v2/types/turing_staging.json index 25464c558..54bb686e2 100644 --- a/chains/v2/types/turing_staging.json +++ b/chains/v2/types/turing_staging.json @@ -1,5 +1,5 @@ { - "runtime_id": 286, + "runtime_id": 291, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index fd2c3c4c6..e3914e251 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 937053, + "runtime_id": 939054, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westmint.json b/chains/v2/types/westmint.json index 135f0b14a..458cd3957 100644 --- a/chains/v2/types/westmint.json +++ b/chains/v2/types/westmint.json @@ -1,5 +1,5 @@ { - "runtime_id": 600, + "runtime_id": 9400, "types": { "Balance": "u128", "Index": "u32", diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index fe72894cd..ad70fea94 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -29,11 +29,15 @@ def compare_type_files_for_all_networks(chains_file): index += 1 print( f"Generating has started for: {chain['name']}. {index}/{len(chains_file)}") - if chain['name'] in ['Moonbeam', 'Moonriver', 'Moonbase', 'Crab', 'Ethereum']: - # TODO need to implement creation type file for EVM networks - print( - f"Temporary can't generate type files for EVM networks, {chain['name']} was skipped") - continue + chain_options = chain.get('options') + skip_options = {'ethereumBased', 'noSubstrateRuntime'} + + if chain_options is not None: + if skip_options.intersection(chain_options): + # TODO need to implement creation type file for EVM networks + print(f"Temporary can't generate type files for EVM networks, {chain['name']} was skipped") + continue + actual_types_file_path = chain['types']['url'].split('master/')[1] actual_types_file = get_data_from_file(actual_types_file_path) chain_object = Chain(chain) @@ -77,11 +81,11 @@ def main(argv): """ if 'dev' in argv: - chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v8/chains_dev.json") + chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v11/chains_dev.json") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) elif 'prod' in argv: - chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v8/chains.json") + chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v11/chains.json") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) else: From 66c894fb48f25a1602a325646d718dac3f7abd3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 08:15:11 +0000 Subject: [PATCH 0985/2142] Update chain types --- chains/v2/types/tanganika.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/tanganika.json b/chains/v2/types/tanganika.json index 5eebbc26c..6c0926671 100644 --- a/chains/v2/types/tanganika.json +++ b/chains/v2/types/tanganika.json @@ -1,5 +1,5 @@ { - "runtime_id": 7, + "runtime_id": 10, "types": { "Balance": "u128", "Index": "u32", From 67755a9f3819df103c404b2a025c9fb1d07ef8e2 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 May 2023 15:09:46 +0800 Subject: [PATCH 0986/2142] add DOT, KSM, USDT on Composable --- chains/v11/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index be8ef0a50..c63aab75d 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5230,6 +5230,48 @@ "symbol": "LAYR", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "15000", + "transfersEnabled": true + } } ], "nodes": [ From c521f7c31ace97d4a7d54482f96128ba7248fe9d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 May 2023 15:14:46 +0800 Subject: [PATCH 0987/2142] add DOT, KSM, USDT on Picasso --- chains/v11/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index c63aab75d..8d1df20a2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4102,6 +4102,48 @@ "symbol": "PICA", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "15000", + "transfersEnabled": true + } } ], "nodes": [ From d655b2c23291c603f124ac0ebe7db9c43aee6e19 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 May 2023 15:17:57 +0800 Subject: [PATCH 0988/2142] add DOT price on Pendulum --- chains/v11/chains.json | 1 + chains/v11/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 8a8f9a6c7..d9a206008 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5737,6 +5737,7 @@ "assetId": 1, "symbol": "DOT", "precision": 10, + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index be8ef0a50..ff34786cb 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6782,6 +6782,7 @@ "assetId": 1, "symbol": "DOT", "precision": 10, + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { From d3ed021ae7e7890de3a018456e2e744800e42481 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 May 2023 16:06:17 +0800 Subject: [PATCH 0989/2142] Update ed for USDT Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- chains/v11/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 8d1df20a2..71216a67f 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5311,7 +5311,7 @@ "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", - "existentialDeposit": "15000", + "existentialDeposit": "1500", "transfersEnabled": true } } From 78d9463a95c3095422ce6e64b9799de9ece4bd8a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 May 2023 16:06:29 +0800 Subject: [PATCH 0990/2142] Update ed for USDT Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- chains/v11/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 71216a67f..1e035739f 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4141,7 +4141,7 @@ "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", - "existentialDeposit": "15000", + "existentialDeposit": "1500", "transfersEnabled": true } } From 7204509e5d7df1b219215da1203df9f6b60156e4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 2 May 2023 13:04:22 +0300 Subject: [PATCH 0991/2142] adding KTON / CKTON (#1583) --- chains/v10/chains_dev.json | 4 ++-- chains/v11/chains_dev.json | 4 ++-- icons/tokens/white/CKTON.svg | 3 +++ icons/tokens/white/KTON.svg | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 icons/tokens/white/CKTON.svg create mode 100644 icons/tokens/white/KTON.svg diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 2839fa23c..48be4f33e 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7256,7 +7256,7 @@ "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7303,7 +7303,7 @@ "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 03fdcc802..1bb47eca5 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7397,7 +7397,7 @@ "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7444,7 +7444,7 @@ "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } diff --git a/icons/tokens/white/CKTON.svg b/icons/tokens/white/CKTON.svg new file mode 100644 index 000000000..0f7629e59 --- /dev/null +++ b/icons/tokens/white/CKTON.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/tokens/white/KTON.svg b/icons/tokens/white/KTON.svg new file mode 100644 index 000000000..0f7629e59 --- /dev/null +++ b/icons/tokens/white/KTON.svg @@ -0,0 +1,3 @@ + + + From 48b2ee4c367ecfde2d78089d62fb5d824aa7ee45 Mon Sep 17 00:00:00 2001 From: valentunn Date: Tue, 2 May 2023 17:12:40 +0700 Subject: [PATCH 0992/2142] Bnc location is now relative --- xcm/v3/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 524e79a5e..51d39400d 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2470,7 +2470,7 @@ "assetId": 0, "assetLocation": "BNC", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { From d046e682714aa05340d3f1eef88af0c0fc3a26c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 13:51:18 +0300 Subject: [PATCH 0993/2142] Update chain types (#1589) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/shiden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index 1b0f498e3..efee12764 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 95, + "runtime_id": 96, "types": { "Balance": "u128", "Index": "u32", From 9ad3d35b04e3243b887e84aaee55a3fdffcc6eac Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 May 2023 18:52:09 +0800 Subject: [PATCH 0994/2142] promote fix BNC location on Bifrost Kusama (#1587) --- xcm/v3/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 32e825221..4897ad4de 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -2269,7 +2269,7 @@ "assetId": 0, "assetLocation": "BNC", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { From efd6e40fe35b4a5ce0298f57c524178112e17586 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 3 May 2023 13:53:12 +0300 Subject: [PATCH 0995/2142] Removing Snow \ Arctic netowkrs (#1590) --- chains/v10/chains_dev.json | 69 -------------------------------------- chains/v11/chains_dev.json | 69 -------------------------------------- 2 files changed, 138 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 48be4f33e..cc806f514 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6005,34 +6005,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, { "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", "name": "Rococo Testnet", @@ -6520,47 +6492,6 @@ "testnet" ] }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, { "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", "name": "Novasama Testnet - Kusama", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1bb47eca5..cd1788066 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6089,34 +6089,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, { "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", "name": "Rococo Testnet", @@ -6604,47 +6576,6 @@ "testnet" ] }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, { "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", "name": "Novasama Testnet - Kusama", From 68a5507ebe7066195b5f7bf13d75ebcde91d497e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 14:08:43 +0300 Subject: [PATCH 0996/2142] Update test data file (#1591) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 540745dd1..590f0c58c 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -299,11 +299,6 @@ "name": "Polymesh Mainnet", "account": "0xf2aee43ecd134756088d19159a44f8733c36d8d5fd63fc9ffb8821b4ad148a7e" }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "name": "Snow", - "account": "0x6d6f646c70792f74727372790000000000000000000000000000000000000000" - }, { "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", "name": "DAO IPCI", From d49087ace9449684eb3be326ec0e8cd6444d63e5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 3 May 2023 14:24:20 +0300 Subject: [PATCH 0997/2142] Promote removing the Snow network (#1592) --- chains/v10/chains.json | 38 -------------------------------------- chains/v11/chains.json | 38 -------------------------------------- 2 files changed, 76 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 599c85ffa..dffe3aed8 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5555,44 +5555,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, { "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v11/chains.json b/chains/v11/chains.json index d9a206008..7c37e9dd6 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5555,44 +5555,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, { "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From ebe2c1fc41d13d759c74e860bd05219acb89ef90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 12:00:40 +0000 Subject: [PATCH 0998/2142] Update xcm coefficients --- xcm/v3/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 51d39400d..396339991 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -483,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -792,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1400070296" + "value": "2042588455" }, "instructions": "xtokensDest" } @@ -918,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xcmPalletDest" } @@ -1253,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7943295" + "value": "10872566" }, "instructions": "xcmPalletDest" } @@ -2629,7 +2629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -2880,7 +2880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -3164,7 +3164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -4219,7 +4219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xtokensDest" } @@ -4549,7 +4549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "60009378664655" + "value": "76918849249091" }, "instructions": "xtokensDest" } @@ -4959,7 +4959,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1400070296" + "value": "2042588455" }, "instructions": "xcmPalletDest" } @@ -4996,7 +4996,7 @@ "fee": { "mode": { "type": "proportional", - "value": "322992336530" + "value": "471219494960" }, "instructions": "xcmPalletDest" } From b103dad8b42d7419838e9ff0cd4620853db064bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 15:15:10 +0300 Subject: [PATCH 0999/2142] Update networks list (#1593) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/chains/README.md b/chains/README.md index 8a92443d2..828e3fd1a 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 74 -### 💰 All assets 252 -### 🪙 Unique assets: 132 +### 🕸️ Supported networks: 73 +### 💰 All assets 251 +### 🪙 Unique assets: 131 ### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 69 +### 👀 Networks with block explorers: 68 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -72,15 +72,14 @@ | 60 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | 61 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | | 62 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 63 | Snow | ICZ | Subscan
Polkaholic | - | -| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 63 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 64 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 65 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 66 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 67 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 68 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 69 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 70 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 71 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 72 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 73 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 0a10d5fd2b598f149eb1a3c64a0db84172f4e370 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 May 2023 20:34:31 +0800 Subject: [PATCH 1000/2142] add Phala, Zeitgeist governance Subsquare api --- chains/v11/chains_dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index cd1788066..f54a21b6a 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4244,6 +4244,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", @@ -5041,6 +5047,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", From a05145851c6c449e4c51a0b7e2fa02303b20ff6c Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 May 2023 21:07:35 +0800 Subject: [PATCH 1001/2142] add Frequency network --- chains/v11/chains_dev.json | 36 +++++++++++++++++++++++++++++ chains/v2/types/frequency.json | 16 +++++++++++++ icons/chains/gradient/Frequency.svg | 15 ++++++++++++ icons/tokens/white/FRQCY.svg | 11 +++++++++ 4 files changed, 78 insertions(+) create mode 100644 chains/v2/types/frequency.json create mode 100644 icons/chains/gradient/Frequency.svg create mode 100644 icons/tokens/white/FRQCY.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index cd1788066..985314abb 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7413,5 +7413,41 @@ "options": [ "ethereumBased" ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 } ] diff --git a/chains/v2/types/frequency.json b/chains/v2/types/frequency.json new file mode 100644 index 000000000..4825ab5ec --- /dev/null +++ b/chains/v2/types/frequency.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 30, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "frequency_runtime.RuntimeEvent": "GenericEvent", + "frequency_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Frequency.svg b/icons/chains/gradient/Frequency.svg new file mode 100644 index 000000000..0a4f23c05 --- /dev/null +++ b/icons/chains/gradient/Frequency.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/FRQCY.svg b/icons/tokens/white/FRQCY.svg new file mode 100644 index 000000000..ddf70b25d --- /dev/null +++ b/icons/tokens/white/FRQCY.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 664b58d583511c48be5db7c537082863d0ea8d2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 19:13:05 +0300 Subject: [PATCH 1002/2142] Update Test data File (#1597) * Update test data file * adding an account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 590f0c58c..8ab7d930e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -353,5 +353,10 @@ "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", "name": "Imbue", "account": "0x5abf9818a736344894d068411fdb13d12e820b8cb03165da1c4e2fdea326bf5e" + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "name": "Frequency", + "account": "0x81012392fbb505daf01f5d0d396255a065b37f5b861e41b439ac7e614591cdd9" } ] \ No newline at end of file From 2da13d218a276a41857815ff8600903dcf46a0e7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 May 2023 11:48:38 +0800 Subject: [PATCH 1003/2142] promote Frequency network --- chains/v11/chains.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 7c37e9dd6..ab0aa1f5b 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6022,5 +6022,41 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 } ] From ed93d8ca0e598997750b75cf742aab5d9d21d02c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 May 2023 12:16:39 +0800 Subject: [PATCH 1004/2142] promote gov1 for Phala, Zeitgeist --- chains/v11/chains.json | 22 ++++++++++++++++++++-- governance/v2/dapps.json | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 7c37e9dd6..4f09fee8b 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -3686,10 +3686,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 + "addressPrefix": 73, + "options": [ + "governance-v1" + ] }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", @@ -4393,10 +4402,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 + "addressPrefix": 30, + "options": [ + "governance-v1" + ] }, { "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index d89482b90..1d82d68ba 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -123,5 +123,27 @@ "details": "Comment and react" } ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://phala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From 89fb1dcc2fffe71e52d948d8f1cfe5766de9b44a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 May 2023 14:14:14 +0800 Subject: [PATCH 1005/2142] fix composable types dispatch --- chains/v2/types/composable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 68835c59c..843be655d 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -16,11 +16,11 @@ "type_mapping": [ [ "weight", - "u64" + "sp_weights.weight_v2.Weight" ], [ "class", - "frame_support.weights.DispatchClass" + "frame_support.dispatch.DispatchClass" ], [ "partialFee", From 72bea04b2e926279db27c57f92ebafe1756a1eb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 09:53:22 +0300 Subject: [PATCH 1006/2142] Update networks list (#1602) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 99 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/chains/README.md b/chains/README.md index 828e3fd1a..d8f9bfd2c 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 73 -### 💰 All assets 251 -### 🪙 Unique assets: 131 +### 🕸️ Supported networks: 74 +### 💰 All assets 252 +### 🪙 Unique assets: 132 ### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 68 +### 👀 Networks with block explorers: 69 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -38,48 +38,49 @@ | 26 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 27 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 28 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 29 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 30 | Hashed Network | HASH | - | - | -| 31 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 32 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 33 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 34 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 35 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 36 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 37 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 38 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 39 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 40 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 41 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 42 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 43 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 44 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 45 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 46 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 47 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 48 | Myriad | MYRIA | Explorer | - | -| 49 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 50 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 51 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 52 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 53 | Pendulum | PEN
DOT | - | - | -| 54 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 55 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 56 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 57 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 58 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 59 | Polymesh | POLYX | Subscan | - | -| 60 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 61 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 62 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 63 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 64 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 65 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 66 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 67 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 68 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 69 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 70 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 71 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 72 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 73 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 29 | Frequency | FRQCY | Polkaholic | - | +| 30 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 31 | Hashed Network | HASH | - | - | +| 32 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 33 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 34 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 35 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 36 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 37 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 38 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 39 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 40 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 41 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 42 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 43 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 44 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 45 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 46 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 47 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 48 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 49 | Myriad | MYRIA | Explorer | - | +| 50 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 51 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 52 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 53 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 54 | Pendulum | PEN
DOT | - | - | +| 55 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 56 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 57 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 58 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 59 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 60 | Polymesh | POLYX | Subscan | - | +| 61 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 62 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 63 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From ae55387a448926ecd8d477e33eb00cc959cc0702 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 4 May 2023 10:05:45 +0300 Subject: [PATCH 1007/2142] fix fee fix hydra fee change fee fix fee fix update fee --- xcm/v3/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 51d39400d..203560372 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -1787,7 +1787,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16785714" + "value": "22000" }, "instructions": "xtokensDest" } @@ -2085,7 +2085,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16785714" + "value": "22000" }, "instructions": "xtokensDest" } @@ -3865,7 +3865,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16785714" + "value": "22000" }, "instructions": "xtokensDest" } @@ -3986,7 +3986,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16785714" + "value": "22000" }, "instructions": "xtokensDest" } From e5347c078a83de394d7cc0163e0455bf945f1ca0 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 May 2023 16:07:20 +0800 Subject: [PATCH 1008/2142] promote tokens on Picasso, Composable --- chains/v11/chains.json | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 638332960..bccd33627 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -3589,6 +3589,48 @@ "symbol": "PICA", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } } ], "nodes": [ @@ -4627,6 +4669,48 @@ "symbol": "LAYR", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } } ], "nodes": [ From 601e4ba746af7c73152fede0e7f41fe5c32b2279 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 4 May 2023 11:07:50 +0300 Subject: [PATCH 1009/2142] Adding XCM destinations for HydraDX --- xcm/v3/transfers.json | 121 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 4897ad4de..a0905b7aa 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1620,6 +1620,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1904,6 +1918,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3475,6 +3503,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3582,6 +3624,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4366,6 +4422,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 4f98885bdc49a6093107e49519b181307e9ff2a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 11:31:07 +0300 Subject: [PATCH 1010/2142] Update chain types (#1607) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/altair.json | 2 +- chains/v2/types/aventus.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/calamari.json | 2 +- chains/v2/types/pendulum.json | 2 +- chains/v2/types/westend.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/altair.json b/chains/v2/types/altair.json index daf79e063..227b7f1f6 100644 --- a/chains/v2/types/altair.json +++ b/chains/v2/types/altair.json @@ -1,5 +1,5 @@ { - "runtime_id": 1025, + "runtime_id": 1026, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index c47954c3e..44f74fa8e 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 21, + "runtime_id": 22, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 286fdc5e9..09ed05810 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 119, + "runtime_id": 120, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 519eea28f..0566ec70e 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4050, + "runtime_id": 4051, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json index 35e539538..e3597f240 100644 --- a/chains/v2/types/pendulum.json +++ b/chains/v2/types/pendulum.json @@ -1,5 +1,5 @@ { - "runtime_id": 4, + "runtime_id": 7, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index 3a3451389..cffdcdf23 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9401, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", From ed9cdfcee280dd0058269444a513420f09c17b73 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 May 2023 11:42:20 +0300 Subject: [PATCH 1011/2142] Update xcm coefficients (#1606) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers_dev.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 7e2fc51c7..0ceb603ee 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -209,7 +209,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10656550048488" + "value": "10310128670406" }, "instructions": "xtokensReserve" } @@ -483,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -792,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2042588455" + "value": "1988450397" }, "instructions": "xtokensDest" } @@ -918,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xcmPalletDest" } @@ -1253,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10872566" + "value": "10309071" }, "instructions": "xcmPalletDest" } @@ -2629,7 +2629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -2880,7 +2880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -3164,7 +3164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -4219,7 +4219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -4521,7 +4521,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10656550048488" + "value": "10310128670406" }, "instructions": "xcmPalletTeleportDest" } @@ -4549,7 +4549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "76918849249091" + "value": "74385877603164" }, "instructions": "xtokensDest" } @@ -4959,7 +4959,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2042588455" + "value": "1988450397" }, "instructions": "xcmPalletDest" } @@ -4996,7 +4996,7 @@ "fee": { "mode": { "type": "proportional", - "value": "471219494960" + "value": "441232587744" }, "instructions": "xcmPalletDest" } From f6b118dbba6438e64595fd8e866dfc9cb69277e0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 4 May 2023 11:52:45 +0300 Subject: [PATCH 1012/2142] fix pendulum base fee --- xcm/v3/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 0ceb603ee..244b7666e 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -314,7 +314,7 @@ "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", - "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" }, "chains": [ { From e6c8cff9b8bdfe630285ffce47fdaca215f04fbd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 4 May 2023 11:58:06 +0300 Subject: [PATCH 1013/2142] adding fix to prod --- xcm/v3/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index a0905b7aa..7ac657521 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -284,7 +284,7 @@ "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", - "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "150000000" + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" }, "chains": [ { From 8ac05ed72c7b08bad93141cfa2b0867cb7b50067 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 12:03:09 +0300 Subject: [PATCH 1014/2142] Update networks list (#1610) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index d8f9bfd2c..14dd3e0c5 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 74 -### 💰 All assets 252 +### 💰 All assets 258 ### 🪙 Unique assets: 132 ### 💫 Cross Chain directions: 251 ### 🧾 SubQuery API projects: 62 @@ -27,7 +27,7 @@ | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crust | CRU | Subscan | - | | 20 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 21 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | @@ -65,7 +65,7 @@ | 53 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | 54 | Pendulum | PEN
DOT | - | - | | 55 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 56 | Picasso | PICA | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 56 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 57 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | | 58 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 59 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | From 21d2a55edc8f080f7d1f8533a2d846398d613e4f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 May 2023 12:03:19 +0300 Subject: [PATCH 1015/2142] Update xcm coefficients (#1609) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index a0905b7aa..038eb2e83 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -453,7 +453,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -717,7 +717,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1370389098" + "value": "1988450397" }, "instructions": "xtokensDest" } @@ -843,7 +843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xcmPalletDest" } @@ -1164,7 +1164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -2228,7 +2228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9460820" + "value": "10309071" }, "instructions": "xcmPalletDest" } @@ -2428,7 +2428,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -2665,7 +2665,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -2935,7 +2935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -3865,7 +3865,7 @@ "fee": { "mode": { "type": "proportional", - "value": "324046032276" + "value": "441232587744" }, "instructions": "xtokensDest" } @@ -4111,7 +4111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "57744381605145" + "value": "74385877603164" }, "instructions": "xtokensDest" } @@ -4521,7 +4521,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1370389098" + "value": "1988450397" }, "instructions": "xcmPalletDest" } From ccc83c67154980ce022d16644ddcd82aadaef8a1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 4 May 2023 12:03:33 +0300 Subject: [PATCH 1016/2142] Promote Darwinia / Crab networks (#1598) * Promote Darwinia / Crab networks * fix lines --- chains/v10/chains.json | 103 +++++++++++++++++++++++++++++++++++++ chains/v10/chains_dev.json | 4 +- chains/v11/chains.json | 102 ++++++++++++++++++++++++++++++++++++ chains/v11/chains_dev.json | 4 +- 4 files changed, 209 insertions(+), 4 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index dffe3aed8..909addb58 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5949,5 +5949,108 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] } ] diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index cc806f514..875c23828 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7173,7 +7173,7 @@ { "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia - Polkadot", + "name": "Darwinia", "assets": [ { "assetId": 0, @@ -7220,7 +7220,7 @@ { "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Darwinia Crab", + "name": "Crab", "assets": [ { "assetId": 0, diff --git a/chains/v11/chains.json b/chains/v11/chains.json index bccd33627..2af7ac687 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6125,6 +6125,108 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, { "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index afd417d31..4cc5d76c3 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7326,7 +7326,7 @@ { "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia - Polkadot", + "name": "Darwinia", "assets": [ { "assetId": 0, @@ -7373,7 +7373,7 @@ { "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Darwinia Crab", + "name": "Crab", "assets": [ { "assetId": 0, From 7ee62b83b35ae858a3e44ff621fada1284f714c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 12:05:05 +0300 Subject: [PATCH 1017/2142] Update networks list (#1612) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 124 ++++++++++++++++++++++++----------------------- 1 file changed, 63 insertions(+), 61 deletions(-) diff --git a/chains/README.md b/chains/README.md index 14dd3e0c5..e23a2aaa9 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 74 -### 💰 All assets 258 -### 🪙 Unique assets: 132 -### 💫 Cross Chain directions: 251 +### 🕸️ Supported networks: 76 +### 💰 All assets 262 +### 🪙 Unique assets: 135 +### 💫 Cross Chain directions: 259 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 69 +### 👀 Networks with block explorers: 71 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -28,59 +28,61 @@ | 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crust | CRU | Subscan | - | -| 20 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 21 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 22 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 23 | Edgeware | EDG | Subscan
Sub.ID | - | -| 24 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 25 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 26 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 27 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 28 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 29 | Frequency | FRQCY | Polkaholic | - | -| 30 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 31 | Hashed Network | HASH | - | - | -| 32 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 33 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 34 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 35 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 36 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 37 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 38 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 39 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 40 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 41 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 42 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 43 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 44 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 45 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 46 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 47 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 48 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 49 | Myriad | MYRIA | Explorer | - | -| 50 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 51 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 52 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 53 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 54 | Pendulum | PEN
DOT | - | - | -| 55 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 56 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 57 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 58 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 59 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 60 | Polymesh | POLYX | Subscan | - | -| 61 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 62 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 63 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 64 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 65 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 67 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 72 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 73 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 74 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 19 | Crab | CRAB
CKTON | Subscan | - | +| 20 | Crust | CRU | Subscan | - | +| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 23 | Darwinia | RING
KTON | Subscan | - | +| 24 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 25 | Edgeware | EDG | Subscan
Sub.ID | - | +| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 31 | Frequency | FRQCY | Polkaholic | - | +| 32 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 33 | Hashed Network | HASH | - | - | +| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 35 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 36 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 37 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 38 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 39 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 40 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 41 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 42 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 43 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 44 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 45 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 46 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 47 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 48 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 49 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 50 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 51 | Myriad | MYRIA | Explorer | - | +| 52 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 53 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 54 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 55 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 56 | Pendulum | PEN
DOT | - | - | +| 57 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 58 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 59 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | +| 60 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 61 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 62 | Polymesh | POLYX | Subscan | - | +| 63 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 64 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 65 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 66 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 67 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 69 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | +| 70 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 71 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 72 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 73 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From d8c7ad9b709a20dbf6e3dc2ffe46c558d4674519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 08:26:22 +0000 Subject: [PATCH 1018/2142] Update chain types --- chains/v2/types/parallel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index 4934aa980..0093d1b12 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 195, + "runtime_id": 196, "types": { "Balance": "u128", "Index": "u32", From f77a27cef22099ebec51c7f864d0a56f079c3ebc Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 May 2023 21:37:25 +0800 Subject: [PATCH 1019/2142] promote HydraDX tokens (#1615) --- chains/v11/chains.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 2af7ac687..4d5ea6683 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -4142,6 +4142,48 @@ "existentialDeposit": "44", "transfersEnabled": true } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } } ], "nodes": [ From f1efc454a7e7d338c6ee16a249ae5084205dc0eb Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 May 2023 21:38:39 +0800 Subject: [PATCH 1020/2142] update Composable network and token icons (#1613) --- chains/v11/chains.json | 4 ++-- chains/v11/chains_dev.json | 4 ++-- icons/chains/gradient/Composable.svg | 32 ++++++++++++++++++---------- icons/tokens/white/LAYR.svg | 13 +++++++++++ 4 files changed, 38 insertions(+), 15 deletions(-) create mode 100644 icons/tokens/white/LAYR.svg diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 4d5ea6683..456321d65 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -4710,7 +4710,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -4786,7 +4786,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50 }, { diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 4cc5d76c3..3c168be4e 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5283,7 +5283,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -5368,7 +5368,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50, "options": [ "governance-v1" diff --git a/icons/chains/gradient/Composable.svg b/icons/chains/gradient/Composable.svg index 8f3b3997b..12f9b0dc1 100644 --- a/icons/chains/gradient/Composable.svg +++ b/icons/chains/gradient/Composable.svg @@ -1,15 +1,25 @@ - - - + + + + + + + + + + + + + + + - - - - - - - + + + - + + + diff --git a/icons/tokens/white/LAYR.svg b/icons/tokens/white/LAYR.svg new file mode 100644 index 000000000..88192b50d --- /dev/null +++ b/icons/tokens/white/LAYR.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 848a92504df4243a143b075477b6aa91a3df9b11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 13:39:27 +0000 Subject: [PATCH 1021/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index e23a2aaa9..37d3b1780 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 76 -### 💰 All assets 262 +### 💰 All assets 265 ### 🪙 Unique assets: 135 ### 💫 Cross Chain directions: 259 ### 🧾 SubQuery API projects: 62 @@ -43,7 +43,7 @@ | 31 | Frequency | FRQCY | Polkaholic | - | | 32 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 33 | Hashed Network | HASH | - | - | -| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 35 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 36 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 37 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From f32bc3f7adb18673f501165b0d52ef25b819136c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 08:13:24 +0000 Subject: [PATCH 1022/2142] Update chain types --- chains/v2/types/calamari.json | 2 +- chains/v2/types/centrifuge.json | 2 +- chains/v2/types/phala.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 0566ec70e..20f000453 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4051, + "runtime_id": 4070, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index f45f51f44..b01ab578b 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1017, + "runtime_id": 1018, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 0d152d25a..6afc588ec 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1243, + "runtime_id": 1244, "types": { "Balance": "u128", "Index": "u32", From bf2bbbac7fa4ef727a23ee69c3eee3e2a296cd86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 08:15:27 +0000 Subject: [PATCH 1023/2142] Update chain types --- chains/v2/types/aventus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 44f74fa8e..4aecd3060 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 22, + "runtime_id": 23, "types": { "Balance": "u128", "Index": "u32", From 917da69701c0a7b8773bff1cdaf9a4b6f43e52d5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 10 May 2023 16:36:43 +0300 Subject: [PATCH 1024/2142] Update xcm coefficients (#1619) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 244b7666e..152c16204 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -483,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -792,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1988450397" + "value": "1801567726" }, "instructions": "xtokensDest" } @@ -918,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xcmPalletDest" } @@ -1253,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10309071" + "value": "9010140" }, "instructions": "xcmPalletDest" } @@ -2629,7 +2629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -2880,7 +2880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -3164,7 +3164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -4219,7 +4219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xtokensDest" } @@ -4549,7 +4549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "74385877603164" + "value": "72113154069737" }, "instructions": "xtokensDest" } @@ -4959,7 +4959,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1988450397" + "value": "1801567726" }, "instructions": "xcmPalletDest" } @@ -4996,7 +4996,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "404592946679" }, "instructions": "xcmPalletDest" } From 4bcaa23905cdd9aea627c229399be999ae454508 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 May 2023 21:37:14 +0800 Subject: [PATCH 1025/2142] update Altair gov api (#1622) --- chains/v11/chains_dev.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 3c168be4e..c0779053c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -2226,11 +2226,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } + "type": "subsquare", + "url": "https://altair.subsquare.io/api" } ] }, From 2aaa505f836707e7c9cd53d44b97077312ec0dc9 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 11 May 2023 13:34:05 +0800 Subject: [PATCH 1026/2142] add Vara netwrok, initial commit, need to fix icons --- chains/v11/chains_dev.json | 32 ++++++++++++++++++++++++++++++++ chains/v2/types/vara.json | 16 ++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 chains/v2/types/vara.json diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index c0779053c..28bd995b2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7458,5 +7458,37 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 137 } ] diff --git a/chains/v2/types/vara.json b/chains/v2/types/vara.json new file mode 100644 index 000000000..b9c863ee9 --- /dev/null +++ b/chains/v2/types/vara.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 140, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "vara_runtime.RuntimeEvent": "GenericEvent", + "vara_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From b32b55ba920fa32bbfc5c8744ce35b8a4c6d8156 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 11 May 2023 13:40:57 +0800 Subject: [PATCH 1027/2142] promote Altair gov1 and daps, remove polkassembly from dapps --- chains/v11/chains.json | 6 ++++++ governance/v2/dapps.json | 11 +++++++++++ governance/v2/dapps_dev.json | 6 ------ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 456321d65..97a9af240 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -1937,6 +1937,12 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } ] }, "types": { diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 1d82d68ba..44dca0222 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -145,5 +145,16 @@ "details": "Comment and react" } ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://altair.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 5c390d6ca..0d0f69520 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -61,12 +61,6 @@ { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", "dapps": [ - { - "title": "Polkassembly", - "urlV1": "https://altair.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - }, { "title": "Subsquare", "urlV1": "https://altair.subsquare.io/democracy/referendum/{referendumId}", From 22e9a64e4f7d7a5738cea4e2e1d1ded80229858b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 11 May 2023 16:36:58 +0800 Subject: [PATCH 1028/2142] add icons --- chains/v11/chains_dev.json | 4 ++-- icons/chains/gradient/Vara.svg | 15 +++++++++++++++ icons/tokens/white/VARA.svg | 3 +++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 icons/chains/gradient/Vara.svg create mode 100644 icons/tokens/white/VARA.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 28bd995b2..5dc85ce7d 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7467,7 +7467,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -7488,7 +7488,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 } ] diff --git a/icons/chains/gradient/Vara.svg b/icons/chains/gradient/Vara.svg new file mode 100644 index 000000000..e9dda5d2d --- /dev/null +++ b/icons/chains/gradient/Vara.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/VARA.svg b/icons/tokens/white/VARA.svg new file mode 100644 index 000000000..a391e4cb6 --- /dev/null +++ b/icons/tokens/white/VARA.svg @@ -0,0 +1,3 @@ + + + From 58492533f6a3904ae608db9c8d63fe1ac99f4349 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 11 May 2023 17:05:40 +0800 Subject: [PATCH 1029/2142] add explorer --- chains/v11/chains_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 5dc85ce7d..7e18a1afa 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7478,9 +7478,9 @@ ], "explorers": [ { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", "event": null } ], From 208664558898b342ded08467c1167f9d81a7246a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 11 May 2023 22:05:01 +0800 Subject: [PATCH 1030/2142] update icons --- icons/chains/gradient/Vara.svg | 11 ++++++----- icons/tokens/white/VARA.svg | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/icons/chains/gradient/Vara.svg b/icons/chains/gradient/Vara.svg index e9dda5d2d..b6c10aa33 100644 --- a/icons/chains/gradient/Vara.svg +++ b/icons/chains/gradient/Vara.svg @@ -1,14 +1,15 @@ - - - + + + + - + - + diff --git a/icons/tokens/white/VARA.svg b/icons/tokens/white/VARA.svg index a391e4cb6..90730687c 100644 --- a/icons/tokens/white/VARA.svg +++ b/icons/tokens/white/VARA.svg @@ -1,3 +1,4 @@ - + + From 09d030f57857fd9bf82c02d2ea4680ce35b02538 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 May 2023 11:31:31 +0800 Subject: [PATCH 1031/2142] add staking --- chains/v11/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 7e18a1afa..36fce4e04 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7467,6 +7467,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, + "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" } ], From cf7beceabec170fbc3d6a099b77b082f28ae9025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 08:15:08 +0000 Subject: [PATCH 1032/2142] Update chain types --- chains/v2/types/quartz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 4faa877bc..b80ec7ec1 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 939054, + "runtime_id": 941055, "types": { "Balance": "u128", "Index": "u32", From 190fbd80f0481c9028349d87391e895a528d2680 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 12 May 2023 12:58:42 +0300 Subject: [PATCH 1033/2142] Adding new Mangata node (#1627) * Adding new Mangata node * fix mangata nodes --- chains/v10/chains_dev.json | 6 +++--- chains/v11/chains_dev.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 875c23828..0b6ee98bf 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -5647,12 +5647,12 @@ ], "nodes": [ { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "url": "wss://kusama-rpc.mangata.online", "name": "Mangata node" }, { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" } ], "explorers": [ diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index c0779053c..a5ca900f6 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5740,12 +5740,12 @@ ], "nodes": [ { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "url": "wss://kusama-rpc.mangata.online", "name": "Mangata node" }, { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" } ], "explorers": [ From e46be3eea708a687c5086dc6ef2846759b4312e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 08:14:18 +0000 Subject: [PATCH 1034/2142] Update chain types --- chains/v2/types/turing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 54bb686e2..d1643a419 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 291, + "runtime_id": 292, "types": { "Balance": "u128", "Index": "u32", From b95bb9a52fdefe239a1aca1e7aeb4690b774ecfb Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 13 May 2023 17:57:18 +0800 Subject: [PATCH 1035/2142] add gov to Altair --- chains/v11/chains.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 97a9af240..b6a671720 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -1950,7 +1950,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 + "addressPrefix": 136, + "options": [ + "governance-v1" + ] }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", From 6059077fc85e31e6ab030a5973a69e95f4bf3bdb Mon Sep 17 00:00:00 2001 From: valentunn Date: Mon, 15 May 2023 13:48:13 +0700 Subject: [PATCH 1036/2142] Chains v12 --- chains/v12/chains.json | 6314 ++++++++++++++++++++++++++++++ chains/v12/chains_dev.json | 7495 ++++++++++++++++++++++++++++++++++++ 2 files changed, 13809 insertions(+) create mode 100644 chains/v12/chains.json create mode 100644 chains/v12/chains_dev.json diff --git a/chains/v12/chains.json b/chains/v12/chains.json new file mode 100644 index 000000000..97a9af240 --- /dev/null +++ b/chains/v12/chains.json @@ -0,0 +1,6314 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + } +] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json new file mode 100644 index 000000000..fad969c99 --- /dev/null +++ b/chains/v12/chains_dev.json @@ -0,0 +1,7495 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": "relaychain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + } +] From ffb87f786f74b1c501052170bcecd072e9ac9442 Mon Sep 17 00:00:00 2001 From: valentunn Date: Mon, 15 May 2023 13:56:29 +0700 Subject: [PATCH 1037/2142] Sync v12 --- chains/v12/chains.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 97a9af240..b6a671720 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -1950,7 +1950,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 + "addressPrefix": 136, + "options": [ + "governance-v1" + ] }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", From 7aaf8b899b39f7b433758da8339681994e4e334b Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Mon, 15 May 2023 15:01:36 +0700 Subject: [PATCH 1038/2142] make staking an array (#1634) --- chains/v12/chains.json | 40 ++++++++++++++----- chains/v12/chains_dev.json | 81 ++++++++++++++++++++++++++++---------- 2 files changed, 90 insertions(+), 31 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index b6a671720..cf0913032 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -114,7 +114,9 @@ "precision": 12, "priceId": "kusama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "buyProviders": { "transak": { "network": "MAINNET" @@ -229,7 +231,9 @@ "symbol": "WND", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" + "staking": [ + "relaychain" + ] } ], "nodes": [ @@ -835,7 +839,9 @@ "precision": 18, "priceId": "moonbeam", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", + "staking": [ + "parachain" + ], "buyProviders": { "transak": { "network": "MAINNET" @@ -1122,7 +1128,9 @@ "precision": 18, "priceId": "moonriver", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", + "staking": [ + "parachain" + ], "buyProviders": { "transak": { "network": "MOONRIVER" @@ -2386,7 +2394,9 @@ "priceId": "calamari-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, - "staking": "parachain" + "staking": [ + "parachain" + ] } ], "nodes": [ @@ -3688,7 +3698,9 @@ { "assetId": 0, "symbol": "ZTG", - "staking": "parachain", + "staking": [ + "parachain" + ], "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" @@ -4517,7 +4529,9 @@ { "assetId": 0, "symbol": "TUR", - "staking": "turing", + "staking": [ + "turing" + ], "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" }, @@ -4670,7 +4684,9 @@ "assetId": 0, "symbol": "AZERO", "priceId": "aleph-zero", - "staking": "aleph-zero", + "staking": [ + "aleph-zero" + ], "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" } @@ -4806,7 +4822,9 @@ "assetId": 0, "symbol": "PDEX", "priceId": "polkadex", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" } @@ -5554,7 +5572,9 @@ "assetId": 0, "symbol": "CAPS", "priceId": "coin-capsule", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" } diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index fad969c99..e2beedb68 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -9,7 +9,9 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "buyProviders": { "transak": { "network": "MAINNET" @@ -114,7 +116,9 @@ "precision": 12, "priceId": "kusama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "buyProviders": { "transak": { "network": "MAINNET" @@ -229,7 +233,9 @@ "symbol": "WND", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" + "staking": [ + "relaychain" + ] } ], "nodes": [ @@ -906,7 +912,9 @@ "precision": 18, "priceId": "moonriver", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", + "staking": [ + "parachain" + ], "buyProviders": { "transak": { "network": "MOONRIVER" @@ -1188,7 +1196,9 @@ "name": "Moonbase Alpha", "assets": [ { - "staking": "parachain", + "staking": [ + "parachain" + ], "assetId": 0, "symbol": "DEV", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", @@ -1428,7 +1438,9 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", - "staking": "parachain" + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -1843,7 +1855,9 @@ "precision": 18, "priceId": "edgeware", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" + "staking": [ + "aura-relaychain" + ] } ], "nodes": [ @@ -2523,7 +2537,9 @@ "priceId": "calamari-network", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, - "staking": "parachain" + "staking": [ + "parachain" + ] } ], "nodes": [ @@ -3030,7 +3046,9 @@ "precision": 18, "priceId": "moonbeam", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", + "staking": [ + "parachain" + ], "buyProviders": { "transak": { "network": "MAINNET" @@ -4192,7 +4210,9 @@ { "assetId": 0, "symbol": "ZTG", - "staking": "parachain", + "staking": [ + "parachain" + ], "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" @@ -5066,7 +5086,9 @@ { "assetId": 0, "symbol": "TUR", - "staking": "turing", + "staking": [ + "turing" + ], "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" }, @@ -5230,7 +5252,9 @@ { "assetId": 0, "symbol": "AZERO", - "staking": "aleph-zero", + "staking": [ + "aleph-zero" + ], "priceId": "aleph-zero", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" @@ -5379,7 +5403,9 @@ "assetId": 0, "symbol": "PDEX", "priceId": "polkadex", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" } @@ -5775,7 +5801,9 @@ { "assetId": 0, "symbol": "TZERO", - "staking": "aleph-zero", + "staking": [ + "aleph-zero" + ], "priceId": "aleph-zero", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" @@ -5834,7 +5862,9 @@ "precision": 6, "priceId": "polymesh", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" + "staking": [ + "relaychain" + ] } ], "nodes": [ @@ -6293,7 +6323,9 @@ "assetId": 0, "symbol": "CAPS", "priceId": "coin-capsule", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" } @@ -6341,7 +6373,9 @@ "assetId": 0, "symbol": "CAPS", "priceId": "coin-capsule", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" } @@ -6377,7 +6411,9 @@ { "assetId": 0, "symbol": "TUR", - "staking": "turing", + "staking": [ + "turing" + ], "precision": 10, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" } @@ -6534,7 +6570,9 @@ "precision": 6, "priceId": "polymesh", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" + "staking": [ + "relaychain" + ] } ], "nodes": [ @@ -7403,7 +7441,6 @@ "url": "wss://crab.api.onfinality.io/public-ws", "name": "OnFinality node" } - ], "explorers": [ { @@ -7467,7 +7504,9 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "staking": "relaychain", + "staking": [ + "relaychain" + ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" } ], From 7b986c7baa31138dc147a0ca16d837459dbd4584 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 08:02:29 +0000 Subject: [PATCH 1039/2142] Update test data file --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 8ab7d930e..75c6a4237 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -358,5 +358,10 @@ "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", "name": "Frequency", "account": "0x81012392fbb505daf01f5d0d396255a065b37f5b861e41b439ac7e614591cdd9" + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "account": " - " } ] \ No newline at end of file From 5e48da2563ef7e2d74e935a102ec370c2d518327 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 May 2023 18:41:37 +0800 Subject: [PATCH 1040/2142] promote Vara network --- chains/v11/chains.json | 33 +++++++++++++++++++++++++++++++++ chains/v12/chains.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index b6a671720..701217032 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6313,5 +6313,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": "relaychain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 } ] diff --git a/chains/v12/chains.json b/chains/v12/chains.json index cf0913032..5a2f5b13f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -6333,5 +6333,38 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": "relaychain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 } ] From 06d75e8a3a5f6cd1302c5fff6339ae0fe94b8bf6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 16 May 2023 12:20:13 +0800 Subject: [PATCH 1041/2142] Update tests/chains_for_testBalance.json add test account --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 75c6a4237..05fedc306 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -362,6 +362,6 @@ { "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", "name": "Vara", - "account": " - " + "account": "0x48420d4d8d8e91cf38f464047ce748e432b0236045e05aa0b8878a7648937d43" } ] \ No newline at end of file From 8b1ed68d2889c4d22805a9d7365e185cb0b00c07 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 16 May 2023 10:53:41 +0300 Subject: [PATCH 1042/2142] Fix kintsugi_testnet name --- chains/v10/chains_dev.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v8/chains_dev.json | 2 +- chains/v9/chains_dev.json | 2 +- .../gradient/{Kintrusgi_Testnet.svg => Kintsugi_Testnet.svg} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename icons/chains/gradient/{Kintrusgi_Testnet.svg => Kintsugi_Testnet.svg} (100%) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 0b6ee98bf..44e62558f 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6959,7 +6959,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index fad969c99..93a6a526b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7077,7 +7077,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 4d2d1f2ba..461b0d5d5 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6817,7 +6817,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 4ac459a49..bce904451 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6924,7 +6924,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" diff --git a/icons/chains/gradient/Kintrusgi_Testnet.svg b/icons/chains/gradient/Kintsugi_Testnet.svg similarity index 100% rename from icons/chains/gradient/Kintrusgi_Testnet.svg rename to icons/chains/gradient/Kintsugi_Testnet.svg From 4d896976c9d802927b5cff2e67cfc539665e406b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:15:58 +0000 Subject: [PATCH 1043/2142] Update chain types --- chains/v2/types/aventus.json | 6 +++--- chains/v2/types/unique.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 4aecd3060..99ceef191 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 23, + "runtime_id": 27, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "avn_parachain_runtime.Event": "GenericEvent", - "avn_parachain_runtime.Call": "GenericCall", + "avn_parachain_runtime.RuntimeEvent": "GenericEvent", + "avn_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index e3914e251..b279f46da 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 939054, + "runtime_id": 941055, "types": { "Balance": "u128", "Index": "u32", From d0bf2489be497844ecd6f52e29220fcbf643dd78 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 17 May 2023 16:49:28 +0300 Subject: [PATCH 1044/2142] Promote new nodes for Mangata (#1629) --- chains/v10/chains.json | 6 +++--- chains/v11/chains.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 909addb58..ad29f85a8 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5002,12 +5002,12 @@ ], "nodes": [ { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "url": "wss://kusama-rpc.mangata.online", "name": "Mangata node" }, { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" } ], "explorers": [ diff --git a/chains/v11/chains.json b/chains/v11/chains.json index b6a671720..dec3854ab 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5155,12 +5155,12 @@ ], "nodes": [ { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "url": "wss://kusama-rpc.mangata.online", "name": "Mangata node" }, { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" } ], "explorers": [ From f139da13cf205f835c878336362d3bc5fbe5b188 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 17 May 2023 19:02:24 +0300 Subject: [PATCH 1045/2142] Adding LuckyFriday nodes (#1641) * Adding LuckyFriday nodes * adding nodes for v11 --- chains/v11/chains_dev.json | 8 ++++++++ chains/v12/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 93a6a526b..008c2cd84 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -19,6 +19,10 @@ } ], "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" @@ -124,6 +128,10 @@ } ], "nodes": [ + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index e2beedb68..e617eac36 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -21,6 +21,10 @@ } ], "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" @@ -128,6 +132,10 @@ } ], "nodes": [ + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" From f466fc17e0f95502018d88ff1a40c4f1021687ad Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 18 May 2023 11:04:57 +0300 Subject: [PATCH 1046/2142] Adding staking for novasama testnet (#1644) --- chains/v10/chains_dev.json | 16 +++++++++++++++- chains/v11/chains_dev.json | 16 +++++++++++++++- chains/v12/chains_dev.json | 16 +++++++++++++++- 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 44e62558f..1ddf44ff0 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6500,6 +6500,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, + "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], @@ -6514,6 +6515,18 @@ "overridesCommon": true }, "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], "governance-delegations": [ { "type": "subquery", @@ -6525,7 +6538,8 @@ "addressPrefix": 2, "options": [ "testnet", - "governance" + "governance", + "governance-v1" ] }, { diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 008c2cd84..d0f545a00 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6601,6 +6601,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, + "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], @@ -6615,6 +6616,18 @@ "overridesCommon": true }, "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], "governance-delegations": [ { "type": "subquery", @@ -6626,7 +6639,8 @@ "addressPrefix": 2, "options": [ "testnet", - "governance" + "governance", + "governance-v1" ] }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index e617eac36..6885bf378 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6639,6 +6639,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, + "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], @@ -6653,6 +6654,18 @@ "overridesCommon": true }, "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], "governance-delegations": [ { "type": "subquery", @@ -6664,7 +6677,8 @@ "addressPrefix": 2, "options": [ "testnet", - "governance" + "governance", + "governance-v1" ] }, { From 4eba7df45710c62a826f306ac4e23e30420f971e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 11:22:15 +0300 Subject: [PATCH 1047/2142] Update chain types (#1645) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 2 +- chains/v2/types/nodle.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/tinkernet.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 5c8a6d39f..e53d212a1 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1241, + "runtime_id": 1245, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/nodle.json b/chains/v2/types/nodle.json index 444b696eb..fa3c4fcdd 100644 --- a/chains/v2/types/nodle.json +++ b/chains/v2/types/nodle.json @@ -1,5 +1,5 @@ { - "runtime_id": 19, + "runtime_id": 20, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 6afc588ec..59475b9b2 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1244, + "runtime_id": 1245, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index 577473a71..b9ddb26ad 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 16, + "runtime_id": 17, "types": { "Balance": "u128", "Index": "u32", From bfdff402bb1f234e2556e94a57432fce4a1ff57a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 18 May 2023 11:40:14 +0300 Subject: [PATCH 1048/2142] Adding lucky friday nodes (#1642) --- chains/v11/chains.json | 8 ++++++++ chains/v12/chains.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index dec3854ab..5131a4c73 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -23,6 +23,10 @@ "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -128,6 +132,10 @@ "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" diff --git a/chains/v12/chains.json b/chains/v12/chains.json index cf0913032..e294db927 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -23,6 +23,10 @@ "url": "wss://rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -130,6 +134,10 @@ "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" From 111326178811d3362d08cc092912a5b26215a841 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 May 2023 17:11:41 +0800 Subject: [PATCH 1049/2142] update Zenlink dapp url, name, remove desktopOnly --- dapps/dapps.json | 7 +++---- dapps/dapps_dev.json | 7 +++---- dapps/dapps_full.json | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index afa49fe19..6cd4a1dba 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -466,14 +466,13 @@ "desktopOnly": true }, { - "name": "Zenlink (Desktop mode)", + "name": "Zenlink", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", - "url": "https://dex.zenlink.pro/#/swap", + "url": "https://app.zenlink.pro", "categories": [ "dex", "staking" - ], - "desktopOnly": true + ] }, { "name": "KILT Stakeboard (Desktop mode)", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 907d0a70f..b4168aa7e 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -692,14 +692,13 @@ "desktopOnly": true }, { - "name": "Zenlink (Desktop mode)", + "name": "Zenlink", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", - "url": "https://dex.zenlink.pro/#/swap", + "url": "https://app.zenlink.pro", "categories": [ "dex", "staking" - ], - "desktopOnly": true + ] }, { "name": "Gensiro (Desktop mode)", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 889a77a97..78a989773 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -605,14 +605,13 @@ "desktopOnly": true }, { - "name": "Zenlink (Desktop mode)", + "name": "Zenlink", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", - "url": "https://dex.zenlink.pro/#/swap", + "url": "https://app.zenlink.pro", "categories": [ "dex", "staking" - ], - "desktopOnly": true + ] }, { "name": "KILT Stakeboard (Desktop mode)", From 743f6716fdf6e0078a81afde7c41f5091d5ca6f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 09:22:40 +0000 Subject: [PATCH 1050/2142] Update dapps list --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index 01a515a62..80c20a8c4 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -64,6 +64,6 @@ | 60 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | | 61 | TofuNFT | https://tofunft.com/ | nft,evm | | 62 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 63 | Zenlink (Desktop mode) | https://dex.zenlink.pro/#/swap | dex,staking | +| 63 | Zenlink | https://app.zenlink.pro | dex,staking | | 64 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | | 65 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 5d28a5c6602f5caa8eaa24dd7ccc3d61319e503e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 18 May 2023 12:34:23 +0300 Subject: [PATCH 1051/2142] adding new mangata nodes for v12 (#1643) --- chains/v12/chains.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index e294db927..26b571cb5 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5181,12 +5181,12 @@ ], "nodes": [ { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "url": "wss://kusama-rpc.mangata.online", "name": "Mangata node" }, { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" } ], "explorers": [ From 252d4e5cab776685a31656aa460ec9127516bc1a Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 19 May 2023 11:49:53 +0700 Subject: [PATCH 1052/2142] Fix json structure (#1648) --- chains/v12/chains_dev.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 6885bf378..6f30e2853 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6639,7 +6639,9 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "staking": "relaychain", + "staking": [ + "relaychain" + ], "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" } ], From d592f9f41328efb00f0f85e7a279eae3fff4a5b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 08:12:56 +0000 Subject: [PATCH 1053/2142] Update chain types --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/picasso.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index f2535ac1e..2e8cffb9c 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 104, + "runtime_id": 105, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 843be655d..242f2b238 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10020, + "runtime_id": 10025, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index e53d212a1..a4820fc7f 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1245, + "runtime_id": 1246, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 59475b9b2..524b4c04d 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1245, + "runtime_id": 1246, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 9fefba8f2..66963ca0f 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10020, + "runtime_id": 10025, "types": { "Balance": "u128", "Index": "u32", From 7191dee036868077be6ef0734b9ce1aeea946bf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 08:15:09 +0000 Subject: [PATCH 1054/2142] Update chain types --- chains/v2/types/bifrost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 63b0f85cd..3c9d0bdad 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 972, + "runtime_id": 974, "types": { "Balance": "u128", "Index": "u32", From a91d017bbe93609b437c15122720157fc3319697 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 22 May 2023 12:33:43 +0300 Subject: [PATCH 1055/2142] fix gov project (#1654) --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index d0f545a00..8f5ac1d89 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -218,7 +218,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" } ] }, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 6f30e2853..a6cb87911 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -222,7 +222,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" } ] }, From b0ebb7c28da8a90f9f6cc51872072d226c677941 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 22 May 2023 13:39:35 +0300 Subject: [PATCH 1056/2142] Switch gov project (#1655) --- chains/v11/chains.json | 2 +- chains/v12/chains.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 5131a4c73..79e1ea42b 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -218,7 +218,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" } ] }, diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 26b571cb5..ba31b0eec 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -220,7 +220,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" } ] }, From bd0a944a9684d034e3c9a39466136a2a2823dafa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 08:14:49 +0000 Subject: [PATCH 1057/2142] Update chain types --- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/hydra_dx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index 507cda1d5..2a1e4933c 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 26, + "runtime_id": 27, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 8a6329ee9..f1581b420 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 138, + "runtime_id": 148, "types": { "Balance": "u128", "Index": "u32", From 1c0892889d66bb6da86de55d6542ffee787f2474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 14:57:57 +0300 Subject: [PATCH 1058/2142] Update chain types (#1659) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/tinkernet.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index 2e8cffb9c..2274b4b0c 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 105, + "runtime_id": 106, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index 2a1e4933c..ea35f4879 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 27, + "runtime_id": 28, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 66963ca0f..9d5fa006c 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10025, + "runtime_id": 10026, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index b9ddb26ad..a93d47c9f 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 17, + "runtime_id": 18, "types": { "Balance": "u128", "Index": "u32", From 5824a0b9d5f726043ff49b523c328eebeeac3586 Mon Sep 17 00:00:00 2001 From: Robert La Ferla Date: Wed, 24 May 2023 13:24:04 -0400 Subject: [PATCH 1059/2142] chore: Updated logo for Frequency blockchain chore: Updated logo for Frequency blockchain --- icons/chains/gradient/Frequency.svg | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/icons/chains/gradient/Frequency.svg b/icons/chains/gradient/Frequency.svg index 0a4f23c05..982a8897f 100644 --- a/icons/chains/gradient/Frequency.svg +++ b/icons/chains/gradient/Frequency.svg @@ -1,15 +1,10 @@ - - - - - - - - - - - - - - + + + + + + + + + From 7305df9f2d7895b06b73a3dd036e3fd9d071b553 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 May 2023 11:58:13 +0500 Subject: [PATCH 1060/2142] remove gov1 from dev --- chains/v11/chains_dev.json | 3 +-- chains/v12/chains_dev.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 8f5ac1d89..922b6adc3 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -224,8 +224,7 @@ }, "options": [ "crowdloans", - "governance", - "governance-v1" + "governance" ] }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index a6cb87911..8b9c17750 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -228,8 +228,7 @@ }, "options": [ "crowdloans", - "governance", - "governance-v1" + "governance" ] }, { From a1f82f0288a0a584af657b0c45ace7e2916a0199 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 May 2023 12:09:17 +0500 Subject: [PATCH 1061/2142] promote remove gov1 from dev --- chains/v11/chains.json | 3 +-- chains/v12/chains.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 79e1ea42b..2d39eb2c5 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -224,8 +224,7 @@ }, "options": [ "crowdloans", - "governance", - "governance-v1" + "governance" ] }, { diff --git a/chains/v12/chains.json b/chains/v12/chains.json index ba31b0eec..6f28f62ef 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -226,8 +226,7 @@ }, "options": [ "crowdloans", - "governance", - "governance-v1" + "governance" ] }, { From 26640e1047835cba32fb93a183ba03c3b8f9c1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 08:16:47 +0000 Subject: [PATCH 1062/2142] Update chain types --- chains/v2/types/kusama.json | 2 +- chains/v2/types/statemine.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index f478dbcd9..9401d351f 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9381, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index b6c5e0440..26cb40ecb 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9382, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", From c9f2f62bfa0d1658dfcbd1c16d3e68d33e030b48 Mon Sep 17 00:00:00 2001 From: Robert La Ferla Date: Thu, 25 May 2023 14:14:59 -0400 Subject: [PATCH 1063/2142] Update Frequency.svg to use white logo --- icons/chains/gradient/Frequency.svg | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/icons/chains/gradient/Frequency.svg b/icons/chains/gradient/Frequency.svg index 982a8897f..c34ea12f4 100644 --- a/icons/chains/gradient/Frequency.svg +++ b/icons/chains/gradient/Frequency.svg @@ -1,10 +1,9 @@ - - - - - - - - - - + + + + + + + + + From e3faf9db237d3134ebd7bd523852042de2f83ea5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 25 May 2023 23:27:07 +0300 Subject: [PATCH 1064/2142] Pendulum < USDT > Statemint --- xcm/v3/transfers_dev.json | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 152c16204..2616c3287 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2930,6 +2930,29 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -5200,6 +5223,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From c1fbb7d7743dc972c056333d1b3ea8369000552c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:22:16 +0300 Subject: [PATCH 1065/2142] Update networks list (#1667) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/chains/README.md b/chains/README.md index 37d3b1780..3d7fb64c1 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 76 -### 💰 All assets 265 -### 🪙 Unique assets: 135 +### 🕸️ Supported networks: 77 +### 💰 All assets 266 +### 🪙 Unique assets: 136 ### 💫 Cross Chain directions: 259 ### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 71 +### 👀 Networks with block explorers: 72 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -83,6 +83,7 @@ | 71 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | | 72 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 73 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 74 | Vara | VARA | Varascan | - | +| 75 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 76 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 77 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 1fccb7a09ba5a8e69a7618b3f14883952675a033 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 May 2023 08:22:28 +0300 Subject: [PATCH 1066/2142] Adding USDT to Pendulum (#1665) * Adding USDT to Pendulum * fix precision --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 922b6adc3..6e1154324 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6836,6 +6836,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 8b9c17750..4a94c848b 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6876,6 +6876,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ From d30471969eaaca362a85aeb982a2ad9637b4dfbf Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 09:05:16 +0300 Subject: [PATCH 1067/2142] Parallel Statemint --- xcm/v3/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 2616c3287..1bc0369a6 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2951,6 +2951,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3896,6 +3910,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From b80cfb698d0a241c892a815f54d41664d36e5651 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 10:40:18 +0300 Subject: [PATCH 1068/2142] Moonbeam Statemint --- xcm/v3/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 1bc0369a6..1fe5cf312 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -1795,6 +1795,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2965,6 +2988,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } From ae7b0e416d2577ca4c6fdfd25ffd55bbc7d87c49 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 May 2023 10:59:16 +0300 Subject: [PATCH 1069/2142] Update xcm coefficients (#1668) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers_dev.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 2616c3287..61db5a80e 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensReserve" } @@ -399,7 +399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -483,7 +483,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -792,7 +792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1801567726" + "value": "3730637072" }, "instructions": "xtokensDest" } @@ -918,7 +918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xcmPalletDest" } @@ -1169,7 +1169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -1253,7 +1253,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -2285,7 +2285,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xcmPalletTeleportDest" } @@ -2387,7 +2387,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9010140" + "value": "18379325" }, "instructions": "xcmPalletDest" } @@ -2531,7 +2531,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -2629,7 +2629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -2796,7 +2796,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -2880,7 +2880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -3103,7 +3103,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -3187,7 +3187,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -4158,7 +4158,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -4242,7 +4242,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xtokensDest" } @@ -4307,7 +4307,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -4572,7 +4572,7 @@ "fee": { "mode": { "type": "proportional", - "value": "72113154069737" + "value": "116076816570060" }, "instructions": "xtokensDest" } @@ -4982,7 +4982,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1801567726" + "value": "3730637072" }, "instructions": "xcmPalletDest" } @@ -5005,7 +5005,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xcmPalletDest" } @@ -5019,7 +5019,7 @@ "fee": { "mode": { "type": "proportional", - "value": "404592946679" + "value": "912210865590" }, "instructions": "xcmPalletDest" } From 94bc213dd9ab5dcc837eccba8b9600ba6dbc2c1e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 May 2023 10:59:49 +0300 Subject: [PATCH 1070/2142] Update xcm coefficients (#1669) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v3/transfers.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 1fd3cb07b..e6357f5e9 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensReserve" } @@ -369,7 +369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -453,7 +453,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -717,7 +717,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1988450397" + "value": "3703129681" }, "instructions": "xtokensDest" } @@ -843,7 +843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xcmPalletDest" } @@ -1080,7 +1080,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -1164,7 +1164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -2126,7 +2126,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xcmPalletTeleportDest" } @@ -2228,7 +2228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10309071" + "value": "18186974" }, "instructions": "xcmPalletDest" } @@ -2344,7 +2344,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -2428,7 +2428,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -2581,7 +2581,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -2665,7 +2665,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -2851,7 +2851,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -2935,7 +2935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -3781,7 +3781,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -3865,7 +3865,7 @@ "fee": { "mode": { "type": "proportional", - "value": "441232587744" + "value": "905484791424" }, "instructions": "xtokensDest" } @@ -3916,7 +3916,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30145451504" + "value": "30051417676" }, "instructions": "xtokensDest" } @@ -4111,7 +4111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "74385877603164" + "value": "116076816570060" }, "instructions": "xtokensDest" } @@ -4521,7 +4521,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1988450397" + "value": "3703129681" }, "instructions": "xcmPalletDest" } From 48c01203917f66c6d3188f89222a0416f6dd8a07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:13:06 +0000 Subject: [PATCH 1071/2142] Update chain types --- chains/v2/types/hydra_dx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index f1581b420..8eaae0eb0 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 148, + "runtime_id": 151, "types": { "Balance": "u128", "Index": "u32", From 1166ba922c80f39ddd60836aaefc42bc671071f0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 May 2023 14:12:42 +0500 Subject: [PATCH 1072/2142] remove Vara staking from prod (#1671) --- chains/v11/chains.json | 1 - chains/v12/chains.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 5f2b5437c..3bc7bd895 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6329,7 +6329,6 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" } ], diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 359eba7a5..d5508df3d 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -6349,7 +6349,6 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "staking": "relaychain", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" } ], From 370876a99f273ec8bb7077d4b51e6176f058b29d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 May 2023 15:57:33 +0500 Subject: [PATCH 1073/2142] add Giant mainnet --- chains/v11/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v12/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v2/types/giant.json | 33 +++++++++++++++++++++++++++++++++ icons/chains/gradient/Giant.svg | 15 +++++++++++++++ icons/tokens/white/Giant.svg | 3 +++ 5 files changed, 101 insertions(+) create mode 100644 chains/v2/types/giant.json create mode 100644 icons/chains/gradient/Giant.svg create mode 100644 icons/tokens/white/Giant.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 6e1154324..714c51cfc 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7526,5 +7526,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Mainnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-anchornode-1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 4a94c848b..8d6e6bfc7 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7567,5 +7567,30 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Mainnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-anchornode-1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 } ] diff --git a/chains/v2/types/giant.json b/chains/v2/types/giant.json new file mode 100644 index 000000000..5b242e1df --- /dev/null +++ b/chains/v2/types/giant.json @@ -0,0 +1,33 @@ +{ + "runtime_id": 120, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "giant_runtime.RuntimeEvent": "GenericEvent", + "giant_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Giant.svg b/icons/chains/gradient/Giant.svg new file mode 100644 index 000000000..6b68ca883 --- /dev/null +++ b/icons/chains/gradient/Giant.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/Giant.svg b/icons/tokens/white/Giant.svg new file mode 100644 index 000000000..702833d06 --- /dev/null +++ b/icons/tokens/white/Giant.svg @@ -0,0 +1,3 @@ + + + From 6471a879f2cd321529a23dbc1eb224a437ade573 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 May 2023 16:28:26 +0500 Subject: [PATCH 1074/2142] fix naming --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 714c51cfc..a68de035b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7530,7 +7530,7 @@ { "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Mainnet", + "name": "GIANT", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 8d6e6bfc7..5cd318da1 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7571,7 +7571,7 @@ { "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Mainnet", + "name": "GIANT", "assets": [ { "assetId": 0, From 1db6e2c29d2b6aea63e0a98e0af1e2e197b112c3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 May 2023 18:32:21 +0500 Subject: [PATCH 1075/2142] Update Frequency.svg updated gradient --- icons/chains/gradient/Frequency.svg | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/icons/chains/gradient/Frequency.svg b/icons/chains/gradient/Frequency.svg index c34ea12f4..b4cd47229 100644 --- a/icons/chains/gradient/Frequency.svg +++ b/icons/chains/gradient/Frequency.svg @@ -1,9 +1,15 @@ - - - - - + + + + - - + + + + + + + + + From de6885476eae4f0d015a03b590586db69ad5c2fd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 16:35:57 +0300 Subject: [PATCH 1076/2142] update usdt location --- xcm/v3/transfers_dev.json | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 1fe5cf312..5070ae15b 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -232,7 +232,7 @@ "instructions": "xtokensReserve" } }, - "USDT": { + "USDT-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "multiLocation": { "parachainId": 1000, @@ -247,6 +247,20 @@ "instructions": "xtokensReserve" } }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, "XRT": { "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", "multiLocation": { @@ -743,7 +757,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -1366,7 +1380,7 @@ }, { "assetId": 17, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -1798,7 +1812,7 @@ }, { "assetId": 10, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -2342,7 +2356,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "relative" }, @@ -2742,7 +2756,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -2956,7 +2970,7 @@ }, { "assetId": 1, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -3328,7 +3342,7 @@ }, { "assetId": 9, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -3950,7 +3964,7 @@ }, { "assetId": 14, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -4513,7 +4527,7 @@ }, { "assetId": 4, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -5300,7 +5314,7 @@ }, { "assetId": 2, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, From f40a1e6637176ff99b6da64ac9c3b3975f9740b5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 16:36:20 +0300 Subject: [PATCH 1077/2142] change fee --- xcm/v3/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 5070ae15b..69fa92c9f 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2982,7 +2982,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "800000" }, "instructions": "xcmPalletDest" } From 8eca572798301d6091ba9aec9043f984e3c9df84 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 16:41:00 +0300 Subject: [PATCH 1078/2142] return parachainId --- xcm/v3/transfers_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 69fa92c9f..747c7dead 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -250,6 +250,7 @@ "USDT-Statemint": { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "multiLocation": { + "parachainId": 1000, "palletInstance": 50, "generalIndex": "1984" }, From 965bb5a84957d606bc37882831082b85e83e0599 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 May 2023 16:51:17 +0300 Subject: [PATCH 1079/2142] try relative path --- xcm/v3/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 747c7dead..e02d05ad7 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2973,7 +2973,7 @@ "assetId": 1, "assetLocation": "USDT-Statemint", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { From 5dd59471ad200b75bc9a1aa5364848d5a387c227 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 May 2023 17:22:07 +0300 Subject: [PATCH 1080/2142] remove all XCMs to Statemine (#1674) * remove all XCMs to Statemine * return KSM --- xcm/v3/transfers.json | 115 ------------------------------------------ 1 file changed, 115 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index e6357f5e9..7ebd907c8 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -666,29 +666,6 @@ } ] }, - { - "assetId": 7, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 17, "assetLocation": "XRT", @@ -1260,29 +1237,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 17, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2501,29 +2455,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -3008,29 +2939,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -4032,29 +3940,6 @@ } ] }, - { - "assetId": 4, - "assetLocation": "USDT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "XRT", From c2adba28598c20f7f8d78a9c403c74d74736f0c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 17:24:46 +0300 Subject: [PATCH 1081/2142] Update Test data File (#1673) * Update test data file * adding an account for GIANT --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 05fedc306..ff7db0ae6 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -363,5 +363,10 @@ "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", "name": "Vara", "account": "0x48420d4d8d8e91cf38f464047ce748e432b0236045e05aa0b8878a7648937d43" + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "account": "0x0017d5bf525454578edba65dbe3738fa76b77d0b573810f1a0423571abb32a58" } ] \ No newline at end of file From 50ad0e09b9ac27af7b4c2c65fd18b587c65bb084 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 11:13:40 +0300 Subject: [PATCH 1082/2142] Update chain types (#1675) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/3dpass.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index 2274b4b0c..38a544279 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 106, + "runtime_id": 107, "types": { "Balance": "u128", "Index": "u32", From 5aae6f3c7d6dd1f1df5ebe51e36a429699f6025b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 May 2023 10:03:56 +0500 Subject: [PATCH 1083/2142] add GIANTProtocol dapp, update GIANT rpc --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/Giant.svg | 15 +++++++++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 icons/dapps/color/Giant.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index a68de035b..99eca86b2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7541,7 +7541,7 @@ ], "nodes": [ { - "url": "wss://mainnet-anchornode-1.giantprotocol.org:443", + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", "name": "Anchor node" } ], diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5cd318da1..4d29c1373 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7582,7 +7582,7 @@ ], "nodes": [ { - "url": "wss://mainnet-anchornode-1.giantprotocol.org:443", + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", "name": "Anchor node" } ], diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index b4168aa7e..965344310 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -755,6 +755,14 @@ "categories": [ "dex" ] + }, + { + "name": "GIANTProtocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "url": "https://app.giantprotocol.org/shop", + "categories": [ + "utilities" + ] } ] } diff --git a/icons/dapps/color/Giant.svg b/icons/dapps/color/Giant.svg new file mode 100644 index 000000000..0e7801559 --- /dev/null +++ b/icons/dapps/color/Giant.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 7f433f14ba048e645d935cf0ff116158f734d7f5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 29 May 2023 13:19:46 +0300 Subject: [PATCH 1084/2142] Adding new Phala nodes and Composable (#1657) --- chains/v11/chains.json | 12 ++++++++++++ chains/v11/chains_dev.json | 12 ++++++++++++ chains/v12/chains.json | 12 ++++++++++++ chains/v12/chains_dev.json | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 3bc7bd895..222e0bf32 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -4474,9 +4474,17 @@ } ], "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://api.phala.network/ws", "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4772,6 +4780,10 @@ } ], "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://rpc.composable.finance", "name": "Composable node" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index a68de035b..c542e179b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5023,9 +5023,17 @@ } ], "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://api.phala.network/ws", "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5333,6 +5341,10 @@ } ], "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://rpc.composable.finance", "name": "Composable node" diff --git a/chains/v12/chains.json b/chains/v12/chains.json index d5508df3d..ac7db7252 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -4486,9 +4486,17 @@ } ], "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://api.phala.network/ws", "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4788,6 +4796,10 @@ } ], "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://rpc.composable.finance", "name": "Composable node" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5cd318da1..b682086f3 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5043,9 +5043,17 @@ } ], "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://api.phala.network/ws", "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5357,6 +5365,10 @@ } ], "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, { "url": "wss://rpc.composable.finance", "name": "Composable node" From 81915072ae9ee0123da9ac9ca674614a713ceeda Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 May 2023 17:29:38 +0500 Subject: [PATCH 1085/2142] remove GM intern node --- chains/v11/chains.json | 4 ---- chains/v11/chains_dev.json | 4 ---- chains/v12/chains.json | 4 ---- chains/v12/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 222e0bf32..3f1efaad5 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5501,10 +5501,6 @@ "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 8e210af6e..76b5d67ff 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6228,10 +6228,6 @@ "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v12/chains.json b/chains/v12/chains.json index ac7db7252..d292c75ee 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5519,10 +5519,6 @@ "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index cbc488a55..1654fb51e 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6258,10 +6258,6 @@ "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, { "url": "wss://leemo.gmordie.com", "name": "Leemo node" From b0ec69cb26f569949123f1fd447f65d8d18fc298 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 May 2023 18:06:28 +0500 Subject: [PATCH 1086/2142] remove hashed node 1 --- chains/v11/chains.json | 4 ---- chains/v11/chains_dev.json | 4 ---- chains/v12/chains.json | 4 ---- chains/v12/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 3f1efaad5..d1bdc3960 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5972,10 +5972,6 @@ } ], "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 76b5d67ff..aeb8174ba 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7139,10 +7139,6 @@ } ], "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" diff --git a/chains/v12/chains.json b/chains/v12/chains.json index d292c75ee..5e685541c 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5992,10 +5992,6 @@ } ], "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 1654fb51e..f10d3ca44 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7179,10 +7179,6 @@ } ], "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" From 43e2d38c1b00cb4b8815306cc4762eb3d830f624 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 29 May 2023 18:15:37 +0500 Subject: [PATCH 1087/2142] add v4 for xcm transfers --- xcm/v4/transfers.json | 4533 ++++++++++++++++++++++++++++++++ xcm/v4/transfers_dev.json | 5253 +++++++++++++++++++++++++++++++++++++ 2 files changed, 9786 insertions(+) create mode 100644 xcm/v4/transfers.json create mode 100644 xcm/v4/transfers_dev.json diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json new file mode 100644 index 000000000..7ebd907c8 --- /dev/null +++ b/xcm/v4/transfers.json @@ -0,0 +1,4533 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3703129681" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "9725" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1009690" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "18186974" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "905484791424" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "116076816570060" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3703129681" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json new file mode 100644 index 000000000..61db5a80e --- /dev/null +++ b/xcm/v4/transfers_dev.json @@ -0,0 +1,5253 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensReserve" + } + }, + "UNIT": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "WND": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10310128670406" + }, + "instructions": "xtokensReserve" + } + }, + "WND-Westmint": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "multiLocation": {} + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensReserve" + } + }, + "USDT": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "200000000", + "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443": "1000000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3730637072" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333327" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assets": [ + { + "assetId": 1, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assets": [ + { + "assetId": 0, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "523779593547" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "9725" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1009690" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "18379325" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "26079494248347" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "269413333368" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assets": [ + { + "assetId": 7, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "267427200000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8012800000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "10016000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23607895631" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "101030000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "23175508123000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND-Westmint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10310128670406" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "116076816570060" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "78138" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3730637072" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30051417676" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "912210865590" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "71450261778" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "202060000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "879500000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17705921723" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} \ No newline at end of file From 2aa879df982f03f6c6238aa1a8cc1c0b34fcb34b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:26:19 +0300 Subject: [PATCH 1088/2142] Update networks list (#1677) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 3d7fb64c1..873904100 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 77 ### 💰 All assets 266 ### 🪙 Unique assets: 136 -### 💫 Cross Chain directions: 259 +### 💫 Cross Chain directions: 254 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 72 --- From 69219aca1267136a1d3318e70d311a7adc51b298 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 09:35:41 +0300 Subject: [PATCH 1089/2142] Adding Acala USDT --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 6e1154324..12edbf46d 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -2906,6 +2906,20 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 4a94c848b..ef1f1e300 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -2922,6 +2922,20 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From 1f64af06d678b0c9142d4f4c230fad4ff17521da Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 09:40:03 +0300 Subject: [PATCH 1090/2142] Adding Bifrost Polkadot USDT --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 12edbf46d..2b726e7c6 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5535,6 +5535,20 @@ "existentialDeposit": "1000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index ef1f1e300..87c0c597b 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5561,6 +5561,20 @@ "existentialDeposit": "1000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ From e8dff7b699e6e5e16206af094168a8b57405e3cb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 09:45:34 +0300 Subject: [PATCH 1091/2142] Adding USDT for HydraDX --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 2b726e7c6..1479b71b4 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4736,6 +4736,20 @@ "existentialDeposit": "147058823529412000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 87c0c597b..fd557ec9d 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4756,6 +4756,20 @@ "existentialDeposit": "147058823529412000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From ab7ef52aa5c87b4c0035677fc7a3e2d35ef2c626 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 09:55:09 +0300 Subject: [PATCH 1092/2142] Acala Statemint --- xcm/v3/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index e02d05ad7..f239f61dd 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -2303,6 +2303,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3017,6 +3040,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } From 29ab317b28f849ecda3234dca211e8e50b23e1aa Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 09:56:45 +0300 Subject: [PATCH 1093/2142] Bifrost Polkadot Statemint --- xcm/v3/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index f239f61dd..41ad197f9 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -3054,6 +3054,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4883,6 +4897,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 11183c9c37c8b874f55e903f68ff7c8e2f76d9bb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 10:05:52 +0300 Subject: [PATCH 1094/2142] HydraDX < USDT > Statemint --- xcm/v3/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 41ad197f9..61b28cb52 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -3068,6 +3068,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "4700000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -5111,6 +5125,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From cc5326e68da677c2f2a4e8aa26afc730b4779637 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 10:11:47 +0300 Subject: [PATCH 1095/2142] adding changes to v4 --- xcm/v4/transfers_dev.json | 222 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 211 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 61db5a80e..8662b81dd 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -232,7 +232,7 @@ "instructions": "xtokensReserve" } }, - "USDT": { + "USDT-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "multiLocation": { "parachainId": 1000, @@ -247,6 +247,21 @@ "instructions": "xtokensReserve" } }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensReserve" + } + }, "XRT": { "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", "multiLocation": { @@ -743,7 +758,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -1366,7 +1381,7 @@ }, { "assetId": 17, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -1795,6 +1810,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2265,6 +2303,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2319,7 +2380,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "relative" }, @@ -2719,7 +2780,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -2933,9 +2994,9 @@ }, { "assetId": 1, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { @@ -2945,7 +3006,77 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "4700000000" }, "instructions": "xcmPalletDest" } @@ -3277,7 +3408,7 @@ }, { "assetId": 9, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -3896,6 +4027,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4439,7 +4593,7 @@ }, { "assetId": 4, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" }, @@ -4757,6 +4911,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4948,6 +5125,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5226,7 +5426,7 @@ }, { "assetId": 2, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, From 9c9b0ff603f4cdfedf5beb3c49864077a4ca9fa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 11:34:58 +0300 Subject: [PATCH 1096/2142] Update chain types (#1681) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 2 +- chains/v2/types/phala.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index a4820fc7f..af1a593ae 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1246, + "runtime_id": 1247, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 524b4c04d..3c32423c9 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1246, + "runtime_id": 1247, "types": { "Balance": "u128", "Index": "u32", From 789f2a95d7db80a07d7ff82be1f32cfd50ef7689 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 11:37:30 +0300 Subject: [PATCH 1097/2142] Promote xcm to prod --- xcm/update_to_prod.py | 56 +++++-- xcm/v3/transfers.json | 352 +++++++++++++++++++++++++++++++++++++++++- xcm/v4/transfers.json | 352 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 735 insertions(+), 25 deletions(-) diff --git a/xcm/update_to_prod.py b/xcm/update_to_prod.py index 4ed9f97e4..bc754d0fe 100644 --- a/xcm/update_to_prod.py +++ b/xcm/update_to_prod.py @@ -11,6 +11,26 @@ def ask_to_update(): return True return False +def remove_none_keys(data): + if isinstance(data, dict): + # Iterate over the dictionary keys + for key in list(data.keys()): + # Recursively call the function on the corresponding value + data[key] = remove_none_keys(data[key]) + + # Check if the value is None after recursing, remove it if so + if data[key] is None: + del data[key] + + elif isinstance(data, list): + # Iterate over the list elements + data[:] = [remove_none_keys(elem) for elem in data] + + # Remove any empty dictionaries in the list + data[:] = [elem for elem in data if isinstance(elem, dict) and len(elem) > 0] + + return data + def update_networks(dev_chains, prod_chains, meta_dict): for dev_chain_id, dev_chain in dev_chains.items(): if dev_chain_id not in prod_chains: @@ -36,8 +56,14 @@ def update_reserves(dev_file, prod_file): print(f"Added new asset: {dev_asset_location}") if ask_to_update(): prod_file['assetsLocation'][dev_asset_location] = dev_asset + + for prod_asset_location, prod_asset in prod_file['assetsLocation'].items(): + if prod_asset_location not in dev_file['assetsLocation']: + print(f"Asset was removed: {prod_asset_location}") + if ask_to_update(): + prod_file['assetsLocation'][prod_asset_location] = None - return prod_file['assetsLocation'] + return remove_none_keys(prod_file['assetsLocation']) def update_assets(dev_chains, prod_chains, meta_dict): @@ -54,18 +80,26 @@ def update_assets(dev_chains, prod_chains, meta_dict): def update_destinations(dev_chains, prod_chains, meta_dict): for prod_chain_id, prod_chain in prod_chains.items(): for prod_asset_location, prod_asset in prod_chain['assets'].items(): - - for dev_destination_id, dev_destination \ - in dev_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'].items(): - - if dev_destination_id not in prod_asset['xcmTransfers']: - print(f"Added new destination in {meta_dict[prod_chain_id]['name']} \ + + if dev_chains[prod_chain_id]['assets'].get(prod_asset_location) is None: + print(f"Destination was removed in {meta_dict[prod_chain_id]['name']} \ \nfor asset: {prod_asset_location} \ \nto network: {meta_dict[dev_destination_id]['name']} ") - if ask_to_update(): - prod_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'][dev_destination_id] = dev_destination - - return prod_chains + if ask_to_update(): + prod_chains[prod_chain_id]['assets'][prod_asset_location] = None + else: + for dev_destination_id, dev_destination \ + in dev_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'].items(): + + if dev_destination_id not in prod_asset['xcmTransfers']: + print(f"Added new destination in {meta_dict[prod_chain_id]['name']} \ + \nfor asset: {prod_asset_location} \ + \nto network: {meta_dict[dev_destination_id]['name']} ") + if ask_to_update(): + prod_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'][dev_destination_id] = dev_destination + + + return remove_none_keys(prod_chains) def convert_chains_to_dict(chains_obj): diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 7ebd907c8..f4c749a1e 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -206,7 +206,20 @@ "instructions": "xtokensReserve" } }, - "USDT": { + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "multiLocation": { "parachainId": 1000, @@ -221,15 +234,17 @@ "instructions": "xtokensReserve" } }, - "XRT": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "multiLocation": { - "parachainId": 2048 + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" }, "reserveFee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "341500" }, "instructions": "xtokensReserve" } @@ -702,6 +717,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1237,6 +1275,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1590,6 +1651,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2060,6 +2144,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2114,7 +2221,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "relative" }, @@ -2182,7 +2289,7 @@ "fee": { "mode": { "type": "proportional", - "value": "18186974" + "value": "18379325" }, "instructions": "xcmPalletDest" } @@ -2455,6 +2562,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2632,6 +2762,99 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "4700000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -2939,6 +3162,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3427,6 +3673,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3976,6 +4245,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4181,6 +4473,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4372,6 +4687,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 7ebd907c8..f4c749a1e 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -206,7 +206,20 @@ "instructions": "xtokensReserve" } }, - "USDT": { + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "multiLocation": { "parachainId": 1000, @@ -221,15 +234,17 @@ "instructions": "xtokensReserve" } }, - "XRT": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "multiLocation": { - "parachainId": 2048 + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" }, "reserveFee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "341500" }, "instructions": "xtokensReserve" } @@ -702,6 +717,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1237,6 +1275,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1590,6 +1651,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2060,6 +2144,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2114,7 +2221,7 @@ }, { "assetId": 7, - "assetLocation": "USDT", + "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "relative" }, @@ -2182,7 +2289,7 @@ "fee": { "mode": { "type": "proportional", - "value": "18186974" + "value": "18379325" }, "instructions": "xcmPalletDest" } @@ -2455,6 +2562,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2632,6 +2762,99 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "4700000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -2939,6 +3162,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3427,6 +3673,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3976,6 +4245,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "341500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4181,6 +4473,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4372,6 +4687,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 1702f2cbac3d812d46477bc65ff96fcc81ae3d2e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 11:40:07 +0300 Subject: [PATCH 1098/2142] Promote new assets --- chains/v11/chains.json | 57 ++++++++++++++++++++++++++++++++++++++++++ chains/v12/chains.json | 57 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index d1bdc3960..588b874b1 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -2717,6 +2717,7 @@ "assetId": 11, "symbol": "EQ", "precision": 9, + "priceId": "equilibrium-token", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { @@ -2739,6 +2740,34 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4200,6 +4229,20 @@ "existentialDeposit": "147058823529412000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4948,6 +4991,20 @@ "existentialDeposit": "1000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 5e685541c..d78d45383 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -2727,6 +2727,7 @@ "assetId": 11, "symbol": "EQ", "precision": 9, + "priceId": "equilibrium-token", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { @@ -2749,6 +2750,34 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4212,6 +4241,20 @@ "existentialDeposit": "147058823529412000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4966,6 +5009,20 @@ "existentialDeposit": "1000000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ From c161539455df549ff6729f5e4de68f43cbc0aabe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 30 May 2023 23:13:22 +0300 Subject: [PATCH 1099/2142] fix coefficients --- xcm/v3/transfers.json | 18 +++++++++--------- xcm/v4/transfers.json | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index f4c749a1e..9332093bd 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -244,7 +244,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -1666,7 +1666,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2159,7 +2159,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2819,7 +2819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "1010300" }, "instructions": "xcmPalletDest" } @@ -2833,7 +2833,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "10103" }, "instructions": "xcmPalletDest" } @@ -2847,7 +2847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4700000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -3688,7 +3688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4488,7 +4488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4702,7 +4702,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index f4c749a1e..9332093bd 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -244,7 +244,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -1666,7 +1666,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2159,7 +2159,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2819,7 +2819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "1010300" }, "instructions": "xcmPalletDest" } @@ -2833,7 +2833,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "10103" }, "instructions": "xcmPalletDest" } @@ -2847,7 +2847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4700000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -3688,7 +3688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4488,7 +4488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4702,7 +4702,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } From 704a232a586a31a9e7e52b49a3615cb0c0c3ed0c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 31 May 2023 08:41:31 +0300 Subject: [PATCH 1100/2142] remove DAI from Acala --- chains/v11/chains.json | 14 -------------- chains/v12/chains.json | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 588b874b1..d891af6fc 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -2741,20 +2741,6 @@ "transfersEnabled": true } }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, { "assetId": 14, "symbol": "USDT", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index d78d45383..9660a12f8 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -2751,20 +2751,6 @@ "transfersEnabled": true } }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, { "assetId": 14, "symbol": "USDT", From f8257d50154e3ed76e44ce4d1d9d0a81f4361b7c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 31 May 2023 10:47:56 +0300 Subject: [PATCH 1101/2142] remove changes from v3 --- xcm/v3/transfers.json | 352 +----------------------------------------- 1 file changed, 7 insertions(+), 345 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 9332093bd..7ebd907c8 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -206,20 +206,7 @@ "instructions": "xtokensReserve" } }, - "XRT": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "multiLocation": { - "parachainId": 2048 - }, - "reserveFee": { - "mode": { - "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensReserve" - } - }, - "USDT-Statemine": { + "USDT": { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "multiLocation": { "parachainId": 1000, @@ -234,17 +221,15 @@ "instructions": "xtokensReserve" } }, - "USDT-Statemint": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", "multiLocation": { - "parachainId": 1000, - "palletInstance": 50, - "generalIndex": "1984" + "parachainId": 2048 }, "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "1158776" }, "instructions": "xtokensReserve" } @@ -717,29 +702,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -1275,29 +1237,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 17, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -1651,29 +1590,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2144,29 +2060,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2221,7 +2114,7 @@ }, { "assetId": 7, - "assetLocation": "USDT-Statemine", + "assetLocation": "USDT", "assetLocationPath": { "type": "relative" }, @@ -2289,7 +2182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "18379325" + "value": "18186974" }, "instructions": "xcmPalletDest" } @@ -2562,29 +2455,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -2762,99 +2632,6 @@ "type": "xcmpallet-teleport" } ] - }, - { - "assetId": 1, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "800000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "1010300" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "10103" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "8202500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] } ] }, @@ -3162,29 +2939,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -3673,29 +3427,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -4245,29 +3976,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 4, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "341500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -4473,29 +4181,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 3, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -4687,29 +4372,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, From 0f5d8157876db32036806653a8e042d1aaea410b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 31 May 2023 10:48:35 +0300 Subject: [PATCH 1102/2142] fix asset id --- chains/v11/chains.json | 2 +- chains/v12/chains.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index d891af6fc..c29371ecd 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -2742,7 +2742,7 @@ } }, { - "assetId": 14, + "assetId": 13, "symbol": "USDT", "precision": 6, "type": "orml", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 9660a12f8..4bf87620d 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -2752,7 +2752,7 @@ } }, { - "assetId": 14, + "assetId": 13, "symbol": "USDT", "precision": 6, "type": "orml", From 3983e7107d05d07330815848ae5cf98a75c7d647 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 May 2023 10:52:54 +0300 Subject: [PATCH 1103/2142] Fix fee for USDT transfers (#1683) * fix usdt fee on statemint * fix fee * fix fee * fix fee * fix acala fee * fix bifrost fee * update hydradx fee * update reserveFee for USDT-Statemint * fix hydradx fee * fix the same in v3 --- xcm/v3/transfers_dev.json | 20 ++++++++++---------- xcm/v4/transfers_dev.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index 8662b81dd..dad9dffe9 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -1825,7 +1825,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2318,7 +2318,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -3048,7 +3048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "1010300" }, "instructions": "xcmPalletDest" } @@ -3062,7 +3062,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "10103" }, "instructions": "xcmPalletDest" } @@ -3076,7 +3076,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4700000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -4042,7 +4042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4926,7 +4926,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -5140,7 +5140,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -5438,7 +5438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 8662b81dd..dad9dffe9 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -1825,7 +1825,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -2318,7 +2318,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -3048,7 +3048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "1010300" }, "instructions": "xcmPalletDest" } @@ -3062,7 +3062,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "10103" }, "instructions": "xcmPalletDest" } @@ -3076,7 +3076,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4700000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -4042,7 +4042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4926,7 +4926,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -5140,7 +5140,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -5438,7 +5438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } From 1656abf3efb1068d793ff3e49b1285a6754b6911 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 11:31:50 +0300 Subject: [PATCH 1104/2142] Update chain types (#1684) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/composable.json | 2 +- chains/v2/types/picasso.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 242f2b238..745cbae8a 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10025, + "runtime_id": 10028, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 9d5fa006c..db9d108aa 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10026, + "runtime_id": 10028, "types": { "Balance": "u128", "Index": "u32", From ef0cf6d2f1b0ee1b7fbb690d11dfeaadd053b451 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 May 2023 15:39:06 +0500 Subject: [PATCH 1105/2142] rename Calamari --- chains/v11/chains.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v12/chains.json | 2 +- chains/v12/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index d1bdc3960..3bdb43411 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -2385,7 +2385,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", + "name": "Calamari (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 469658cd7..ae04c104a 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -2522,7 +2522,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", + "name": "Calamari (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 5e685541c..7e226389e 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -2393,7 +2393,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", + "name": "Calamari (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 7d1acf8e5..9b659b71e 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -2536,7 +2536,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", + "name": "Calamari (PAUSED)", "assets": [ { "assetId": 0, From 4ceb37417d787ee28facc0f9f1021e18c386bcb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 15:30:09 +0300 Subject: [PATCH 1106/2142] Update networks list (#1687) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 873904100..39ac23e8a 100644 --- a/chains/README.md +++ b/chains/README.md @@ -25,7 +25,7 @@ | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | - | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 16 | Calamari (PAUSED) | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crab | CRAB
CKTON | Subscan | - | From 984d76b646d1c5d007891cbe53cfcfc97295a4bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 17:18:38 +0300 Subject: [PATCH 1107/2142] Update networks list (#1688) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/README.md b/chains/README.md index 39ac23e8a..5c4e46e48 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 77 -### 💰 All assets 266 +### 💰 All assets 269 ### 🪙 Unique assets: 136 -### 💫 Cross Chain directions: 254 +### 💫 Cross Chain directions: 270 ### 🧾 SubQuery API projects: 62 ### 👀 Networks with block explorers: 72 --- @@ -11,7 +11,7 @@ | -- | Network | Assets | Explorers | SubQuery explorer | | --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | 1 | 3DPass | P3D | 3DPass explorer | - | -| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | 3 | Ajuna | AJUN | - | - | | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | @@ -21,7 +21,7 @@ | 9 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 10 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | - | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | @@ -43,7 +43,7 @@ | 31 | Frequency | FRQCY | Polkaholic | - | | 32 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 33 | Hashed Network | HASH | - | - | -| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 35 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 36 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 37 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From 046ddd4c420e54cc1e6926230ebc49e42e2fd652 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Jun 2023 12:08:39 +0500 Subject: [PATCH 1108/2142] add exclusions for assets that have no aplicable cases on networks --- tests/test_check_new_assets.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 1843e8e02..9ebdbad7c 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -16,11 +16,19 @@ class TestAssets: 'AUSD': 'KUSD', 'XX': 'xx' } + # assets that has no working cases on network + exclusions = { + 'Bifrost Kusama': {'DOT': ''}, + 'Kintsugi': {'INTR': '', 'iBTC': 'IBTC', 'DOT': ''}} def test_has_new_assets(self, chain: Chain): chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} chain_assets.update(self.asset_mapping) + if chain.name in self.exclusions.keys(): + for key, value in self.exclusions.items(): + if key == chain.name: + chain_assets.update(value) chain.create_connection() chain.init_properties() if isinstance(chain.substrate.token_symbol, list): From 9fb7d97a009dec9c4bfddb9f06ccfadc631b1537 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:14:11 +0000 Subject: [PATCH 1109/2142] Update chain types --- chains/v2/types/bittensor.json | 2 +- chains/v2/types/efinity.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 09ed05810..221954b11 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 120, + "runtime_id": 121, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/efinity.json b/chains/v2/types/efinity.json index dd8f9992c..61b33a408 100644 --- a/chains/v2/types/efinity.json +++ b/chains/v2/types/efinity.json @@ -1,5 +1,5 @@ { - "runtime_id": 3012, + "runtime_id": 3014, "types": { "Balance": "u128", "Index": "u32", From 7c5fe9df467f3d807a5412cba24abd4471ba2e93 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 1 Jun 2023 12:28:47 +0300 Subject: [PATCH 1110/2142] Mark stuck networks as (PAUSED) --- chains/v11/chains.json | 51 ++---------------------------- chains/v11/chains_dev.json | 63 ++------------------------------------ chains/v12/chains.json | 51 ++---------------------------- chains/v12/chains_dev.json | 63 ++------------------------------------ 4 files changed, 8 insertions(+), 220 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 8cd36c100..40903a871 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -4045,7 +4045,7 @@ { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", + "name": "Efinity (PAUSED)", "assets": [ { "assetId": 0, @@ -5288,7 +5288,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", + "name": "Kabocha (PAUSED)", "assets": [ { "assetId": 0, @@ -5325,53 +5325,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index ae04c104a..aacc250c4 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4563,7 +4563,7 @@ { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", + "name": "Efinity (PAUSED)", "assets": [ { "assetId": 0, @@ -5968,7 +5968,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", + "name": "Kabocha (PAUSED)", "assets": [ { "assetId": 0, @@ -6005,65 +6005,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 0c9c87610..c3d5d4910 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -4057,7 +4057,7 @@ { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", + "name": "Efinity (PAUSED)", "assets": [ { "assetId": 0, @@ -5306,7 +5306,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", + "name": "Kabocha (PAUSED)", "assets": [ { "assetId": 0, @@ -5343,53 +5343,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 9b659b71e..c335c150a 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4583,7 +4583,7 @@ { "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", + "name": "Efinity (PAUSED)", "assets": [ { "assetId": 0, @@ -5998,7 +5998,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", + "name": "Kabocha (PAUSED)", "assets": [ { "assetId": 0, @@ -6035,65 +6035,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From c1f332966cfb576bdb391ec4d8c82eae8ab1dd0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:14:10 +0300 Subject: [PATCH 1111/2142] Update networks list (#1694) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/chains/README.md b/chains/README.md index 5c4e46e48..fde7586a2 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 77 -### 💰 All assets 269 -### 🪙 Unique assets: 136 +### 🕸️ Supported networks: 76 +### 💰 All assets 268 +### 🪙 Unique assets: 135 ### 💫 Cross Chain directions: 270 -### 🧾 SubQuery API projects: 62 -### 👀 Networks with block explorers: 72 +### 🧾 SubQuery API projects: 61 +### 👀 Networks with block explorers: 71 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -35,7 +35,7 @@ | 23 | Darwinia | RING
KTON | Subscan | - | | 24 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | -| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 26 | Efinity (PAUSED) | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | @@ -48,7 +48,7 @@ | 36 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 37 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 38 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 39 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 39 | Kabocha (PAUSED) | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 40 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 41 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | 42 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | @@ -78,12 +78,11 @@ | 66 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | 67 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 69 | Tanganika | DHX | Subscan
Polkaholic | [nova-wallet-tanganika](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tanganika) | -| 70 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 71 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 72 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 73 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 74 | Vara | VARA | Varascan | - | -| 75 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 76 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 77 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 73 | Vara | VARA | Varascan | - | +| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 41965bd00bdf9624a5ea0df877376825e697c08c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:14:26 +0300 Subject: [PATCH 1112/2142] Update test data file (#1695) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index ff7db0ae6..962a14662 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -249,11 +249,6 @@ "name": "Kabocha", "account": "0x2a6a802c4ea04e94d5d1788fede99e91b9df2c36c2a79388508d253bb426a45f" }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "name": "Tanganika", - "account": "0x32f763291ff1963cdf1944539ea99fc3735a7d6f6689ba49bee01f3bc77b0648" - }, { "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", "name": "Bajun", From 7d02c1d1a3b8d71b5654b8898468eac60be78e50 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Jun 2023 15:47:11 +0500 Subject: [PATCH 1113/2142] combine assets mapping into exclusions to avoid generalisation --- tests/test_check_new_assets.py | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 9ebdbad7c..15238fa09 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -11,20 +11,21 @@ @pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestAssets: - # workaround to differences between asset names at runtime and in our configuration - asset_mapping = { - 'AUSD': 'KUSD', - 'XX': 'xx' - } - # assets that has no working cases on network + # assets that have no working cases or having differences between + # asset names at runtime and in our configuration exclusions = { - 'Bifrost Kusama': {'DOT': ''}, - 'Kintsugi': {'INTR': '', 'iBTC': 'IBTC', 'DOT': ''}} - + 'Karura': {'AUSD': 'KUSD'}, + 'Acala': {'AUSD': 'KUSD'}, + 'Shiden': {'AUSD': 'KUSD'}, + 'Bifrost Kusama': {'AUSD': 'KUSD', 'DOT': ''}, + 'Kintsugi': {'AUSD': 'KUSD', 'INTR': '', 'iBTC': 'IBTC', 'DOT': ''}, + 'Basilisk': {'AUSD': 'KUSD'}, + 'Turing': {'AUSD': 'KUSD'}, + 'XX network': {'XX': 'xx'}} + def test_has_new_assets(self, chain: Chain): - + chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} - chain_assets.update(self.asset_mapping) if chain.name in self.exclusions.keys(): for key, value in self.exclusions.items(): if key == chain.name: @@ -33,7 +34,8 @@ def test_has_new_assets(self, chain: Chain): chain.init_properties() if isinstance(chain.substrate.token_symbol, list): for symbol in chain.substrate.token_symbol: - delayed_assert.expect(symbol in chain_assets.keys() or symbol in chain_assets.values(), "new token to add: " + symbol) + delayed_assert.expect(symbol in chain_assets.keys() or symbol in chain_assets.values(), + "new token to add: " + symbol) else: assert chain.properties.symbol in chain_assets.keys() or chain.properties.symbol in chain_assets.values(), "native asset has changed" delayed_assert.assert_expectations() From 805ed6e4090d0392b25fa0268a3a486b669901d1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:47:17 +0300 Subject: [PATCH 1114/2142] Update xcm coefficients (#1696) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index dad9dffe9..b99dcc888 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -227,7 +227,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23175508123000" + "value": "1010366358841716" }, "instructions": "xtokensReserve" } @@ -242,7 +242,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensReserve" } @@ -498,7 +498,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -770,7 +770,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -807,7 +807,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3730637072" + "value": "3357032430" }, "instructions": "xtokensDest" } @@ -933,7 +933,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xcmPalletDest" } @@ -1268,7 +1268,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -1393,7 +1393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -2448,7 +2448,7 @@ "fee": { "mode": { "type": "proportional", - "value": "18379325" + "value": "16423398" }, "instructions": "xcmPalletDest" } @@ -2690,7 +2690,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -2792,7 +2792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -2941,7 +2941,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -3318,7 +3318,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -3420,7 +3420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -4396,7 +4396,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xtokensDest" } @@ -4582,7 +4582,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23175508123000" + "value": "1010366358841716" }, "instructions": "xtokensDest" } @@ -4605,7 +4605,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -4726,7 +4726,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116076816570060" + "value": "112393330882139" }, "instructions": "xtokensDest" } @@ -5182,7 +5182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3730637072" + "value": "3357032430" }, "instructions": "xcmPalletDest" } @@ -5219,7 +5219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "912210865590" + "value": "767023602677" }, "instructions": "xcmPalletDest" } From c26b6fc050163b57cad322adeea7c986ba431dad Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:13:27 +0300 Subject: [PATCH 1115/2142] fix icon path for kintsugi_testnet (#1698) --- chains/v12/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index c335c150a..496332ba7 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7143,7 +7143,7 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintrusgi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" From 47bc2a266bc9c889e4355164bc87179a6b997fa9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:31:50 +0300 Subject: [PATCH 1116/2142] Update xcm coefficients (#1697) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 9332093bd..6e55e5f06 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -201,7 +201,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23175508123000" + "value": "1010366358841716" }, "instructions": "xtokensReserve" } @@ -229,7 +229,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensReserve" } @@ -468,7 +468,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -709,7 +709,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3703129681" + "value": "3357591644" }, "instructions": "xtokensDest" } @@ -732,7 +732,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -858,7 +858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xcmPalletDest" } @@ -1179,7 +1179,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -1290,7 +1290,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -2289,7 +2289,7 @@ "fee": { "mode": { "type": "proportional", - "value": "18379325" + "value": "16423398" }, "instructions": "xcmPalletDest" } @@ -2489,7 +2489,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -2577,7 +2577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -2726,7 +2726,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -3089,7 +3089,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -3177,7 +3177,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -4042,7 +4042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "905484791424" + "value": "767151373427" }, "instructions": "xtokensDest" } @@ -4200,7 +4200,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23175508123000" + "value": "1010366358841716" }, "instructions": "xtokensDest" } @@ -4260,7 +4260,7 @@ "fee": { "mode": { "type": "proportional", - "value": "341500" + "value": "902213" }, "instructions": "xtokensDest" } @@ -4288,7 +4288,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116076816570060" + "value": "112393330882139" }, "instructions": "xtokensDest" } @@ -4744,7 +4744,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3703129681" + "value": "3357591644" }, "instructions": "xcmPalletDest" } From 82ffb0c3b165ecbe18e86664cb7b891072572720 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Jun 2023 15:30:27 +0500 Subject: [PATCH 1117/2142] update exclusion and mapping Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/test_check_new_assets.py | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 15238fa09..40b7fa47e 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -11,17 +11,14 @@ @pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestAssets: - # assets that have no working cases or having differences between - # asset names at runtime and in our configuration + # workaround to differences between asset names at runtime and in our configuration + asset_mapping = { + 'AUSD': 'KUSD' + } + # assets that has no working cases on network exclusions = { - 'Karura': {'AUSD': 'KUSD'}, - 'Acala': {'AUSD': 'KUSD'}, - 'Shiden': {'AUSD': 'KUSD'}, - 'Bifrost Kusama': {'AUSD': 'KUSD', 'DOT': ''}, - 'Kintsugi': {'AUSD': 'KUSD', 'INTR': '', 'iBTC': 'IBTC', 'DOT': ''}, - 'Basilisk': {'AUSD': 'KUSD'}, - 'Turing': {'AUSD': 'KUSD'}, - 'XX network': {'XX': 'xx'}} + 'Bifrost Kusama': {'DOT': ''}, + 'Kintsugi': {'INTR': '', 'IBTC': '', 'DOT': ''}} def test_has_new_assets(self, chain: Chain): From c54447474ac717f71192a4e56d78055adf809c9e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Jun 2023 15:31:10 +0500 Subject: [PATCH 1118/2142] update to use dict comprehension Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/test_check_new_assets.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 40b7fa47e..8339d2f87 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -23,10 +23,10 @@ class TestAssets: def test_has_new_assets(self, chain: Chain): chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} - if chain.name in self.exclusions.keys(): - for key, value in self.exclusions.items(): - if key == chain.name: - chain_assets.update(value) + chain_assets.update(self.asset_mapping) + + if chain.name in self.exclusions: + chain_assets.update({ex_asset: '' for ex_asset in self.exclusions[chain.name]}) chain.create_connection() chain.init_properties() if isinstance(chain.substrate.token_symbol, list): From cfe81b075c9ff21f4272ea74eb73e508332065b4 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 2 Jun 2023 15:38:03 +0500 Subject: [PATCH 1119/2142] use one assertion --- tests/test_check_new_assets.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 8339d2f87..81a3bd8a7 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -11,7 +11,7 @@ @pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestAssets: - # workaround to differences between asset names at runtime and in our configuration + # workaround to differences between asset names at runtime and in our configuration asset_mapping = { 'AUSD': 'KUSD' } @@ -24,15 +24,16 @@ def test_has_new_assets(self, chain: Chain): chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} chain_assets.update(self.asset_mapping) - + if chain.name in self.exclusions: chain_assets.update({ex_asset: '' for ex_asset in self.exclusions[chain.name]}) chain.create_connection() chain.init_properties() - if isinstance(chain.substrate.token_symbol, list): - for symbol in chain.substrate.token_symbol: - delayed_assert.expect(symbol in chain_assets.keys() or symbol in chain_assets.values(), - "new token to add: " + symbol) - else: - assert chain.properties.symbol in chain_assets.keys() or chain.properties.symbol in chain_assets.values(), "native asset has changed" + symbols = chain.substrate.token_symbol if isinstance(chain.substrate.token_symbol, list) else [ + chain.properties.symbol] + + for symbol in symbols: + delayed_assert.expect(symbol.upper() in chain_assets.keys() or symbol.upper() in chain_assets.values(), + "new token to add: " + symbol) + delayed_assert.assert_expectations() From 5cc5206b5e393d55d7ad69962eeb7c27441086ec Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 5 Jun 2023 13:53:41 +0500 Subject: [PATCH 1120/2142] add BSC Testnet to dev --- chains/v11/chains_dev.json | 70 ++++++++++++++++++++++++++++ chains/v12/chains_dev.json | 70 ++++++++++++++++++++++++++++ icons/chains/gradient/BSCTestnet.svg | 24 ++++++++++ 3 files changed, 164 insertions(+) create mode 100644 icons/chains/gradient/BSCTestnet.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index aacc250c4..3537192c9 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7538,5 +7538,75 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BSC Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 8 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "name": "BSC test rpc node" + } + ], + "explorers": [ + { + "name": "Testnet Bscscan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 496332ba7..380ebc7f6 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7579,5 +7579,75 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BSC Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 8 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "name": "BSC test rpc node" + } + ], + "explorers": [ + { + "name": "Testnet Bscscan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/icons/chains/gradient/BSCTestnet.svg b/icons/chains/gradient/BSCTestnet.svg new file mode 100644 index 000000000..88024557b --- /dev/null +++ b/icons/chains/gradient/BSCTestnet.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + From 734de67b9c40a957528b52533dc16c6a6e77987e Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:17:55 +0100 Subject: [PATCH 1121/2142] Update chains_dev.json --- chains/v12/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 380ebc7f6..0aa11ea4c 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4662,7 +4662,7 @@ }, { "assetId": 2, - "symbol": "DAI", + "symbol": "DAI-worm", "precision": 18, "priceId": "dai", "type": "orml", From 20e139e379b2aa1a939081dea977c43f9c7ab65d Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 5 Jun 2023 17:16:26 +0500 Subject: [PATCH 1122/2142] fix BNB precision --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 3537192c9..1422bd770 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7549,7 +7549,7 @@ "priceId": "binancecoin", "type": "evmNative", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 8 + "precision": 18 } ], "nodeSelectionStrategy": "uniform", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 380ebc7f6..624f02fab 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7590,7 +7590,7 @@ "priceId": "binancecoin", "type": "evmNative", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 8 + "precision": 18 } ], "nodeSelectionStrategy": "uniform", From ebbf690ec67f58de61fd954a85c9f8309a7954b3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 6 Jun 2023 08:43:46 +0300 Subject: [PATCH 1123/2142] Update Efinity chain data --- chains/v11/chains_dev.json | 4 ++-- chains/v12/chains_dev.json | 4 ++-- chains/v2/types/efinity.json | 19 +------------------ 3 files changed, 5 insertions(+), 22 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1422bd770..7f31d101d 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4561,9 +4561,9 @@ ] }, { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity (PAUSED)", + "name": "Efinity", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 624f02fab..ea8f132a6 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4581,9 +4581,9 @@ ] }, { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity (PAUSED)", + "name": "Efinity", "assets": [ { "assetId": 0, diff --git a/chains/v2/types/efinity.json b/chains/v2/types/efinity.json index 61b33a408..52939aada 100644 --- a/chains/v2/types/efinity.json +++ b/chains/v2/types/efinity.json @@ -10,24 +10,7 @@ "efinity_runtime.RuntimeEvent": "GenericEvent", "efinity_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data", - "RuntimeDispatchInfo": { - "type": "struct", - "type_mapping": [ - [ - "weight", - "sp_weights.weight_v2.Weight" - ], - [ - "class", - "frame_support.dispatch.DispatchClass" - ], - [ - "partialFee", - "Balance" - ] - ] - } + "pallet_identity.types.Data": "Data" }, "versioning": [] } From a41e3d4869e5c5c737b385693d6736520960dd14 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 6 Jun 2023 08:53:38 +0300 Subject: [PATCH 1124/2142] Remove wrong nodes --- chains/v11/chains_dev.json | 4 ---- chains/v12/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 7f31d101d..5f776ac6b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4577,10 +4577,6 @@ { "url": "wss://rpc.efinity.io", "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index ea8f132a6..e9410f5a4 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4597,10 +4597,6 @@ { "url": "wss://rpc.efinity.io", "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ From 2fa325f5735a1f54414b9d1b01b6a1c0ad3e1b43 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 6 Jun 2023 11:05:31 +0500 Subject: [PATCH 1125/2142] remove Calamari paused --- chains/v11/chains.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v12/chains.json | 2 +- chains/v12/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 40903a871..844bd6a14 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -2385,7 +2385,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", + "name": "Calamari", "assets": [ { "assetId": 0, diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1422bd770..6a968b788 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -2522,7 +2522,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", + "name": "Calamari", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains.json b/chains/v12/chains.json index c3d5d4910..72bca571a 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -2393,7 +2393,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", + "name": "Calamari", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 624f02fab..2bf3b6115 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -2536,7 +2536,7 @@ { "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", + "name": "Calamari", "assets": [ { "assetId": 0, From 41fc6fc1f4b326a847ebf89688ddfb8e982d2a79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 09:41:21 +0300 Subject: [PATCH 1126/2142] Update networks list (#1705) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index fde7586a2..3dc0f7e0e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -25,7 +25,7 @@ | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | - | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari (PAUSED) | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crab | CRAB
CKTON | Subscan | - | From 1fce7d6408e015e6175b2d120fbc91055a81126b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 6 Jun 2023 12:05:59 +0500 Subject: [PATCH 1127/2142] add BSC Mainnet --- chains/v11/chains_dev.json | 81 +++++++++++++++++++++++++++++++++-- chains/v12/chains_dev.json | 81 +++++++++++++++++++++++++++++++++-- icons/chains/gradient/BSC.svg | 24 +++++++++++ 3 files changed, 180 insertions(+), 6 deletions(-) create mode 100644 icons/chains/gradient/BSC.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1422bd770..c8d55832c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7541,7 +7541,7 @@ }, { "chainId": "eip155:97", - "name": "BSC Testnet", + "name": "BNB Smart Chain Testnet", "assets": [ { "assetId": 0, @@ -7580,12 +7580,12 @@ }, { "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", - "name": "BSC test rpc node" + "name": "BSC test wss node" } ], "explorers": [ { - "name": "Testnet Bscscan", + "name": "Testnet BscScan", "extrinsic": "https://testnet.bscscan.com/tx/{hash}", "account": "https://testnet.bscscan.com/address/{address}", "event": null @@ -7604,6 +7604,81 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "wss://stream.binance.com:9443/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "name": "BSC wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}", + "event": null + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, "options": [ "ethereumBased", "noSubstrateRuntime" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 624f02fab..6bedffbde 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7582,7 +7582,7 @@ }, { "chainId": "eip155:97", - "name": "BSC Testnet", + "name": "BNB Smart Chain Testnet", "assets": [ { "assetId": 0, @@ -7621,12 +7621,12 @@ }, { "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", - "name": "BSC test rpc node" + "name": "BSC test wss node" } ], "explorers": [ { - "name": "Testnet Bscscan", + "name": "Testnet BscScan", "extrinsic": "https://testnet.bscscan.com/tx/{hash}", "account": "https://testnet.bscscan.com/address/{address}", "event": null @@ -7645,6 +7645,81 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "wss://stream.binance.com:9443/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "name": "BSC wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}", + "event": null + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, "options": [ "ethereumBased", "noSubstrateRuntime" diff --git a/icons/chains/gradient/BSC.svg b/icons/chains/gradient/BSC.svg new file mode 100644 index 000000000..4af16012e --- /dev/null +++ b/icons/chains/gradient/BSC.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + From 916fc03b286782cd7bd4558ed3c19a42c801e8e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 08:13:54 +0000 Subject: [PATCH 1128/2142] Update chain types --- chains/v2/types/composable.json | 2 +- chains/v2/types/parallel_heiko.json | 2 +- chains/v2/types/picasso.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 745cbae8a..cdbe13818 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10028, + "runtime_id": 10029, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index 149fa3028..634b224a2 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 197, + "runtime_id": 198, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index db9d108aa..ae3f6f12e 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10028, + "runtime_id": 10029, "types": { "Balance": "u128", "Index": "u32", From 9fd56ca18e574f5bb47e6c1b02b5c28840f7d69c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 7 Jun 2023 08:57:57 +0300 Subject: [PATCH 1129/2142] Fix wss nodes --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index c8d55832c..0a624cb94 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7642,7 +7642,7 @@ "name": "BSC node 4" }, { - "url": "wss://stream.binance.com:9443/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", "name": "BSC wss node" } ], diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 6bedffbde..7e5903bad 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7683,7 +7683,7 @@ "name": "BSC node 4" }, { - "url": "wss://stream.binance.com:9443/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", "name": "BSC wss node" } ], From 8981368048cff60b1d11e94e9707b4625502f325 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 7 Jun 2023 09:00:05 +0300 Subject: [PATCH 1130/2142] fix node's name --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 0a624cb94..c8d133167 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7643,7 +7643,7 @@ }, { "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "BSC wss node" + "name": "GetBlock wss node" } ], "explorers": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 7e5903bad..bbee66fae 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7684,7 +7684,7 @@ }, { "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "BSC wss node" + "name": "GetBlock wss node" } ], "explorers": [ From 76fc10c95ae9d036cd44914e6c0f7e4a9875fc0f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:07:24 +0300 Subject: [PATCH 1131/2142] fix BSC wss node (#1708) --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 6a968b788..48b349d22 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7579,7 +7579,7 @@ "name": "BSC testnet node 2s3" }, { - "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", "name": "BSC test rpc node" } ], diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 2bf3b6115..b57735a83 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7620,8 +7620,8 @@ "name": "BSC testnet node 2s3" }, { - "url": "wss://testnet.binance.vision/ws/T9GZDMY62FYZRG11Z1CVQ6T1F7XAKRPRAE", - "name": "BSC test rpc node" + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "Get block wss node" } ], "explorers": [ From 59bb002ae74fab74a85592630a9593a1f8e156b4 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 7 Jun 2023 11:16:40 +0500 Subject: [PATCH 1132/2142] wss testnet name fix --- chains/v12/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index dfbf8769e..380e0618a 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7621,7 +7621,7 @@ }, { "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "Get block wss testnet node" + "name": "GetBlock wss testnet node" } ], "explorers": [ From 3891309a3d4c8207c15901896377bfd24407fba3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 7 Jun 2023 12:28:27 +0500 Subject: [PATCH 1133/2142] add some bep-20 tokens --- assets/evm/v2/assets_dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 2fd0eadc6..63853a2f2 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -38,6 +38,10 @@ { "chainId": "eip155:1", "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x8965349fb649A33a30cbFDa057D8eC2C48AbE2A2" } ] }, @@ -55,6 +59,10 @@ { "chainId": "eip155:1", "contractAddress": "0x4fabb145d64652a948d72533023f6e7a623c7c53" + }, + { + "chainId": "eip155:56", + "contractAddress": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" } ] }, @@ -72,6 +80,10 @@ { "chainId": "eip155:1", "contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" + }, + { + "chainId": "eip155:56", + "contractAddress": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" } ] }, From 76d717cbdeb30b69bfe443b62db83fa08dd9c47f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 08:13:32 +0000 Subject: [PATCH 1134/2142] Update chain types --- chains/v2/types/karura.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index 731139348..04ae50bca 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2170, + "runtime_id": 2180, "types": { "Balance": "u128", "Index": "u32", From ec8d41d7271afb77b4a02a8330d5afe7191594f4 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:42:47 +0100 Subject: [PATCH 1135/2142] Update chains_dev.json --- chains/v11/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 3537192c9..19c5ab6ce 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4642,7 +4642,7 @@ }, { "assetId": 2, - "symbol": "DAI", + "symbol": "DAI-worm", "precision": 18, "priceId": "dai", "type": "orml", From 30bee0c413b04fb090d5d8daceb1128bfab50773 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Jun 2023 12:28:06 +0500 Subject: [PATCH 1136/2142] add Giant Tesnet --- chains/v11/chains_dev.json | 28 ++++++++++++++++++++++++++++ chains/v12/chains_dev.json | 28 ++++++++++++++++++++++++++++ chains/v2/types/giant_testnet.json | 16 ++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 chains/v2/types/giant_testnet.json diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1fb05dfef..4493ccd49 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7683,5 +7683,33 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 380e0618a..692fd1e57 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7724,5 +7724,33 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v2/types/giant_testnet.json b/chains/v2/types/giant_testnet.json new file mode 100644 index 000000000..9265a5529 --- /dev/null +++ b/chains/v2/types/giant_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 141, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "testnet_runtime.RuntimeEvent": "GenericEvent", + "testnet_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From cb6663ebf4e6cef92c1361695a6a4a55ffb62e4e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Jun 2023 13:22:25 +0500 Subject: [PATCH 1137/2142] add Giant Tesnet icon --- icons/chains/gradient/Giant_Testnet.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 icons/chains/gradient/Giant_Testnet.svg diff --git a/icons/chains/gradient/Giant_Testnet.svg b/icons/chains/gradient/Giant_Testnet.svg new file mode 100644 index 000000000..ac81ae652 --- /dev/null +++ b/icons/chains/gradient/Giant_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 9352af9d923c7b975ee1479ac31f605692dc85ef Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Jun 2023 13:36:37 +0500 Subject: [PATCH 1138/2142] fix Giant tesnet types --- chains/v2/types/giant_testnet.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/giant_testnet.json b/chains/v2/types/giant_testnet.json index 9265a5529..c5a453517 100644 --- a/chains/v2/types/giant_testnet.json +++ b/chains/v2/types/giant_testnet.json @@ -10,7 +10,24 @@ "testnet_runtime.RuntimeEvent": "GenericEvent", "testnet_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 0c92e696d2807e317e7ca09e05ae452b9eb17f12 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 8 Jun 2023 14:29:52 +0500 Subject: [PATCH 1139/2142] add BEP-20 tokens --- assets/evm/v2/assets_dev.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 63853a2f2..f92f4fdd9 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -17,6 +17,10 @@ { "chainId": "eip155:1", "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x55d398326f99059fF775485246999027B3197955" } ] }, @@ -41,7 +45,7 @@ }, { "chainId": "eip155:56", - "contractAddress": "0x8965349fb649A33a30cbFDa057D8eC2C48AbE2A2" + "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" } ] }, @@ -105,6 +109,10 @@ { "chainId": "eip155:1", "contractAddress": "0x6b175474e89094c44da98b954eedeac495271d0f" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" } ] }, @@ -118,6 +126,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0x4792C1EcB969B036eb51330c63bD27899A13D84e" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" } ] }, @@ -152,6 +164,10 @@ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "contractAddress": "0x1A93B23281CC1CDE4C4741353F3064709A16197d" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40" } ] }, @@ -435,6 +451,10 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "contractAddress": "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f" + }, + { + "chainId": "eip155:56", + "contractAddress": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" } ] }, @@ -486,6 +506,10 @@ { "chainId": "eip155:1", "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + }, + { + "chainId": "eip155:56", + "contractAddress": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" } ] } From fabf3762f50ff2570890b8757466997e209a6f9c Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 9 Jun 2023 15:08:18 +0500 Subject: [PATCH 1140/2142] fix bscscaner url, usdt and usdc assets --- assets/evm/v2/assets_dev.json | 34 ++++++++++++++++++++++++++-------- chains/v11/chains_dev.json | 4 ++-- chains/v12/chains_dev.json | 4 ++-- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index f92f4fdd9..0f0492751 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -17,10 +17,6 @@ { "chainId": "eip155:1", "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" - }, - { - "chainId": "eip155:56", - "contractAddress": "0x55d398326f99059fF775485246999027B3197955" } ] }, @@ -42,10 +38,6 @@ { "chainId": "eip155:1", "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" - }, - { - "chainId": "eip155:56", - "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" } ] }, @@ -512,5 +504,31 @@ "contractAddress": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" } ] + }, + { + "symbol": "USDT", + "precision": 18, + "name": "Tether USD", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "instances": [ + { + "chainId": "eip155:56", + "contractAddress": "0x55d398326f99059fF775485246999027B3197955" + } + ] + }, + { + "symbol": "USDC", + "precision": 18, + "name": "USD Coin", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "instances": [ + { + "chainId": "eip155:56", + "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" + } + ] } ] diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index b3c3e63c1..b60cc83c7 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7649,8 +7649,8 @@ "explorers": [ { "name": "BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}", "event": null }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index d1d589c64..12e8faa0b 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7690,8 +7690,8 @@ "explorers": [ { "name": "BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}", "event": null }, { From 83ab59b81683a1c6555e295668e46a592baf7628 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 08:15:08 +0000 Subject: [PATCH 1141/2142] Update chain types --- chains/v2/types/altair.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/subsocial.json | 2 +- chains/v2/types/turing.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v2/types/altair.json b/chains/v2/types/altair.json index 227b7f1f6..759478ba9 100644 --- a/chains/v2/types/altair.json +++ b/chains/v2/types/altair.json @@ -1,5 +1,5 @@ { - "runtime_id": 1026, + "runtime_id": 1027, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index b80ec7ec1..7f55eacb1 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 941055, + "runtime_id": 941056, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index c137bd4e9..ff25ac84d 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 23, + "runtime_id": 24, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index d1643a419..8fe728b43 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 292, + "runtime_id": 293, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "turing_runtime.Event": "GenericEvent", - "turing_runtime.Call": "GenericCall", + "turing_runtime.RuntimeEvent": "GenericEvent", + "turing_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 0f860f1b2bfecb38f8ad8eb4b3fff6230b85b1c0 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Jun 2023 11:40:52 +0500 Subject: [PATCH 1142/2142] remove parentId as chain is standalone, promote Giant, promote GiantProtocol dapp to prod --- chains/v11/chains.json | 24 ++++++++++++++++++++++++ chains/v11/chains_dev.json | 1 - chains/v12/chains.json | 24 ++++++++++++++++++++++++ chains/v12/chains_dev.json | 1 - dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 6 files changed, 64 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 844bd6a14..df848c77e 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6352,5 +6352,29 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 } ] diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index b3c3e63c1..ff329d89c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7516,7 +7516,6 @@ }, { "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "GIANT", "assets": [ { diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 72bca571a..d6715797a 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -6372,5 +6372,29 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index d1d589c64..e3c15d628 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7557,7 +7557,6 @@ }, { "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "GIANT", "assets": [ { diff --git a/dapps/dapps.json b/dapps/dapps.json index 6cd4a1dba..6bdf67982 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -490,6 +490,14 @@ "categories": [ "dex" ] + }, + { + "name": "GIANTProtocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "url": "https://app.giantprotocol.org/shop", + "categories": [ + "utilities" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 78a989773..1e1a99232 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -638,6 +638,14 @@ "categories": [ "dex" ] + }, + { + "name": "GIANTProtocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "url": "https://app.giantprotocol.org/shop", + "categories": [ + "utilities" + ] } ] } From f9336b784a77661fe1c557e7b648a7071df10fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:13:20 +0000 Subject: [PATCH 1143/2142] Update chain types --- chains/v2/types/calamari.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 20f000453..482bb61f8 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4070, + "runtime_id": 4080, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "calamari_runtime.Event": "GenericEvent", - "calamari_runtime.Call": "GenericCall", + "calamari_runtime.RuntimeEvent": "GenericEvent", + "calamari_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 3073a39fb7dedb6feab49aabdf0c28dd46585bc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 08:13:09 +0000 Subject: [PATCH 1144/2142] Update chain types --- chains/v2/types/mangatax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index 6ed541f5c..ad7e1ea38 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 2900, + "runtime_id": 3000, "types": { "Balance": "u128", "Index": "u32", From 79871861687687f5cd57b8b92471689e9302c89b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Jun 2023 16:19:59 +0500 Subject: [PATCH 1145/2142] add Pendulum gov, replace Turing API to Subsquare --- chains/v11/chains_dev.json | 12 ++++++------ chains/v12/chains_dev.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index b3c3e63c1..f59f3882b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5252,11 +5252,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } + "type": "subsquare", + "url": "https://turing.subsquare.io/api" } ] }, @@ -6862,7 +6859,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 + "addressPrefix": 56, + "options": [ + "governance-v1" + ] }, { "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index d1d589c64..dc22e9295 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5274,11 +5274,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } + "type": "subsquare", + "url": "https://turing.subsquare.io/api" } ] }, @@ -6902,7 +6899,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 + "addressPrefix": 56, + "options": [ + "governance-v1" + ] }, { "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", From 6062095d40d0877f0abd8e3da02c0651742d220b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Jun 2023 16:23:08 +0500 Subject: [PATCH 1146/2142] add Subsquare dapp to Turing --- governance/v2/dapps_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 0d0f69520..ef2221b5c 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -293,6 +293,12 @@ "urlV1": "https://turing.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://turing.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" } ] }, From fb4d69e269c9fcdda73cfa5a2884db87cd37bf3d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Jun 2023 11:05:21 +0500 Subject: [PATCH 1147/2142] remove Pichiu as unreachable since 8.06 (#1719) --- chains/v11/chains.json | 40 ----------------------------------- chains/v11/chains_dev.json | 43 -------------------------------------- chains/v12/chains.json | 40 ----------------------------------- chains/v12/chains_dev.json | 43 -------------------------------------- 4 files changed, 166 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 844bd6a14..beed77c9c 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5245,46 +5245,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index b60cc83c7..1c264d7bb 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5922,49 +5922,6 @@ "testnet" ] }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 72bca571a..a245bca4e 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5263,46 +5263,6 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 12e8faa0b..ac072f419 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5952,49 +5952,6 @@ "testnet" ] }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From c9ab0b645565cd731a0fb3ddb13ad98b168a30db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:09:06 +0300 Subject: [PATCH 1148/2142] Update networks list (#1727) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/chains/README.md b/chains/README.md index 3dc0f7e0e..03964084d 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 76 -### 💰 All assets 268 -### 🪙 Unique assets: 135 +### 🕸️ Supported networks: 75 +### 💰 All assets 267 +### 🪙 Unique assets: 134 ### 💫 Cross Chain directions: 270 -### 🧾 SubQuery API projects: 61 -### 👀 Networks with block explorers: 71 +### 🧾 SubQuery API projects: 60 +### 👀 Networks with block explorers: 70 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -68,21 +68,20 @@ | 56 | Pendulum | PEN
DOT | - | - | | 57 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 58 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 59 | Pichiu | PCHU | Polkaholic | [nova-wallet-pichiu](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pichiu) | -| 60 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 61 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 62 | Polymesh | POLYX | Subscan | - | -| 63 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 64 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 65 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 66 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 67 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 73 | Vara | VARA | Varascan | - | -| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 59 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 60 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 61 | Polymesh | POLYX | Subscan | - | +| 62 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 63 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 64 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 65 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 66 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 67 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 72 | Vara | VARA | Varascan | - | +| 73 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 74 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 75 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 95b3988101c48cd2e85998ff5ec3f5ae3a3dafb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:09:19 +0300 Subject: [PATCH 1149/2142] Update test data file (#1728) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 962a14662..33a34c77f 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -239,11 +239,6 @@ "name": "Moonbase Relay Testnet", "account": "0xb48663c0c39f8b6f69550dd2d7af070e0b638d675643b50b91bc45ac6e946d5c" }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "name": "Pichiu", - "account": "0xfab8f4d540d69953f04b3afdd3e3df57937a4a24de85217f3bdeed59f62d7d17" - }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "name": "Kabocha", From 460056d8f6e15dde8ecc38ec8b70640f45c4b421 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 11:14:30 +0300 Subject: [PATCH 1150/2142] Update chain types (#1729) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/imbue.json | 25 +++++++++++++++++++++---- chains/v2/types/polymesh_mainnet.json | 6 +++--- chains/v2/types/unique.json | 2 +- chains/v2/types/westend.json | 2 +- 5 files changed, 27 insertions(+), 10 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index 38a544279..c4cb26038 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 107, + "runtime_id": 108, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/imbue.json b/chains/v2/types/imbue.json index f36664110..8b34cc0f3 100644 --- a/chains/v2/types/imbue.json +++ b/chains/v2/types/imbue.json @@ -1,5 +1,5 @@ { - "runtime_id": 1031, + "runtime_id": 1037, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "imbue_kusama_runtime.Event": "GenericEvent", - "imbue_kusama_runtime.Call": "GenericCall", + "imbue_kusama_runtime.RuntimeEvent": "GenericEvent", + "imbue_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index c003b5aea..23b702690 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5003001, + "runtime_id": 5004000, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "polymesh_runtime_mainnet.runtime.Event": "GenericEvent", - "polymesh_runtime_mainnet.runtime.Call": "GenericCall", + "polymesh_runtime_mainnet.runtime.RuntimeEvent": "GenericEvent", + "polymesh_runtime_mainnet.runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index b279f46da..6e963042c 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 941055, + "runtime_id": 941056, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/westend.json b/chains/v2/types/westend.json index cffdcdf23..d292ae754 100644 --- a/chains/v2/types/westend.json +++ b/chains/v2/types/westend.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", From edb6d8c9acae622eabb7e7d72ef9b67f013554be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:16:08 +0000 Subject: [PATCH 1151/2142] Update dapps list --- dapps/README.md | 101 ++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 80c20a8c4..c245f1584 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -17,53 +17,54 @@ | 13 | Downtown Moonbeam | https://dtmb.xyz | evm,social | | 14 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | | 15 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | -| 16 | GM! Say it back | https://app.gmordie.com/ | social | -| 17 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 18 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | -| 19 | Impossible Finance | https://invest.impossible.finance/launchpad | dex,evm | -| 20 | Interlay Hub | https://app.interlay.io/ | bridge,staking,crowdloans | -| 21 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 22 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 23 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 24 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 25 | KodaDot | https://kodadot.xyz/ | nft | -| 26 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 27 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 28 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 29 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 30 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 31 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 32 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | -| 33 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | -| 34 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 35 | PABLO | https://app.pablo.finance/ | dex | -| 36 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 37 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 38 | Phala App | https://app.phala.network/ | staking | -| 39 | PolkaVerse | https://polkaverse.com/ | social | -| 40 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 41 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 42 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 43 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 44 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 45 | Polkawatch | https://polkawatch.app/ | staking | -| 46 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 47 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 48 | Raresama | https://raresama.com/ | nft | -| 49 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 50 | Singular | https://singular.rmrk.app/ | nft | -| 51 | Singular 2.0 | https://singular.app/ | nft | -| 52 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 53 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 54 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 55 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 56 | Sub.ID | https://sub.id/#/ | utilities | -| 57 | SubBridge | https://subbridge.io/ | bridge,evm | -| 58 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 59 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | -| 60 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 61 | TofuNFT | https://tofunft.com/ | nft,evm | -| 62 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 63 | Zenlink | https://app.zenlink.pro | dex,staking | -| 64 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 65 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 16 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | +| 17 | GM! Say it back | https://app.gmordie.com/ | social | +| 18 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 19 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 20 | Impossible Finance | https://invest.impossible.finance/launchpad | dex,evm | +| 21 | Interlay Hub | https://app.interlay.io/ | bridge,staking,crowdloans | +| 22 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 23 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 24 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 25 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 26 | KodaDot | https://kodadot.xyz/ | nft | +| 27 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 28 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 29 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 30 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 31 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 32 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 33 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | +| 34 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | +| 35 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 36 | PABLO | https://app.pablo.finance/ | dex | +| 37 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 38 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 39 | Phala App | https://app.phala.network/ | staking | +| 40 | PolkaVerse | https://polkaverse.com/ | social | +| 41 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 42 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 43 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 44 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 45 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 46 | Polkawatch | https://polkawatch.app/ | staking | +| 47 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 48 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 49 | Raresama | https://raresama.com/ | nft | +| 50 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 51 | Singular | https://singular.rmrk.app/ | nft | +| 52 | Singular 2.0 | https://singular.app/ | nft | +| 53 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 54 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 55 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 56 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 57 | Sub.ID | https://sub.id/#/ | utilities | +| 58 | SubBridge | https://subbridge.io/ | bridge,evm | +| 59 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 60 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | +| 61 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 62 | TofuNFT | https://tofunft.com/ | nft,evm | +| 63 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 64 | Zenlink | https://app.zenlink.pro | dex,staking | +| 65 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 66 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 98ee355ddd271a9bb6909151cb5594366e2518ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:16:08 +0000 Subject: [PATCH 1152/2142] Update networks list --- chains/README.md | 95 ++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/chains/README.md b/chains/README.md index 03964084d..2005af989 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 75 -### 💰 All assets 267 -### 🪙 Unique assets: 134 +### 🕸️ Supported networks: 76 +### 💰 All assets 268 +### 🪙 Unique assets: 135 ### 💫 Cross Chain directions: 270 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 @@ -41,47 +41,48 @@ | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 31 | Frequency | FRQCY | Polkaholic | - | -| 32 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 33 | Hashed Network | HASH | - | - | -| 34 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 35 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 36 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 37 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 38 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 39 | Kabocha (PAUSED) | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 40 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 41 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 42 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 43 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 44 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 45 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 46 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 47 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 48 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 49 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 50 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 51 | Myriad | MYRIA | Explorer | - | -| 52 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 53 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 54 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 55 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 56 | Pendulum | PEN
DOT | - | - | -| 57 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 58 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 59 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 60 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 61 | Polymesh | POLYX | Subscan | - | -| 62 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 63 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 64 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 65 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 66 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 67 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 68 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 69 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 70 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 71 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 72 | Vara | VARA | Varascan | - | -| 73 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 74 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 75 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 32 | GIANT | GIANT | - | - | +| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 34 | Hashed Network | HASH | - | - | +| 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 39 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 40 | Kabocha (PAUSED) | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 41 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 42 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 43 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 45 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 46 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 47 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 48 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 49 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 50 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 51 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 52 | Myriad | MYRIA | Explorer | - | +| 53 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 54 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 55 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 56 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 57 | Pendulum | PEN
DOT | - | - | +| 58 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 59 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 60 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 61 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 62 | Polymesh | POLYX | Subscan | - | +| 63 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 64 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 65 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 66 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 67 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 73 | Vara | VARA | Varascan | - | +| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From fd985ecfbea8ce44e8f6fdfaef5970c99cf21c39 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Jun 2023 15:37:07 +0500 Subject: [PATCH 1153/2142] remove Kintsugi destinations --- xcm/v3/transfers.json | 275 ------------------------------------------ 1 file changed, 275 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 7ebd907c8..8fd8327cc 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -390,20 +390,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -636,20 +622,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "269413333327" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -771,20 +743,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -948,20 +906,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "269413333327" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1092,20 +1036,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2319,20 +2249,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -2458,155 +2374,6 @@ } ] }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "269413333368" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "12019230769230" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30051417676" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "100160000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ @@ -2817,20 +2584,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -3696,20 +3449,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -3831,20 +3570,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "202060000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 76a0572caf0059cfdfd9cf818b06b2b62be44d2f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Jun 2023 15:40:57 +0500 Subject: [PATCH 1154/2142] remove Interlay destinations --- xcm/v3/transfers.json | 438 ------------------------------------------ 1 file changed, 438 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 8fd8327cc..f452cb7af 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1245,20 +1245,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -1412,20 +1398,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "23607895631" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -1463,20 +1435,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "78138" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -1603,20 +1561,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", @@ -1710,20 +1654,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "23607895631" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -1761,20 +1691,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "78138" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -1826,20 +1742,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -2919,20 +2821,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -3072,20 +2960,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "23607895631" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -3123,20 +2997,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "78138" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -3183,248 +3043,6 @@ } ] }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assets": [ - { - "assetId": 0, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3529278897735" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "117205" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10103" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2889592242" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "105358535095" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", "assets": [ @@ -3835,20 +3453,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3975,20 +3579,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -4040,20 +3630,6 @@ "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "78138" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -4208,20 +3784,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "17705921723" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", From 81a57e577ac5da7f7b94143df3f975fdd137d480 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Jun 2023 19:42:09 +0500 Subject: [PATCH 1155/2142] rename and replace Statemine/Statemint icons (#1734) --- chains/v11/chains_dev.json | 8 ++++---- chains/v12/chains_dev.json | 8 ++++---- icons/chains/gradient/Kusama_Asset_Hub.svg | 20 ++++++++++++++++++++ icons/chains/gradient/Polkadot_Asset_Hub.svg | 15 +++++++++++++++ 4 files changed, 43 insertions(+), 8 deletions(-) create mode 100644 icons/chains/gradient/Kusama_Asset_Hub.svg create mode 100644 icons/chains/gradient/Polkadot_Asset_Hub.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 00712294e..e08cab686 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -354,7 +354,7 @@ { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", + "name": "Kusama Asset Hub", "assets": [ { "assetId": 0, @@ -475,7 +475,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -3918,7 +3918,7 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", + "name": "Polkadot Asset Hub", "assets": [ { "assetId": 0, @@ -3978,7 +3978,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 428df29b4..82e0bb5f5 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -360,7 +360,7 @@ { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", + "name": "Kusama Asset Hub", "assets": [ { "assetId": 0, @@ -481,7 +481,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -3936,7 +3936,7 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", + "name": "Polkadot Asset Hub", "assets": [ { "assetId": 0, @@ -3996,7 +3996,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { diff --git a/icons/chains/gradient/Kusama_Asset_Hub.svg b/icons/chains/gradient/Kusama_Asset_Hub.svg new file mode 100644 index 000000000..3f8055529 --- /dev/null +++ b/icons/chains/gradient/Kusama_Asset_Hub.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Polkadot_Asset_Hub.svg b/icons/chains/gradient/Polkadot_Asset_Hub.svg new file mode 100644 index 000000000..3053cc38d --- /dev/null +++ b/icons/chains/gradient/Polkadot_Asset_Hub.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From bea049c00ffbf0ccd828c3c14b05497b48941f72 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 14 Jun 2023 22:37:21 +0500 Subject: [PATCH 1156/2142] promote rename and replace Statemine/Statemint icons (#1735) --- chains/v11/chains.json | 8 ++++---- chains/v12/chains.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 46995b7b5..b08366e0a 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -295,7 +295,7 @@ { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", + "name": "Kusama Asset Hub", "assets": [ { "assetId": 0, @@ -416,7 +416,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -3262,7 +3262,7 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", + "name": "Polkadot Asset Hub", "assets": [ { "assetId": 0, @@ -3322,7 +3322,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { diff --git a/chains/v12/chains.json b/chains/v12/chains.json index acecf12f3..ca0e02ced 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -299,7 +299,7 @@ { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", + "name": "Kusama Asset Hub", "assets": [ { "assetId": 0, @@ -420,7 +420,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -3272,7 +3272,7 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", + "name": "Polkadot Asset Hub", "assets": [ { "assetId": 0, @@ -3332,7 +3332,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { From 5c24718b8c7a330754f03365afd75c5afdcc3f18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:38:24 +0000 Subject: [PATCH 1157/2142] Update networks list --- chains/README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2005af989..a2c6b90dd 100644 --- a/chains/README.md +++ b/chains/README.md @@ -55,28 +55,28 @@ | 43 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 45 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 46 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 47 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 48 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 49 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 50 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 51 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 52 | Myriad | MYRIA | Explorer | - | -| 53 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 54 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 55 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 56 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 57 | Pendulum | PEN
DOT | - | - | -| 58 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 59 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 60 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 61 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 62 | Polymesh | POLYX | Subscan | - | -| 63 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 64 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 65 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 66 | Statemine | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 67 | Statemint | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 46 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 47 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 48 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 49 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 50 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 51 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 52 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 53 | Myriad | MYRIA | Explorer | - | +| 54 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 55 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 56 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 57 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 58 | Pendulum | PEN
DOT | - | - | +| 59 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 60 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 61 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 62 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 63 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 64 | Polymesh | POLYX | Subscan | - | +| 65 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 66 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 67 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | | 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | | 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | From 13e5159cbfc323570bd11e61accb4837edf398c9 Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 15 Jun 2023 10:59:13 +0700 Subject: [PATCH 1158/2142] Add RuntimeDispatchInfo to Basilisk --- chains/v2/types/basilisk.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index f746801a2..ea2815970 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -10,7 +10,24 @@ "basilisk_runtime.Event": "GenericEvent", "basilisk_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 8c43bafd530c5d2f71e2553b9a1df26aa573fff5 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Jun 2023 09:41:21 +0500 Subject: [PATCH 1159/2142] update lucky friday node order --- chains/v11/chains.json | 8 ++++---- chains/v11/chains_dev.json | 8 ++++---- chains/v12/chains.json | 8 ++++---- chains/v12/chains_dev.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index b08366e0a..2e0510db6 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -132,10 +132,6 @@ "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" @@ -156,6 +152,10 @@ "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index e08cab686..6d9a2156c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -128,10 +128,6 @@ } ], "nodes": [ - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" @@ -156,6 +152,10 @@ "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v12/chains.json b/chains/v12/chains.json index ca0e02ced..33bb0aa34 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -134,10 +134,6 @@ "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" @@ -158,6 +154,10 @@ "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 82e0bb5f5..2bc784646 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -132,10 +132,6 @@ } ], "nodes": [ - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" @@ -160,6 +156,10 @@ "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" From 5c0d2beaf82ed501c6920bfb21c42da66d91d1da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:17:11 +0300 Subject: [PATCH 1160/2142] Update chain types (#1740) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/aventus.json | 2 +- chains/v2/types/basilisk.json | 6 +++--- chains/v2/types/turing.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 99ceef191..198e0a5b1 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 27, + "runtime_id": 28, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index ea2815970..cef55cb1e 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,5 +1,5 @@ { - "runtime_id": 94, + "runtime_id": 101, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_core.crypto.AccountId32", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "basilisk_runtime.Event": "GenericEvent", - "basilisk_runtime.Call": "GenericCall", + "basilisk_runtime.RuntimeEvent": "GenericEvent", + "basilisk_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index 8fe728b43..afd4619e4 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 293, + "runtime_id": 294, "types": { "Balance": "u128", "Index": "u32", From 6b33dca99cfba219db682d40c1fcc96d9d9fc6d7 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:18:42 +0700 Subject: [PATCH 1161/2142] Nomination pools (#1739) --- chains/v12/chains_dev.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 2bc784646..9898df431 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -10,7 +10,8 @@ "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -121,7 +122,8 @@ "priceId": "kusama", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -241,7 +243,8 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ] } ], @@ -5293,7 +5296,8 @@ "assetId": 0, "symbol": "AZERO", "staking": [ - "aleph-zero" + "aleph-zero", + "nomination-pools" ], "priceId": "aleph-zero", "precision": 12, From 301a9053a34c2c61269910239ea53c3d74a48fc6 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:21:23 +0700 Subject: [PATCH 1162/2142] Enable governance on polkadot (#1741) --- chains/v11/chains_dev.json | 3 ++- chains/v12/chains_dev.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 6d9a2156c..5cd725e23 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -105,7 +105,8 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance-v1", + "governance" ] }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 9898df431..9f6521a4a 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -108,7 +108,8 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance-v1", + "governance" ] }, { From 5124ced97c25bc99ea892cfeecdf548b08a18c14 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Jun 2023 18:18:15 +0500 Subject: [PATCH 1163/2142] promote OpenGov on Polkadot --- chains/v11/chains.json | 3 ++- chains/v12/chains.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 2e0510db6..ea6185cad 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -105,7 +105,8 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance-v1", + "governance" ] }, { diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 33bb0aa34..bc090e61a 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -105,7 +105,8 @@ }, "options": [ "crowdloans", - "governance-v1" + "governance-v1", + "governance" ] }, { From 85f2604b31ac0fd27e352698902431941d701a83 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:37:56 +0300 Subject: [PATCH 1164/2142] adding gov project for polkadot (#1743) --- chains/v11/chains_dev.json | 6 ++++++ chains/v12/chains_dev.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 5cd725e23..3c6d1d6d9 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -101,6 +101,12 @@ "type": "subsquare", "url": "https://polkadot.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } ] }, "options": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 9f6521a4a..33fdafdb9 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -104,6 +104,12 @@ "type": "subsquare", "url": "https://polkadot.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } ] }, "options": [ From 5ae2d0df1d8f2515ee0842fc88af132cbb6f751c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:02:34 +0300 Subject: [PATCH 1165/2142] promote subquery gov for polkadot (#1744) --- chains/v11/chains.json | 6 ++++++ chains/v12/chains.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index ea6185cad..1ea55268b 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -101,6 +101,12 @@ "type": "subsquare", "url": "https://polkadot.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } ] }, "options": [ diff --git a/chains/v12/chains.json b/chains/v12/chains.json index bc090e61a..41bddadd4 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -101,6 +101,12 @@ "type": "subsquare", "url": "https://polkadot.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } ] }, "options": [ From 5cb48c7cf10e296277478512148154111befab96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:38:22 +0000 Subject: [PATCH 1166/2142] Update xcm coefficients --- xcm/v4/transfers_dev.json | 134 +++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index b99dcc888..dde78bd99 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensReserve" } @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensReserve" } @@ -128,7 +128,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensReserve" } @@ -209,7 +209,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10310128670406" + "value": "10353145803353" }, "instructions": "xtokensReserve" } @@ -349,7 +349,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -428,7 +428,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -442,7 +442,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -498,7 +498,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -577,7 +577,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -600,7 +600,7 @@ "fee": { "mode": { "type": "proportional", - "value": "26079494248347" + "value": "25854915806339" }, "instructions": "xtokensDest" } @@ -682,7 +682,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -733,7 +733,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensDest" } @@ -747,7 +747,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333368" + "value": "267093333367" }, "instructions": "xtokensDest" } @@ -807,7 +807,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3357032430" + "value": "2465753080" }, "instructions": "xtokensDest" } @@ -877,7 +877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xcmPalletDest" } @@ -891,7 +891,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xcmPalletDest" } @@ -919,7 +919,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xcmPalletDest" } @@ -933,7 +933,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xcmPalletDest" } @@ -1082,7 +1082,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensDest" } @@ -1226,7 +1226,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -1254,7 +1254,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -1268,7 +1268,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -1514,7 +1514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -2160,7 +2160,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -2420,7 +2420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1009690" + "value": "1000995" }, "instructions": "xcmPalletDest" } @@ -2448,7 +2448,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16423398" + "value": "8750754" }, "instructions": "xcmPalletDest" } @@ -2518,7 +2518,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -2555,7 +2555,7 @@ "fee": { "mode": { "type": "proportional", - "value": "26079494248347" + "value": "25854915806339" }, "instructions": "xtokensDest" } @@ -2606,7 +2606,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -2620,7 +2620,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -2676,7 +2676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2690,7 +2690,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -2727,7 +2727,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -2820,7 +2820,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333368" + "value": "267093333367" }, "instructions": "xtokensDest" } @@ -2899,7 +2899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -2927,7 +2927,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2941,7 +2941,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -2983,7 +2983,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xcmPalletTeleportDest" } @@ -3146,7 +3146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3169,7 +3169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3262,7 +3262,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -3276,7 +3276,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -3304,7 +3304,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -3318,7 +3318,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -3383,7 +3383,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -3490,7 +3490,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3527,7 +3527,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3759,7 +3759,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -4200,7 +4200,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -4326,7 +4326,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -4382,7 +4382,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -4396,7 +4396,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xtokensDest" } @@ -4438,7 +4438,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "100160000000000" }, "instructions": "xtokensDest" } @@ -4475,7 +4475,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -4489,7 +4489,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -4545,7 +4545,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -4698,7 +4698,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10310128670406" + "value": "10353145803353" }, "instructions": "xcmPalletTeleportDest" } @@ -4726,7 +4726,7 @@ "fee": { "mode": { "type": "proportional", - "value": "112393330882139" + "value": "91611322633464" }, "instructions": "xtokensDest" } @@ -4805,7 +4805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -4954,7 +4954,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } @@ -5182,7 +5182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3357032430" + "value": "2465753080" }, "instructions": "xcmPalletDest" } @@ -5219,7 +5219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767023602677" + "value": "513608766563" }, "instructions": "xcmPalletDest" } @@ -5247,7 +5247,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xcmPalletDest" } @@ -5261,7 +5261,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xcmPalletDest" } @@ -5275,7 +5275,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xcmPalletDest" } @@ -5331,7 +5331,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "91105381595" }, "instructions": "xtokensDest" } From d47eedb557130350e2b9f04c7248216d2eee784d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:15:56 +0300 Subject: [PATCH 1167/2142] Update chain types (#1746) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polkadot.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/shiden.json | 2 +- chains/v2/types/statemint.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 3c9d0bdad..f5015c13b 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 974, + "runtime_id": 976, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 221954b11..26db3c2c8 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 121, + "runtime_id": 122, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index cdbe13818..fe09e5d51 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10029, + "runtime_id": 10030, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index f82a25a0a..6937946b3 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1023003, + "runtime_id": 1024000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index ae3f6f12e..a8c53019f 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10029, + "runtime_id": 10030, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index e2a72d68e..37a25ed1a 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9370, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 7f55eacb1..5e8f0e696 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 941056, + "runtime_id": 942057, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index efee12764..9180b0249 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 96, + "runtime_id": 100, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index 4a65d9557..9dcb20327 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,5 +1,5 @@ { - "runtime_id": 9370, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", From ce94615df8f952ba8912fb387e3fffacc04f719f Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Jun 2023 13:25:25 +0500 Subject: [PATCH 1168/2142] add Polkadot/Kusama Bridge Hub to dev --- chains/v11/chains_dev.json | 60 +++++++++++++++++++ chains/v12/chains_dev.json | 60 +++++++++++++++++++ chains/v2/types/kusama_bridge_hub.json | 16 +++++ chains/v2/types/polkadot_bridge_hub.json | 16 +++++ icons/chains/gradient/Kusama_Bridge_Hub.svg | 20 +++++++ icons/chains/gradient/Polkadot_Bridge_Hub.svg | 15 +++++ 6 files changed, 187 insertions(+) create mode 100644 chains/v2/types/kusama_bridge_hub.json create mode 100644 chains/v2/types/polkadot_bridge_hub.json create mode 100644 icons/chains/gradient/Kusama_Bridge_Hub.svg create mode 100644 icons/chains/gradient/Polkadot_Bridge_Hub.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 3c6d1d6d9..84bf600b2 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7674,5 +7674,65 @@ "options": [ "testnet" ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 33fdafdb9..b44128a56 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7719,5 +7719,65 @@ "options": [ "testnet" ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 } ] diff --git a/chains/v2/types/kusama_bridge_hub.json b/chains/v2/types/kusama_bridge_hub.json new file mode 100644 index 000000000..200b405ee --- /dev/null +++ b/chains/v2/types/kusama_bridge_hub.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 9420, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "bridge_hub_kusama_runtime.RuntimeEvent": "GenericEvent", + "bridge_hub_kusama_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/polkadot_bridge_hub.json b/chains/v2/types/polkadot_bridge_hub.json new file mode 100644 index 000000000..ed4603958 --- /dev/null +++ b/chains/v2/types/polkadot_bridge_hub.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 9382, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "bridge_hub_polkadot_runtime.RuntimeEvent": "GenericEvent", + "bridge_hub_polkadot_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Kusama_Bridge_Hub.svg b/icons/chains/gradient/Kusama_Bridge_Hub.svg new file mode 100644 index 000000000..b9481a96b --- /dev/null +++ b/icons/chains/gradient/Kusama_Bridge_Hub.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Polkadot_Bridge_Hub.svg b/icons/chains/gradient/Polkadot_Bridge_Hub.svg new file mode 100644 index 000000000..f9136c266 --- /dev/null +++ b/icons/chains/gradient/Polkadot_Bridge_Hub.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From e72405e3c86d25d88bb47084e39277fd086521b6 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Jun 2023 18:25:22 +0500 Subject: [PATCH 1169/2142] add dapps to Pokadot OpenGov --- governance/v2/dapps_dev.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index ef2221b5c..9f1980f1e 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -22,12 +22,14 @@ { "title": "Polkassembly", "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "urlV2": "https://polkadot.polkassembly.io/referenda/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://polkadot.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } From de25d22720f74ae90cd62260903f176d679b6370 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 16 Jun 2023 18:32:27 +0500 Subject: [PATCH 1170/2142] promote dapps to Pokadot OpenGov --- governance/v2/dapps.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 44dca0222..4f344366b 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -5,12 +5,14 @@ { "title": "Polkassembly", "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", + "urlV2": "https://polkadot.polkassembly.io/referenda/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://polkadot.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } From 5f8299baeccfcca73513bef287a4f99fa007cfc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:35:50 +0300 Subject: [PATCH 1171/2142] Update Test data File (#1748) * Update test data file * fix polkadot bridge hub tests * remove bridge hub from tests * Adding account for Kusama bridge hub --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index e9f09dc95..f9baddfab 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium'] +exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium', 'Polkadot Bridge Hub'] skip_options = ['ethereumBased', 'noSubstrateRuntime', 'testnet'] dev_ids = get_ids(dev_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 33a34c77f..af561fcd6 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -358,5 +358,10 @@ "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", "name": "GIANT", "account": "0x0017d5bf525454578edba65dbe3738fa76b77d0b573810f1a0423571abb32a58" + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "name": "Kusama Bridge Hub", + "account": "0x72a5376b58ed027e2aeb7093e96e6a3c67a5562ba8dc883562cb88ceefcc3c16" } ] \ No newline at end of file From 8d4ef20215f09af2953fb319e757911a86861f0f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Jun 2023 22:23:57 +0300 Subject: [PATCH 1172/2142] feat: adding collectives node (#1751) --- chains/v11/chains_dev.json | 46 +++++++++++++++++++ chains/v12/chains_dev.json | 46 +++++++++++++++++++ chains/v2/types/collectives.json | 16 +++++++ .../chains/gradient/Polkadot_Collectives.svg | 15 ++++++ 4 files changed, 123 insertions(+) create mode 100644 chains/v2/types/collectives.json create mode 100644 icons/chains/gradient/Polkadot_Collectives.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 84bf600b2..e9f3e8da4 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7734,5 +7734,51 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index b44128a56..f8768fa86 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7779,5 +7779,51 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 } ] diff --git a/chains/v2/types/collectives.json b/chains/v2/types/collectives.json new file mode 100644 index 000000000..a96e51b67 --- /dev/null +++ b/chains/v2/types/collectives.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 9420, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "collectives_polkadot_runtime.RuntimeEvent": "GenericEvent", + "collectives_polkadot_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Polkadot_Collectives.svg b/icons/chains/gradient/Polkadot_Collectives.svg new file mode 100644 index 000000000..1c9abfe5a --- /dev/null +++ b/icons/chains/gradient/Polkadot_Collectives.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 601ef0bd6a5d41753ee1a3e71ee370a2144da160 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 22:43:20 +0300 Subject: [PATCH 1173/2142] Update Test data File (#1752) * Update test data file * Adding an account --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index af561fcd6..c1c2c3d96 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -363,5 +363,10 @@ "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", "name": "Kusama Bridge Hub", "account": "0x72a5376b58ed027e2aeb7093e96e6a3c67a5562ba8dc883562cb88ceefcc3c16" + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "name": "Collectives", + "account": "0x5270ec35ba01254d8bff046a1a58f16d3ae615c235efd6e99a35f233b2d9df2c" } ] \ No newline at end of file From 9e766d6df6b0589182852bde240908a0b23db8e3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:02:06 +0300 Subject: [PATCH 1174/2142] Adding XCMs for Bridge Parachains (#1753) * adding KSM XCM for Kusama Bridge Hub * fix to teleport * fix base weight * test another value * fix from another side * fix fee * fix fee * adding xcm transfers for polkadot bridge hub * fix polkadot fee * change xcm order * remove back XCMs * Adding collectives XCM * fix fee for collectives * fix instructions --- xcm/v4/transfers_dev.json | 75 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index dde78bd99..ecc0b3649 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -329,7 +329,10 @@ "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", - "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000" }, "chains": [ { @@ -856,6 +859,20 @@ }, "type": "xcmpallet-teleport" }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -1874,6 +1891,20 @@ }, "type": "xcmpallet-teleport" }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -1971,6 +2002,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" } ] } @@ -5448,6 +5493,34 @@ ] } ] + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "91105381595" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From b97d1afedd95446fdb14c82789f28f73be49dfcd Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 17 Jun 2023 12:31:29 +0300 Subject: [PATCH 1175/2142] Promote Bridges and Collectives (#1754) * Promote Bridges and Collectives * Update chains/v11/chains.json * Update chains/v12/chains.json --- chains/v11/chains.json | 106 +++++++++++++++++++++++++++++++++++++++++ chains/v12/chains.json | 106 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 212 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 1ea55268b..8734e4575 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -6343,5 +6343,111 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 } ] diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 41bddadd4..ff9de4f7f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -6363,5 +6363,111 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 } ] From d95f6ed616a7588f205452eb41f88b55690e10e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:30:14 +0300 Subject: [PATCH 1176/2142] Update networks list (#1756) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 67 +++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/chains/README.md b/chains/README.md index a2c6b90dd..b0ae878de 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 76 -### 💰 All assets 268 +### 🕸️ Supported networks: 79 +### 💰 All assets 271 ### 🪙 Unique assets: 135 ### 💫 Cross Chain directions: 270 ### 🧾 SubQuery API projects: 60 @@ -56,33 +56,36 @@ | 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 45 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | 46 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 47 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 48 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 49 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 50 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | -| 51 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 52 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 53 | Myriad | MYRIA | Explorer | - | -| 54 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 55 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 56 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 57 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 58 | Pendulum | PEN
DOT | - | - | -| 59 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 60 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 61 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 62 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 63 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 64 | Polymesh | POLYX | Subscan | - | -| 65 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 66 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 67 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 68 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 69 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 70 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 71 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 72 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 73 | Vara | VARA | Varascan | - | -| 74 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 75 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 76 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 47 | Kusama Bridge Hub | KSM | - | - | +| 48 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 49 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 50 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 51 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 52 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 53 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 54 | Myriad | MYRIA | Explorer | - | +| 55 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 56 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 57 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 58 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 59 | Pendulum | PEN
DOT | - | - | +| 60 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 61 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 62 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 63 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 64 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 65 | Polkadot Bridge Hub | DOT | - | - | +| 66 | Polkadot Collectives | DOT | - | - | +| 67 | Polymesh | POLYX | Subscan | - | +| 68 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 69 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 70 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 71 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 72 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 73 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 74 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 75 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 76 | Vara | VARA | Varascan | - | +| 77 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 78 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 79 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From e3592d31bdc1d3cde45938caf5b73f438a0615ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:30:30 +0300 Subject: [PATCH 1177/2142] Update chain types (#1755) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/subsocial.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index 2a0ac89ef..e3661201f 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 971, + "runtime_id": 972, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index ff25ac84d..482799862 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 24, + "runtime_id": 25, "types": { "Balance": "u128", "Index": "u32", From 1d6229cc6d3c5ddd3a056c9d878251f5b3e2c55d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:04:29 +0300 Subject: [PATCH 1178/2142] Promote XCMs for Bridge and Collectives (#1757) --- xcm/v4/transfers.json | 47 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 6e55e5f06..f5b120bc2 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -299,7 +299,10 @@ "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", - "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000" + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000" }, "chains": [ { @@ -864,6 +867,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" } ] } @@ -1812,6 +1829,34 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" } ] } From 585b57d1c6df66c3de7dbeae7e71758f7ff7d8ba Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:21:28 +0300 Subject: [PATCH 1179/2142] fix: xcm order (#1759) * fix: xcm order * fix order for dev config too --- xcm/v4/transfers.json | 84 +++++++++++++++++++-------------------- xcm/v4/transfers_dev.json | 28 ++++++------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index f5b120bc2..d2188c0ac 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -784,6 +784,20 @@ }, "type": "xcmpallet-teleport" }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -867,20 +881,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1200618133" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" } ] } @@ -1732,6 +1732,34 @@ }, "type": "xcmpallet-teleport" }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -1829,34 +1857,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "394791750" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" } ] } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index ecc0b3649..aaa9610da 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -1905,6 +1905,20 @@ }, "type": "xcmpallet-teleport" }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -2002,20 +2016,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" } ] } From c9a2841e0b29ef5c9bb20712c0e0f3a99e8583ff Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:57:59 +0300 Subject: [PATCH 1180/2142] fix: collectives to polkadot collectives (#1758) --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- tests/chains_for_testBalance.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index e9f3e8da4..cfd035b55 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7738,7 +7738,7 @@ { "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Collectives", + "name": "Polkadot Collectives", "assets": [ { "assetId": 0, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index f8768fa86..91a15a064 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7783,7 +7783,7 @@ { "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Collectives", + "name": "Polkadot Collectives", "assets": [ { "assetId": 0, diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index c1c2c3d96..794948f95 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -366,7 +366,7 @@ }, { "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "name": "Collectives", + "name": "Polkadot Collectives", "account": "0x5270ec35ba01254d8bff046a1a58f16d3ae615c235efd6e99a35f233b2d9df2c" } ] \ No newline at end of file From 092d4b2f5bb5421659cbb907d6a0be19ad096163 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 09:14:02 +0500 Subject: [PATCH 1181/2142] remove 1Beam --- dapps/dapps_dev.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 965344310..a824ad3f1 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -368,16 +368,6 @@ "evm" ] }, - { - "name": "1Beam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/1beam.png", - "url": "https://1beam.io/", - "categories": [ - "dex", - "staking", - "evm" - ] - }, { "name": "ArthSwap", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", From 3af5dd69c6dd6ac49bd63f5a47887e5a9491d5d6 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:25:27 +0700 Subject: [PATCH 1182/2142] Switch to runtime api for fee calculation (#1761) --- chains/v2/types/hydra_dx.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 8eaae0eb0..b7f6aa678 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -10,7 +10,24 @@ "hydradx_runtime.Event": "GenericEvent", "hydradx_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From f5b4be3a1a80ed5c2c03786187298c20cefc0ffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:15:02 +0000 Subject: [PATCH 1183/2142] Update chain types --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/hydra_dx.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index c4cb26038..a8ad9c9dd 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 108, + "runtime_id": 111, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index e3661201f..bdabbbac3 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 972, + "runtime_id": 974, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index b7f6aa678..813a5c51b 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 151, + "runtime_id": 160, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_core.crypto.AccountId32", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "hydradx_runtime.Event": "GenericEvent", - "hydradx_runtime.Call": "GenericCall", + "hydradx_runtime.RuntimeEvent": "GenericEvent", + "hydradx_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From 0be10f31e6d8ec21a125f7d14ae9c68e0a2e177e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 14:27:10 +0500 Subject: [PATCH 1184/2142] remove HydraDX xcms from v3 --- xcm/v3/transfers.json | 289 ------------------------------------------ 1 file changed, 289 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index f452cb7af..8be9ffcde 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1287,20 +1287,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1462,20 +1448,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -1575,20 +1547,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1718,20 +1676,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -1812,20 +1756,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -2863,20 +2793,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -3024,20 +2940,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -3481,132 +3383,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "105358535095" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2889592242" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -3622,57 +3398,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "117205" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10103" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -3770,20 +3495,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", From 214ddbdb49fd95950067fdaa19528ad5ecc40b34 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 15:10:41 +0500 Subject: [PATCH 1185/2142] Revert "remove HydraDX xcms from v3" This reverts commit 0be10f31e6d8ec21a125f7d14ae9c68e0a2e177e. --- xcm/v3/transfers.json | 289 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 289 insertions(+) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 8be9ffcde..f452cb7af 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1287,6 +1287,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1448,6 +1462,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -1547,6 +1575,20 @@ }, "type": "xcmpallet" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1676,6 +1718,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1756,6 +1812,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -2793,6 +2863,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -2940,6 +3024,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3383,6 +3481,132 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "105358535095" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2889592242" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10103000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -3398,6 +3622,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10103" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3495,6 +3770,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", From 12227687cc4ef6455930a0438a66150ea97026f9 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 15:12:44 +0500 Subject: [PATCH 1186/2142] remove HydraDX xcms from v3 and fix --- xcm/v3/transfers.json | 289 ------------------------------------------ 1 file changed, 289 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index f452cb7af..8be9ffcde 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -1287,20 +1287,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1462,20 +1448,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -1575,20 +1547,6 @@ }, "type": "xcmpallet" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -1718,20 +1676,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -1812,20 +1756,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -2863,20 +2793,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -3024,20 +2940,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -3481,132 +3383,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "105358535095" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2889592242" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "10103000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -3622,57 +3398,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "117205" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10103" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -3770,20 +3495,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", From 664ae1ef87ed96f20f351c596a57a4fc3e09df9c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 17:01:31 +0500 Subject: [PATCH 1187/2142] remove Basilisk xcms from v3 and fix --- xcm/v3/transfers.json | 348 +----------------------------------------- 1 file changed, 1 insertion(+), 347 deletions(-) diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 8be9ffcde..16c641668 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -431,20 +431,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -658,20 +644,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3703129681" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -770,20 +742,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } @@ -1063,20 +1021,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -1144,29 +1088,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 22, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "55000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -1936,20 +1857,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "18186974" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } @@ -2122,20 +2029,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -2443,20 +2336,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -3024,201 +2903,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "905484791424" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assets": [ - { - "assetId": 0, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 22, - "fee": { - "mode": { - "type": "proportional", - "value": "101030000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30051417676" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "71450261778" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "100160000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "879500000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "23175508123000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "8865248226" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } @@ -3232,23 +2916,7 @@ "assetLocation": "TNKR", "assetLocationPath": { "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "116076816570060" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] + } } ] }, @@ -3424,20 +3092,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3703129681" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } From 840a6b688a3ba597239b0a46f69bb8e78e809a87 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 17:25:28 +0500 Subject: [PATCH 1188/2142] fix polkadex types --- chains/v2/types/polkadex.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index f1954b728..724188558 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 282, + "runtime_id": 2, "types": { "Balance": "u128", "Index": "u32", @@ -7,10 +7,27 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "node_polkadex_runtime.Event": "GenericEvent", - "node_polkadex_runtime.Call": "GenericCall", + "parachain_polkadex_runtime.RuntimeEvent": "GenericEvent", + "parachain_polkadex_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 26b76fcabd26f4140ffaa821881db0d2f372fb68 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 17:42:07 +0500 Subject: [PATCH 1189/2142] update for polkadex mainnet --- chains/v2/types/polkadex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 724188558..6652ae824 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 2, + "runtime_id": 282, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "parachain_polkadex_runtime.RuntimeEvent": "GenericEvent", - "parachain_polkadex_runtime.RuntimeCall": "GenericCall", + "node_polkadex_runtime.Event": "GenericEvent", + "node_polkadex_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { @@ -16,11 +16,11 @@ "type_mapping": [ [ "weight", - "sp_weights.weight_v2.Weight" + "" ], [ "class", - "frame_support.dispatch.DispatchClass" + "frame_support.weights.DispatchClass" ], [ "partialFee", From e92f9344f005827cf0ece51710a595f505f38c5a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 20 Jun 2023 18:17:34 +0500 Subject: [PATCH 1190/2142] Fix type for weight --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 6652ae824..3fc84603f 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -16,7 +16,7 @@ "type_mapping": [ [ "weight", - "" + "u64" ], [ "class", From 47f8494e56477c9889d7c465bec51ff87b01b752 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 20 Jun 2023 18:33:40 +0500 Subject: [PATCH 1191/2142] Add custom fee weight definition --- chains/v2/types/polkadex.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 3fc84603f..96190c7a5 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -11,12 +11,25 @@ "node_polkadex_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", + "nova.fee.weight": { + "type": "struct", + "type_mapping": [ + [ + "ref_time", + "u64" + ], + [ + "proof_size", + "u64" + ] + ] + }, "RuntimeDispatchInfo": { "type": "struct", "type_mapping": [ [ "weight", - "u64" + "nova.fee.weight" ], [ "class", From 32646d118623dfa672beaa5487b4956eb757fa4d Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 20 Jun 2023 18:51:46 +0500 Subject: [PATCH 1192/2142] fix custom weight --- chains/v2/types/polkadex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 96190c7a5..4cd8aeeab 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -16,11 +16,11 @@ "type_mapping": [ [ "ref_time", - "u64" + "Compact" ], [ "proof_size", - "u64" + "Compact" ] ] }, From 46b21ee14466e3f99b9d364cc6267cc493311a33 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 20 Jun 2023 19:28:25 +0500 Subject: [PATCH 1193/2142] rollback types --- chains/v2/types/polkadex.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 4cd8aeeab..3fc84603f 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -11,25 +11,12 @@ "node_polkadex_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", - "nova.fee.weight": { - "type": "struct", - "type_mapping": [ - [ - "ref_time", - "Compact" - ], - [ - "proof_size", - "Compact" - ] - ] - }, "RuntimeDispatchInfo": { "type": "struct", "type_mapping": [ [ "weight", - "nova.fee.weight" + "u64" ], [ "class", From 02b94a002d0a8f81d6ee37d62509826c0ff0d263 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Jun 2023 21:40:31 +0500 Subject: [PATCH 1194/2142] add ASTR from HydraDX, Acala, Moonbeam, Parallel to Astar directions --- xcm/v4/transfers_dev.json | 106 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index aaa9610da..e70d2ce0a 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -274,6 +274,20 @@ }, "instructions": "xtokensReserve" } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006, + "palletInstance": 31 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -1850,6 +1864,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587754" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2371,6 +2408,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587754" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4095,6 +4155,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587754" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5193,6 +5276,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "11587754" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 07dee24a2d9965fe66cbae45816f4089127f92bd Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:13:33 +0700 Subject: [PATCH 1195/2142] Fix RuntimeDispatchInfo (#1766) --- chains/v2/types/polkadex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 3fc84603f..d5b27cdc1 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -16,11 +16,11 @@ "type_mapping": [ [ "weight", - "u64" + "sp_weights.weight_v2.Weight" ], [ "class", - "frame_support.weights.DispatchClass" + "frame_support.dispatch.DispatchClass" ], [ "partialFee", From bcb2256d6c85f590799ef8428fcff5e84c0ea5cc Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Jun 2023 11:37:25 +0500 Subject: [PATCH 1196/2142] fix assets location --- xcm/v4/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index e70d2ce0a..0a8e99be2 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -1869,7 +1869,7 @@ "assetId": 8, "assetLocation": "ASTR", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { @@ -2413,7 +2413,7 @@ "assetId": 10, "assetLocation": "ASTR", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { @@ -4160,7 +4160,7 @@ "assetId": 16, "assetLocation": "ASTR", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { @@ -5281,7 +5281,7 @@ "assetId": 8, "assetLocation": "ASTR", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { From 654f0e41e8b3f9fd45b32ada169f7cf5307d52eb Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Jun 2023 12:46:22 +0500 Subject: [PATCH 1197/2142] remove astr palletinstance --- xcm/v4/transfers_dev.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 0a8e99be2..441fd0193 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -278,8 +278,7 @@ "ASTR": { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "multiLocation": { - "parachainId": 2006, - "palletInstance": 31 + "parachainId": 2006 }, "reserveFee": { "mode": { From 02a338495a4ab1c86c693e222fa6f30169f8aee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:17:51 +0300 Subject: [PATCH 1198/2142] Update chain types (#1769) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/calamari.json | 2 +- chains/v2/types/polkadex.json | 6 +++--- chains/v2/types/unique.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 482bb61f8..60e29013c 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4080, + "runtime_id": 4200, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index d5b27cdc1..775ffb213 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 282, + "runtime_id": 283, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "node_polkadex_runtime.Event": "GenericEvent", - "node_polkadex_runtime.Call": "GenericCall", + "node_polkadex_runtime.RuntimeEvent": "GenericEvent", + "node_polkadex_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 6e963042c..a6c3fad38 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 941056, + "runtime_id": 942057, "types": { "Balance": "u128", "Index": "u32", From e272eb40a56339e36787f167e452c60109b119dc Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Jun 2023 13:27:45 +0500 Subject: [PATCH 1199/2142] fix astr coeff --- xcm/v4/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 441fd0193..ee9b72a1d 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -1878,7 +1878,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587754" + "value": "1010366707520506354" }, "instructions": "xtokensDest" } @@ -2422,7 +2422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587754" + "value": "1010366707520506354" }, "instructions": "xtokensDest" } @@ -4169,7 +4169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587754" + "value": "1010366707520506354" }, "instructions": "xtokensDest" } @@ -5290,7 +5290,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11587754" + "value": "1010366707520506354" }, "instructions": "xtokensDest" } From 044e9214d8361852578499c615c651e23cde84eb Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Jun 2023 14:40:07 +0500 Subject: [PATCH 1200/2142] promote astr xcms --- xcm/v4/transfers.json | 82 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index d2188c0ac..01ed217e3 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -248,6 +248,19 @@ }, "instructions": "xtokensReserve" } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "20306692567" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -1691,6 +1704,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1010366707520506354" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2212,6 +2248,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1010366707520506354" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4755,6 +4814,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1010366707520506354" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 76a95296e20895c31293ed51f8bb4cb427d16b8a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Jun 2023 14:58:07 +0500 Subject: [PATCH 1201/2142] fix fee --- xcm/v4/transfers.json | 2 +- xcm/v4/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 01ed217e3..092c70e7c 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "1010366707520506354" }, "instructions": "xtokensReserve" } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index ee9b72a1d..0b7200093 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -283,7 +283,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "20306692567" + "value": "1010366707520506354" }, "instructions": "xtokensReserve" } From 698e7771e8672bca297c25388841acab06d2f8d4 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Jun 2023 12:39:09 +0500 Subject: [PATCH 1202/2142] add foucoco --- chains/v11/chains_dev.json | 29 ++++++++++++++++++++++++++ chains/v12/chains_dev.json | 29 ++++++++++++++++++++++++++ chains/v2/types/amplitude_foucoco.json | 16 ++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 chains/v2/types/amplitude_foucoco.json diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index cfd035b55..19d319007 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7780,5 +7780,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1", + "testnet" + ] } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 91a15a064..abe312e51 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7825,5 +7825,34 @@ }, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1", + "testnet" + ] } ] diff --git a/chains/v2/types/amplitude_foucoco.json b/chains/v2/types/amplitude_foucoco.json new file mode 100644 index 000000000..944a38a7b --- /dev/null +++ b/chains/v2/types/amplitude_foucoco.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 13, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "foucoco_runtime.RuntimeEvent": "GenericEvent", + "foucoco_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 350a9739f5f4b2e785e6a5f05e5a596907ab96be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 08:13:01 +0000 Subject: [PATCH 1203/2142] Update chain types --- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/interlay.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index bdabbbac3..f4f99b7e9 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 974, + "runtime_id": 976, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 1b00be68b..4cc18fa07 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1023001, + "runtime_id": 1024000, "types": { "Balance": "u128", "Index": "u32", From a97d037d25434347c5e96e392552280bbad4b76e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 22 Jun 2023 13:18:37 +0500 Subject: [PATCH 1204/2142] add icons --- chains/v11/chains_dev.json | 3 +-- chains/v12/chains_dev.json | 3 +-- icons/chains/gradient/Amplitude_foucoco.svg | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 icons/chains/gradient/Amplitude_foucoco.svg diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 19d319007..ebf90a1ad 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7803,10 +7803,9 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ - "governance-v1", "testnet" ] } diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index abe312e51..5ffe7c2e0 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7848,10 +7848,9 @@ "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ - "governance-v1", "testnet" ] } diff --git a/icons/chains/gradient/Amplitude_foucoco.svg b/icons/chains/gradient/Amplitude_foucoco.svg new file mode 100644 index 000000000..549e5645e --- /dev/null +++ b/icons/chains/gradient/Amplitude_foucoco.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 281cff8020d96c11263a18693b9723718e1e928e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:14:51 +0000 Subject: [PATCH 1205/2142] Update chain types --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/polkadot_bridge_hub.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index a8ad9c9dd..28456d4fd 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 111, + "runtime_id": 112, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot_bridge_hub.json b/chains/v2/types/polkadot_bridge_hub.json index ed4603958..2a1a00352 100644 --- a/chains/v2/types/polkadot_bridge_hub.json +++ b/chains/v2/types/polkadot_bridge_hub.json @@ -1,5 +1,5 @@ { - "runtime_id": 9382, + "runtime_id": 9420, "types": { "Balance": "u128", "Index": "u32", From fc31bac34c5af78d0c2eb027209e2e4a141cd16b Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 25 Jun 2023 12:47:36 +0500 Subject: [PATCH 1206/2142] add Mangata X tokens --- chains/v11/chains_dev.json | 81 ++++++++++++++++++++++++++++++++++++++ chains/v12/chains_dev.json | 81 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index ebf90a1ad..76c76a553 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5801,6 +5801,87 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5ffe7c2e0..5ad43ee07 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5831,6 +5831,87 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 790465b324835193e974d9ad6173f0b5fe9f3c00 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 25 Jun 2023 13:18:48 +0500 Subject: [PATCH 1207/2142] add ASTR on Bifrost Polkadot --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index ebf90a1ad..516da8d27 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5579,6 +5579,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5ffe7c2e0..7b8ffbb3e 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5609,6 +5609,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ From 87b23bba89e306482304b5760087fd3afc3b709e Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 25 Jun 2023 13:26:51 +0500 Subject: [PATCH 1208/2142] add iBTC on Bifrost Kusama --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 516da8d27..a7c2596f4 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -1581,6 +1581,20 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 7b8ffbb3e..2950718dc 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1596,6 +1596,20 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ From 954c6014377213a10991de46e7f4011c2b807749 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 25 Jun 2023 13:28:30 +0500 Subject: [PATCH 1209/2142] fix ASTR ed --- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index a7c2596f4..bcb8abc07 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5604,7 +5604,7 @@ "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } } diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 2950718dc..fd7b59973 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5634,7 +5634,7 @@ "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } } From b7713db900a1d68dffc48d03463c6fd982455da8 Mon Sep 17 00:00:00 2001 From: leohar Date: Sun, 25 Jun 2023 14:04:20 +0500 Subject: [PATCH 1210/2142] add DOT to Zeitgeist --- chains/v11/chains_dev.json | 14 ++++++++++++++ chains/v12/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index ebf90a1ad..b0659b21b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -4224,6 +4224,20 @@ "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5ffe7c2e0..8afb82000 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4247,6 +4247,20 @@ "precision": 10, "priceId": "zeitgeist", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } } ], "nodes": [ From b3c26a3feec70dd33227c9bdcbd3b223a82cd685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:16:10 +0000 Subject: [PATCH 1211/2142] Update chain types --- chains/v2/types/pendulum.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/pendulum.json b/chains/v2/types/pendulum.json index e3597f240..81dce3e14 100644 --- a/chains/v2/types/pendulum.json +++ b/chains/v2/types/pendulum.json @@ -1,5 +1,5 @@ { - "runtime_id": 7, + "runtime_id": 8, "types": { "Balance": "u128", "Index": "u32", From 8904cc63ff6301030bda1e1d6dd3799a2d8d1bbf Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Jun 2023 19:26:41 +0500 Subject: [PATCH 1212/2142] add Pendulum Chain Portal dapp --- dapps/dapps_dev.json | 9 +++++++++ dapps/dapps_full.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a824ad3f1..357a4d800 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -753,6 +753,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Pendulum Chain Portal", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "url": "https://portal.pendulumchain.org/pendulum/dashboard", + "categories": [ + "utilities", + "staking" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 1e1a99232..549db4bef 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -646,6 +646,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Pendulum Chain Portal", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "url": "https://portal.pendulumchain.org/pendulum/dashboard", + "categories": [ + "utilities", + "staking" + ] } ] } From 149da1b51682102e7827a40c464abd2cea1173e1 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Jun 2023 21:07:25 +0500 Subject: [PATCH 1213/2142] fix staking for Polkadot --- chains/v12/chains.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index ff9de4f7f..9d9a7183c 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -9,7 +9,9 @@ "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", + "staking": [ + "relaychain" + ], "buyProviders": { "transak": { "network": "MAINNET" From 2126f97a97316203b7e4f30dcbf0873a19a4013a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:13:17 +0000 Subject: [PATCH 1214/2142] Update networks list --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index b0ae878de..ec2e7be7e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 79 ### 💰 All assets 271 ### 🪙 Unique assets: 135 -### 💫 Cross Chain directions: 270 +### 💫 Cross Chain directions: 276 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 --- From 25f5b90e39dfd2a540b85928dbfb35d9212dcc15 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Jun 2023 13:09:41 +0500 Subject: [PATCH 1215/2142] promote Bifrost tokens --- chains/v11/chains.json | 28 ++++++++++++++++++++++++++++ chains/v12/chains.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 8734e4575..d25563e6d 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -1724,6 +1724,20 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ @@ -4998,6 +5012,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 9d9a7183c..ffecc08b5 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -1734,6 +1734,20 @@ "existentialDeposit": "100000000", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } } ], "nodes": [ @@ -5018,6 +5032,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ From 81e1d64c2ff3ba9ee8523ae20cc82f89c8470469 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:13:34 +0000 Subject: [PATCH 1216/2142] Update chain types --- chains/v2/types/khala.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/subsocial.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index af1a593ae..43b503aae 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1247, + "runtime_id": 1250, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 3c32423c9..fa71bc164 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1247, + "runtime_id": 1250, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 482799862..13d0a70fb 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 25, + "runtime_id": 26, "types": { "Balance": "u128", "Index": "u32", From 6ab6373de66946f8ee143c8a312188043a068d3c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Jun 2023 13:31:59 +0500 Subject: [PATCH 1217/2142] promote USDT on Pendulum and Pendulum USDT > Polkadot Asset Hub --- chains/v11/chains.json | 14 ++++++++++++++ chains/v12/chains.json | 14 ++++++++++++++ xcm/v4/transfers.json | 23 +++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 8734e4575..74fb53218 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5839,6 +5839,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 9d9a7183c..4c25fba01 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5861,6 +5861,20 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 092c70e7c..c025917fd 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -4991,6 +4991,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 463892713931e83c0e61748dac45a587bfb228df Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Jun 2023 13:55:34 +0500 Subject: [PATCH 1218/2142] update Talisman cats (#1781) --- dapps/dapps.json | 3 +-- dapps/dapps_dev.json | 1 - dapps/dapps_full.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 6bdf67982..96d35b2d6 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -104,8 +104,7 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ - "crowdloans", - "staking" + "crowdloans" ] }, { diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a824ad3f1..2cc6cbbee 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -154,7 +154,6 @@ "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", - "staking", "nft" ] }, diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 1e1a99232..66f606fc1 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -141,7 +141,6 @@ "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", - "staking", "nft" ] }, From 1bad2a71cd3662962c84e3780413f1f1f1be63e3 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Jun 2023 13:55:50 +0500 Subject: [PATCH 1219/2142] promote MangataX tokens (#1783) --- chains/v11/chains.json | 81 ++++++++++++++++++++++++++++++++++++++++++ chains/v12/chains.json | 81 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 8734e4575..acb859402 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5220,6 +5220,87 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 9d9a7183c..7e4ad5655 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5240,6 +5240,87 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 821cbf95d9433d72a4c0ae2bbca21acc50c76979 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:59:02 +0000 Subject: [PATCH 1220/2142] Update networks list --- chains/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/README.md b/chains/README.md index ec2e7be7e..3c511230c 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 79 -### 💰 All assets 271 +### 💰 All assets 280 ### 🪙 Unique assets: 135 -### 💫 Cross Chain directions: 276 +### 💫 Cross Chain directions: 277 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 --- @@ -20,8 +20,8 @@ | 8 | Aventus | AVT | Aventus explorer | - | | 9 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 10 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM
kBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | - | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | @@ -60,7 +60,7 @@ | 48 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | | 49 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 50 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 51 | Mangata X | MGX
KSM
ETH | Subscan
Polkaholic | - | +| 51 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | | 52 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 53 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 54 | Myriad | MYRIA | Explorer | - | @@ -68,7 +68,7 @@ | 56 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 57 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | 58 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 59 | Pendulum | PEN
DOT | - | - | +| 59 | Pendulum | PEN
DOT
USDT | - | - | | 60 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 61 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 62 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | From de5722ace61193a971b247afffa037213c744a66 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Jun 2023 10:33:50 +0500 Subject: [PATCH 1221/2142] promote Pendulum dapp --- dapps/dapps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 96d35b2d6..46566dad8 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -497,6 +497,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Pendulum Chain Portal", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "url": "https://portal.pendulumchain.org/pendulum/dashboard", + "categories": [ + "utilities", + "staking" + ] } ] } From cb58fcf0d6809e5a104693d245ad335d2c8271d8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Jun 2023 11:00:22 +0500 Subject: [PATCH 1222/2142] update Robonomics dapp --- dapps/dapps_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2340b9074..83d2c0a63 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -214,9 +214,9 @@ { "name": "Robonomics", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", - "url": "https://dapp.robonomics.network/#/staking/", + "url": "https://dapp.robonomics.network/#/", "categories": [ - "staking" + "utilities" ] }, { From 01d6a0952ae49b81463d049414b9ef6b6011a5bf Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Jun 2023 11:16:15 +0500 Subject: [PATCH 1223/2142] add WELL, MFAM tokens --- assets/evm/v2/assets_dev.json | 26 ++++++++++++++++++++++++++ icons/tokens/white/MFAM.svg | 8 ++++++++ icons/tokens/white/WELL.svg | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 icons/tokens/white/MFAM.svg create mode 100644 icons/tokens/white/WELL.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 0f0492751..a5719643c 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -530,5 +530,31 @@ "contractAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" } ] + }, + { + "symbol": "WELL", + "precision": 18, + "name": "WELL", + "priceId": "moonwell-artemis", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WELL.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x511aB53F793683763E5a8829738301368a2411E3" + } + ] + }, + { + "symbol": "MFAM", + "precision": 18, + "name": "MFAM", + "priceId": "moonwell", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MFAM.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1" + } + ] } ] diff --git a/icons/tokens/white/MFAM.svg b/icons/tokens/white/MFAM.svg new file mode 100644 index 000000000..772bd8654 --- /dev/null +++ b/icons/tokens/white/MFAM.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/tokens/white/WELL.svg b/icons/tokens/white/WELL.svg new file mode 100644 index 000000000..772bd8654 --- /dev/null +++ b/icons/tokens/white/WELL.svg @@ -0,0 +1,8 @@ + + + + + + + + From 904854c38048e28acad1eb462b2ee9af13ae83f2 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Jun 2023 11:19:33 +0500 Subject: [PATCH 1224/2142] fix naming --- assets/evm/v2/assets_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index a5719643c..e2e37e0eb 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -534,7 +534,7 @@ { "symbol": "WELL", "precision": 18, - "name": "WELL", + "name": "Moonwell", "priceId": "moonwell-artemis", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WELL.svg", "instances": [ @@ -547,7 +547,7 @@ { "symbol": "MFAM", "precision": 18, - "name": "MFAM", + "name": "Moonwell Apollo", "priceId": "moonwell", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MFAM.svg", "instances": [ From b82dd77d0cb843a5325326c10ce503ee33dc39d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:16:20 +0000 Subject: [PATCH 1225/2142] Update chain types --- chains/v2/types/astar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index d8d78e2ad..e0063553d 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 57, + "runtime_id": 61, "types": { "Balance": "u128", "Index": "u32", From e0a8624823aae4916832a71b451a5c34f997bcd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:48:05 +0000 Subject: [PATCH 1226/2142] Update dapps list --- dapps/README.md | 57 +++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index c245f1584..448efb47f 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -40,31 +40,32 @@ | 36 | PABLO | https://app.pablo.finance/ | dex | | 37 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | | 38 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 39 | Phala App | https://app.phala.network/ | staking | -| 40 | PolkaVerse | https://polkaverse.com/ | social | -| 41 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 42 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 43 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 44 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 45 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 46 | Polkawatch | https://polkawatch.app/ | staking | -| 47 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 48 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 49 | Raresama | https://raresama.com/ | nft | -| 50 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 51 | Singular | https://singular.rmrk.app/ | nft | -| 52 | Singular 2.0 | https://singular.app/ | nft | -| 53 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 54 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 55 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 56 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 57 | Sub.ID | https://sub.id/#/ | utilities | -| 58 | SubBridge | https://subbridge.io/ | bridge,evm | -| 59 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 60 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,staking,nft | -| 61 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 62 | TofuNFT | https://tofunft.com/ | nft,evm | -| 63 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 64 | Zenlink | https://app.zenlink.pro | dex,staking | -| 65 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 66 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 39 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 40 | Phala App | https://app.phala.network/ | staking | +| 41 | PolkaVerse | https://polkaverse.com/ | social | +| 42 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 43 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 44 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 45 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 46 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 47 | Polkawatch | https://polkawatch.app/ | staking | +| 48 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 49 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 50 | Raresama | https://raresama.com/ | nft | +| 51 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 52 | Singular | https://singular.rmrk.app/ | nft | +| 53 | Singular 2.0 | https://singular.app/ | nft | +| 54 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 55 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 56 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 57 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 58 | Sub.ID | https://sub.id/#/ | utilities | +| 59 | SubBridge | https://subbridge.io/ | bridge,evm | +| 60 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 61 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 62 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 63 | TofuNFT | https://tofunft.com/ | nft,evm | +| 64 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 65 | Zenlink | https://app.zenlink.pro | dex,staking | +| 66 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 67 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 825731fb4acd9f37197296f9ca1e04b72412ca65 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Jun 2023 15:21:46 +0500 Subject: [PATCH 1227/2142] promote Robonomics dapp --- dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 46566dad8..8a1d676c9 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -506,6 +506,14 @@ "utilities", "staking" ] + }, + { + "name": "Robonomics", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", + "url": "https://dapp.robonomics.network/#/", + "categories": [ + "utilities" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 4bd7d9b84..fa3aa522b 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -654,6 +654,14 @@ "utilities", "staking" ] + }, + { + "name": "Robonomics", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", + "url": "https://dapp.robonomics.network/#/", + "categories": [ + "utilities" + ] } ] } From 6941b4a32fc19c90217e4ba72bf9293570caf590 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 29 Jun 2023 10:55:31 +0500 Subject: [PATCH 1228/2142] Fix Turing Staging types --- chains/v2/types/turing_staging.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/turing_staging.json b/chains/v2/types/turing_staging.json index 54bb686e2..0c8e5d948 100644 --- a/chains/v2/types/turing_staging.json +++ b/chains/v2/types/turing_staging.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "turing_runtime.Event": "GenericEvent", - "turing_runtime.Call": "GenericCall", + "turing_runtime.RuntimeEvent": "GenericEvent", + "turing_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From ef8e04d104bdede085344271b6b1753fa4106861 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:13:23 +0000 Subject: [PATCH 1229/2142] Update chain types --- chains/v2/types/aventus.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/origintrail.json | 19 ++++++++++++++++++- chains/v2/types/parallel.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 198e0a5b1..5f867cdd9 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 28, + "runtime_id": 31, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 26db3c2c8..49b5ae727 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 122, + "runtime_id": 124, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 9f134accf..87f9548ab 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -10,7 +10,24 @@ "origintrail_parachain_runtime.Event": "GenericEvent", "origintrail_parachain_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "" + ], + [ + "class", + "frame_support.weights.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index 0093d1b12..99e1c7a66 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 196, + "runtime_id": 198, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 23b702690..84e46a462 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5004000, + "runtime_id": 5004001, "types": { "Balance": "u128", "Index": "u32", From 684531cebfbdba072083ea3ee366828b7af984eb Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Jun 2023 15:04:34 +0500 Subject: [PATCH 1230/2142] fix weight --- chains/v2/types/origintrail.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 87f9548ab..aec362376 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -16,7 +16,7 @@ "type_mapping": [ [ "weight", - "" + "sp_weights.weight_v2.Weight" ], [ "class", From b771dc009c17d5d67761fe83ff808e1a91b05603 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Jun 2023 15:05:00 +0500 Subject: [PATCH 1231/2142] fix DispatchClass --- chains/v2/types/origintrail.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index aec362376..1de180cc8 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -20,7 +20,7 @@ ], [ "class", - "frame_support.weights.DispatchClass" + "frame_support.dispatch.DispatchClass" ], [ "partialFee", From b0f98002de65dd76e17a6b31faae6d8608877ef8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 08:14:26 +0000 Subject: [PATCH 1232/2142] Update chain types --- chains/v2/types/bittensor.json | 2 +- chains/v2/types/origintrail.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 49b5ae727..587cfb395 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 124, + "runtime_id": 125, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 1de180cc8..2dc590a2a 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -1,5 +1,5 @@ { - "runtime_id": 105, + "runtime_id": 111, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "origintrail_parachain_runtime.Event": "GenericEvent", - "origintrail_parachain_runtime.Call": "GenericCall", + "origintrail_parachain_runtime.RuntimeEvent": "GenericEvent", + "origintrail_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From fab890a95a410b331af58c6bb39a943365fc75bc Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 30 Jun 2023 13:48:21 +0500 Subject: [PATCH 1233/2142] fix Westmint types --- chains/v2/types/westmint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/westmint.json b/chains/v2/types/westmint.json index 458cd3957..992090aa6 100644 --- a/chains/v2/types/westmint.json +++ b/chains/v2/types/westmint.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "westmint_runtime.RuntimeEvent": "GenericEvent", - "westmint_runtime.RuntimeCall": "GenericCall", + "asset_hub_westend_runtime.RuntimeEvent": "GenericEvent", + "asset_hub_westend_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From 9bd7f7652be36a42dd1e33ed6e982fda221c2dfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:13:36 +0000 Subject: [PATCH 1234/2142] Update chain types --- chains/v2/types/interlay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 4cc18fa07..a11ac9586 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024000, + "runtime_id": 1024003, "types": { "Balance": "u128", "Index": "u32", From 5fdbecdfb104fb22b0d448d341c77d96fa144f20 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sun, 2 Jul 2023 19:28:23 +0300 Subject: [PATCH 1235/2142] fix kusama gov project (#1801) * fix kusama ogv project * remove changes for v10 --- chains/v11/chains.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v12/chains.json | 2 +- chains/v12/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 71cfbaaad..d10658d82 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -225,7 +225,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" } ] }, diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 8bb7f1241..c8f8126c6 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -225,7 +225,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" } ] }, diff --git a/chains/v12/chains.json b/chains/v12/chains.json index f7b410ce2..fd305c538 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -229,7 +229,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" } ] }, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 41aa093c9..5b45de2cc 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -231,7 +231,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" } ] }, From e2f600caaf318452e32f731c6662d5dd14db9af5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 16:51:44 +0000 Subject: [PATCH 1236/2142] Update dapps list --- dapps/README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 448efb47f..ef7468cb5 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -52,20 +52,21 @@ | 48 | PrivaDEX | https://app.privadex.xyz/ | dex | | 49 | Proof of Chaos | https://proofofchaos.app | nft,governance | | 50 | Raresama | https://raresama.com/ | nft | -| 51 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 52 | Singular | https://singular.rmrk.app/ | nft | -| 53 | Singular 2.0 | https://singular.app/ | nft | -| 54 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 55 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 56 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 57 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 58 | Sub.ID | https://sub.id/#/ | utilities | -| 59 | SubBridge | https://subbridge.io/ | bridge,evm | -| 60 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 61 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 62 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 63 | TofuNFT | https://tofunft.com/ | nft,evm | -| 64 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 65 | Zenlink | https://app.zenlink.pro | dex,staking | -| 66 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 67 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 51 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 52 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 53 | Singular | https://singular.rmrk.app/ | nft | +| 54 | Singular 2.0 | https://singular.app/ | nft | +| 55 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 56 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 57 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 58 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 59 | Sub.ID | https://sub.id/#/ | utilities | +| 60 | SubBridge | https://subbridge.io/ | bridge,evm | +| 61 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 62 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 63 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 64 | TofuNFT | https://tofunft.com/ | nft,evm | +| 65 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 66 | Zenlink | https://app.zenlink.pro | dex,staking | +| 67 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 68 | xx network Hub | https://hub.xx.network | social,staking,utilities | From badf6721ecb740c17150430ff40de128da9d498b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Jul 2023 10:03:13 +0500 Subject: [PATCH 1237/2142] promote WELL, MFAM --- assets/evm/v2/assets.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 4c8a67793..6a7b0a370 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -437,5 +437,31 @@ "contractAddress": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" } ] + }, + { + "symbol": "WELL", + "precision": 18, + "name": "Moonwell", + "priceId": "moonwell-artemis", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WELL.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x511aB53F793683763E5a8829738301368a2411E3" + } + ] + }, + { + "symbol": "MFAM", + "precision": 18, + "name": "Moonwell Apollo", + "priceId": "moonwell", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MFAM.svg", + "instances": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "contractAddress": "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1" + } + ] } ] From 4c5d0d9c683455004d627d3759a7920c13bbe41a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 3 Jul 2023 10:57:29 +0500 Subject: [PATCH 1238/2142] add TRAC on OTP --- chains/v12/chains_dev.json | 11 +++++++++++ icons/tokens/white/TRAC.svg | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 icons/tokens/white/TRAC.svg diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 3e3bc18eb..1d867aa26 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5550,6 +5550,17 @@ "symbol": "OTP", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } } ], "nodes": [ diff --git a/icons/tokens/white/TRAC.svg b/icons/tokens/white/TRAC.svg new file mode 100644 index 000000000..dae327bcd --- /dev/null +++ b/icons/tokens/white/TRAC.svg @@ -0,0 +1,3 @@ + + + From a47346535d58abe08a772ddcdc240d3b0717cf99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:35:46 +0300 Subject: [PATCH 1239/2142] Update Test data File (#1803) * Update test data file * Update tests/chains_for_testBalance.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> --- tests/chains_for_testBalance.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 794948f95..e999d898e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -149,11 +149,6 @@ "name": "Crust Shadow", "account": "0xa63ad692b7f487b32c9c88ebd3a486e4ccf4aa258093d7c690925c5f62dedf4d" }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "name": "Efinity", - "account": "0x08419d5c2ba357795bf9bd8b3c973d741518fa35c741832db5b5e3ad33a00523" - }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "name": "HydraDX", @@ -368,5 +363,10 @@ "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", "name": "Polkadot Collectives", "account": "0x5270ec35ba01254d8bff046a1a58f16d3ae615c235efd6e99a35f233b2d9df2c" + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "account": "0x5a2e5cc6b13a12fe352bcd49b6e0ad27b6658f2535b5a7f291a8d15f264a1870" } ] \ No newline at end of file From e9177f87782edfd6bd6af6a7f4e6abf5981db049 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:16:52 +0000 Subject: [PATCH 1240/2142] Update chain types --- chains/v2/types/ajuna.json | 6 +++--- chains/v2/types/centrifuge.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/kusama_bridge_hub.json | 2 +- chains/v2/types/polkadex.json | 2 +- chains/v2/types/statemine.json | 2 +- chains/v2/types/zeitgeist.json | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/chains/v2/types/ajuna.json b/chains/v2/types/ajuna.json index 501c6bb87..220d4f2a0 100644 --- a/chains/v2/types/ajuna.json +++ b/chains/v2/types/ajuna.json @@ -1,5 +1,5 @@ { - "runtime_id": 1, + "runtime_id": 119, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "ajuna_runtime.Event": "GenericEvent", - "ajuna_runtime.Call": "GenericCall", + "ajuna_runtime.RuntimeEvent": "GenericEvent", + "ajuna_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index b01ab578b..7025ab07b 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1018, + "runtime_id": 1019, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 9401d351f..7f81f58ac 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama_bridge_hub.json b/chains/v2/types/kusama_bridge_hub.json index 200b405ee..045ae7479 100644 --- a/chains/v2/types/kusama_bridge_hub.json +++ b/chains/v2/types/kusama_bridge_hub.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 775ffb213..08123688d 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 283, + "runtime_id": 284, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index 26cb40ecb..bb952bcbc 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 6bf130a83..ace8783c8 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 45, + "runtime_id": 46, "types": { "Balance": "u128", "Index": "u64", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "zeitgeist_runtime.Event": "GenericEvent", - "zeitgeist_runtime.Call": "GenericCall", + "zeitgeist_runtime.RuntimeEvent": "GenericEvent", + "zeitgeist_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From fa68182367922e3910e57d7d629f3579d9f27c7c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 4 Jul 2023 13:18:53 +0500 Subject: [PATCH 1241/2142] promote TRAC on OTP --- chains/v12/chains.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index fd305c538..0b749e116 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -4949,6 +4949,17 @@ "symbol": "OTP", "precision": 12, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } } ], "nodes": [ From 0cf93a4bb8361d601f234d7081382092f84a67c9 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:58:41 +0100 Subject: [PATCH 1242/2142] Update chains.json --- chains/v11/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v11/chains.json b/chains/v11/chains.json index d10658d82..4af79f023 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5364,7 +5364,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", + "name": "Kabocha", "assets": [ { "assetId": 0, From 5f452ad867b2502ddb9074ff38df8989ff057f8d Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:59:19 +0100 Subject: [PATCH 1243/2142] Update chains_dev.json --- chains/v11/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index d4a6c617a..d59683d76 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6048,7 +6048,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", + "name": "Kabocha", "assets": [ { "assetId": 0, From cf3cd60b6c545acb23dc91e24e1894dbeb7a7bcd Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:59:50 +0100 Subject: [PATCH 1244/2142] Update chains.json --- chains/v12/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index fd305c538..b5071130d 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5384,7 +5384,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", + "name": "Kabocha", "assets": [ { "assetId": 0, From 1524dee350021107cd034ee5172da0c50a9f01d4 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:00:08 +0100 Subject: [PATCH 1245/2142] Update chains_dev.json --- chains/v12/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 1d867aa26..8652fdf7d 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6093,7 +6093,7 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", + "name": "Kabocha", "assets": [ { "assetId": 0, From 55f860a6085669806d54175ac2551e627da7d82e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:11:32 +0000 Subject: [PATCH 1246/2142] Update networks list --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 3c511230c..303c6397d 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 79 -### 💰 All assets 280 -### 🪙 Unique assets: 135 +### 💰 All assets 281 +### 🪙 Unique assets: 136 ### 💫 Cross Chain directions: 277 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 @@ -49,7 +49,7 @@ | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 39 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 40 | Kabocha (PAUSED) | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 40 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 41 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 42 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | 43 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | @@ -65,7 +65,7 @@ | 53 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 54 | Myriad | MYRIA | Explorer | - | | 55 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 56 | OriginTrail Parachain | OTP | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 56 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 57 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | 58 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | 59 | Pendulum | PEN
DOT
USDT | - | - | From b5579eb2c338b835d9dd14effdaa224e174d174b Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Jul 2023 17:33:44 +0500 Subject: [PATCH 1247/2142] add Interlay testnet, add lp tokens --- chains/v12/chains_dev.json | 212 +++++++++++++++++++++ chains/v2/types/interlay_testnet.json | 16 ++ icons/chains/gradient/Interlay_Testnet.svg | 15 ++ 3 files changed, 243 insertions(+) create mode 100644 chains/v2/types/interlay_testnet.json create mode 100644 icons/chains/gradient/Interlay_Testnet.svg diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 8652fdf7d..b1a66828b 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4969,6 +4969,45 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 8, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ @@ -7983,5 +8022,178 @@ "options": [ "testnet" ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] } ] diff --git a/chains/v2/types/interlay_testnet.json b/chains/v2/types/interlay_testnet.json new file mode 100644 index 000000000..a11ac9586 --- /dev/null +++ b/chains/v2/types/interlay_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1024003, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "interlay_runtime_parachain.RuntimeEvent": "GenericEvent", + "interlay_runtime_parachain.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Interlay_Testnet.svg b/icons/chains/gradient/Interlay_Testnet.svg new file mode 100644 index 000000000..cbd8bf29f --- /dev/null +++ b/icons/chains/gradient/Interlay_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 67cbc43ba0ab1721a5f1c26e99e99efd718a28bd Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 5 Jul 2023 19:31:10 +0500 Subject: [PATCH 1248/2142] fix lp Interlay lp tokens --- chains/v12/chains_dev.json | 32 ++++++++++++++++---------------- icons/tokens/white/DOT-iBTC.svg | 15 +++++++++++++++ icons/tokens/white/INTR-USDT.svg | 6 ++++++ icons/tokens/white/iBTC-USDT.svg | 10 ++++++++++ 4 files changed, 47 insertions(+), 16 deletions(-) create mode 100644 icons/tokens/white/DOT-iBTC.svg create mode 100644 icons/tokens/white/INTR-USDT.svg create mode 100644 icons/tokens/white/iBTC-USDT.svg diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index b1a66828b..79ebcd99f 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4972,12 +4972,12 @@ }, { "assetId": 8, - "symbol": "KSM-kBTC", + "symbol": "iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000a000b", + "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false @@ -4985,12 +4985,12 @@ }, { "assetId": 9, - "symbol": "kBTC-USDT", + "symbol": "DOT-iBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000b0102000000", + "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false @@ -4998,12 +4998,12 @@ }, { "assetId": 10, - "symbol": "KSM-KINT", + "symbol": "INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000a000c", + "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false @@ -8142,12 +8142,12 @@ }, { "assetId": 8, - "symbol": "KSM-kBTC", + "symbol": "iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000a000b", + "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false @@ -8155,12 +8155,12 @@ }, { "assetId": 9, - "symbol": "kBTC-USDT", + "symbol": "DOT-iBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000b0102000000", + "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false @@ -8168,12 +8168,12 @@ }, { "assetId": 10, - "symbol": "KSM-KINT", + "symbol": "INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { - "currencyIdScale": "0x03000a000c", + "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false diff --git a/icons/tokens/white/DOT-iBTC.svg b/icons/tokens/white/DOT-iBTC.svg new file mode 100644 index 000000000..ea5876bfe --- /dev/null +++ b/icons/tokens/white/DOT-iBTC.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/INTR-USDT.svg b/icons/tokens/white/INTR-USDT.svg new file mode 100644 index 000000000..d8febd341 --- /dev/null +++ b/icons/tokens/white/INTR-USDT.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tokens/white/iBTC-USDT.svg b/icons/tokens/white/iBTC-USDT.svg new file mode 100644 index 000000000..02cf73459 --- /dev/null +++ b/icons/tokens/white/iBTC-USDT.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From a40f06371c0624e1be7267c15649bcf2dab4f365 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 12:26:12 +0500 Subject: [PATCH 1249/2142] add RMRK on Moonbeam --- assets/evm/v2/assets_dev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index e2e37e0eb..fb5088c72 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -556,5 +556,18 @@ "contractAddress": "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1" } ] + }, + { + "symbol": "xcRMRK", + "precision": 10, + "name": "xcRMRK", + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xECf2ADafF1De8A512f6e8bfe67a2C836EDb25Da3" + } + ] } ] From b7f40973408e64df9ada988932a521e0f0ac32a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:19:31 +0000 Subject: [PATCH 1250/2142] Update chain types --- chains/v2/types/mangatax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index ad7e1ea38..ab4e2fb56 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 3000, + "runtime_id": 3001, "types": { "Balance": "u128", "Index": "u32", From dfe611a784e21e98825168064e34510fc5c24d7a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 13:45:18 +0500 Subject: [PATCH 1251/2142] fix icons for lp tokens --- icons/tokens/white/DOT-iBTC.svg | 26 +++++++++++++------------- icons/tokens/white/INTR-USDT.svg | 8 ++++---- icons/tokens/white/iBTC-USDT.svg | 16 ++++++++-------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/icons/tokens/white/DOT-iBTC.svg b/icons/tokens/white/DOT-iBTC.svg index ea5876bfe..5d0315164 100644 --- a/icons/tokens/white/DOT-iBTC.svg +++ b/icons/tokens/white/DOT-iBTC.svg @@ -1,15 +1,15 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/icons/tokens/white/INTR-USDT.svg b/icons/tokens/white/INTR-USDT.svg index d8febd341..b6cd8094d 100644 --- a/icons/tokens/white/INTR-USDT.svg +++ b/icons/tokens/white/INTR-USDT.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/icons/tokens/white/iBTC-USDT.svg b/icons/tokens/white/iBTC-USDT.svg index 02cf73459..fcdf48727 100644 --- a/icons/tokens/white/iBTC-USDT.svg +++ b/icons/tokens/white/iBTC-USDT.svg @@ -1,10 +1,10 @@ - - - - - - - - + + + + + + + + From 356e8ae7b6c1cb5b09bf1aba4c9c7e5b41565614 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 16:55:00 +0500 Subject: [PATCH 1252/2142] fix lp DOT-iBTC icon --- chains/v12/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 79ebcd99f..4eaf39e98 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4988,7 +4988,7 @@ "symbol": "DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8158,7 +8158,7 @@ "symbol": "DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", From 4f85e5a27545b09dd84067c130342521689db3b2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 18:40:04 +0500 Subject: [PATCH 1253/2142] add qtokens on Interlay and Interlay testnet --- chains/v12/chains_dev.json | 84 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 4eaf39e98..0f0d141f2 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5008,6 +5008,48 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 18, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 18, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 18, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ @@ -8178,6 +8220,48 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 18, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 18, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 18, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ From b436d55e14c2eb1d7dab743ff5f9c61eff90abae Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 19:05:54 +0500 Subject: [PATCH 1254/2142] add KSM, qtokens on Kintsugi and Kintsugi testnet --- chains/v12/chains_dev.json | 98 +++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 0f0d141f2..b018858bb 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1836,6 +1836,48 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 18, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 18, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 18, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ @@ -7274,6 +7316,19 @@ }, { "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, "symbol": "KSM-kBTC", "precision": 18, "type": "orml", @@ -7286,7 +7341,7 @@ } }, { - "assetId": 7, + "assetId": 8, "symbol": "kBTC-USDT", "precision": 18, "type": "orml", @@ -7299,7 +7354,7 @@ } }, { - "assetId": 8, + "assetId": 9, "symbol": "KSM-KINT", "precision": 18, "type": "orml", @@ -7310,6 +7365,45 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x00203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ From aa1f1b292696b680a37635a5edf82f299c8e7b6c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 6 Jul 2023 19:08:32 +0500 Subject: [PATCH 1255/2142] change lp tokens naming --- chains/v12/chains_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index b018858bb..b5db8be99 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1758,7 +1758,7 @@ }, { "assetId": 6, - "symbol": "KSM-kBTC", + "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", @@ -1771,7 +1771,7 @@ }, { "assetId": 7, - "symbol": "kBTC-USDT", + "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", @@ -1784,7 +1784,7 @@ }, { "assetId": 8, - "symbol": "KSM-KINT", + "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", @@ -5014,7 +5014,7 @@ }, { "assetId": 8, - "symbol": "iBTC-USDT", + "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", @@ -5027,7 +5027,7 @@ }, { "assetId": 9, - "symbol": "DOT-iBTC", + "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", @@ -5040,7 +5040,7 @@ }, { "assetId": 10, - "symbol": "INTR-USDT", + "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", @@ -7329,7 +7329,7 @@ }, { "assetId": 7, - "symbol": "KSM-kBTC", + "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", @@ -7342,7 +7342,7 @@ }, { "assetId": 8, - "symbol": "kBTC-USDT", + "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", @@ -7355,7 +7355,7 @@ }, { "assetId": 9, - "symbol": "KSM-KINT", + "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", @@ -8278,7 +8278,7 @@ }, { "assetId": 8, - "symbol": "iBTC-USDT", + "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", @@ -8291,7 +8291,7 @@ }, { "assetId": 9, - "symbol": "DOT-iBTC", + "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", @@ -8304,7 +8304,7 @@ }, { "assetId": 10, - "symbol": "INTR-USDT", + "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", From ce97993979c133a25a2440031e154bffdb15fcc0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 11:39:50 +0500 Subject: [PATCH 1256/2142] update precision for qtokens --- chains/v12/chains_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index b5db8be99..f0a8bba0c 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1840,7 +1840,7 @@ { "assetId": 10, "symbol": "qkBTC", - "precision": 18, + "precision": 8, "priceId": "bitcoin", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", @@ -1854,7 +1854,7 @@ { "assetId": 11, "symbol": "qKSM", - "precision": 18, + "precision": 12, "priceId": "kusama", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", @@ -1868,7 +1868,7 @@ { "assetId": 12, "symbol": "qUSDT", - "precision": 18, + "precision": 6, "priceId": "tether", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", @@ -5054,7 +5054,7 @@ { "assetId": 11, "symbol": "qiBTC", - "precision": 18, + "precision": 8, "priceId": "bitcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", @@ -5068,7 +5068,7 @@ { "assetId": 12, "symbol": "qUSDT", - "precision": 18, + "precision": 6, "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", @@ -5082,7 +5082,7 @@ { "assetId": 13, "symbol": "qDOT", - "precision": 18, + "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", @@ -7369,7 +7369,7 @@ { "assetId": 10, "symbol": "qkBTC", - "precision": 18, + "precision": 8, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { @@ -7382,7 +7382,7 @@ { "assetId": 11, "symbol": "qKSM", - "precision": 18, + "precision": 12, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { @@ -7395,7 +7395,7 @@ { "assetId": 12, "symbol": "qUSDT", - "precision": 18, + "precision": 6, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { @@ -8318,7 +8318,7 @@ { "assetId": 11, "symbol": "qiBTC", - "precision": 18, + "precision": 8, "priceId": "bitcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", @@ -8332,7 +8332,7 @@ { "assetId": 12, "symbol": "qUSDT", - "precision": 18, + "precision": 6, "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", @@ -8346,7 +8346,7 @@ { "assetId": 13, "symbol": "qDOT", - "precision": 18, + "precision": 10, "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", From 328777b6c5c5b57252f04832c63303dd23451ec2 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 13:49:46 +0500 Subject: [PATCH 1257/2142] fix mistype --- chains/v12/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index f0a8bba0c..0100ca173 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7399,7 +7399,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x00203000000", + "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": false From 31028c39f9e290d42ce97a5feb3d6ce53de729c7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 14:17:00 +0500 Subject: [PATCH 1258/2142] * promote qtokens on Interlay, Kintsugi * promote lp tokens on Interlay * rename lp tokens * remove unused tokens from dev --- chains/v12/chains.json | 129 ++++++++++++++++++++++++++++++++++++- chains/v12/chains_dev.json | 46 +------------ 2 files changed, 128 insertions(+), 47 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index c59a00e1f..43057d47f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -3567,7 +3567,7 @@ }, { "assetId": 6, - "symbol": "KSM-kBTC", + "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", @@ -3580,7 +3580,7 @@ }, { "assetId": 7, - "symbol": "kBTC-USDT", + "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", @@ -3593,7 +3593,7 @@ }, { "assetId": 8, - "symbol": "KSM-KINT", + "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", @@ -3603,6 +3603,48 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ @@ -4429,6 +4471,87 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 0100ca173..92aec7f14 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1797,48 +1797,6 @@ }, { "assetId": 9, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 10, "symbol": "qkBTC", "precision": 8, "priceId": "bitcoin", @@ -1852,7 +1810,7 @@ } }, { - "assetId": 11, + "assetId": 10, "symbol": "qKSM", "precision": 12, "priceId": "kusama", @@ -1866,7 +1824,7 @@ } }, { - "assetId": 12, + "assetId": 11, "symbol": "qUSDT", "precision": 6, "priceId": "tether", From 3caf92813b5fda3cc89b462d2b18ac1493b4c465 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 14:58:40 +0500 Subject: [PATCH 1259/2142] add Acala 2 crowdloan --- crowdloan/polkadot-dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 274028e24..7be218621 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -331,5 +331,15 @@ "website": "https://invarch.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg", "rewardRate": 100 + }, + { + "paraid": "3336", + "name": "Acala 2", + "token": "ACA", + "description": "All-in-one DeFi hub of Polkadot", + "website": "https://acala.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "rewardRate": 10, + "customFlow": "Acala" } ] From 1be2a751a58e1ee3b7efb047053b5f61905591ca Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 15:37:15 +0500 Subject: [PATCH 1260/2142] remove reward rate --- crowdloan/polkadot-dev.json | 1 - 1 file changed, 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 7be218621..8a42d1e2a 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -339,7 +339,6 @@ "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", - "rewardRate": 10, "customFlow": "Acala" } ] From 88b0bb6218558f5b15c0df677dac2dec32bb1100 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 7 Jul 2023 17:37:22 +0500 Subject: [PATCH 1261/2142] fix naming --- crowdloan/polkadot-dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 8a42d1e2a..39ca7a2ca 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -334,7 +334,7 @@ }, { "paraid": "3336", - "name": "Acala 2", + "name": "Acala", "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", From 14d2d65edfde11ebeb9b9a3941fc02bbd7a560fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 06:00:10 +0000 Subject: [PATCH 1262/2142] Update networks list --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 303c6397d..f7c4f56b3 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 79 -### 💰 All assets 281 -### 🪙 Unique assets: 136 +### 💰 All assets 290 +### 🪙 Unique assets: 144 ### 💫 Cross Chain directions: 277 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 @@ -47,13 +47,13 @@ | 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 39 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | 40 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 41 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 42 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | 43 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
KSM-kBTC
kBTC-USDT
KSM-KINT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 45 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | 46 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | 47 | Kusama Bridge Hub | KSM | - | - | From c0c38bd5f70067f65aab0f6be6e8f70ac6f7deab Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Jul 2023 11:36:32 +0500 Subject: [PATCH 1263/2142] promote adding Acala paraid --- crowdloan/polkadot.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 27a0c2ab7..fdcff03c7 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -330,5 +330,14 @@ "website": "https://www.peaq.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/peaq.svg", "rewardRate": 140 + }, + { + "paraid": "3336", + "name": "Acala", + "token": "ACA", + "description": "All-in-one DeFi hub of Polkadot", + "website": "https://acala.network/", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "customFlow": "Acala" } ] From 30dd69445fce530434868eb66bb045c608f17db5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:16:11 +0000 Subject: [PATCH 1264/2142] Update chain types --- chains/v2/types/acala.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/polkadex.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index b3c818995..169872132 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2170, + "runtime_id": 2180, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 587cfb395..5de4492e2 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 125, + "runtime_id": 127, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 08123688d..1d83e5a88 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 284, + "runtime_id": 286, "types": { "Balance": "u128", "Index": "u32", From cfd85aced70329c94002a02a5b4feae84603b540 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Jul 2023 15:53:14 +0500 Subject: [PATCH 1265/2142] remove price from qtokens (#1828) --- chains/v12/chains.json | 6 ------ chains/v12/chains_dev.json | 9 --------- 2 files changed, 15 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 43057d47f..003eab95f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -3608,7 +3608,6 @@ "assetId": 9, "symbol": "qkBTC", "precision": 8, - "priceId": "bitcoin", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { @@ -3622,7 +3621,6 @@ "assetId": 10, "symbol": "qKSM", "precision": 12, - "priceId": "kusama", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { @@ -3636,7 +3634,6 @@ "assetId": 11, "symbol": "qUSDT", "precision": 6, - "priceId": "tether", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { @@ -4515,7 +4512,6 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "priceId": "bitcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { @@ -4529,7 +4525,6 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { @@ -4543,7 +4538,6 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 92aec7f14..8f48a48fb 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1799,7 +1799,6 @@ "assetId": 9, "symbol": "qkBTC", "precision": 8, - "priceId": "bitcoin", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { @@ -1813,7 +1812,6 @@ "assetId": 10, "symbol": "qKSM", "precision": 12, - "priceId": "kusama", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { @@ -1827,7 +1825,6 @@ "assetId": 11, "symbol": "qUSDT", "precision": 6, - "priceId": "tether", "type": "orml", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { @@ -5013,7 +5010,6 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "priceId": "bitcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { @@ -5027,7 +5023,6 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { @@ -5041,7 +5036,6 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { @@ -8277,7 +8271,6 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "priceId": "bitcoin", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { @@ -8291,7 +8284,6 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "priceId": "tether", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { @@ -8305,7 +8297,6 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { From 9afa9e5d8686775e104bfe4f03304537b155ede1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 11 Jul 2023 16:39:00 +0500 Subject: [PATCH 1266/2142] promote xcRMRK on Moonbeam (#1817) --- assets/evm/v2/assets.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 6a7b0a370..096100b4b 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -463,5 +463,18 @@ "contractAddress": "0xBb8d88bcD9749636BC4D2bE22aaC4Bb3B01A58F1" } ] + }, + { + "symbol": "xcRMRK", + "precision": 10, + "name": "xcRMRK", + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xECf2ADafF1De8A512f6e8bfe67a2C836EDb25Da3" + } + ] } ] From d0ec630c3fe90e0183d264df3e24a7eaa38ddc08 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 12 Jul 2023 13:17:21 +0500 Subject: [PATCH 1267/2142] Support swap for Acala crowdloan --- crowdloan/polkadot-dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 39ca7a2ca..2d25b0832 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -7,7 +7,8 @@ "website": "https://acala.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", "rewardRate": 10, - "customFlow": "Acala" + "customFlow": "Acala", + "movedToParaId": "3336" }, { "paraid": "2004", From 5535d445df5cddf3fdbe55529a8b787a30ef22b7 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 12 Jul 2023 14:21:45 +0500 Subject: [PATCH 1268/2142] add Efinity to test skip --- tests/data/setting_data.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 5537cdc85..d4eace531 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -5,7 +5,8 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") -skipped_networks = ['Edgeware'] +skipped_networks = ['Edgeware', 'Efinity'] +# Efinity issue: https://app.clickup.com/t/24368000/85ztevf2j network_list = get_network_list('/' + network_file_path) @@ -15,14 +16,14 @@ def get_substrate_chains(): if data.get('name') in skipped_networks: continue options = data.get('options') - + if options is None: substrate_chains.append(Chain(data)) elif 'noSubstrateRuntime' not in options: substrate_chains.append(Chain(data)) else: continue - + return substrate_chains From f88c91120e20214fe181604ff3e116cad67b6488 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 12 Jul 2023 15:12:10 +0500 Subject: [PATCH 1269/2142] label gm and dora netwroks as paused (#1832) --- chains/v12/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 003eab95f..7cde8673f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5313,7 +5313,7 @@ { "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", + "name": "Dora Factory (PAUSED)", "assets": [ { "assetId": 0, @@ -5681,7 +5681,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, From 067d8cf1d6bf6489d750e939ea673b1f00195ac8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 12 Jul 2023 16:43:22 +0500 Subject: [PATCH 1270/2142] add Subquery total rewards periods project to dev --- chains/v12/chains_dev.json | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 8f48a48fb..9788c3f19 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -84,13 +84,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "crowdloans": [ @@ -207,13 +207,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "crowdloans": [ @@ -287,13 +287,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" } ], "crowdloans": [ @@ -1170,7 +1170,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" }, { "type": "etherscan", @@ -1183,7 +1183,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" } ], "governance": [ @@ -2601,13 +2601,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" } ], "governance": [ @@ -3254,7 +3254,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" }, { "type": "etherscan", @@ -3267,7 +3267,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" } ], "governance": [ @@ -4309,13 +4309,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" } ], "governance": [ @@ -5372,13 +5372,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" } ], "governance": [ @@ -5432,13 +5432,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ] }, @@ -5590,13 +5590,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" } ], "governance": [ @@ -6516,13 +6516,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" } ] }, From 8e29473f8fe8419b09568cd2796794e9a8198527 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 12 Jul 2023 19:08:32 +0500 Subject: [PATCH 1271/2142] remove rmrk v1 dapp and rename singular v2.0 --- dapps/dapps_dev.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 83d2c0a63..652f50a73 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -47,21 +47,13 @@ ], "dapps": [ { - "name": "Singular 2.0", + "name": "Singular", "url": "https://singular.app/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", "categories": [ "nft" ] }, - { - "name": "Singular", - "url": "https://singular.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular.svg", - "categories": [ - "nft" - ] - }, { "name": "Kanaria", "url": "https://kanaria.rmrk.app/", From c1c414d656a0dcea49e78bd5e53751fb17cf5fb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:18:05 +0000 Subject: [PATCH 1272/2142] Update chain types --- chains/v2/types/imbue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/imbue.json b/chains/v2/types/imbue.json index 8b34cc0f3..6bee9a2f7 100644 --- a/chains/v2/types/imbue.json +++ b/chains/v2/types/imbue.json @@ -1,5 +1,5 @@ { - "runtime_id": 1037, + "runtime_id": 1038, "types": { "Balance": "u128", "Index": "u32", From 19b09e4121c3e6f36488164fa7d9460b8ce502c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:48:07 +0300 Subject: [PATCH 1273/2142] Update networks list (#1833) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index f7c4f56b3..d00c9406f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -33,7 +33,7 @@ | 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | | 23 | Darwinia | RING
KTON | Subscan | - | -| 24 | Dora Factory | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | | 26 | Efinity (PAUSED) | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | @@ -42,7 +42,7 @@ | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 31 | Frequency | FRQCY | Polkaholic | - | | 32 | GIANT | GIANT | - | - | -| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 33 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | - | | 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | From da1f4e92575f513acfceb1fd59ca551aed4b5e2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 08:14:31 +0000 Subject: [PATCH 1274/2142] Update chain types --- chains/v2/types/Integritee.json | 2 +- chains/v2/types/interlay.json | 2 +- chains/v2/types/kintsugi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/Integritee.json b/chains/v2/types/Integritee.json index 7df47b965..b29e43a2f 100644 --- a/chains/v2/types/Integritee.json +++ b/chains/v2/types/Integritee.json @@ -1,5 +1,5 @@ { - "runtime_id": 29, + "runtime_id": 35, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index a11ac9586..0129e3b0d 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024003, + "runtime_id": 1024004, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 6937946b3..5b9d4fc98 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024000, + "runtime_id": 1024004, "types": { "Balance": "u128", "Index": "u32", From e37155d58039a371ccd7db10c83637c4d52ecd2b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Jul 2023 10:53:46 +0500 Subject: [PATCH 1275/2142] update Efinity --- chains/v12/chains_dev.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 9788c3f19..357fa1e2f 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -4617,7 +4617,6 @@ }, { "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Efinity", "assets": [ { @@ -4632,6 +4631,14 @@ { "url": "wss://rpc.efinity.io", "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From cf1bd3e767b04f0eaa2b8fbaa806e9db07297bbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:16:17 +0000 Subject: [PATCH 1276/2142] Update chain types --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 1d83e5a88..4497817d7 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 286, + "runtime_id": 287, "types": { "Balance": "u128", "Index": "u32", From a53fb76504ab682cb854387dce189868f4674e53 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Jul 2023 17:12:36 +0500 Subject: [PATCH 1277/2142] promote Efinity update --- chains/v12/chains.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 7cde8673f..b013c29a7 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -4117,9 +4117,8 @@ ] }, { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity (PAUSED)", + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", "assets": [ { "assetId": 0, @@ -4137,6 +4136,10 @@ { "url": "wss://efinity-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From 5cf8f4ccfa18b4288bd5730328ed357301bcde13 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 17 Jul 2023 17:30:43 +0500 Subject: [PATCH 1278/2142] removed Efinity from test skip --- tests/data/setting_data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index d4eace531..e0ed6aba5 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -5,8 +5,7 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") -skipped_networks = ['Edgeware', 'Efinity'] -# Efinity issue: https://app.clickup.com/t/24368000/85ztevf2j +skipped_networks = ['Edgeware'] network_list = get_network_list('/' + network_file_path) From 01729b8bdad4f5172329ce26ded09b2f9301b87a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Jul 2023 11:25:46 +0500 Subject: [PATCH 1279/2142] change Moonbeam node order reversive --- chains/v12/chains_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 357fa1e2f..1b1c1c652 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -3211,20 +3211,20 @@ ], "nodes": [ { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" }, { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" } ], "explorers": [ From 76411f12b5fcba31885633b5220bcb6361bb38a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:15:01 +0000 Subject: [PATCH 1280/2142] Update chain types --- chains/v2/types/polkadot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 37a25ed1a..ef7e0065b 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", From 673c6d40cce1ba27c9c5a9582770509a31560012 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 18 Jul 2023 19:09:42 +0500 Subject: [PATCH 1281/2142] promote Acala crowdloan swap --- crowdloan/polkadot.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index fdcff03c7..5d3a4cdf8 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -7,7 +7,8 @@ "website": "https://acala.network/", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", "rewardRate": 10, - "customFlow": "Acala" + "customFlow": "Acala", + "movedToParaId": "3336" }, { "paraid": "2004", From d993395355ce2baaef3dedc0c2af4c95b7fc3958 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 19 Jul 2023 10:44:30 +0500 Subject: [PATCH 1282/2142] Chains v13 --- chains/v13/chains.json | 6726 +++++++++++++++++++++++++++++ chains/v13/chains_dev.json | 8333 ++++++++++++++++++++++++++++++++++++ 2 files changed, 15059 insertions(+) create mode 100644 chains/v13/chains.json create mode 100644 chains/v13/chains_dev.json diff --git a/chains/v13/chains.json b/chains/v13/chains.json new file mode 100644 index 000000000..7cde8673f --- /dev/null +++ b/chains/v13/chains.json @@ -0,0 +1,6726 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + } +] diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json new file mode 100644 index 000000000..1b1c1c652 --- /dev/null +++ b/chains/v13/chains_dev.json @@ -0,0 +1,8333 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden", + "buyProviders": { + "transak": { + "network": "SHIDEN" + } + } + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-worm", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}", + "event": null + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}", + "event": null + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + } +] From 76993bb285ce2f348c5bed592bc0df4db07fb205 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 19 Jul 2023 11:05:36 +0500 Subject: [PATCH 1283/2142] promote Subquery for staking periods to chains v13 --- chains/v13/chains.json | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 7cde8673f..181f829fe 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -83,13 +83,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "crowdloans": [ @@ -205,13 +205,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "crowdloans": [ @@ -284,13 +284,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" } ], "crowdloans": [ @@ -1021,7 +1021,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" }, { "type": "etherscan", @@ -1034,7 +1034,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" } ], "governance": [ @@ -1381,7 +1381,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" }, { "type": "etherscan", @@ -1394,7 +1394,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" } ], "governance": [ @@ -2460,13 +2460,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" } ] }, @@ -3825,13 +3825,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" } ], "governance": [ @@ -4847,13 +4847,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" } ] }, @@ -4897,13 +4897,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ] }, @@ -5043,13 +5043,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" } ] }, @@ -5814,13 +5814,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" } ] }, From 7a900fccee2ba449ebbfeaf238ccfb341cd994c7 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 19 Jul 2023 11:45:11 +0500 Subject: [PATCH 1284/2142] add v13 --- chains/v13/chains.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 7cde8673f..b013c29a7 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -4117,9 +4117,8 @@ ] }, { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity (PAUSED)", + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", "assets": [ { "assetId": 0, @@ -4137,6 +4136,10 @@ { "url": "wss://efinity-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From d7a6bf44b0f6396b5bc53c86cf488ad6555a73dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 08:13:45 +0000 Subject: [PATCH 1285/2142] Update chain types --- chains/v2/types/collectives.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polkadot_bridge_hub.json | 2 +- chains/v2/types/statemint.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/collectives.json b/chains/v2/types/collectives.json index a96e51b67..b2d038636 100644 --- a/chains/v2/types/collectives.json +++ b/chains/v2/types/collectives.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index fe09e5d51..2666f6c0a 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10030, + "runtime_id": 10032, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index a8c53019f..3714971de 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10030, + "runtime_id": 10032, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot_bridge_hub.json b/chains/v2/types/polkadot_bridge_hub.json index 2a1a00352..fa61e787c 100644 --- a/chains/v2/types/polkadot_bridge_hub.json +++ b/chains/v2/types/polkadot_bridge_hub.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index 9dcb20327..660dffe63 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -1,5 +1,5 @@ { - "runtime_id": 9420, + "runtime_id": 9430, "types": { "Balance": "u128", "Index": "u32", From 1ca8cf5903cbba21d3e6d8184888ce0e6e99fddd Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 19 Jul 2023 14:34:19 +0500 Subject: [PATCH 1286/2142] revert back moonbeam node order --- chains/v12/chains_dev.json | 16 ++++++++-------- chains/v13/chains_dev.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 1b1c1c652..357fa1e2f 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -3211,20 +3211,20 @@ ], "nodes": [ { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonbeam.api.onfinality.io/public-ws", "name": "OnFinality node" }, { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 1b1c1c652..357fa1e2f 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -3211,20 +3211,20 @@ ], "nodes": [ { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" }, { "url": "wss://moonbeam.api.onfinality.io/public-ws", "name": "OnFinality node" }, { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" } ], "explorers": [ From 50e139c96a307b92be28f89b1ed90ac32bd9c8a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:15:22 +0000 Subject: [PATCH 1287/2142] Update chain types --- chains/v2/types/calamari.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 60e29013c..88f733055 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4200, + "runtime_id": 4300, "types": { "Balance": "u128", "Index": "u32", From 2fe1f5510119ead3b3f06d8a0ac6b63597f4470e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:16:20 +0000 Subject: [PATCH 1288/2142] Update chain types --- chains/v2/types/bifrost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index f5015c13b..0b1edb395 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 976, + "runtime_id": 978, "types": { "Balance": "u128", "Index": "u32", From 9308ffc0501777e22329ce097fa6a873a25f8b1b Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 21 Jul 2023 18:27:10 +0500 Subject: [PATCH 1289/2142] update Interlay hub naming (#1858) --- dapps/dapps.json | 4 ++-- dapps/dapps_dev.json | 4 ++-- dapps/dapps_full.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 8a1d676c9..a20842d1c 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -388,13 +388,13 @@ ] }, { - "name": "Interlay Hub", + "name": "Interlay Bitcoin DeFi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", "staking", - "crowdloans" + "dex" ] }, { diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 652f50a73..41dc22559 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -624,13 +624,13 @@ ] }, { - "name": "Interlay Hub", + "name": "Interlay Bitcoin DeFi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", "staking", - "crowdloans" + "dex" ] }, { diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index fa3aa522b..823bba359 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -527,13 +527,13 @@ ] }, { - "name": "Interlay Hub", + "name": "Interlay Bitcoin DeFi Hub", "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", "staking", - "crowdloans" + "dex" ] }, { From c492be62ed01cd0ab710e89555ccb87743e7c9c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:27:57 +0000 Subject: [PATCH 1290/2142] Update dapps list --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index ef7468cb5..0f4f29da5 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -22,7 +22,7 @@ | 18 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | | 19 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | | 20 | Impossible Finance | https://invest.impossible.finance/launchpad | dex,evm | -| 21 | Interlay Hub | https://app.interlay.io/ | bridge,staking,crowdloans | +| 21 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | | 22 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | | 23 | Kanaria | https://kanaria.rmrk.app/ | nft | | 24 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | From 996e425ec008c81e703ac1a0dc276f40f50da74f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 08:15:43 +0000 Subject: [PATCH 1291/2142] Update chain types --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 4497817d7..228262f55 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 287, + "runtime_id": 289, "types": { "Balance": "u128", "Index": "u32", From f85a92f92fb1ba2d95c8c5325a17a9932c8ae398 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:16:57 +0300 Subject: [PATCH 1292/2142] Update chain types (#1864) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- chains/v2/types/parallel_heiko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/parallel_heiko.json b/chains/v2/types/parallel_heiko.json index 634b224a2..e4e772348 100644 --- a/chains/v2/types/parallel_heiko.json +++ b/chains/v2/types/parallel_heiko.json @@ -1,5 +1,5 @@ { - "runtime_id": 198, + "runtime_id": 200, "types": { "Balance": "u128", "Index": "u32", From 8b5021ba1363014a145c471c4da6b791c26b81a9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:18:16 +0300 Subject: [PATCH 1293/2142] Update urls in configs (#1844) * update nova-wallet to novasama (only for dev) * update github workflow * fix typo * test * fix shell for pull request action * fix secrets location * adding v13 dev file * remove test trigger * fix PRs body --- .../workflows/make-pull-request/action.yml | 15 +- .github/workflows/pull_request_for_xcm.yaml | 2 + .github/workflows/update_network_list.yaml | 6 +- .github/workflows/update_type_files.yaml | 4 - .github/workflows/update_xcm_data.yaml | 2 +- README.md | 6 +- assets/evm/v1/assets_dev.json | 60 +- assets/evm/v2/assets_dev.json | 76 +- chains/chains_dev.json | 88 +- chains/v10/chains_dev.json | 958 +++++++-------- chains/v11/chains_dev.json | 1040 ++++++++-------- chains/v12/chains_dev.json | 1094 ++++++++--------- chains/v13/chains_dev.json | 1094 ++++++++--------- chains/v2/chains_dev.json | 368 +++--- chains/v3/chains_dev.json | 450 +++---- chains/v4/chains_dev.json | 550 ++++----- chains/v5/chains_dev.json | 798 ++++++------ chains/v6/chains_dev.json | 852 ++++++------- chains/v7/chains_dev.json | 882 ++++++------- chains/v8/chains_dev.json | 910 +++++++------- chains/v9/chains_dev.json | 944 +++++++------- crowdloan/polkadot-dev.json | 80 +- crowdloan/rococo.json | 20 +- dapps/dapps_dev.json | 154 +-- governance/dapps_dev.json | 76 +- governance/v2/dapps_dev.json | 76 +- scripts/print_xcm_changes.py | 2 +- 27 files changed, 5300 insertions(+), 5307 deletions(-) diff --git a/.github/workflows/make-pull-request/action.yml b/.github/workflows/make-pull-request/action.yml index 48f63290b..eaf0972dc 100644 --- a/.github/workflows/make-pull-request/action.yml +++ b/.github/workflows/make-pull-request/action.yml @@ -45,14 +45,9 @@ runs: github_token: ${{ inputs.github-token }} branch: refs/heads/${{ inputs.branch-name }} - - uses: repo-sync/pull-request@v2 + - name: create pull request if: steps.commit.outcome == 'success' - name: pull-request - with: - source_branch: ${{ inputs.branch-name }} - destination_branch: "master" - pr_title: ${{ inputs.pr-title }} - pr_body: ${{ inputs.pr-body }} - pr_reviewer: ${{ inputs.pr-reviewer }} - pr_draft: false - github_token: ${{ inputs.github-token }} + run: gh pr create --base master --head ${{ inputs.branch-name }} --title '${{ inputs.pr-title }}' --body '${{ inputs.pr-body }}' --reviewer ${{ inputs.pr-reviewer }} + env: + GITHUB_TOKEN: ${{ inputs.github-token }} + shell: bash diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index d67ecd737..40babaf58 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -4,6 +4,8 @@ on: pull_request: paths: - 'xcm/**' + pull_request_target: + types: [labeled] jobs: create-comment-with-changes: diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 7bd1178a0..ea52235bf 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -74,7 +74,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} branch-name: update-networks-${{github.run_number}} pr-title: Update network list - pr-body: Update networks list in https://github.com/nova-wallet/nova-utils/tree/master/chains + pr-body: Update networks list in https://github.com/novasamatech/nova-utils/tree/master/chains dapps_update: @@ -101,7 +101,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} branch-name: update-dapps-${{github.run_number}} pr-title: Update Dapps list - pr-body: Update dapps list in https://github.com/nova-wallet/nova-utils/tree/master/dapps + pr-body: Update dapps list in https://github.com/novasamatech/nova-utils/tree/master/dapps test_json_update: runs-on: ubuntu-latest @@ -127,7 +127,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} branch-name: update-tests-${{github.run_number}} pr-title: Update Test data File - pr-body: Update test data file + pr-body: Update test data file ./tests/chains_for_testBalance.json xcm_table_update: diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml index 4e6df44f3..6df30d609 100644 --- a/.github/workflows/update_type_files.yaml +++ b/.github/workflows/update_type_files.yaml @@ -32,7 +32,3 @@ jobs: pr-body: This PR was generated automatically by the GitHub Action, **update-types**. Feel free to close this PR if the changes are not needed. - - If you would like to recreate this PR, check the box below. - - - [ ] Re-create this PR diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 05eda137a..c716ecb23 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -70,7 +70,7 @@ jobs: with: commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients - github-token: ${{ secrets.PAT_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} pr-reviewer: ${{ env.PR_REVIEWER }} branch-name: update-xcm-coefficients-${{github.run_number}} pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env diff --git a/README.md b/README.md index 775fd7c5e..f776d1b27 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Note: For better UX in your app its recommended to 1. prepare UI states & logic when this information cannot be fetched due to github unavailability 2. cache the data to cover part of the issue of 1. -### [List of supported networks](https://github.com/nova-wallet/nova-utils/tree/master/chains#supported-networks--assets-data) -### [List of supported dapps](https://github.com/nova-wallet/nova-utils/tree/master/dapps#list-of-supported-dapps) +### [List of supported networks](https://github.com/novasamatech/nova-utils/tree/master/chains#supported-networks--assets-data) +### [List of supported dapps](https://github.com/novasamatech/nova-utils/tree/master/dapps#list-of-supported-dapps) ## Modules #### Crowdloan @@ -27,7 +27,7 @@ Contains JSON file with networks info: its token (ticker, precision), types, ava #### Dapps Contains JSON file with featured DApps -Note: To submit a DApp make sure it's not already in [DApps list](https://github.com/nova-wallet/nova-utils/tree/master/dapps#list-of-supported-networks) and if not submit a PR to repository. +Note: To submit a DApp make sure it's not already in [DApps list](https://github.com/novasamatech/nova-utils/tree/master/dapps#list-of-supported-networks) and if not submit a PR to repository. #### Icons Contains the iconography for the different parachains and DApp's. diff --git a/assets/evm/v1/assets_dev.json b/assets/evm/v1/assets_dev.json index 81cebef70..26ef3ec92 100644 --- a/assets/evm/v1/assets_dev.json +++ b/assets/evm/v1/assets_dev.json @@ -4,7 +4,7 @@ "precision": 6, "name": "Tether USD", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -21,7 +21,7 @@ "precision": 6, "name": "USD Coin", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -38,7 +38,7 @@ "precision": 18, "name": "Binance-Peg BUSD Token", "priceId": "binance-usd", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUSD.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -51,7 +51,7 @@ "precision": 18, "name": "Matic", "priceId": "matic-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -64,7 +64,7 @@ "precision": 18, "name": "Dai Stablecoin", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -81,7 +81,7 @@ "precision": 18, "name": "Avalanche", "priceId": "avalanche-2", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -94,7 +94,7 @@ "precision": 8, "name": "Wrapped BTC", "priceId": "wrapped-bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -107,7 +107,7 @@ "precision": 18, "name": "Frax", "priceId": "frax", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -124,7 +124,7 @@ "precision": 18, "name": "Fantom", "priceId": "fantom", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FTM.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -137,7 +137,7 @@ "precision": 18, "name": "Frax Share", "priceId": "frax-share", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FXS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -154,7 +154,7 @@ "precision": 18, "name": "Wrapped GLMR", "priceId": "wrapped-moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -167,7 +167,7 @@ "precision": 18, "name": "BOBA Token", "priceId": "boba-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BOBA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -180,7 +180,7 @@ "precision": 18, "name": "BEPRO Network", "priceId": "bepro-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEPRO.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -192,7 +192,7 @@ "symbol": "mbXEN", "precision": 18, "name": "XEN Crypto", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/mbXEN.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -205,7 +205,7 @@ "precision": 18, "name": "Convergence", "priceId": "convergence", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CONV.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -218,7 +218,7 @@ "precision": 18, "name": "Beamswap Token", "priceId": "beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLINT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -231,7 +231,7 @@ "precision": 18, "name": "Energyfi Token", "priceId": "energyfi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EFT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -244,7 +244,7 @@ "precision": 18, "name": "Impossible Decentralized Incubator Access Token", "priceId": "idia", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/IDIA.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -256,7 +256,7 @@ "symbol": "WMOVR", "precision": 18, "name": "Wrapped MOVR", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -269,7 +269,7 @@ "precision": 18, "name": "Crowns", "priceId": "crowns", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CWS.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -282,7 +282,7 @@ "precision": 18, "name": "Zenlink Network Token", "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -295,7 +295,7 @@ "precision": 18, "name": "SolarBeam Token", "priceId": "solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SOLAR.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -308,7 +308,7 @@ "precision": 18, "name": "HYDRO TOKEN", "priceId": "hydro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HYDRO.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -321,7 +321,7 @@ "precision": 18, "name": "RiverBoat", "priceId": "riverboat", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RIB.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -334,7 +334,7 @@ "precision": 18, "name": "MoonBeans", "priceId": "moonbeans", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEANS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -351,7 +351,7 @@ "precision": 18, "name": "Space Token", "priceId": "space-token-bsc", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SPACE.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -364,7 +364,7 @@ "precision": 18, "name": "StellaSwap", "priceId": "stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STELLA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -377,7 +377,7 @@ "precision": 18, "name": "Binance", "priceId": "binancecoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -390,7 +390,7 @@ "precision": 18, "name": "Ethereum", "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -402,7 +402,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index fb5088c72..26ad19bb0 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -4,7 +4,7 @@ "precision": 6, "name": "Tether USD", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -25,7 +25,7 @@ "precision": 6, "name": "USD Coin", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -46,7 +46,7 @@ "precision": 18, "name": "Binance-Peg BUSD Token", "priceId": "binance-usd", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUSD.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -67,7 +67,7 @@ "precision": 18, "name": "Matic", "priceId": "matic-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -88,7 +88,7 @@ "precision": 18, "name": "Dai Stablecoin", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -113,7 +113,7 @@ "precision": 18, "name": "Avalanche", "priceId": "avalanche-2", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -130,7 +130,7 @@ "precision": 8, "name": "Wrapped BTC", "priceId": "wrapped-bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -147,7 +147,7 @@ "precision": 18, "name": "Frax", "priceId": "frax", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -168,7 +168,7 @@ "precision": 18, "name": "Fantom", "priceId": "fantom", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FTM.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -181,7 +181,7 @@ "precision": 18, "name": "Frax Share", "priceId": "frax-share", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FXS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -198,7 +198,7 @@ "precision": 18, "name": "Wrapped GLMR", "priceId": "wrapped-moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -211,7 +211,7 @@ "precision": 18, "name": "BOBA Token", "priceId": "boba-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BOBA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BOBA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -224,7 +224,7 @@ "precision": 18, "name": "BEPRO Network", "priceId": "bepro-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEPRO.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -236,7 +236,7 @@ "symbol": "mbXEN", "precision": 18, "name": "XEN Crypto", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/mbXEN.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -249,7 +249,7 @@ "precision": 18, "name": "Convergence", "priceId": "convergence", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CONV.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -262,7 +262,7 @@ "precision": 18, "name": "Beamswap Token", "priceId": "beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLINT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -275,7 +275,7 @@ "precision": 18, "name": "Energyfi Token", "priceId": "energyfi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EFT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -288,7 +288,7 @@ "precision": 18, "name": "Impossible Decentralized Incubator Access Token", "priceId": "idia", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/IDIA.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -300,7 +300,7 @@ "symbol": "WMOVR", "precision": 18, "name": "Wrapped MOVR", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -313,7 +313,7 @@ "precision": 18, "name": "Crowns", "priceId": "crowns", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CWS.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -326,7 +326,7 @@ "precision": 18, "name": "Zenlink Network Token", "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -339,7 +339,7 @@ "precision": 18, "name": "SolarBeam Token", "priceId": "solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SOLAR.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -352,7 +352,7 @@ "precision": 18, "name": "HYDRO TOKEN", "priceId": "hydro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HYDRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HYDRO.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -365,7 +365,7 @@ "precision": 18, "name": "RiverBoat", "priceId": "riverboat", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RIB.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -378,7 +378,7 @@ "precision": 18, "name": "MoonBeans", "priceId": "moonbeans", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEANS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -395,7 +395,7 @@ "precision": 18, "name": "Space Token", "priceId": "space-token-bsc", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SPACE.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SPACE.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -408,7 +408,7 @@ "precision": 18, "name": "StellaSwap", "priceId": "stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STELLA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -421,7 +421,7 @@ "precision": 18, "name": "Binance", "priceId": "binancecoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -438,7 +438,7 @@ "precision": 18, "name": "Ethereum", "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -454,7 +454,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -467,7 +467,7 @@ "precision": 8, "name": "Hex", "priceId": "hex", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HEX.svg", "instances": [ { "chainId": "eip155:1", @@ -480,7 +480,7 @@ "precision": 18, "name": "Lido Staked Ether", "priceId": "staked-ether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stETH.svg", "instances": [ { "chainId": "eip155:1", @@ -493,7 +493,7 @@ "precision": 18, "name": "Uniswap", "priceId": "uniswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/UNI.svg", "instances": [ { "chainId": "eip155:1", @@ -510,7 +510,7 @@ "precision": 18, "name": "Tether USD", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "instances": [ { "chainId": "eip155:56", @@ -523,7 +523,7 @@ "precision": 18, "name": "USD Coin", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", "instances": [ { "chainId": "eip155:56", @@ -536,7 +536,7 @@ "precision": 18, "name": "Moonwell", "priceId": "moonwell-artemis", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WELL.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WELL.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -549,7 +549,7 @@ "precision": 18, "name": "Moonwell Apollo", "priceId": "moonwell", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MFAM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MFAM.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -562,7 +562,7 @@ "precision": 10, "name": "xcRMRK", "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", diff --git a/chains/chains_dev.json b/chains/chains_dev.json index 31604e5cd..503e15d10 100644 --- a/chains/chains_dev.json +++ b/chains/chains_dev.json @@ -39,10 +39,10 @@ "event": "https://polkascan.io/polkadot/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -56,7 +56,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -107,10 +107,10 @@ "account": "https://sub.id/#/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -124,7 +124,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -168,10 +168,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -185,7 +185,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -209,16 +209,16 @@ "name": "Laminar Test Node" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkadot.json", "overridesCommon": true }, "externalApi": { "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/rococo.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/rococo.json" } }, "options": [ @@ -261,10 +261,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/statemine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -306,7 +306,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -317,7 +317,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -339,10 +339,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -387,10 +387,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -429,10 +429,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -456,16 +456,16 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/polkatrain.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkatrain.json", "overridesCommon": true }, "externalApi": { "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkatrain.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkatrain.json" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 0, "options": [ "crowdloans", @@ -506,7 +506,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5 }, { @@ -536,7 +536,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -547,7 +547,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -571,10 +571,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/subsocial.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -599,10 +599,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/parallel.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -627,10 +627,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -654,7 +654,7 @@ "name": "OnFinality node" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 42 }, { @@ -679,10 +679,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -715,7 +715,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -748,10 +748,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/kilt.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -779,10 +779,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/kilt.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38, "options": [ "testnet" @@ -826,10 +826,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/calamari.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 } ] diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 1ddf44ff0..0c378fbe9 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -89,7 +89,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -113,7 +113,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -176,10 +176,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -198,7 +198,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -228,7 +228,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -254,10 +254,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -276,7 +276,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -303,13 +303,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -334,10 +334,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -353,7 +353,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -362,7 +362,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -372,7 +372,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -382,7 +382,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -392,7 +392,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -402,7 +402,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -413,7 +413,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -457,7 +457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -468,7 +468,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -480,14 +480,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -501,7 +501,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -516,7 +516,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -530,7 +530,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -545,7 +545,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -559,7 +559,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -600,7 +600,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -613,7 +613,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -626,7 +626,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -640,7 +640,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -654,7 +654,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -667,7 +667,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -681,7 +681,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -695,7 +695,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -709,7 +709,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -723,7 +723,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -736,7 +736,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -750,7 +750,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -764,7 +764,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -778,7 +778,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -792,7 +792,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -806,7 +806,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -820,7 +820,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -852,7 +852,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -889,7 +889,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -905,7 +905,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -919,7 +919,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -930,7 +930,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -941,7 +941,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -952,7 +952,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -963,7 +963,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -974,7 +974,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -985,7 +985,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -996,7 +996,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1007,7 +1007,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1018,7 +1018,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1028,7 +1028,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1039,7 +1039,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1050,7 +1050,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1061,7 +1061,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1072,7 +1072,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1083,7 +1083,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1094,7 +1094,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1138,7 +1138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1174,7 +1174,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1191,13 +1191,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1224,10 +1224,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1243,7 +1243,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1257,7 +1257,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1268,7 +1268,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1279,7 +1279,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1290,7 +1290,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1301,7 +1301,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1312,7 +1312,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1323,7 +1323,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1334,7 +1334,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1345,7 +1345,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1356,7 +1356,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1393,10 +1393,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1426,7 +1426,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1434,7 +1434,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1449,7 +1449,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1464,7 +1464,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1478,7 +1478,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1492,7 +1492,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1505,7 +1505,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1519,7 +1519,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1533,7 +1533,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1547,7 +1547,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1560,7 +1560,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1584,7 +1584,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1618,7 +1618,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1635,7 +1635,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1649,7 +1649,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1663,7 +1663,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1677,7 +1677,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1691,7 +1691,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1705,7 +1705,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1718,7 +1718,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1731,7 +1731,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1744,7 +1744,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1758,7 +1758,7 @@ "precision": 10, "priceId": "interlay", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1772,7 +1772,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1786,7 +1786,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1819,7 +1819,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1830,7 +1830,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1842,7 +1842,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1861,7 +1861,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1890,7 +1890,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1902,7 +1902,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1910,7 +1910,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1921,7 +1921,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1932,7 +1932,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1942,7 +1942,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1953,7 +1953,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1964,7 +1964,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1975,7 +1975,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1986,7 +1986,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1997,7 +1997,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2010,7 +2010,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2034,7 +2034,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2050,7 +2050,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2058,7 +2058,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2072,7 +2072,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2085,7 +2085,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2099,7 +2099,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2113,7 +2113,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2150,7 +2150,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2167,7 +2167,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2182,7 +2182,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2197,7 +2197,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2234,7 +2234,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2250,7 +2250,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2258,7 +2258,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2269,7 +2269,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2280,7 +2280,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2291,7 +2291,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2302,7 +2302,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2313,7 +2313,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2324,7 +2324,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2334,7 +2334,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2345,7 +2345,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2355,7 +2355,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2393,7 +2393,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2413,7 +2413,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2425,7 +2425,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2457,7 +2457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2474,7 +2474,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2488,7 +2488,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2506,10 +2506,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2524,7 +2524,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2553,7 +2553,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2579,7 +2579,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2594,7 +2594,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2617,7 +2617,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2645,7 +2645,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2658,13 +2658,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2694,7 +2694,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2705,7 +2705,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2721,7 +2721,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2729,7 +2729,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2743,7 +2743,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2757,7 +2757,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2771,7 +2771,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2785,7 +2785,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2799,7 +2799,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2812,7 +2812,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2825,7 +2825,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2839,7 +2839,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2853,7 +2853,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2867,7 +2867,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2881,7 +2881,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2895,7 +2895,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2948,7 +2948,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2968,7 +2968,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2982,7 +2982,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2990,7 +2990,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3013,10 +3013,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -3032,7 +3032,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -3046,7 +3046,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3057,7 +3057,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3068,7 +3068,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3079,7 +3079,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3090,7 +3090,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3101,7 +3101,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3112,7 +3112,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3124,7 +3124,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3135,7 +3135,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3146,7 +3146,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3190,7 +3190,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3220,7 +3220,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3236,7 +3236,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3306,7 +3306,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -3322,7 +3322,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3351,7 +3351,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", @@ -3369,7 +3369,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -3380,7 +3380,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -3391,7 +3391,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -3425,10 +3425,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -3440,7 +3440,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3454,7 +3454,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3465,7 +3465,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3476,7 +3476,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3487,7 +3487,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3498,7 +3498,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3509,7 +3509,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3520,7 +3520,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3531,7 +3531,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3542,7 +3542,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3580,7 +3580,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3600,7 +3600,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3616,7 +3616,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3624,7 +3624,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3635,7 +3635,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3646,7 +3646,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3657,7 +3657,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3668,7 +3668,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3679,7 +3679,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3689,7 +3689,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3699,7 +3699,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3709,7 +3709,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3719,7 +3719,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3729,7 +3729,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3740,7 +3740,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3751,7 +3751,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3762,7 +3762,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3772,7 +3772,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3783,7 +3783,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3794,7 +3794,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3824,7 +3824,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3844,7 +3844,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3859,7 +3859,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3883,7 +3883,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3894,7 +3894,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3907,7 +3907,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3915,7 +3915,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3949,7 +3949,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3960,7 +3960,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3972,7 +3972,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -3980,7 +3980,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -4015,7 +4015,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -4035,7 +4035,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -4051,7 +4051,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4078,7 +4078,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -4089,7 +4089,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -4101,7 +4101,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -4128,7 +4128,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -4139,7 +4139,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -4156,7 +4156,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -4170,7 +4170,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -4204,7 +4204,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -4220,7 +4220,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4247,7 +4247,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4258,7 +4258,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4273,7 +4273,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4298,7 +4298,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4309,7 +4309,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4322,7 +4322,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4349,7 +4349,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4369,7 +4369,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4385,7 +4385,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4416,7 +4416,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4427,7 +4427,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4440,7 +4440,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4471,7 +4471,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4488,7 +4488,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4504,7 +4504,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4531,7 +4531,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4542,7 +4542,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4558,14 +4558,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4580,7 +4580,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4593,7 +4593,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4607,7 +4607,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4621,7 +4621,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4635,7 +4635,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4649,7 +4649,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4663,7 +4663,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4696,7 +4696,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4713,7 +4713,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4729,7 +4729,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4743,7 +4743,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4757,7 +4757,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4771,7 +4771,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4785,7 +4785,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4799,7 +4799,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4813,7 +4813,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4827,7 +4827,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4861,7 +4861,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4872,7 +4872,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4885,7 +4885,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4916,7 +4916,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4927,7 +4927,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4938,7 +4938,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4948,10 +4948,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -4967,7 +4967,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4990,7 +4990,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -5001,7 +5001,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -5017,7 +5017,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -5025,7 +5025,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -5039,7 +5039,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5053,7 +5053,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -5067,7 +5067,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -5080,7 +5080,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -5093,7 +5093,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -5107,7 +5107,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -5127,7 +5127,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -5166,7 +5166,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -5182,7 +5182,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5200,7 +5200,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -5217,7 +5217,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -5229,7 +5229,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -5252,7 +5252,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -5272,7 +5272,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50, "options": [ "governance-v1" @@ -5288,7 +5288,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5310,7 +5310,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5336,7 +5336,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5351,7 +5351,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -5368,7 +5368,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5379,7 +5379,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5392,7 +5392,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5400,7 +5400,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5414,7 +5414,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5443,7 +5443,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5454,7 +5454,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5466,7 +5466,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5488,7 +5488,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5499,7 +5499,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5512,7 +5512,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5543,7 +5543,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5554,7 +5554,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5566,7 +5566,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5584,7 +5584,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5595,7 +5595,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5607,7 +5607,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5621,7 +5621,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5635,7 +5635,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5669,10 +5669,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5685,7 +5685,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5695,10 +5695,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5712,7 +5712,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5722,10 +5722,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5740,7 +5740,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5759,10 +5759,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5777,7 +5777,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5787,7 +5787,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5798,7 +5798,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -5820,7 +5820,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5837,7 +5837,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5848,7 +5848,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5860,7 +5860,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5884,7 +5884,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5904,7 +5904,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -5920,7 +5920,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5951,7 +5951,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -5962,7 +5962,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5974,7 +5974,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5991,7 +5991,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -6002,7 +6002,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -6013,7 +6013,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -6023,10 +6023,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6042,7 +6042,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -6059,7 +6059,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -6070,7 +6070,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -6082,13 +6082,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -6101,7 +6101,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -6133,7 +6133,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -6144,7 +6144,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -6156,7 +6156,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -6183,10 +6183,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -6202,7 +6202,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6234,10 +6234,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -6250,7 +6250,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6268,10 +6268,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6286,7 +6286,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6296,10 +6296,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6313,7 +6313,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6331,10 +6331,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6351,7 +6351,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6385,10 +6385,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6400,7 +6400,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6425,10 +6425,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6440,7 +6440,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6459,10 +6459,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6473,7 +6473,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6483,10 +6483,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6501,7 +6501,7 @@ "symbol": "KSM", "precision": 12, "staking": "relaychain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6511,7 +6511,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6534,7 +6534,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6551,7 +6551,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6576,10 +6576,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6591,7 +6591,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6609,10 +6609,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6624,7 +6624,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6642,10 +6642,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6657,7 +6657,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6697,10 +6697,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6713,14 +6713,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6744,10 +6744,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6758,7 +6758,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6776,10 +6776,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6795,7 +6795,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6813,10 +6813,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6829,7 +6829,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6847,10 +6847,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6863,7 +6863,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6876,7 +6876,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6889,7 +6889,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6902,7 +6902,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6915,7 +6915,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6928,7 +6928,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6941,7 +6941,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6954,7 +6954,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6970,10 +6970,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -6988,7 +6988,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -7002,10 +7002,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -7017,7 +7017,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -7027,10 +7027,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -7042,7 +7042,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7071,7 +7071,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", @@ -7087,7 +7087,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -7116,7 +7116,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -7131,7 +7131,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7149,10 +7149,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -7164,7 +7164,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -7178,10 +7178,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -7194,14 +7194,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7222,10 +7222,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -7241,14 +7241,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -7278,10 +7278,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index d59683d76..535938b54 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -71,10 +71,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -93,7 +93,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -124,7 +124,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -191,10 +191,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -213,7 +213,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -242,7 +242,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -268,10 +268,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -290,7 +290,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -317,13 +317,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -348,10 +348,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -367,7 +367,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -376,7 +376,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -386,7 +386,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -396,7 +396,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -406,7 +406,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -416,7 +416,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -427,7 +427,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -471,7 +471,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -482,7 +482,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -494,14 +494,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -515,7 +515,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -530,7 +530,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -544,7 +544,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -559,7 +559,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -601,7 +601,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -614,7 +614,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -627,7 +627,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -640,7 +640,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -654,7 +654,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -668,7 +668,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -681,7 +681,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -695,7 +695,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -709,7 +709,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -723,7 +723,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -737,7 +737,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -750,7 +750,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -764,7 +764,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -778,7 +778,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -792,7 +792,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -806,7 +806,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -820,7 +820,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -834,7 +834,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -866,7 +866,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -903,7 +903,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -919,7 +919,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -933,7 +933,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -944,7 +944,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -955,7 +955,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -966,7 +966,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -977,7 +977,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -988,7 +988,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -999,7 +999,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1010,7 +1010,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1021,7 +1021,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1032,7 +1032,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1042,7 +1042,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1053,7 +1053,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1064,7 +1064,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1075,7 +1075,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1086,7 +1086,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1097,7 +1097,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1108,7 +1108,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1152,7 +1152,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1188,7 +1188,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1205,13 +1205,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1238,10 +1238,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1257,7 +1257,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1271,7 +1271,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1282,7 +1282,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1293,7 +1293,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1304,7 +1304,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1315,7 +1315,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1326,7 +1326,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1337,7 +1337,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1348,7 +1348,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1359,7 +1359,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1370,7 +1370,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1407,10 +1407,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1440,7 +1440,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1448,7 +1448,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1463,7 +1463,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1478,7 +1478,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1492,7 +1492,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1506,7 +1506,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1519,7 +1519,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1533,7 +1533,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1547,7 +1547,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1561,7 +1561,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1574,7 +1574,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1588,7 +1588,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1612,7 +1612,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1646,7 +1646,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1663,7 +1663,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1677,7 +1677,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1691,7 +1691,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1705,7 +1705,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1719,7 +1719,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1733,7 +1733,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1746,7 +1746,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1759,7 +1759,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1772,7 +1772,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1786,7 +1786,7 @@ "precision": 10, "priceId": "interlay", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1800,7 +1800,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1814,7 +1814,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1847,7 +1847,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1858,7 +1858,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1870,7 +1870,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1889,7 +1889,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1918,7 +1918,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1930,7 +1930,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1938,7 +1938,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1949,7 +1949,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1960,7 +1960,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1970,7 +1970,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1981,7 +1981,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1992,7 +1992,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2003,7 +2003,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2014,7 +2014,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2025,7 +2025,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2038,7 +2038,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2062,7 +2062,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2078,7 +2078,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2086,7 +2086,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2100,7 +2100,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2113,7 +2113,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2127,7 +2127,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2141,7 +2141,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2178,7 +2178,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2195,7 +2195,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2210,7 +2210,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2225,7 +2225,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2259,7 +2259,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2275,7 +2275,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2283,7 +2283,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2294,7 +2294,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2305,7 +2305,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2316,7 +2316,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2327,7 +2327,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2338,7 +2338,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2349,7 +2349,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2359,7 +2359,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2370,7 +2370,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2380,7 +2380,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2418,7 +2418,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2438,7 +2438,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2450,7 +2450,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2482,7 +2482,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2499,7 +2499,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2513,7 +2513,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2531,10 +2531,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2549,7 +2549,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2578,7 +2578,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2604,7 +2604,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2619,7 +2619,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2642,7 +2642,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2670,7 +2670,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2683,13 +2683,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2719,7 +2719,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2730,7 +2730,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2746,7 +2746,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2754,7 +2754,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2768,7 +2768,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2782,7 +2782,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2796,7 +2796,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2810,7 +2810,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2824,7 +2824,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2837,7 +2837,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2850,7 +2850,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2864,7 +2864,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2878,7 +2878,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2892,7 +2892,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2906,7 +2906,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2920,7 +2920,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2934,7 +2934,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2987,7 +2987,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -3007,7 +3007,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -3021,7 +3021,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -3029,7 +3029,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3052,10 +3052,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -3071,7 +3071,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -3085,7 +3085,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3096,7 +3096,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3107,7 +3107,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3118,7 +3118,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3129,7 +3129,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3140,7 +3140,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3151,7 +3151,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3163,7 +3163,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3174,7 +3174,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3185,7 +3185,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3229,7 +3229,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3259,7 +3259,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3275,7 +3275,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3345,7 +3345,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -3361,7 +3361,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3390,7 +3390,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", @@ -3408,7 +3408,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -3419,7 +3419,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -3430,7 +3430,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -3464,10 +3464,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -3479,7 +3479,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3493,7 +3493,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3504,7 +3504,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3515,7 +3515,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3526,7 +3526,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3537,7 +3537,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3548,7 +3548,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3559,7 +3559,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3570,7 +3570,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3581,7 +3581,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3619,7 +3619,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3639,7 +3639,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3655,7 +3655,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3663,7 +3663,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3674,7 +3674,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3685,7 +3685,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3696,7 +3696,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3707,7 +3707,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3718,7 +3718,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3728,7 +3728,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3738,7 +3738,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3748,7 +3748,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3758,7 +3758,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3768,7 +3768,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3779,7 +3779,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3790,7 +3790,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3801,7 +3801,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3811,7 +3811,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3822,7 +3822,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3833,7 +3833,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3863,7 +3863,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3883,7 +3883,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3898,7 +3898,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3922,7 +3922,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3933,7 +3933,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3946,7 +3946,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3954,7 +3954,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3988,7 +3988,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3999,7 +3999,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -4011,7 +4011,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -4019,7 +4019,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -4054,7 +4054,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -4074,7 +4074,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -4090,7 +4090,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4117,7 +4117,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -4128,7 +4128,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -4140,7 +4140,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -4148,7 +4148,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4162,7 +4162,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4176,7 +4176,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4209,7 +4209,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -4220,7 +4220,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -4237,7 +4237,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" }, { "assetId": 1, @@ -4245,7 +4245,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0500000000", "currencyIdType": "zeitgeist_primitives.asset.Asset", @@ -4265,7 +4265,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -4305,7 +4305,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -4321,7 +4321,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4348,7 +4348,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4359,7 +4359,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4374,7 +4374,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4399,7 +4399,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4410,7 +4410,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4423,7 +4423,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4450,7 +4450,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4470,7 +4470,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4486,7 +4486,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4517,7 +4517,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4528,7 +4528,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4541,7 +4541,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4572,7 +4572,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4589,7 +4589,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4605,7 +4605,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4628,7 +4628,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4639,7 +4639,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4655,14 +4655,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4677,7 +4677,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4690,7 +4690,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4704,7 +4704,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4718,7 +4718,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4732,7 +4732,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4746,7 +4746,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4760,7 +4760,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4774,7 +4774,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4807,7 +4807,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4824,7 +4824,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4840,7 +4840,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4854,7 +4854,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4868,7 +4868,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4882,7 +4882,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4896,7 +4896,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4910,7 +4910,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4924,7 +4924,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4938,7 +4938,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4972,7 +4972,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4983,7 +4983,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4996,7 +4996,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -5027,7 +5027,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -5038,7 +5038,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -5049,7 +5049,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -5059,10 +5059,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -5078,7 +5078,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -5109,7 +5109,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -5126,7 +5126,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -5142,7 +5142,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -5150,7 +5150,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -5164,7 +5164,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5178,7 +5178,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -5192,7 +5192,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -5205,7 +5205,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -5218,7 +5218,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -5232,7 +5232,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -5252,7 +5252,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -5288,7 +5288,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -5304,7 +5304,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5322,7 +5322,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -5339,7 +5339,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -5351,7 +5351,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -5359,7 +5359,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -5373,7 +5373,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -5387,7 +5387,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -5420,7 +5420,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -5440,7 +5440,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50, "options": [ "governance-v1" @@ -5456,7 +5456,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5478,7 +5478,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5504,7 +5504,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5519,7 +5519,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -5536,7 +5536,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5547,7 +5547,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5560,7 +5560,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5568,7 +5568,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5582,7 +5582,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5596,7 +5596,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5610,7 +5610,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5639,7 +5639,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5650,7 +5650,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5662,7 +5662,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5684,7 +5684,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5695,7 +5695,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5708,7 +5708,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5739,7 +5739,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5750,7 +5750,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5762,7 +5762,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5780,7 +5780,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5791,7 +5791,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5803,7 +5803,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5817,7 +5817,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5831,7 +5831,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5844,7 +5844,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5858,7 +5858,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5872,7 +5872,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -5886,7 +5886,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -5899,7 +5899,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -5912,7 +5912,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -5946,10 +5946,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5962,7 +5962,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5972,10 +5972,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5989,7 +5989,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5999,10 +5999,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6017,7 +6017,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6036,10 +6036,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6054,7 +6054,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -6071,7 +6071,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -6082,7 +6082,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -6095,7 +6095,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -6126,7 +6126,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -6137,7 +6137,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -6149,7 +6149,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -6166,7 +6166,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -6177,7 +6177,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -6188,7 +6188,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -6198,10 +6198,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6217,7 +6217,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -6234,7 +6234,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -6245,7 +6245,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -6257,13 +6257,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -6276,7 +6276,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -6304,7 +6304,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -6315,7 +6315,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -6327,7 +6327,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -6354,10 +6354,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -6373,7 +6373,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6405,10 +6405,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -6421,7 +6421,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6439,10 +6439,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6457,7 +6457,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6467,10 +6467,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6484,7 +6484,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6502,10 +6502,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6522,7 +6522,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6556,10 +6556,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6571,7 +6571,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6596,10 +6596,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6611,7 +6611,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6630,10 +6630,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6644,7 +6644,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6654,10 +6654,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6672,7 +6672,7 @@ "symbol": "KSM", "precision": 12, "staking": "relaychain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6682,7 +6682,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6705,7 +6705,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6722,7 +6722,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6747,10 +6747,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6762,7 +6762,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6788,10 +6788,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6803,7 +6803,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6821,10 +6821,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6836,7 +6836,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6876,10 +6876,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6892,7 +6892,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -6900,7 +6900,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6914,7 +6914,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6938,10 +6938,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56, "options": [ "governance-v1" @@ -6955,7 +6955,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6973,10 +6973,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6992,7 +6992,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -7018,10 +7018,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -7034,7 +7034,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -7060,10 +7060,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -7076,7 +7076,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7089,7 +7089,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7102,7 +7102,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7115,7 +7115,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7128,7 +7128,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7141,7 +7141,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7154,7 +7154,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7167,7 +7167,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7183,10 +7183,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -7201,7 +7201,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -7219,10 +7219,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -7234,7 +7234,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -7252,10 +7252,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -7267,7 +7267,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7296,7 +7296,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", @@ -7312,7 +7312,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -7341,7 +7341,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -7356,7 +7356,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7382,10 +7382,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -7397,7 +7397,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -7419,10 +7419,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -7435,14 +7435,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7463,10 +7463,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -7482,14 +7482,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -7519,10 +7519,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -7537,7 +7537,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -7558,10 +7558,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -7573,7 +7573,7 @@ "symbol": "VARA", "precision": 12, "staking": "relaychain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -7591,10 +7591,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -7605,7 +7605,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7615,10 +7615,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -7630,7 +7630,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7684,7 +7684,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", "addressPrefix": 97, "options": [ "testnet", @@ -7701,7 +7701,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7759,7 +7759,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", "addressPrefix": 56, "options": [ "ethereumBased", @@ -7775,7 +7775,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7785,10 +7785,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -7804,7 +7804,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -7818,10 +7818,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -7834,7 +7834,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -7848,10 +7848,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -7864,7 +7864,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -7894,10 +7894,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 }, { @@ -7909,7 +7909,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -7919,10 +7919,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ "testnet" diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 357fa1e2f..10979678c 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ "relaychain", "nomination-pools" @@ -74,10 +74,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -96,7 +96,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -127,7 +127,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ "relaychain", "nomination-pools" @@ -197,10 +197,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -219,7 +219,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -248,7 +248,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ "relaychain", "nomination-pools" @@ -277,10 +277,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -299,7 +299,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -326,13 +326,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -357,10 +357,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -376,7 +376,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -385,7 +385,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -395,7 +395,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -405,7 +405,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -415,7 +415,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -425,7 +425,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -436,7 +436,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -480,7 +480,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -491,7 +491,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -503,14 +503,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -524,7 +524,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -539,7 +539,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -553,7 +553,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -568,7 +568,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -582,7 +582,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -596,7 +596,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -610,7 +610,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -623,7 +623,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -649,7 +649,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -663,7 +663,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -677,7 +677,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -690,7 +690,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -704,7 +704,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -718,7 +718,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -732,7 +732,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -746,7 +746,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -759,7 +759,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -773,7 +773,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -787,7 +787,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -801,7 +801,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -815,7 +815,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -829,7 +829,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -843,7 +843,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -875,7 +875,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -912,7 +912,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -928,7 +928,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": [ "parachain" ], @@ -944,7 +944,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -955,7 +955,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -966,7 +966,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -977,7 +977,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -988,7 +988,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -999,7 +999,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1010,7 +1010,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1021,7 +1021,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1032,7 +1032,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1043,7 +1043,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1053,7 +1053,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1064,7 +1064,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1075,7 +1075,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1086,7 +1086,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1097,7 +1097,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1108,7 +1108,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1119,7 +1119,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1163,7 +1163,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1199,7 +1199,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1218,13 +1218,13 @@ ], "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1251,10 +1251,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1270,7 +1270,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1284,7 +1284,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1295,7 +1295,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1306,7 +1306,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1317,7 +1317,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1328,7 +1328,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1339,7 +1339,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1350,7 +1350,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1361,7 +1361,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1372,7 +1372,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1383,7 +1383,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1420,10 +1420,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1453,7 +1453,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": [ "parachain" @@ -1463,7 +1463,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1478,7 +1478,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1493,7 +1493,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1507,7 +1507,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1521,7 +1521,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1534,7 +1534,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1548,7 +1548,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1562,7 +1562,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1576,7 +1576,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1589,7 +1589,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1603,7 +1603,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1627,7 +1627,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1661,7 +1661,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1678,7 +1678,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1692,7 +1692,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1706,7 +1706,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1720,7 +1720,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1734,7 +1734,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1748,7 +1748,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1761,7 +1761,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1774,7 +1774,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1787,7 +1787,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1800,7 +1800,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1813,7 +1813,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1826,7 +1826,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1859,7 +1859,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1870,7 +1870,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1882,7 +1882,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": [ "aura-relaychain" ] @@ -1903,7 +1903,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1932,7 +1932,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1944,7 +1944,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1952,7 +1952,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1963,7 +1963,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1974,7 +1974,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1984,7 +1984,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1995,7 +1995,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2006,7 +2006,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2017,7 +2017,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2028,7 +2028,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2039,7 +2039,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2052,7 +2052,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2076,7 +2076,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2092,7 +2092,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2100,7 +2100,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2114,7 +2114,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2127,7 +2127,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2141,7 +2141,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2155,7 +2155,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2192,7 +2192,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2209,7 +2209,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2224,7 +2224,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2239,7 +2239,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2273,7 +2273,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2289,7 +2289,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2297,7 +2297,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2308,7 +2308,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2319,7 +2319,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2330,7 +2330,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2341,7 +2341,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2352,7 +2352,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2363,7 +2363,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2373,7 +2373,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2384,7 +2384,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2394,7 +2394,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2432,7 +2432,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2452,7 +2452,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2464,7 +2464,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2496,7 +2496,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2513,7 +2513,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2527,7 +2527,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2545,10 +2545,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2563,7 +2563,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": [ "parachain" @@ -2594,7 +2594,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2620,7 +2620,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2635,7 +2635,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2658,7 +2658,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2686,7 +2686,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2699,13 +2699,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2735,7 +2735,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2746,7 +2746,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2762,7 +2762,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2770,7 +2770,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2784,7 +2784,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2798,7 +2798,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2812,7 +2812,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2826,7 +2826,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2840,7 +2840,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2853,7 +2853,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2866,7 +2866,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2880,7 +2880,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2894,7 +2894,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2908,7 +2908,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2922,7 +2922,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2936,7 +2936,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2950,7 +2950,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3003,7 +3003,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -3023,7 +3023,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -3037,7 +3037,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -3045,7 +3045,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3068,10 +3068,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -3087,7 +3087,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": [ "parachain" ], @@ -3103,7 +3103,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3114,7 +3114,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3125,7 +3125,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3136,7 +3136,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3147,7 +3147,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3158,7 +3158,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3169,7 +3169,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3181,7 +3181,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3192,7 +3192,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3203,7 +3203,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3247,7 +3247,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3277,7 +3277,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3293,7 +3293,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3363,7 +3363,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -3379,7 +3379,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3408,7 +3408,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", @@ -3426,7 +3426,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -3437,7 +3437,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -3448,7 +3448,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -3482,10 +3482,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -3497,7 +3497,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3511,7 +3511,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3522,7 +3522,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3533,7 +3533,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3544,7 +3544,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3555,7 +3555,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3566,7 +3566,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3577,7 +3577,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3588,7 +3588,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3599,7 +3599,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3637,7 +3637,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3657,7 +3657,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3673,7 +3673,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3681,7 +3681,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3692,7 +3692,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3703,7 +3703,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3714,7 +3714,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3725,7 +3725,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3736,7 +3736,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3746,7 +3746,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3756,7 +3756,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3766,7 +3766,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3776,7 +3776,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3786,7 +3786,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3797,7 +3797,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3808,7 +3808,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3819,7 +3819,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3829,7 +3829,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3840,7 +3840,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3851,7 +3851,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3881,7 +3881,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3901,7 +3901,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3916,7 +3916,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3940,7 +3940,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3951,7 +3951,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3964,7 +3964,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3972,7 +3972,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -4006,7 +4006,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -4017,7 +4017,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -4029,7 +4029,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -4037,7 +4037,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -4072,7 +4072,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -4092,7 +4092,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -4108,7 +4108,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4135,7 +4135,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -4146,7 +4146,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -4158,7 +4158,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -4166,7 +4166,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4180,7 +4180,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4194,7 +4194,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4227,7 +4227,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -4238,7 +4238,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -4257,7 +4257,7 @@ ], "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" }, { "assetId": 1, @@ -4265,7 +4265,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0500000000", "currencyIdType": "zeitgeist_primitives.asset.Asset", @@ -4285,7 +4285,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -4325,7 +4325,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -4341,7 +4341,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4368,7 +4368,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4379,7 +4379,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4394,7 +4394,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4419,7 +4419,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4430,7 +4430,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4443,7 +4443,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4470,7 +4470,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4490,7 +4490,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4506,7 +4506,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4537,7 +4537,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4548,7 +4548,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4561,7 +4561,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4592,7 +4592,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4609,7 +4609,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4624,7 +4624,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4655,7 +4655,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4666,7 +4666,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4682,14 +4682,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4704,7 +4704,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4717,7 +4717,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4731,7 +4731,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4745,7 +4745,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4759,7 +4759,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4773,7 +4773,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4787,7 +4787,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4801,7 +4801,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4834,7 +4834,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4851,7 +4851,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4867,7 +4867,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4881,7 +4881,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4895,7 +4895,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4909,7 +4909,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4923,7 +4923,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4937,7 +4937,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4951,7 +4951,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4965,7 +4965,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4979,7 +4979,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4992,7 +4992,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5005,7 +5005,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5017,7 +5017,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -5030,7 +5030,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -5043,7 +5043,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -5077,7 +5077,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -5088,7 +5088,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -5101,7 +5101,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -5132,7 +5132,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -5143,7 +5143,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -5154,7 +5154,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -5164,10 +5164,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -5183,7 +5183,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -5214,7 +5214,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -5231,7 +5231,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -5249,7 +5249,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -5257,7 +5257,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -5271,7 +5271,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5285,7 +5285,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -5299,7 +5299,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -5312,7 +5312,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -5325,7 +5325,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -5339,7 +5339,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -5359,7 +5359,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -5395,7 +5395,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -5414,7 +5414,7 @@ ], "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5432,7 +5432,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -5449,7 +5449,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -5461,7 +5461,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -5469,7 +5469,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -5483,7 +5483,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -5497,7 +5497,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -5530,7 +5530,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -5550,7 +5550,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50, "options": [ "governance-v1" @@ -5568,7 +5568,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5590,7 +5590,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5616,7 +5616,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5631,7 +5631,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" }, { "assetId": 1, @@ -5639,7 +5639,7 @@ "precision": 18, "priceId": "origintrail", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", "typeExtras": { "assetId": "1" } @@ -5659,7 +5659,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5670,7 +5670,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5683,7 +5683,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5691,7 +5691,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5705,7 +5705,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5719,7 +5719,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5733,7 +5733,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5762,7 +5762,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5773,7 +5773,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5785,7 +5785,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5807,7 +5807,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5818,7 +5818,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5831,7 +5831,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5862,7 +5862,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5873,7 +5873,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5885,7 +5885,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5903,7 +5903,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5914,7 +5914,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5926,7 +5926,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5940,7 +5940,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5954,7 +5954,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5967,7 +5967,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5981,7 +5981,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5995,7 +5995,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -6009,7 +6009,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -6022,7 +6022,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -6035,7 +6035,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -6069,10 +6069,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -6087,7 +6087,7 @@ ], "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -6097,10 +6097,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6114,7 +6114,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -6124,10 +6124,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6142,7 +6142,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": [ "relaychain" ] @@ -6163,10 +6163,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6181,7 +6181,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -6198,7 +6198,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -6209,7 +6209,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -6222,7 +6222,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -6253,7 +6253,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -6264,7 +6264,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -6276,7 +6276,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -6293,7 +6293,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -6304,7 +6304,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -6315,7 +6315,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -6325,10 +6325,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6344,7 +6344,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -6361,7 +6361,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -6372,7 +6372,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -6384,13 +6384,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -6403,7 +6403,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -6431,7 +6431,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -6442,7 +6442,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -6454,7 +6454,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -6481,10 +6481,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -6502,7 +6502,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6534,10 +6534,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -6552,7 +6552,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6570,10 +6570,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6590,7 +6590,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6600,10 +6600,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6617,7 +6617,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6635,10 +6635,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6655,7 +6655,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6689,10 +6689,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6704,7 +6704,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6729,10 +6729,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6744,7 +6744,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": [ "relaychain" ] @@ -6765,10 +6765,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6779,7 +6779,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6789,10 +6789,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6809,7 +6809,7 @@ "staking": [ "relaychain" ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6819,7 +6819,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6842,7 +6842,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6859,7 +6859,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6884,10 +6884,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6899,7 +6899,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6925,10 +6925,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6940,7 +6940,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6958,10 +6958,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6973,7 +6973,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -7013,10 +7013,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -7029,7 +7029,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -7037,7 +7037,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -7051,7 +7051,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -7075,10 +7075,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56, "options": [ "governance-v1" @@ -7092,7 +7092,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -7110,10 +7110,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -7129,7 +7129,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -7155,10 +7155,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -7171,7 +7171,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -7197,10 +7197,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -7213,7 +7213,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7226,7 +7226,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7239,7 +7239,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7252,7 +7252,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7265,7 +7265,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7278,7 +7278,7 @@ "symbol": "KSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7291,7 +7291,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7304,7 +7304,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7317,7 +7317,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7330,7 +7330,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7343,7 +7343,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7356,7 +7356,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7372,10 +7372,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -7390,7 +7390,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -7408,10 +7408,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -7423,7 +7423,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -7441,10 +7441,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -7456,7 +7456,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7485,7 +7485,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", @@ -7501,7 +7501,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -7530,7 +7530,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -7545,7 +7545,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7571,10 +7571,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -7586,7 +7586,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -7608,10 +7608,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -7624,14 +7624,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7652,10 +7652,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -7671,14 +7671,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -7707,10 +7707,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -7725,7 +7725,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -7746,10 +7746,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -7763,7 +7763,7 @@ "staking": [ "relaychain" ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -7781,10 +7781,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -7795,7 +7795,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7805,10 +7805,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -7820,7 +7820,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7874,7 +7874,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", "addressPrefix": 97, "options": [ "testnet", @@ -7891,7 +7891,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7949,7 +7949,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", "addressPrefix": 56, "options": [ "ethereumBased", @@ -7965,7 +7965,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7975,10 +7975,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -7994,7 +7994,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -8008,10 +8008,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -8024,7 +8024,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -8038,10 +8038,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -8054,7 +8054,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -8084,10 +8084,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 }, { @@ -8099,7 +8099,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -8109,10 +8109,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ "testnet" @@ -8128,7 +8128,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -8142,7 +8142,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -8156,7 +8156,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -8170,7 +8170,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -8184,7 +8184,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -8198,7 +8198,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -8212,7 +8212,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -8226,7 +8226,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -8240,7 +8240,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8253,7 +8253,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8266,7 +8266,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8278,7 +8278,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -8291,7 +8291,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -8304,7 +8304,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -8321,10 +8321,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", "addressPrefix": 2032, "options": [ "testnet" diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 357fa1e2f..10979678c 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ "relaychain", "nomination-pools" @@ -74,10 +74,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -96,7 +96,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -127,7 +127,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ "relaychain", "nomination-pools" @@ -197,10 +197,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -219,7 +219,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -248,7 +248,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ "relaychain", "nomination-pools" @@ -277,10 +277,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -299,7 +299,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -326,13 +326,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -357,10 +357,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -376,7 +376,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -385,7 +385,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -395,7 +395,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -405,7 +405,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -415,7 +415,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -425,7 +425,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -436,7 +436,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -480,7 +480,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -491,7 +491,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -503,14 +503,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -524,7 +524,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -539,7 +539,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -553,7 +553,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -568,7 +568,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -582,7 +582,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -596,7 +596,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -610,7 +610,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -623,7 +623,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -649,7 +649,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -663,7 +663,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -677,7 +677,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -690,7 +690,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -704,7 +704,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -718,7 +718,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -732,7 +732,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -746,7 +746,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -759,7 +759,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -773,7 +773,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -787,7 +787,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -801,7 +801,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -815,7 +815,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -829,7 +829,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -843,7 +843,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -875,7 +875,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -912,7 +912,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -928,7 +928,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": [ "parachain" ], @@ -944,7 +944,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -955,7 +955,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -966,7 +966,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -977,7 +977,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -988,7 +988,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -999,7 +999,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1010,7 +1010,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1021,7 +1021,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1032,7 +1032,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1043,7 +1043,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1053,7 +1053,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1064,7 +1064,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1075,7 +1075,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1086,7 +1086,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1097,7 +1097,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1108,7 +1108,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1119,7 +1119,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1163,7 +1163,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1199,7 +1199,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1218,13 +1218,13 @@ ], "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1251,10 +1251,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1270,7 +1270,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1284,7 +1284,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1295,7 +1295,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1306,7 +1306,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1317,7 +1317,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1328,7 +1328,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1339,7 +1339,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1350,7 +1350,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1361,7 +1361,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1372,7 +1372,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1383,7 +1383,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1420,10 +1420,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1453,7 +1453,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": [ "parachain" @@ -1463,7 +1463,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1478,7 +1478,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1493,7 +1493,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1507,7 +1507,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1521,7 +1521,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1534,7 +1534,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1548,7 +1548,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1562,7 +1562,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1576,7 +1576,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1589,7 +1589,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1603,7 +1603,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1627,7 +1627,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1661,7 +1661,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1678,7 +1678,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1692,7 +1692,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1706,7 +1706,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1720,7 +1720,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1734,7 +1734,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1748,7 +1748,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1761,7 +1761,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1774,7 +1774,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1787,7 +1787,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1800,7 +1800,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1813,7 +1813,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1826,7 +1826,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1859,7 +1859,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1870,7 +1870,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1882,7 +1882,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": [ "aura-relaychain" ] @@ -1903,7 +1903,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1932,7 +1932,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1944,7 +1944,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1952,7 +1952,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1963,7 +1963,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1974,7 +1974,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1984,7 +1984,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1995,7 +1995,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2006,7 +2006,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2017,7 +2017,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2028,7 +2028,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2039,7 +2039,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2052,7 +2052,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2076,7 +2076,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2092,7 +2092,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2100,7 +2100,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2114,7 +2114,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2127,7 +2127,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2141,7 +2141,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2155,7 +2155,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2192,7 +2192,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2209,7 +2209,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2224,7 +2224,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2239,7 +2239,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2273,7 +2273,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2289,7 +2289,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2297,7 +2297,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2308,7 +2308,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2319,7 +2319,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2330,7 +2330,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2341,7 +2341,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2352,7 +2352,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2363,7 +2363,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2373,7 +2373,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2384,7 +2384,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2394,7 +2394,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2432,7 +2432,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2452,7 +2452,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2464,7 +2464,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2496,7 +2496,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2513,7 +2513,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2527,7 +2527,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2545,10 +2545,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2563,7 +2563,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": [ "parachain" @@ -2594,7 +2594,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2620,7 +2620,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2635,7 +2635,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2658,7 +2658,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2686,7 +2686,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2699,13 +2699,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2735,7 +2735,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2746,7 +2746,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2762,7 +2762,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2770,7 +2770,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2784,7 +2784,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2798,7 +2798,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2812,7 +2812,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2826,7 +2826,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2840,7 +2840,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2853,7 +2853,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2866,7 +2866,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2880,7 +2880,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2894,7 +2894,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2908,7 +2908,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2922,7 +2922,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2936,7 +2936,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2950,7 +2950,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3003,7 +3003,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -3023,7 +3023,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -3037,7 +3037,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -3045,7 +3045,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3068,10 +3068,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -3087,7 +3087,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": [ "parachain" ], @@ -3103,7 +3103,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3114,7 +3114,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3125,7 +3125,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3136,7 +3136,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3147,7 +3147,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3158,7 +3158,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3169,7 +3169,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3181,7 +3181,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3192,7 +3192,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3203,7 +3203,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3247,7 +3247,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3277,7 +3277,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3293,7 +3293,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3363,7 +3363,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -3379,7 +3379,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3408,7 +3408,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", @@ -3426,7 +3426,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -3437,7 +3437,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -3448,7 +3448,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -3482,10 +3482,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -3497,7 +3497,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3511,7 +3511,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3522,7 +3522,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3533,7 +3533,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3544,7 +3544,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3555,7 +3555,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3566,7 +3566,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3577,7 +3577,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3588,7 +3588,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3599,7 +3599,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3637,7 +3637,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3657,7 +3657,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3673,7 +3673,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3681,7 +3681,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3692,7 +3692,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3703,7 +3703,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3714,7 +3714,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3725,7 +3725,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3736,7 +3736,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3746,7 +3746,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3756,7 +3756,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3766,7 +3766,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3776,7 +3776,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3786,7 +3786,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3797,7 +3797,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3808,7 +3808,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3819,7 +3819,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3829,7 +3829,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3840,7 +3840,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3851,7 +3851,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3881,7 +3881,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3901,7 +3901,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3916,7 +3916,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3940,7 +3940,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3951,7 +3951,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3964,7 +3964,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3972,7 +3972,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -4006,7 +4006,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -4017,7 +4017,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -4029,7 +4029,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -4037,7 +4037,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -4072,7 +4072,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -4092,7 +4092,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -4108,7 +4108,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4135,7 +4135,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -4146,7 +4146,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -4158,7 +4158,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -4166,7 +4166,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4180,7 +4180,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4194,7 +4194,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4227,7 +4227,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -4238,7 +4238,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -4257,7 +4257,7 @@ ], "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" }, { "assetId": 1, @@ -4265,7 +4265,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0500000000", "currencyIdType": "zeitgeist_primitives.asset.Asset", @@ -4285,7 +4285,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -4325,7 +4325,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -4341,7 +4341,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4368,7 +4368,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4379,7 +4379,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4394,7 +4394,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4419,7 +4419,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4430,7 +4430,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4443,7 +4443,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4470,7 +4470,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4490,7 +4490,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4506,7 +4506,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4537,7 +4537,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4548,7 +4548,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4561,7 +4561,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4592,7 +4592,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4609,7 +4609,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4624,7 +4624,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4655,7 +4655,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4666,7 +4666,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4682,14 +4682,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4704,7 +4704,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4717,7 +4717,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4731,7 +4731,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4745,7 +4745,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4759,7 +4759,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4773,7 +4773,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4787,7 +4787,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4801,7 +4801,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4834,7 +4834,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4851,7 +4851,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4867,7 +4867,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4881,7 +4881,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4895,7 +4895,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4909,7 +4909,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4923,7 +4923,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4937,7 +4937,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4951,7 +4951,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4965,7 +4965,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4979,7 +4979,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4992,7 +4992,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5005,7 +5005,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5017,7 +5017,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -5030,7 +5030,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -5043,7 +5043,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -5077,7 +5077,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -5088,7 +5088,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -5101,7 +5101,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -5132,7 +5132,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -5143,7 +5143,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -5154,7 +5154,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -5164,10 +5164,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -5183,7 +5183,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -5214,7 +5214,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -5231,7 +5231,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -5249,7 +5249,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -5257,7 +5257,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -5271,7 +5271,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5285,7 +5285,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -5299,7 +5299,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -5312,7 +5312,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -5325,7 +5325,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -5339,7 +5339,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -5359,7 +5359,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -5395,7 +5395,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -5414,7 +5414,7 @@ ], "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5432,7 +5432,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -5449,7 +5449,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -5461,7 +5461,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -5469,7 +5469,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -5483,7 +5483,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -5497,7 +5497,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -5530,7 +5530,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -5550,7 +5550,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50, "options": [ "governance-v1" @@ -5568,7 +5568,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5590,7 +5590,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5616,7 +5616,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5631,7 +5631,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" }, { "assetId": 1, @@ -5639,7 +5639,7 @@ "precision": 18, "priceId": "origintrail", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", "typeExtras": { "assetId": "1" } @@ -5659,7 +5659,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5670,7 +5670,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5683,7 +5683,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5691,7 +5691,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5705,7 +5705,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5719,7 +5719,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5733,7 +5733,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5762,7 +5762,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5773,7 +5773,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5785,7 +5785,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5807,7 +5807,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5818,7 +5818,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5831,7 +5831,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5862,7 +5862,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5873,7 +5873,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5885,7 +5885,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5903,7 +5903,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5914,7 +5914,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5926,7 +5926,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5940,7 +5940,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5954,7 +5954,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5967,7 +5967,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5981,7 +5981,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5995,7 +5995,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -6009,7 +6009,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -6022,7 +6022,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -6035,7 +6035,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -6069,10 +6069,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -6087,7 +6087,7 @@ ], "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -6097,10 +6097,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6114,7 +6114,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -6124,10 +6124,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6142,7 +6142,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": [ "relaychain" ] @@ -6163,10 +6163,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6181,7 +6181,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -6198,7 +6198,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -6209,7 +6209,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -6222,7 +6222,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -6253,7 +6253,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -6264,7 +6264,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -6276,7 +6276,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -6293,7 +6293,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -6304,7 +6304,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -6315,7 +6315,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -6325,10 +6325,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6344,7 +6344,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -6361,7 +6361,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -6372,7 +6372,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -6384,13 +6384,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -6403,7 +6403,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -6431,7 +6431,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -6442,7 +6442,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -6454,7 +6454,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -6481,10 +6481,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -6502,7 +6502,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6534,10 +6534,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -6552,7 +6552,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6570,10 +6570,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6590,7 +6590,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6600,10 +6600,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6617,7 +6617,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6635,10 +6635,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6655,7 +6655,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6689,10 +6689,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6704,7 +6704,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6729,10 +6729,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6744,7 +6744,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": [ "relaychain" ] @@ -6765,10 +6765,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6779,7 +6779,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6789,10 +6789,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6809,7 +6809,7 @@ "staking": [ "relaychain" ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6819,7 +6819,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6842,7 +6842,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6859,7 +6859,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6884,10 +6884,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6899,7 +6899,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6925,10 +6925,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6940,7 +6940,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6958,10 +6958,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6973,7 +6973,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -7013,10 +7013,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -7029,7 +7029,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -7037,7 +7037,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -7051,7 +7051,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -7075,10 +7075,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56, "options": [ "governance-v1" @@ -7092,7 +7092,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -7110,10 +7110,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -7129,7 +7129,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -7155,10 +7155,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -7171,7 +7171,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -7197,10 +7197,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -7213,7 +7213,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7226,7 +7226,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7239,7 +7239,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7252,7 +7252,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7265,7 +7265,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7278,7 +7278,7 @@ "symbol": "KSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7291,7 +7291,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7304,7 +7304,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7317,7 +7317,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7330,7 +7330,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7343,7 +7343,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7356,7 +7356,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -7372,10 +7372,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -7390,7 +7390,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -7408,10 +7408,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -7423,7 +7423,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -7441,10 +7441,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -7456,7 +7456,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7485,7 +7485,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", @@ -7501,7 +7501,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -7530,7 +7530,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -7545,7 +7545,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7571,10 +7571,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -7586,7 +7586,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -7608,10 +7608,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -7624,14 +7624,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -7652,10 +7652,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -7671,14 +7671,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -7707,10 +7707,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -7725,7 +7725,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -7746,10 +7746,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -7763,7 +7763,7 @@ "staking": [ "relaychain" ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -7781,10 +7781,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -7795,7 +7795,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7805,10 +7805,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -7820,7 +7820,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7874,7 +7874,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", "addressPrefix": 97, "options": [ "testnet", @@ -7891,7 +7891,7 @@ "symbol": "BNB", "priceId": "binancecoin", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "precision": 18 } ], @@ -7949,7 +7949,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/BSC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", "addressPrefix": 56, "options": [ "ethereumBased", @@ -7965,7 +7965,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -7975,10 +7975,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -7994,7 +7994,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -8008,10 +8008,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -8024,7 +8024,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -8038,10 +8038,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -8054,7 +8054,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -8084,10 +8084,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 }, { @@ -8099,7 +8099,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -8109,10 +8109,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ "testnet" @@ -8128,7 +8128,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -8142,7 +8142,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -8156,7 +8156,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -8170,7 +8170,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -8184,7 +8184,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -8198,7 +8198,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -8212,7 +8212,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -8226,7 +8226,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -8240,7 +8240,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8253,7 +8253,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8266,7 +8266,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -8278,7 +8278,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -8291,7 +8291,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -8304,7 +8304,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -8321,10 +8321,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", "addressPrefix": 2032, "options": [ "testnet" diff --git a/chains/v2/chains_dev.json b/chains/v2/chains_dev.json index 2291e79bd..31def9397 100644 --- a/chains/v2/chains_dev.json +++ b/chains/v2/chains_dev.json @@ -51,10 +51,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -126,10 +126,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -143,7 +143,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -188,10 +188,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -205,7 +205,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -221,7 +221,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, @@ -248,10 +248,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "externalApi": { @@ -281,16 +281,16 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/rococo.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/rococo.json" } }, "options": [ @@ -307,7 +307,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -316,7 +316,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -326,7 +326,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -336,7 +336,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -346,7 +346,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -356,7 +356,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -366,7 +366,7 @@ "symbol": "ARIS", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "assetId": "16" } @@ -377,7 +377,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -416,7 +416,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -426,7 +426,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -444,7 +444,7 @@ "assetId": 1, "symbol": "kUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -458,7 +458,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -473,7 +473,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -487,7 +487,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -501,7 +501,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -515,7 +515,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -529,7 +529,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -543,7 +543,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -556,7 +556,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -569,7 +569,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -582,7 +582,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -596,7 +596,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -609,7 +609,7 @@ "symbol": "ARIS", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -623,7 +623,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -664,7 +664,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -700,7 +700,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -722,7 +722,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -747,7 +747,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -758,7 +758,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -769,7 +769,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -780,7 +780,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -791,7 +791,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -802,7 +802,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -835,7 +835,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -845,7 +845,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -884,11 +884,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -912,17 +912,17 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkatrain.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkatrain.json", "overridesCommon": true }, "externalApi": { "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkatrain.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkatrain.json" } }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 0, "options": [ "crowdloans", @@ -968,10 +968,10 @@ } ], "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -996,7 +996,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1011,7 +1011,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1026,7 +1026,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1040,7 +1040,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1054,7 +1054,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1067,7 +1067,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1091,7 +1091,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1113,7 +1113,7 @@ } }, "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1127,7 +1127,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1141,7 +1141,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1155,7 +1155,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1179,7 +1179,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1189,7 +1189,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1215,7 +1215,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1241,7 +1241,7 @@ } }, "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1271,7 +1271,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "externalApi": { @@ -1281,7 +1281,7 @@ } }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -1293,7 +1293,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" }, { "assetId": 1, @@ -1301,7 +1301,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1311,7 +1311,7 @@ "symbol": "kUSD", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "typeExtras": { "assetId": "103" } @@ -1321,7 +1321,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "109" } @@ -1331,7 +1331,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "1000" } @@ -1342,7 +1342,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1359,7 +1359,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1377,7 +1377,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1408,7 +1408,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1418,7 +1418,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1444,7 +1444,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -1466,7 +1466,7 @@ } }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1504,7 +1504,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1514,7 +1514,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1552,7 +1552,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1562,7 +1562,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1590,11 +1590,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38, "options": [ "testnet" @@ -1643,7 +1643,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1653,7 +1653,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -1683,7 +1683,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -1705,7 +1705,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -1730,7 +1730,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -1740,7 +1740,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -1760,7 +1760,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1774,7 +1774,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1788,7 +1788,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1801,7 +1801,7 @@ "symbol": "LCDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1849,7 +1849,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -1859,7 +1859,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -1877,7 +1877,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1895,11 +1895,11 @@ "testnet" ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 42 }, { @@ -1933,7 +1933,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1943,7 +1943,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -1984,7 +1984,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -1994,7 +1994,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5 }, { @@ -2031,7 +2031,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2041,7 +2041,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -2075,7 +2075,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2085,7 +2085,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -2098,7 +2098,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -2124,7 +2124,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -2134,7 +2134,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -2168,7 +2168,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2178,7 +2178,7 @@ } }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -2191,7 +2191,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2201,7 +2201,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2211,7 +2211,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 42 }, { @@ -2223,7 +2223,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2241,7 +2241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2251,7 +2251,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -2263,7 +2263,7 @@ "assetId": 0, "symbol": "ZTG", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2273,7 +2273,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2283,7 +2283,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2295,7 +2295,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2309,7 +2309,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2319,7 +2319,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2331,7 +2331,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" } ], "nodes": [ @@ -2349,7 +2349,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2359,7 +2359,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -2371,7 +2371,7 @@ "assetId": 0, "symbol": "CRAB", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -2393,7 +2393,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -2403,7 +2403,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -2415,7 +2415,7 @@ "assetId": 0, "symbol": "SUB", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -2431,7 +2431,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -2441,7 +2441,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2454,7 +2454,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" } ], "nodes": [ @@ -2476,7 +2476,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -2486,7 +2486,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", "addressPrefix": 66 }, { @@ -2499,7 +2499,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2515,7 +2515,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -2525,7 +2525,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2538,7 +2538,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -2560,7 +2560,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -2570,7 +2570,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -2583,7 +2583,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -2593,7 +2593,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -2603,7 +2603,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -2615,7 +2615,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -2625,7 +2625,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -2635,7 +2635,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -2647,7 +2647,7 @@ "assetId": 0, "symbol": "INTR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -2661,7 +2661,7 @@ "symbol": "interBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -2675,7 +2675,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -2689,7 +2689,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -2703,7 +2703,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -2717,7 +2717,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -2734,7 +2734,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -2744,7 +2744,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 42 }, { @@ -2756,7 +2756,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2774,7 +2774,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", "overridesCommon": true }, "externalApi": { @@ -2784,7 +2784,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2796,7 +2796,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -2816,7 +2816,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -2826,7 +2826,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -2837,7 +2837,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -2857,7 +2857,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", "overridesCommon": true }, "externalApi": { @@ -2867,7 +2867,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -2878,7 +2878,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2888,11 +2888,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", "addressPrefix": 0 }, { @@ -2904,7 +2904,7 @@ "assetId": 0, "symbol": "PHA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -2914,7 +2914,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -2924,7 +2924,7 @@ } }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -2936,7 +2936,7 @@ "assetId": 0, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -2950,7 +2950,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "externalApi": { @@ -2960,7 +2960,7 @@ } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 } ] diff --git a/chains/v3/chains_dev.json b/chains/v3/chains_dev.json index 0b27841ab..9b9d0c19b 100644 --- a/chains/v3/chains_dev.json +++ b/chains/v3/chains_dev.json @@ -51,10 +51,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -130,10 +130,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -147,7 +147,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -192,10 +192,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -209,7 +209,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -225,7 +225,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, @@ -256,10 +256,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "externalApi": { @@ -281,7 +281,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -290,7 +290,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -300,7 +300,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -310,7 +310,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -320,7 +320,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -330,7 +330,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -340,7 +340,7 @@ "symbol": "ARIS", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "assetId": "16" } @@ -351,7 +351,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -390,7 +390,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -400,7 +400,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -418,7 +418,7 @@ "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -432,7 +432,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -447,7 +447,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -461,7 +461,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -475,7 +475,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -489,7 +489,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -503,7 +503,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -517,7 +517,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -530,7 +530,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -543,7 +543,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -556,7 +556,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -570,7 +570,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -583,7 +583,7 @@ "symbol": "ARIS", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -597,7 +597,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -610,7 +610,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -624,7 +624,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -638,7 +638,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -652,7 +652,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -666,7 +666,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -679,7 +679,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -692,7 +692,7 @@ "symbol": "NEER", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -705,7 +705,7 @@ "symbol": "BSX", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -719,7 +719,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -733,7 +733,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -747,7 +747,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -761,7 +761,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -797,7 +797,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -819,7 +819,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -845,7 +845,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -856,7 +856,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -867,7 +867,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -878,7 +878,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -889,7 +889,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -900,7 +900,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -911,7 +911,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -922,7 +922,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -933,7 +933,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -944,7 +944,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -954,7 +954,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -987,7 +987,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1001,7 +1001,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -1041,11 +1041,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1095,10 +1095,10 @@ } ], "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1124,7 +1124,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1139,7 +1139,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1154,7 +1154,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1168,7 +1168,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1182,7 +1182,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1195,7 +1195,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1209,7 +1209,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0700000000", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1223,7 +1223,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1237,7 +1237,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1250,7 +1250,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1274,7 +1274,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1296,7 +1296,7 @@ } }, "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1310,7 +1310,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1324,7 +1324,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1338,7 +1338,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1362,7 +1362,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1372,7 +1372,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1398,7 +1398,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1424,7 +1424,7 @@ } }, "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1450,7 +1450,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "externalApi": { @@ -1460,7 +1460,7 @@ } }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -1472,7 +1472,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1480,7 +1480,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1491,7 +1491,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1501,7 +1501,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1511,7 +1511,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1522,7 +1522,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1533,7 +1533,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1544,7 +1544,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1555,7 +1555,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1576,7 +1576,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1594,7 +1594,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1629,7 +1629,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1639,7 +1639,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1669,7 +1669,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -1691,7 +1691,7 @@ } }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1704,7 +1704,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -1734,7 +1734,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1744,7 +1744,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1782,7 +1782,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1792,7 +1792,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1820,11 +1820,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38, "options": [ "testnet" @@ -1869,7 +1869,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1879,7 +1879,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -1909,7 +1909,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -1931,7 +1931,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -1956,7 +1956,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -1966,7 +1966,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -1985,7 +1985,7 @@ "symbol": "LDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1999,7 +1999,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2013,7 +2013,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2026,7 +2026,7 @@ "symbol": "lcDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2040,7 +2040,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2053,7 +2053,7 @@ "symbol": "PARA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2105,7 +2105,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2115,7 +2115,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -2133,7 +2133,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2159,11 +2159,11 @@ "testnet" ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 42 }, { @@ -2189,7 +2189,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -2200,7 +2200,7 @@ "precision": 12, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -2211,7 +2211,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -2240,7 +2240,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -2254,7 +2254,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -2277,7 +2277,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2310,7 +2310,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2320,7 +2320,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2335,7 +2335,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2343,7 +2343,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2354,7 +2354,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2365,7 +2365,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2376,7 +2376,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2386,7 +2386,7 @@ "symbol": "LDOT", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2419,7 +2419,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2429,7 +2429,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -2463,7 +2463,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2473,7 +2473,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -2486,7 +2486,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -2512,7 +2512,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -2522,7 +2522,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -2556,7 +2556,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2566,7 +2566,7 @@ } }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -2579,7 +2579,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2593,7 +2593,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2603,7 +2603,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 2 }, { @@ -2615,7 +2615,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2637,7 +2637,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2647,7 +2647,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -2659,7 +2659,7 @@ "assetId": 0, "symbol": "ZTG", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2677,7 +2677,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2687,7 +2687,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2699,7 +2699,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2713,7 +2713,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2723,7 +2723,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2736,7 +2736,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -2754,7 +2754,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2764,7 +2764,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -2777,7 +2777,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -2799,7 +2799,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -2809,7 +2809,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -2821,7 +2821,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -2837,7 +2837,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -2847,7 +2847,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2860,7 +2860,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -2882,7 +2882,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -2892,7 +2892,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "addressPrefix": 66 }, { @@ -2905,7 +2905,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2925,7 +2925,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -2935,7 +2935,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2948,7 +2948,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -2974,7 +2974,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -2984,7 +2984,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -2997,7 +2997,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3007,7 +3007,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3017,7 +3017,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -3029,7 +3029,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -3039,7 +3039,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3049,7 +3049,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -3061,7 +3061,7 @@ "assetId": 0, "symbol": "INTR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3075,7 +3075,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3089,7 +3089,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3103,7 +3103,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3117,7 +3117,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3131,7 +3131,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -3152,7 +3152,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -3162,7 +3162,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 2032 }, { @@ -3174,7 +3174,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -3194,7 +3194,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3204,7 +3204,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -3215,7 +3215,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3225,11 +3225,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", "addressPrefix": 0 }, { @@ -3242,7 +3242,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -3252,7 +3252,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3262,7 +3262,7 @@ } }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -3275,7 +3275,7 @@ "symbol": "TUR", "staking": "parachain", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -3289,7 +3289,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "externalApi": { @@ -3299,7 +3299,7 @@ } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 }, { @@ -3312,7 +3312,7 @@ "staking": "relaychain", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -3330,7 +3330,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -3340,7 +3340,7 @@ } }, "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", "addressPrefix": 42 }, { @@ -3352,7 +3352,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -3366,11 +3366,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", "addressPrefix": 49 }, { @@ -3383,7 +3383,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -3409,7 +3409,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -3423,7 +3423,7 @@ } }, "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", "addressPrefix": 88 }, { @@ -3444,11 +3444,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", "addressPrefix": 101 }, { @@ -3470,11 +3470,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -3496,11 +3496,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "addressPrefix": 31 }, { @@ -3529,11 +3529,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", "addressPrefix": 7391 }, { @@ -3555,11 +3555,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "addressPrefix": 128 } ] diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 82ff67ffa..34c515526 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -51,10 +51,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } }, "options": [ @@ -130,10 +130,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -147,7 +147,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -192,10 +192,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -209,7 +209,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -225,7 +225,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, @@ -256,10 +256,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -275,7 +275,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -284,7 +284,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -294,7 +294,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -304,7 +304,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -314,7 +314,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -324,7 +324,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -335,7 +335,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -374,7 +374,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -384,7 +384,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -402,7 +402,7 @@ "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -416,7 +416,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -431,7 +431,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -445,7 +445,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -459,7 +459,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -473,7 +473,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -487,7 +487,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -501,7 +501,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -514,7 +514,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -527,7 +527,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -540,7 +540,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -554,7 +554,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -568,7 +568,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -581,7 +581,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -595,7 +595,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -609,7 +609,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -623,7 +623,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -637,7 +637,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -663,7 +663,7 @@ "symbol": "NEER", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -676,7 +676,7 @@ "symbol": "BSX", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -690,7 +690,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -704,7 +704,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -718,7 +718,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -732,7 +732,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -768,7 +768,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -790,7 +790,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -816,7 +816,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -827,7 +827,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -838,7 +838,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -849,7 +849,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -860,7 +860,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -871,7 +871,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -882,7 +882,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -893,7 +893,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -904,7 +904,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -915,7 +915,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -925,7 +925,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -936,7 +936,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -947,7 +947,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -958,7 +958,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -999,7 +999,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1013,7 +1013,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -1063,11 +1063,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1122,10 +1122,10 @@ } ], "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1151,7 +1151,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1166,7 +1166,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1181,7 +1181,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1195,7 +1195,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1209,7 +1209,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1222,7 +1222,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1236,7 +1236,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0700000000", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1250,7 +1250,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1264,7 +1264,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1277,7 +1277,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1301,7 +1301,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1323,7 +1323,7 @@ } }, "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1337,7 +1337,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1351,7 +1351,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1365,7 +1365,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1393,7 +1393,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1403,7 +1403,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1429,7 +1429,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1455,7 +1455,7 @@ } }, "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1481,7 +1481,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "externalApi": { @@ -1491,7 +1491,7 @@ } }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -1503,7 +1503,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1511,7 +1511,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1522,7 +1522,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1532,7 +1532,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1542,7 +1542,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1553,7 +1553,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1564,7 +1564,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1575,7 +1575,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1586,7 +1586,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1607,7 +1607,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1625,7 +1625,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1660,7 +1660,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1670,7 +1670,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1700,7 +1700,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -1722,7 +1722,7 @@ } }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1735,7 +1735,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -1743,7 +1743,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -1754,7 +1754,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -1765,7 +1765,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -1776,7 +1776,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -1787,7 +1787,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -1797,7 +1797,7 @@ "symbol": "BSX", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -1808,7 +1808,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -1818,7 +1818,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -1829,7 +1829,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -1839,7 +1839,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -1872,7 +1872,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1882,7 +1882,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1920,7 +1920,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1930,7 +1930,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1958,11 +1958,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2007,7 +2007,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2017,7 +2017,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -2051,7 +2051,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2073,7 +2073,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -2098,7 +2098,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2108,7 +2108,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -2128,7 +2128,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2142,7 +2142,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2156,7 +2156,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2170,7 +2170,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2184,7 +2184,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2197,7 +2197,7 @@ "symbol": "PARA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2210,7 +2210,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2223,7 +2223,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2275,7 +2275,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2285,7 +2285,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -2303,7 +2303,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2329,11 +2329,11 @@ "testnet" ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 42 }, { @@ -2359,7 +2359,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -2370,7 +2370,7 @@ "precision": 12, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -2381,7 +2381,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -2391,7 +2391,7 @@ "symbol": "xcPARA", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -2424,7 +2424,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -2438,7 +2438,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -2466,7 +2466,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2499,7 +2499,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2509,7 +2509,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2524,7 +2524,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2532,7 +2532,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2543,7 +2543,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2554,7 +2554,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2565,7 +2565,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2576,7 +2576,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2587,7 +2587,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2620,7 +2620,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2630,7 +2630,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -2664,7 +2664,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2674,7 +2674,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -2687,7 +2687,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -2713,7 +2713,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -2723,7 +2723,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -2757,7 +2757,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2767,7 +2767,7 @@ } }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -2780,7 +2780,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2802,7 +2802,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2812,7 +2812,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 2 }, { @@ -2824,7 +2824,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2846,7 +2846,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2856,7 +2856,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -2870,7 +2870,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2888,7 +2888,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -2914,7 +2914,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2926,7 +2926,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2940,7 +2940,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2950,7 +2950,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2963,7 +2963,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -2985,7 +2985,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2995,7 +2995,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -3008,7 +3008,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -3030,7 +3030,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -3040,7 +3040,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -3052,7 +3052,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3068,7 +3068,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3078,7 +3078,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -3091,7 +3091,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3113,7 +3113,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3123,7 +3123,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "addressPrefix": 66 }, { @@ -3136,7 +3136,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3162,7 +3162,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3172,7 +3172,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -3185,7 +3185,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3211,7 +3211,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3221,7 +3221,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -3234,7 +3234,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3252,7 +3252,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3262,7 +3262,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -3274,7 +3274,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -3284,7 +3284,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3294,7 +3294,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -3307,7 +3307,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3321,7 +3321,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3335,7 +3335,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3349,7 +3349,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3363,7 +3363,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3377,7 +3377,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -3406,7 +3406,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -3416,7 +3416,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 2032 }, { @@ -3428,7 +3428,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -3454,7 +3454,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3464,7 +3464,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -3475,7 +3475,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3485,11 +3485,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", "addressPrefix": 0 }, { @@ -3502,7 +3502,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -3520,7 +3520,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -3530,7 +3530,7 @@ } }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -3543,7 +3543,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -3551,7 +3551,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01", "currencyIdType": "turing_runtime.CurrencyId", @@ -3565,7 +3565,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02", "currencyIdType": "turing_runtime.CurrencyId", @@ -3579,7 +3579,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03", "currencyIdType": "turing_runtime.CurrencyId", @@ -3592,7 +3592,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04", "currencyIdType": "turing_runtime.CurrencyId", @@ -3605,7 +3605,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05", "currencyIdType": "turing_runtime.CurrencyId", @@ -3618,7 +3618,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06", "currencyIdType": "turing_runtime.CurrencyId", @@ -3632,7 +3632,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07", "currencyIdType": "turing_runtime.CurrencyId", @@ -3652,7 +3652,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -3674,7 +3674,7 @@ } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 }, { @@ -3687,7 +3687,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -3705,7 +3705,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -3719,7 +3719,7 @@ } }, "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", "addressPrefix": 42 }, { @@ -3731,7 +3731,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -3753,7 +3753,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -3763,7 +3763,7 @@ } }, "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", "addressPrefix": 49 }, { @@ -3776,7 +3776,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -3802,7 +3802,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -3816,7 +3816,7 @@ } }, "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", "addressPrefix": 88 }, { @@ -3837,7 +3837,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -3847,7 +3847,7 @@ } }, "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", "addressPrefix": 101 }, { @@ -3869,7 +3869,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -3879,7 +3879,7 @@ } }, "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -3901,7 +3901,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -3911,7 +3911,7 @@ } }, "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "addressPrefix": 31 }, { @@ -3948,7 +3948,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -3958,7 +3958,7 @@ } }, "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", "addressPrefix": 7391 }, { @@ -3980,7 +3980,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -3990,7 +3990,7 @@ } }, "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4002,7 +4002,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4016,7 +4016,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4030,7 +4030,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4059,11 +4059,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "addressPrefix": 42 }, { @@ -4076,7 +4076,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4086,11 +4086,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4113,11 +4113,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4150,11 +4150,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4178,7 +4178,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4188,7 +4188,7 @@ } }, "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", "addressPrefix": 42 }, { @@ -4209,7 +4209,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4219,7 +4219,7 @@ } }, "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", "addressPrefix": 27 }, { @@ -4241,7 +4241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -4251,7 +4251,7 @@ } }, "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "addressPrefix": 33 }, { @@ -4272,7 +4272,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -4282,7 +4282,7 @@ } }, "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", "addressPrefix": 1337 }, { @@ -4303,7 +4303,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -4313,7 +4313,7 @@ } }, "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", "addressPrefix": 42 }, { @@ -4334,11 +4334,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "addressPrefix": 42, "options": [ "testnet", @@ -4362,11 +4362,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "addressPrefix": 42, "options": [ "testnet", @@ -4391,11 +4391,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "color": "linear-gradient(315.17deg, #CA28CC 15.89%, #30BCD0 85.66%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "addressPrefix": 117 } ] diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 810cb82ad..df4402bf3 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -54,10 +54,10 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -71,7 +71,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" }, "governance": { "type": "polkassembly", @@ -92,7 +92,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -138,10 +138,10 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -155,7 +155,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -176,7 +176,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -206,10 +206,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -223,7 +223,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" }, "governance": { "type": "polkassembly", @@ -244,13 +244,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -275,10 +275,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -294,7 +294,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -303,7 +303,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -313,7 +313,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -323,7 +323,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -333,7 +333,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -343,7 +343,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -354,7 +354,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -393,7 +393,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -402,7 +402,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -414,14 +414,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -435,7 +435,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -450,7 +450,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -464,7 +464,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -478,7 +478,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -492,7 +492,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -506,7 +506,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -520,7 +520,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -533,7 +533,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -546,7 +546,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -559,7 +559,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -600,7 +600,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -614,7 +614,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -628,7 +628,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -642,7 +642,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -656,7 +656,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -669,7 +669,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -683,7 +683,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -697,7 +697,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -711,7 +711,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -725,7 +725,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -739,7 +739,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -753,7 +753,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -785,7 +785,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -810,7 +810,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -826,7 +826,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -840,7 +840,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -851,7 +851,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -862,7 +862,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -873,7 +873,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -884,7 +884,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -895,7 +895,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -906,7 +906,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -917,7 +917,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -928,7 +928,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -939,7 +939,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -949,7 +949,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -960,7 +960,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -971,7 +971,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -982,7 +982,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -993,7 +993,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1004,7 +1004,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1015,7 +1015,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1058,7 +1058,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1075,7 +1075,7 @@ "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1091,13 +1091,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1128,10 +1128,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1147,7 +1147,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1186,10 +1186,10 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1212,7 +1212,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1220,7 +1220,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1235,7 +1235,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1250,7 +1250,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1264,7 +1264,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1278,7 +1278,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1291,7 +1291,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1305,7 +1305,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1319,7 +1319,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1333,7 +1333,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1346,7 +1346,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1370,7 +1370,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1395,7 +1395,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1412,7 +1412,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1426,7 +1426,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1440,7 +1440,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1472,7 +1472,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1481,7 +1481,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1493,7 +1493,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1512,7 +1512,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1537,7 +1537,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1549,7 +1549,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1557,7 +1557,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1568,7 +1568,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1578,7 +1578,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1588,7 +1588,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1599,7 +1599,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1610,7 +1610,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1621,7 +1621,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1632,7 +1632,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1653,7 +1653,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1670,7 +1670,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -1686,7 +1686,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1694,7 +1694,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1708,7 +1708,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1721,7 +1721,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1753,7 +1753,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1766,7 +1766,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1781,7 +1781,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1800,7 +1800,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -1825,7 +1825,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -1841,7 +1841,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -1849,7 +1849,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -1860,7 +1860,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -1871,7 +1871,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -1882,7 +1882,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -1893,7 +1893,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -1904,7 +1904,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -1915,7 +1915,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -1925,7 +1925,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -1936,7 +1936,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -1946,7 +1946,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -1979,7 +1979,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1992,7 +1992,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -2007,7 +2007,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2034,7 +2034,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2047,7 +2047,7 @@ "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2061,7 +2061,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2079,10 +2079,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2097,7 +2097,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2121,7 +2121,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2138,7 +2138,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2153,7 +2153,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2176,7 +2176,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2197,7 +2197,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2210,13 +2210,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2241,7 +2241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2250,7 +2250,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2266,7 +2266,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2274,7 +2274,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2288,7 +2288,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2302,7 +2302,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2316,7 +2316,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2330,7 +2330,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2344,7 +2344,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2357,7 +2357,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2370,7 +2370,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2384,7 +2384,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2398,7 +2398,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2411,7 +2411,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2425,7 +2425,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2473,7 +2473,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2486,7 +2486,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2500,7 +2500,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2508,7 +2508,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2531,10 +2531,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -2550,7 +2550,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -2564,7 +2564,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -2575,7 +2575,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -2586,7 +2586,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -2597,7 +2597,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -2608,7 +2608,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -2619,7 +2619,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -2630,7 +2630,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -2642,7 +2642,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -2653,7 +2653,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -2664,7 +2664,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -2707,7 +2707,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -2724,7 +2724,7 @@ "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -2740,7 +2740,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2754,7 +2754,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2787,7 +2787,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2800,7 +2800,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2816,7 +2816,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2824,7 +2824,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2835,7 +2835,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2846,7 +2846,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2857,7 +2857,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2868,7 +2868,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2879,7 +2879,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2889,7 +2889,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2899,7 +2899,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2909,7 +2909,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2919,7 +2919,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2929,7 +2929,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -2940,7 +2940,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -2951,7 +2951,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -2962,7 +2962,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2972,7 +2972,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -2983,7 +2983,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -2994,7 +2994,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3023,7 +3023,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3036,7 +3036,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3051,7 +3051,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3074,7 +3074,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3083,7 +3083,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3096,7 +3096,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3104,7 +3104,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3133,7 +3133,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3142,7 +3142,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3154,7 +3154,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3181,7 +3181,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3194,7 +3194,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3210,7 +3210,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3232,7 +3232,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3241,7 +3241,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3253,7 +3253,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3275,7 +3275,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3284,7 +3284,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -3301,7 +3301,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3315,7 +3315,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -3340,7 +3340,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3355,7 +3355,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -3365,7 +3365,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3374,7 +3374,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3387,7 +3387,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3409,7 +3409,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3418,7 +3418,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -3434,7 +3434,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -3456,7 +3456,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -3465,7 +3465,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 }, { @@ -3477,7 +3477,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3497,7 +3497,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3506,7 +3506,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3519,7 +3519,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3541,7 +3541,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3554,7 +3554,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -3570,7 +3570,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3600,7 +3600,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3609,7 +3609,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3622,7 +3622,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3648,7 +3648,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3657,7 +3657,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -3673,7 +3673,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3695,7 +3695,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3704,7 +3704,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -3719,7 +3719,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -3741,7 +3741,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3754,7 +3754,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -3770,7 +3770,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3784,7 +3784,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3798,7 +3798,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3812,7 +3812,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3826,7 +3826,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3840,7 +3840,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -3869,7 +3869,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -3878,7 +3878,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -3891,7 +3891,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -3917,7 +3917,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3926,7 +3926,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -3937,7 +3937,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3947,10 +3947,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -3966,7 +3966,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -3984,7 +3984,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -3993,7 +3993,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4009,7 +4009,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4017,7 +4017,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4031,7 +4031,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4045,7 +4045,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4058,7 +4058,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4071,7 +4071,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4084,7 +4084,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4098,7 +4098,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4118,7 +4118,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4143,7 +4143,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -4159,7 +4159,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4177,7 +4177,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4190,7 +4190,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4202,7 +4202,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4220,7 +4220,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4233,7 +4233,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49, "options": [ "governance-v1" @@ -4249,7 +4249,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4275,7 +4275,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4292,7 +4292,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -4307,7 +4307,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4317,7 +4317,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4326,7 +4326,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4339,7 +4339,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4347,7 +4347,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4361,7 +4361,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4385,7 +4385,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4394,7 +4394,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4406,7 +4406,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4421,7 +4421,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4430,7 +4430,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4443,7 +4443,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4469,7 +4469,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4478,7 +4478,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4490,7 +4490,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4501,7 +4501,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4510,7 +4510,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4522,7 +4522,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4536,7 +4536,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4550,7 +4550,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4579,10 +4579,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4595,7 +4595,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4605,10 +4605,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4622,7 +4622,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -4632,10 +4632,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4650,7 +4650,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -4669,10 +4669,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4687,7 +4687,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4701,7 +4701,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4710,7 +4710,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -4725,7 +4725,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -4735,7 +4735,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4744,7 +4744,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -4756,7 +4756,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -4775,7 +4775,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -4788,7 +4788,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -4803,7 +4803,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -4817,7 +4817,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -4826,7 +4826,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -4838,7 +4838,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -4848,7 +4848,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -4857,7 +4857,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -4868,7 +4868,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "staking": "relaychain" } ], @@ -4879,10 +4879,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -4896,7 +4896,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -4906,10 +4906,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -4925,7 +4925,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -4939,7 +4939,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -4948,7 +4948,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -4960,13 +4960,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -4979,7 +4979,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5008,7 +5008,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5017,7 +5017,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5029,7 +5029,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5045,10 +5045,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -5064,7 +5064,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5092,10 +5092,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5108,7 +5108,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5126,10 +5126,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5144,7 +5144,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -5154,10 +5154,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -5171,7 +5171,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -5189,10 +5189,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5209,7 +5209,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5229,10 +5229,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5245,7 +5245,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5273,10 +5273,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -5288,7 +5288,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5304,10 +5304,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5319,7 +5319,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5338,10 +5338,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5352,7 +5352,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -5362,10 +5362,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -5380,7 +5380,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -5398,10 +5398,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207, "options": [ "governance-v1" @@ -5415,7 +5415,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -5425,10 +5425,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5444,7 +5444,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5454,10 +5454,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5468,7 +5468,7 @@ "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", "staking": "relaychain" } ], @@ -5485,10 +5485,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 0, "options": [ "testnet", @@ -5504,7 +5504,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5522,10 +5522,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5537,7 +5537,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -5555,10 +5555,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -5570,7 +5570,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5598,10 +5598,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index eb74a87a3..18dda5232 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -63,10 +63,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -82,7 +82,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" }, "governance": { "type": "polkassembly", @@ -103,7 +103,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -158,10 +158,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -177,7 +177,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -198,7 +198,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -228,10 +228,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -247,7 +247,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" }, "governance": { "type": "polkassembly", @@ -268,13 +268,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -299,10 +299,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -318,7 +318,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -327,7 +327,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -337,7 +337,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -347,7 +347,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -357,7 +357,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -367,7 +367,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -378,7 +378,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -422,7 +422,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -433,7 +433,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -445,14 +445,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -466,7 +466,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -481,7 +481,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -495,7 +495,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -510,7 +510,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -524,7 +524,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -538,7 +538,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -552,7 +552,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -565,7 +565,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -578,7 +578,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -591,7 +591,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -605,7 +605,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -619,7 +619,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -632,7 +632,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -646,7 +646,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -660,7 +660,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -674,7 +674,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -688,7 +688,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -701,7 +701,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -715,7 +715,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -729,7 +729,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -743,7 +743,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -757,7 +757,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -771,7 +771,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -785,7 +785,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -817,7 +817,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -849,7 +849,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -865,7 +865,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -879,7 +879,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -890,7 +890,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -901,7 +901,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -912,7 +912,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -923,7 +923,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -934,7 +934,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -945,7 +945,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -956,7 +956,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -967,7 +967,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -978,7 +978,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -988,7 +988,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -999,7 +999,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1010,7 +1010,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1021,7 +1021,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1032,7 +1032,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1043,7 +1043,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1054,7 +1054,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1102,7 +1102,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1126,7 +1126,7 @@ "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1142,13 +1142,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1179,10 +1179,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1198,7 +1198,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1212,7 +1212,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1223,7 +1223,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1234,7 +1234,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1245,7 +1245,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1256,7 +1256,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1267,7 +1267,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1278,7 +1278,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1289,7 +1289,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1300,7 +1300,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1311,7 +1311,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1352,10 +1352,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1380,7 +1380,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1388,7 +1388,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1403,7 +1403,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1418,7 +1418,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1432,7 +1432,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1446,7 +1446,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1459,7 +1459,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1473,7 +1473,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1487,7 +1487,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1501,7 +1501,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1514,7 +1514,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1538,7 +1538,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1570,7 +1570,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1587,7 +1587,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1601,7 +1601,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1615,7 +1615,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1629,7 +1629,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1643,7 +1643,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1657,7 +1657,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1690,7 +1690,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1701,7 +1701,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1713,7 +1713,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1732,7 +1732,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1759,7 +1759,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1771,7 +1771,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1779,7 +1779,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1790,7 +1790,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1801,7 +1801,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1811,7 +1811,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1822,7 +1822,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1833,7 +1833,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1844,7 +1844,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1855,7 +1855,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1866,7 +1866,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1887,7 +1887,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1911,7 +1911,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -1927,7 +1927,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1935,7 +1935,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1949,7 +1949,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1962,7 +1962,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1999,7 +1999,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2014,7 +2014,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2029,7 +2029,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2044,7 +2044,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2076,7 +2076,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2092,7 +2092,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2100,7 +2100,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2111,7 +2111,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2122,7 +2122,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2133,7 +2133,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2144,7 +2144,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2155,7 +2155,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2166,7 +2166,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2176,7 +2176,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2187,7 +2187,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2197,7 +2197,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2235,7 +2235,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2250,7 +2250,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2262,7 +2262,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2294,7 +2294,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2309,7 +2309,7 @@ "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2323,7 +2323,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2341,10 +2341,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2359,7 +2359,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2388,7 +2388,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2407,7 +2407,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2422,7 +2422,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2445,7 +2445,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2473,7 +2473,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2486,13 +2486,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2522,7 +2522,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2533,7 +2533,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2549,7 +2549,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2557,7 +2557,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2571,7 +2571,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2585,7 +2585,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2599,7 +2599,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2613,7 +2613,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2627,7 +2627,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2640,7 +2640,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2653,7 +2653,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2667,7 +2667,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2681,7 +2681,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2694,7 +2694,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2708,7 +2708,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2722,7 +2722,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2775,7 +2775,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2790,7 +2790,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2804,7 +2804,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2812,7 +2812,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2835,10 +2835,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -2854,7 +2854,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -2868,7 +2868,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -2879,7 +2879,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -2890,7 +2890,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -2901,7 +2901,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -2912,7 +2912,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -2923,7 +2923,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -2934,7 +2934,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -2946,7 +2946,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -2957,7 +2957,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -2968,7 +2968,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3016,7 +3016,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3040,7 +3040,7 @@ "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3056,7 +3056,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3070,7 +3070,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3081,7 +3081,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3092,7 +3092,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3103,7 +3103,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3114,7 +3114,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3125,7 +3125,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3136,7 +3136,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3147,7 +3147,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3158,7 +3158,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3196,7 +3196,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3211,7 +3211,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3227,7 +3227,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3235,7 +3235,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3246,7 +3246,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3257,7 +3257,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3268,7 +3268,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3279,7 +3279,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3290,7 +3290,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3300,7 +3300,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3310,7 +3310,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3320,7 +3320,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3330,7 +3330,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3340,7 +3340,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3351,7 +3351,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3362,7 +3362,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3373,7 +3373,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3383,7 +3383,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3394,7 +3394,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3405,7 +3405,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3435,7 +3435,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3450,7 +3450,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3465,7 +3465,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3489,7 +3489,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3500,7 +3500,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3513,7 +3513,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3521,7 +3521,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3555,7 +3555,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3566,7 +3566,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3578,7 +3578,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3610,7 +3610,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3625,7 +3625,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3641,7 +3641,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3668,7 +3668,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3679,7 +3679,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3691,7 +3691,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3718,7 +3718,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3729,7 +3729,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -3746,7 +3746,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3760,7 +3760,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -3792,7 +3792,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3807,7 +3807,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -3824,7 +3824,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3835,7 +3835,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3848,7 +3848,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3875,7 +3875,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3886,7 +3886,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -3902,7 +3902,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -3929,7 +3929,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -3940,7 +3940,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 }, { @@ -3952,7 +3952,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3977,7 +3977,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3988,7 +3988,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4001,7 +4001,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4028,7 +4028,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4043,7 +4043,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4059,7 +4059,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4090,7 +4090,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4101,7 +4101,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4114,7 +4114,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4141,7 +4141,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4152,7 +4152,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4168,7 +4168,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4195,7 +4195,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4206,7 +4206,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4221,14 +4221,14 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4243,7 +4243,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4276,7 +4276,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4291,7 +4291,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4307,7 +4307,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4321,7 +4321,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4335,7 +4335,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4349,7 +4349,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4363,7 +4363,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4377,7 +4377,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4391,7 +4391,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4405,7 +4405,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4439,7 +4439,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4450,7 +4450,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4463,7 +4463,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4494,7 +4494,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4505,7 +4505,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4516,7 +4516,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4526,10 +4526,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -4545,7 +4545,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4568,7 +4568,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4579,7 +4579,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4595,7 +4595,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4603,7 +4603,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4617,7 +4617,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4631,7 +4631,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4645,7 +4645,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4658,7 +4658,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4671,7 +4671,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4685,7 +4685,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4705,7 +4705,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4737,7 +4737,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -4753,7 +4753,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4771,7 +4771,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4786,7 +4786,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4798,7 +4798,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4821,7 +4821,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4836,7 +4836,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49, "options": [ "governance-v1" @@ -4852,7 +4852,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4874,7 +4874,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4893,7 +4893,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -4908,7 +4908,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4925,7 +4925,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4936,7 +4936,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4949,7 +4949,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4957,7 +4957,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4971,7 +4971,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5000,7 +5000,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5011,7 +5011,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5023,7 +5023,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5045,7 +5045,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5056,7 +5056,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5069,7 +5069,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5100,7 +5100,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5111,7 +5111,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5123,7 +5123,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5141,7 +5141,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5152,7 +5152,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5164,7 +5164,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5178,7 +5178,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5192,7 +5192,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5226,10 +5226,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5242,7 +5242,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5252,10 +5252,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5269,7 +5269,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5279,10 +5279,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5297,7 +5297,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5316,10 +5316,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5334,7 +5334,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5348,7 +5348,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5359,7 +5359,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -5381,7 +5381,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5398,7 +5398,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5409,7 +5409,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5421,7 +5421,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5445,7 +5445,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5460,7 +5460,7 @@ "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -5476,7 +5476,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5497,7 +5497,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -5508,7 +5508,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5520,7 +5520,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5537,7 +5537,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5548,7 +5548,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5559,7 +5559,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "staking": "relaychain" } ], @@ -5570,10 +5570,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5587,7 +5587,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -5597,10 +5597,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5616,7 +5616,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5633,7 +5633,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5644,7 +5644,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5656,13 +5656,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5675,7 +5675,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5703,7 +5703,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5714,7 +5714,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5726,7 +5726,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5748,10 +5748,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -5767,7 +5767,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5797,10 +5797,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5813,7 +5813,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5831,10 +5831,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5849,7 +5849,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -5859,10 +5859,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -5876,7 +5876,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -5894,10 +5894,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5914,7 +5914,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5943,10 +5943,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5959,7 +5959,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5994,10 +5994,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -6009,7 +6009,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6034,10 +6034,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6049,7 +6049,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6068,10 +6068,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6082,7 +6082,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6092,10 +6092,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6110,7 +6110,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -6133,10 +6133,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207, "options": [ "governance-v1" @@ -6150,7 +6150,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6160,10 +6160,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6179,7 +6179,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6204,10 +6204,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6218,7 +6218,7 @@ "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", "staking": "relaychain" } ], @@ -6235,10 +6235,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 0, "options": [ "testnet", @@ -6254,7 +6254,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6272,10 +6272,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6287,7 +6287,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6305,10 +6305,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6320,7 +6320,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6356,10 +6356,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 73267afb5..b32811e5c 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -86,7 +86,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" }, "governance": { "type": "polkassembly", @@ -107,7 +107,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -170,10 +170,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -189,7 +189,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -210,7 +210,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -236,10 +236,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -255,7 +255,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" }, "governance": { "type": "polkassembly", @@ -279,13 +279,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -310,10 +310,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -329,7 +329,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -338,7 +338,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -348,7 +348,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -358,7 +358,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -368,7 +368,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -378,7 +378,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -389,7 +389,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -433,7 +433,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -444,7 +444,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -456,14 +456,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -477,7 +477,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -492,7 +492,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -506,7 +506,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -521,7 +521,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -535,7 +535,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -549,7 +549,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -563,7 +563,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -576,7 +576,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -589,7 +589,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -602,7 +602,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -616,7 +616,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -630,7 +630,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -643,7 +643,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -657,7 +657,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -671,7 +671,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -685,7 +685,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -699,7 +699,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -712,7 +712,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -726,7 +726,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -740,7 +740,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -754,7 +754,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -768,7 +768,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -782,7 +782,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -796,7 +796,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -828,7 +828,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -863,7 +863,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -879,7 +879,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -893,7 +893,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -904,7 +904,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -915,7 +915,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -926,7 +926,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -937,7 +937,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -948,7 +948,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -959,7 +959,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -970,7 +970,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -981,7 +981,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -992,7 +992,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1002,7 +1002,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1013,7 +1013,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1024,7 +1024,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1035,7 +1035,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1046,7 +1046,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1057,7 +1057,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1068,7 +1068,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1112,7 +1112,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1136,7 +1136,7 @@ "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1152,13 +1152,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1185,10 +1185,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1204,7 +1204,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1218,7 +1218,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1229,7 +1229,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1240,7 +1240,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1251,7 +1251,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1262,7 +1262,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1273,7 +1273,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1284,7 +1284,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1295,7 +1295,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1306,7 +1306,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1317,7 +1317,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1354,10 +1354,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1385,7 +1385,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1393,7 +1393,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1408,7 +1408,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1423,7 +1423,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1437,7 +1437,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1451,7 +1451,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1464,7 +1464,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1478,7 +1478,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1492,7 +1492,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1506,7 +1506,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1519,7 +1519,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1543,7 +1543,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1575,7 +1575,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1592,7 +1592,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1606,7 +1606,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1620,7 +1620,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1634,7 +1634,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1648,7 +1648,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1662,7 +1662,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1695,7 +1695,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1706,7 +1706,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1718,7 +1718,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1737,7 +1737,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1764,7 +1764,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1776,7 +1776,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1784,7 +1784,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1795,7 +1795,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1806,7 +1806,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1816,7 +1816,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1827,7 +1827,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1838,7 +1838,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1849,7 +1849,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1860,7 +1860,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1871,7 +1871,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1884,7 +1884,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1908,7 +1908,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -1924,7 +1924,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1932,7 +1932,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1946,7 +1946,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1959,7 +1959,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1973,7 +1973,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1987,7 +1987,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2024,7 +2024,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2042,7 +2042,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2057,7 +2057,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2072,7 +2072,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2107,7 +2107,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2123,7 +2123,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2131,7 +2131,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2142,7 +2142,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2153,7 +2153,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2164,7 +2164,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2175,7 +2175,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2186,7 +2186,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2197,7 +2197,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2207,7 +2207,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2218,7 +2218,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2228,7 +2228,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2266,7 +2266,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2284,7 +2284,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2296,7 +2296,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2328,7 +2328,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2343,7 +2343,7 @@ "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2357,7 +2357,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2375,10 +2375,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2393,7 +2393,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2422,7 +2422,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2444,7 +2444,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2459,7 +2459,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2482,7 +2482,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2510,7 +2510,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2523,13 +2523,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2559,7 +2559,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2570,7 +2570,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2586,7 +2586,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2594,7 +2594,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2608,7 +2608,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2622,7 +2622,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2636,7 +2636,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2650,7 +2650,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2664,7 +2664,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2677,7 +2677,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2690,7 +2690,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2704,7 +2704,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2718,7 +2718,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2731,7 +2731,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2745,7 +2745,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2759,7 +2759,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2812,7 +2812,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2830,7 +2830,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2844,7 +2844,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2852,7 +2852,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2875,10 +2875,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -2894,7 +2894,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -2908,7 +2908,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -2919,7 +2919,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -2930,7 +2930,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -2941,7 +2941,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -2952,7 +2952,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -2963,7 +2963,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -2974,7 +2974,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -2986,7 +2986,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -2997,7 +2997,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3008,7 +3008,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3052,7 +3052,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3076,7 +3076,7 @@ "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3092,7 +3092,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3106,7 +3106,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3117,7 +3117,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3128,7 +3128,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3139,7 +3139,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3150,7 +3150,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3161,7 +3161,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3172,7 +3172,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3183,7 +3183,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3194,7 +3194,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3232,7 +3232,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3250,7 +3250,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3266,7 +3266,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3274,7 +3274,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3285,7 +3285,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3296,7 +3296,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3307,7 +3307,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3318,7 +3318,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3329,7 +3329,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3339,7 +3339,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3349,7 +3349,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3359,7 +3359,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3369,7 +3369,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3379,7 +3379,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3390,7 +3390,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3401,7 +3401,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3412,7 +3412,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3422,7 +3422,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3433,7 +3433,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3444,7 +3444,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3474,7 +3474,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3492,7 +3492,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3507,7 +3507,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3531,7 +3531,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3542,7 +3542,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3555,7 +3555,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3563,7 +3563,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3597,7 +3597,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3608,7 +3608,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3620,7 +3620,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -3628,7 +3628,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -3663,7 +3663,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3681,7 +3681,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3697,7 +3697,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3724,7 +3724,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3735,7 +3735,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3747,7 +3747,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3774,7 +3774,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3785,7 +3785,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -3802,7 +3802,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3816,7 +3816,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -3848,7 +3848,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3863,7 +3863,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -3880,7 +3880,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3891,7 +3891,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3904,7 +3904,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3931,7 +3931,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3942,7 +3942,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -3957,7 +3957,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3982,7 +3982,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3993,7 +3993,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4006,7 +4006,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4033,7 +4033,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4051,7 +4051,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4067,7 +4067,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4098,7 +4098,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4109,7 +4109,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4122,7 +4122,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4149,7 +4149,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4160,7 +4160,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4176,7 +4176,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4203,7 +4203,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4214,7 +4214,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4230,14 +4230,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4252,7 +4252,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4265,7 +4265,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4279,7 +4279,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4293,7 +4293,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4326,7 +4326,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4344,7 +4344,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4360,7 +4360,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4374,7 +4374,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4388,7 +4388,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4402,7 +4402,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4416,7 +4416,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4430,7 +4430,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4444,7 +4444,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4458,7 +4458,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4492,7 +4492,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4503,7 +4503,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4516,7 +4516,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4547,7 +4547,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4558,7 +4558,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4569,7 +4569,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4579,10 +4579,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -4598,7 +4598,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4621,7 +4621,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4632,7 +4632,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4648,7 +4648,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4656,7 +4656,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4670,7 +4670,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4684,7 +4684,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4698,7 +4698,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4711,7 +4711,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4724,7 +4724,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4738,7 +4738,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4758,7 +4758,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4793,7 +4793,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -4809,7 +4809,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4827,7 +4827,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4842,7 +4842,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4854,7 +4854,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4877,7 +4877,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4895,7 +4895,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49, "options": [ "governance-v1" @@ -4911,7 +4911,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4933,7 +4933,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4955,7 +4955,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -4970,7 +4970,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4987,7 +4987,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4998,7 +4998,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5011,7 +5011,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5019,7 +5019,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5033,7 +5033,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5062,7 +5062,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5073,7 +5073,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5085,7 +5085,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5107,7 +5107,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5118,7 +5118,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5131,7 +5131,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5162,7 +5162,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5173,7 +5173,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5185,7 +5185,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5203,7 +5203,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5214,7 +5214,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5226,7 +5226,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5240,7 +5240,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5254,7 +5254,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5288,10 +5288,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5304,7 +5304,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5314,10 +5314,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5331,7 +5331,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5341,10 +5341,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5359,7 +5359,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5378,10 +5378,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5396,7 +5396,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5406,7 +5406,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5417,7 +5417,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -5439,7 +5439,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5456,7 +5456,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5467,7 +5467,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5479,7 +5479,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5503,7 +5503,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5521,7 +5521,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -5537,7 +5537,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5562,7 +5562,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -5573,7 +5573,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5585,7 +5585,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5602,7 +5602,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5613,7 +5613,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5624,7 +5624,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "staking": "relaychain" } ], @@ -5635,10 +5635,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5652,7 +5652,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -5662,10 +5662,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5681,7 +5681,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5698,7 +5698,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5709,7 +5709,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5721,13 +5721,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5740,7 +5740,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5772,7 +5772,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5783,7 +5783,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5795,7 +5795,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5820,10 +5820,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -5839,7 +5839,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5869,10 +5869,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5885,7 +5885,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5903,10 +5903,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5921,7 +5921,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -5931,10 +5931,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -5948,7 +5948,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -5966,10 +5966,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5986,7 +5986,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6018,10 +6018,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6034,7 +6034,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -6069,10 +6069,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -6084,7 +6084,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6109,10 +6109,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6124,7 +6124,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6143,10 +6143,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6157,7 +6157,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6167,10 +6167,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6185,7 +6185,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -6208,10 +6208,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207, "options": [ "governance-v1" @@ -6225,7 +6225,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6235,10 +6235,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6254,7 +6254,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6279,10 +6279,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6293,7 +6293,7 @@ "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", "staking": "relaychain" } ], @@ -6310,10 +6310,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 0, "options": [ "testnet", @@ -6329,7 +6329,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6347,10 +6347,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6362,7 +6362,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6380,10 +6380,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6395,7 +6395,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6435,10 +6435,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6451,7 +6451,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" } ], "nodes": [ @@ -6469,10 +6469,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6483,7 +6483,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6501,10 +6501,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6520,7 +6520,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6538,10 +6538,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6554,7 +6554,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6572,10 +6572,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", "addressPrefix": 88 } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 461b0d5d5..80eebe1d5 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -89,7 +89,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -113,7 +113,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -176,10 +176,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -198,7 +198,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -228,7 +228,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -254,10 +254,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -276,7 +276,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -303,13 +303,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -334,10 +334,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -353,7 +353,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -362,7 +362,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -372,7 +372,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -382,7 +382,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -392,7 +392,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -402,7 +402,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -413,7 +413,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -457,7 +457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -468,7 +468,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -480,14 +480,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -501,7 +501,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -516,7 +516,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -530,7 +530,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -545,7 +545,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -559,7 +559,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -600,7 +600,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -613,7 +613,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -626,7 +626,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -640,7 +640,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -654,7 +654,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -667,7 +667,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -681,7 +681,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -695,7 +695,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -709,7 +709,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -723,7 +723,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -736,7 +736,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -750,7 +750,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -764,7 +764,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -778,7 +778,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -792,7 +792,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -806,7 +806,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -820,7 +820,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -852,7 +852,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -889,7 +889,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -905,7 +905,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -919,7 +919,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -930,7 +930,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -941,7 +941,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -952,7 +952,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -963,7 +963,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -974,7 +974,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -985,7 +985,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -996,7 +996,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1007,7 +1007,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1018,7 +1018,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1028,7 +1028,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1039,7 +1039,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1050,7 +1050,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1061,7 +1061,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1072,7 +1072,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1083,7 +1083,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1094,7 +1094,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1138,7 +1138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1174,7 +1174,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1191,13 +1191,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1224,10 +1224,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1243,7 +1243,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1257,7 +1257,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1268,7 +1268,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1279,7 +1279,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1290,7 +1290,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1301,7 +1301,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1312,7 +1312,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1323,7 +1323,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1334,7 +1334,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1345,7 +1345,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1356,7 +1356,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1393,10 +1393,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1426,7 +1426,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1434,7 +1434,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1449,7 +1449,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1464,7 +1464,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1478,7 +1478,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1492,7 +1492,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1505,7 +1505,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1519,7 +1519,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1533,7 +1533,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1547,7 +1547,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1560,7 +1560,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1584,7 +1584,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1618,7 +1618,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1635,7 +1635,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1649,7 +1649,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1663,7 +1663,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1677,7 +1677,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1691,7 +1691,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1705,7 +1705,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1718,7 +1718,7 @@ "symbol": "kBTC-KSM", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1731,7 +1731,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1744,7 +1744,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1777,7 +1777,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1788,7 +1788,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1800,7 +1800,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1819,7 +1819,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1848,7 +1848,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1860,7 +1860,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1868,7 +1868,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1879,7 +1879,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1890,7 +1890,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1900,7 +1900,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1911,7 +1911,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1922,7 +1922,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1933,7 +1933,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1944,7 +1944,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1955,7 +1955,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1968,7 +1968,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1992,7 +1992,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2008,7 +2008,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2016,7 +2016,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2030,7 +2030,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2043,7 +2043,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2057,7 +2057,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2071,7 +2071,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2108,7 +2108,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2128,7 +2128,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2143,7 +2143,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2158,7 +2158,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2195,7 +2195,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2211,7 +2211,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2219,7 +2219,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2230,7 +2230,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2241,7 +2241,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2252,7 +2252,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2263,7 +2263,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2274,7 +2274,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2285,7 +2285,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2295,7 +2295,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2306,7 +2306,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2316,7 +2316,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2354,7 +2354,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2374,7 +2374,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2386,7 +2386,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2418,7 +2418,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2435,7 +2435,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2449,7 +2449,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2467,10 +2467,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2485,7 +2485,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2514,7 +2514,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2540,7 +2540,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2555,7 +2555,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2578,7 +2578,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2606,7 +2606,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2619,13 +2619,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2655,7 +2655,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2666,7 +2666,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2682,7 +2682,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2690,7 +2690,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2704,7 +2704,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2718,7 +2718,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2732,7 +2732,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2746,7 +2746,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2760,7 +2760,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2773,7 +2773,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2786,7 +2786,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2800,7 +2800,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2814,7 +2814,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2827,7 +2827,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2841,7 +2841,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2855,7 +2855,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2908,7 +2908,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2928,7 +2928,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2942,7 +2942,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2950,7 +2950,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2973,10 +2973,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -2992,7 +2992,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -3006,7 +3006,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3017,7 +3017,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3028,7 +3028,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3039,7 +3039,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3050,7 +3050,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3061,7 +3061,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3072,7 +3072,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3084,7 +3084,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3095,7 +3095,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3106,7 +3106,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3150,7 +3150,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3180,7 +3180,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3196,7 +3196,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3210,7 +3210,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3221,7 +3221,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3232,7 +3232,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3243,7 +3243,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3254,7 +3254,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3265,7 +3265,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3276,7 +3276,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3287,7 +3287,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3298,7 +3298,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3336,7 +3336,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3356,7 +3356,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3372,7 +3372,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3380,7 +3380,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3391,7 +3391,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3402,7 +3402,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3413,7 +3413,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3424,7 +3424,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3435,7 +3435,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3445,7 +3445,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3455,7 +3455,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3465,7 +3465,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3475,7 +3475,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3485,7 +3485,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3496,7 +3496,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3507,7 +3507,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3518,7 +3518,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3528,7 +3528,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3539,7 +3539,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3550,7 +3550,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3580,7 +3580,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3600,7 +3600,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3615,7 +3615,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3639,7 +3639,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3650,7 +3650,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3663,7 +3663,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3671,7 +3671,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3705,7 +3705,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3716,7 +3716,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3728,7 +3728,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -3736,7 +3736,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -3771,7 +3771,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3791,7 +3791,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3807,7 +3807,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3834,7 +3834,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3845,7 +3845,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3857,7 +3857,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3884,7 +3884,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3895,7 +3895,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -3912,7 +3912,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3926,7 +3926,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -3960,7 +3960,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3976,7 +3976,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4003,7 +4003,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4014,7 +4014,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4029,7 +4029,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4054,7 +4054,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4065,7 +4065,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4078,7 +4078,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4105,7 +4105,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4125,7 +4125,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4141,7 +4141,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4172,7 +4172,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4183,7 +4183,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4196,7 +4196,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4223,7 +4223,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4234,7 +4234,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4250,7 +4250,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4277,7 +4277,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4288,7 +4288,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4304,14 +4304,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4326,7 +4326,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4339,7 +4339,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4353,7 +4353,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4367,7 +4367,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4400,7 +4400,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4420,7 +4420,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4436,7 +4436,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4450,7 +4450,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4464,7 +4464,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4478,7 +4478,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4492,7 +4492,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4506,7 +4506,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4520,7 +4520,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4534,7 +4534,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4568,7 +4568,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4579,7 +4579,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4592,7 +4592,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4623,7 +4623,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4634,7 +4634,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4645,7 +4645,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4655,10 +4655,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -4674,7 +4674,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4697,7 +4697,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4708,7 +4708,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4724,7 +4724,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4732,7 +4732,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4746,7 +4746,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4760,7 +4760,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4774,7 +4774,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4787,7 +4787,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4800,7 +4800,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4814,7 +4814,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4834,7 +4834,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4873,7 +4873,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -4889,7 +4889,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4907,7 +4907,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4924,7 +4924,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4936,7 +4936,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4959,7 +4959,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4979,7 +4979,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50, "options": [ "governance-v1" @@ -4995,7 +4995,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5017,7 +5017,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5043,7 +5043,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5058,7 +5058,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -5075,7 +5075,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5086,7 +5086,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5099,7 +5099,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5107,7 +5107,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5121,7 +5121,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5150,7 +5150,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5161,7 +5161,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5173,7 +5173,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5195,7 +5195,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5206,7 +5206,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5219,7 +5219,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5250,7 +5250,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5261,7 +5261,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5273,7 +5273,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5291,7 +5291,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5302,7 +5302,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5314,7 +5314,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5328,7 +5328,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5342,7 +5342,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5376,10 +5376,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5392,7 +5392,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5402,10 +5402,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5419,7 +5419,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5429,10 +5429,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5447,7 +5447,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5466,10 +5466,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5484,7 +5484,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5494,7 +5494,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5505,7 +5505,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -5527,7 +5527,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5544,7 +5544,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5555,7 +5555,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5567,7 +5567,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5591,7 +5591,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5611,7 +5611,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -5627,7 +5627,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5652,7 +5652,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -5663,7 +5663,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5675,7 +5675,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5692,7 +5692,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5703,7 +5703,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5714,7 +5714,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "staking": "relaychain" } ], @@ -5725,10 +5725,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5742,7 +5742,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -5752,10 +5752,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5771,7 +5771,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5788,7 +5788,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5799,7 +5799,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5811,13 +5811,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5830,7 +5830,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5862,7 +5862,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5873,7 +5873,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5885,7 +5885,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5912,10 +5912,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -5931,7 +5931,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5963,10 +5963,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5979,7 +5979,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5997,10 +5997,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6015,7 +6015,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6025,10 +6025,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6042,7 +6042,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6060,10 +6060,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6080,7 +6080,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6114,10 +6114,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6130,7 +6130,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -6165,10 +6165,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -6180,7 +6180,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6205,10 +6205,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6220,7 +6220,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6239,10 +6239,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6253,7 +6253,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6263,10 +6263,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6281,7 +6281,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -6304,10 +6304,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207, "options": [ "governance-v1" @@ -6321,7 +6321,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6331,7 +6331,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6342,7 +6342,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6358,7 +6358,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6383,10 +6383,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6397,7 +6397,7 @@ "assetId": 0, "symbol": "Unit", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", "staking": "relaychain" } ], @@ -6416,10 +6416,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 0, "options": [ "testnet", @@ -6435,7 +6435,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6453,10 +6453,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6468,7 +6468,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6486,10 +6486,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6501,7 +6501,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6541,10 +6541,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6557,14 +6557,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6588,10 +6588,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6602,7 +6602,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6620,10 +6620,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6639,7 +6639,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6657,10 +6657,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6673,7 +6673,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6691,10 +6691,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6707,7 +6707,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6720,7 +6720,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6733,7 +6733,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6746,7 +6746,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6759,7 +6759,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6772,7 +6772,7 @@ "symbol": "kBTC-KSM", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6785,7 +6785,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6798,7 +6798,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6814,10 +6814,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -6832,7 +6832,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -6846,10 +6846,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index bce904451..2fbdcbddd 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -89,7 +89,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot-dev.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" } ], "governance": [ @@ -113,7 +113,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -176,10 +176,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -198,7 +198,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -228,7 +228,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -254,10 +254,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -276,7 +276,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ], "governance": [ @@ -303,13 +303,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" }, { "assetId": 1, "symbol": "SIRI", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "type": "statemine", "typeExtras": { "assetId": "81" @@ -334,10 +334,10 @@ "event": "https://westmint.statescan.io/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westmint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, "options": [ @@ -353,7 +353,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -362,7 +362,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -372,7 +372,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -382,7 +382,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -392,7 +392,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -402,7 +402,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -413,7 +413,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -457,7 +457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -468,7 +468,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -480,14 +480,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -501,7 +501,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -516,7 +516,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -530,7 +530,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -545,7 +545,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -559,7 +559,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -600,7 +600,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -613,7 +613,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -626,7 +626,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -640,7 +640,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -654,7 +654,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -667,7 +667,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -681,7 +681,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -695,7 +695,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -709,7 +709,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -723,7 +723,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -736,7 +736,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -750,7 +750,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -764,7 +764,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -778,7 +778,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -792,7 +792,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -806,7 +806,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -820,7 +820,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -852,7 +852,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -889,7 +889,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8, "options": [ "governance-v1" @@ -905,7 +905,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -919,7 +919,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -930,7 +930,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -941,7 +941,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -952,7 +952,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -963,7 +963,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -974,7 +974,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -985,7 +985,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -996,7 +996,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1007,7 +1007,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1018,7 +1018,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1028,7 +1028,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1039,7 +1039,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1050,7 +1050,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1061,7 +1061,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1072,7 +1072,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1083,7 +1083,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1094,7 +1094,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1138,7 +1138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1174,7 +1174,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1191,13 +1191,13 @@ "staking": "parachain", "assetId": 0, "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 18 }, { "assetId": 1, "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "precision": 12, "type": "statemine", "typeExtras": { @@ -1224,10 +1224,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ "ethereumBased", @@ -1243,7 +1243,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden", "buyProviders": { "transak": { @@ -1257,7 +1257,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1268,7 +1268,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1279,7 +1279,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1290,7 +1290,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1301,7 +1301,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1312,7 +1312,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1323,7 +1323,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1334,7 +1334,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1345,7 +1345,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1356,7 +1356,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1393,10 +1393,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true }, "externalApi": { @@ -1426,7 +1426,7 @@ "assetId": 0, "symbol": "BNC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "staking": "parachain" }, @@ -1434,7 +1434,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1449,7 +1449,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1464,7 +1464,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1478,7 +1478,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1492,7 +1492,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1505,7 +1505,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1519,7 +1519,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1533,7 +1533,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1547,7 +1547,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1560,7 +1560,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1584,7 +1584,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1618,7 +1618,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ "governance-v1" @@ -1635,7 +1635,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1649,7 +1649,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1663,7 +1663,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1677,7 +1677,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1691,7 +1691,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1705,7 +1705,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1718,7 +1718,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1731,7 +1731,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1744,7 +1744,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1777,7 +1777,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1788,7 +1788,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1800,7 +1800,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "staking": "aura-relaychain" } ], @@ -1819,7 +1819,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1848,7 +1848,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1860,7 +1860,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1868,7 +1868,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1879,7 +1879,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1890,7 +1890,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1900,7 +1900,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1911,7 +1911,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1922,7 +1922,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1933,7 +1933,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1944,7 +1944,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1955,7 +1955,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1968,7 +1968,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1992,7 +1992,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110, "options": [ "governance-v1" @@ -2008,7 +2008,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -2016,7 +2016,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2030,7 +2030,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2043,7 +2043,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2057,7 +2057,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2071,7 +2071,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2108,7 +2108,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -2125,7 +2125,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -2140,7 +2140,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -2155,7 +2155,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "explorers": [ @@ -2192,7 +2192,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -2208,7 +2208,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2216,7 +2216,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2227,7 +2227,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2238,7 +2238,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2249,7 +2249,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2260,7 +2260,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2271,7 +2271,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2282,7 +2282,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2292,7 +2292,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2303,7 +2303,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2313,7 +2313,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2351,7 +2351,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2371,7 +2371,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2383,7 +2383,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2415,7 +2415,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2432,7 +2432,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2446,7 +2446,7 @@ "assetId": 0, "symbol": "PILT", "precision": 15, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" } ], "nodes": [ @@ -2464,10 +2464,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ "testnet" @@ -2482,7 +2482,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2511,7 +2511,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2537,7 +2537,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78, "options": [ "governance-v1" @@ -2552,7 +2552,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2575,7 +2575,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2603,7 +2603,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2616,13 +2616,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2652,7 +2652,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2663,7 +2663,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268, "options": [ "governance-v1" @@ -2679,7 +2679,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2687,7 +2687,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2701,7 +2701,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2715,7 +2715,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2729,7 +2729,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2743,7 +2743,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2757,7 +2757,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2770,7 +2770,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2783,7 +2783,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2797,7 +2797,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2811,7 +2811,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2824,7 +2824,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2838,7 +2838,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2852,7 +2852,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2905,7 +2905,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2925,7 +2925,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "options": [ "governance-v1" @@ -2939,7 +2939,7 @@ "assetId": 0, "symbol": "ACA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2947,7 +2947,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2970,10 +2970,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala_mandala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -2989,7 +2989,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -3003,7 +3003,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -3014,7 +3014,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3025,7 +3025,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -3036,7 +3036,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -3047,7 +3047,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -3058,7 +3058,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -3069,7 +3069,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -3081,7 +3081,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -3092,7 +3092,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -3103,7 +3103,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -3147,7 +3147,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -3177,7 +3177,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -3193,7 +3193,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3227,7 +3227,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -3243,7 +3243,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -3272,7 +3272,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", "addressPrefix": 5, "options": [ "testnet", @@ -3290,7 +3290,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/EQ.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EQ.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -3316,10 +3316,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -3331,7 +3331,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -3345,7 +3345,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -3356,7 +3356,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -3367,7 +3367,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -3378,7 +3378,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -3389,7 +3389,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -3400,7 +3400,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -3411,7 +3411,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -3422,7 +3422,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3433,7 +3433,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -3471,7 +3471,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3491,7 +3491,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3507,7 +3507,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3515,7 +3515,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3526,7 +3526,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3537,7 +3537,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3548,7 +3548,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3559,7 +3559,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3570,7 +3570,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3580,7 +3580,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3590,7 +3590,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3600,7 +3600,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3610,7 +3610,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3620,7 +3620,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3631,7 +3631,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3642,7 +3642,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3653,7 +3653,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3663,7 +3663,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3674,7 +3674,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3685,7 +3685,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3715,7 +3715,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3735,7 +3735,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172, "options": [ "governance-v1" @@ -3750,7 +3750,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3774,7 +3774,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3785,7 +3785,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3798,7 +3798,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3806,7 +3806,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3840,7 +3840,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3851,7 +3851,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3863,7 +3863,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" }, { @@ -3871,7 +3871,7 @@ "symbol": "KSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "typeExtras": { "assetId": "4294967295" @@ -3906,7 +3906,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3926,7 +3926,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3942,7 +3942,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3969,7 +3969,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3980,7 +3980,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3992,7 +3992,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -4019,7 +4019,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -4030,7 +4030,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49, "options": [ "governance-v1" @@ -4047,7 +4047,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -4061,7 +4061,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "explorers": [ @@ -4095,7 +4095,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -4111,7 +4111,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -4138,7 +4138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -4149,7 +4149,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131, "options": [ "governance-v1" @@ -4164,7 +4164,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -4189,7 +4189,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -4200,7 +4200,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -4213,7 +4213,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -4240,7 +4240,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -4260,7 +4260,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66, "options": [ "governance-v1" @@ -4276,7 +4276,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4307,7 +4307,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4318,7 +4318,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4331,7 +4331,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4358,7 +4358,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4375,7 +4375,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4391,7 +4391,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4418,7 +4418,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4429,7 +4429,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110, "options": [ "governance-v1" @@ -4445,14 +4445,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4467,7 +4467,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4480,7 +4480,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4494,7 +4494,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4508,7 +4508,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4541,7 +4541,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4558,7 +4558,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4574,7 +4574,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4588,7 +4588,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4602,7 +4602,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4616,7 +4616,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4630,7 +4630,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4644,7 +4644,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4658,7 +4658,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4672,7 +4672,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4706,7 +4706,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4717,7 +4717,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4730,7 +4730,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4761,7 +4761,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4772,7 +4772,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4783,7 +4783,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -4793,10 +4793,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/singular_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ "testnet" @@ -4812,7 +4812,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4835,7 +4835,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4846,7 +4846,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4862,7 +4862,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4870,7 +4870,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4884,7 +4884,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4898,7 +4898,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4912,7 +4912,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4925,7 +4925,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4938,7 +4938,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4952,7 +4952,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4972,7 +4972,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -5011,7 +5011,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51, "options": [ "governance-v1" @@ -5027,7 +5027,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5045,7 +5045,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -5062,7 +5062,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -5074,7 +5074,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -5097,7 +5097,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -5117,7 +5117,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50, "options": [ "governance-v1" @@ -5133,7 +5133,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5155,7 +5155,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5181,7 +5181,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, "options": [ "governance-v1" @@ -5196,7 +5196,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -5213,7 +5213,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5224,7 +5224,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5237,7 +5237,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5245,7 +5245,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5259,7 +5259,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5288,7 +5288,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5299,7 +5299,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5311,7 +5311,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5333,7 +5333,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5344,7 +5344,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5357,7 +5357,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5388,7 +5388,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5399,7 +5399,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5411,7 +5411,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5429,7 +5429,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5440,7 +5440,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5452,7 +5452,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5466,7 +5466,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5480,7 +5480,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5514,10 +5514,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5530,7 +5530,7 @@ "staking": "aleph-zero", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -5540,10 +5540,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5557,7 +5557,7 @@ "assetId": 0, "symbol": "UNIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" } ], "nodes": [ @@ -5567,10 +5567,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbase_relay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5585,7 +5585,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -5604,10 +5604,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5622,7 +5622,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5632,7 +5632,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5643,7 +5643,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42, "options": [ "governance-v1" @@ -5665,7 +5665,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5682,7 +5682,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5693,7 +5693,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5705,7 +5705,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5729,7 +5729,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5749,7 +5749,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33, "options": [ "governance-v1" @@ -5765,7 +5765,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5796,7 +5796,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "externalApi": { @@ -5807,7 +5807,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5819,7 +5819,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5836,7 +5836,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5847,7 +5847,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5858,7 +5858,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", "staking": "relaychain" } ], @@ -5869,10 +5869,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -5886,7 +5886,7 @@ "assetId": 0, "symbol": "ROC", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Rococo.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" } ], "nodes": [ @@ -5896,10 +5896,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/rococo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -5915,7 +5915,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5932,7 +5932,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5943,7 +5943,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5955,13 +5955,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5974,7 +5974,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -6006,7 +6006,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -6017,7 +6017,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -6029,7 +6029,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -6056,10 +6056,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ "governance-v1" @@ -6075,7 +6075,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6107,10 +6107,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -6123,7 +6123,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -6141,10 +6141,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6159,7 +6159,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -6169,10 +6169,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing_staging.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ "testnet" @@ -6186,7 +6186,7 @@ "assetId": 0, "symbol": "Unit", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GOV2.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" } ], "nodes": [ @@ -6204,10 +6204,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/governance2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -6224,7 +6224,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -6258,10 +6258,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -6274,7 +6274,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -6309,10 +6309,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -6324,7 +6324,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -6349,10 +6349,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -6364,7 +6364,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", "staking": "relaychain" } ], @@ -6383,10 +6383,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -6397,7 +6397,7 @@ "assetId": 0, "symbol": "tEDG", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -6407,10 +6407,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/beresheet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ "testnet" @@ -6425,7 +6425,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -6448,10 +6448,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207, "options": [ "governance-v1" @@ -6465,7 +6465,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6475,7 +6475,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", "overridesCommon": true }, "externalApi": { @@ -6486,7 +6486,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 2, "options": [ "testnet", @@ -6502,7 +6502,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -6527,10 +6527,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -6542,7 +6542,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6560,10 +6560,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6575,7 +6575,7 @@ "symbol": "TAO", "precision": 18, "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" } ], "nodes": [ @@ -6593,10 +6593,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/fusotao.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, { @@ -6608,7 +6608,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6648,10 +6648,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6664,14 +6664,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6695,10 +6695,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6709,7 +6709,7 @@ "assetId": 0, "symbol": "AVT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6727,10 +6727,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ "testnet" @@ -6746,7 +6746,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6764,10 +6764,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6780,7 +6780,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6798,10 +6798,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6814,7 +6814,7 @@ "symbol": "KINT", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6827,7 +6827,7 @@ "symbol": "kBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6840,7 +6840,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6853,7 +6853,7 @@ "symbol": "USDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6866,7 +6866,7 @@ "symbol": "aUSD", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6879,7 +6879,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6892,7 +6892,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6905,7 +6905,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -6921,10 +6921,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ "testnet" @@ -6939,7 +6939,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -6953,10 +6953,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -6968,7 +6968,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -6978,10 +6978,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -6993,7 +6993,7 @@ "symbol": "MATIC", "priceId": "matic-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "precision": 18 } ], @@ -7022,7 +7022,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polygon.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", "addressPrefix": 137, "options": [ "ethereumBased", @@ -7038,7 +7038,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -7067,7 +7067,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -7082,7 +7082,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -7100,10 +7100,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -7115,7 +7115,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -7129,10 +7129,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 } ] diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 2d25b0832..58bee1cc5 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -5,7 +5,7 @@ "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "rewardRate": 10, "customFlow": "Acala", "movedToParaId": "3336" @@ -16,7 +16,7 @@ "token": "GLMR", "description": "Ethereum-compatible smart contract parachain on Polkadot", "website": "https://moonbeam.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "customFlow": "Moonbeam", "extras": { "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -30,7 +30,7 @@ "token": "ASTR", "description": "Astar is the Polkadot-native dApp hub supporting Ethereum, WebAssembly, dApp Staking, and Layer2 solutions", "website": "https://astar.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "customFlow": "Astar" }, { @@ -39,7 +39,7 @@ "token": "LIT", "description": "The Litentry Network provides privacy-first, decentralized identity aggregation computing services", "website": "https://www.litentry.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "rewardRate": 2.5 }, { @@ -48,7 +48,7 @@ "token": "CLV", "description": "Clover is a substrate based smart contract platform built for Polkadot, with added support for Ethereum developers to participate in the Polkadot ecosystem", "website": "https://clover.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "rewardRate": 4 }, { @@ -57,7 +57,7 @@ "token": "PARA", "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://parallel.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "rewardRate": 25 }, { @@ -66,7 +66,7 @@ "token": "CRU", "description": "Crust implements the incentive layer protocol for decentralized storage", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "rewardRate": 0.2 }, { @@ -75,7 +75,7 @@ "token": "MANTA", "description": "Manta Network is focused on applying cutting-edge cryptographic constructions such as zkSNARKs to deliver end-to-end privacy guarantees for blockchain apps", "website": "https://manta.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Manta.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", "rewardRate": 50 }, { @@ -84,7 +84,7 @@ "token": "GOV", "description": "SubDAO Network is a Cross-chain Platform to link DAO and DApp on Polkadot", "website": "https://www.subdao.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubDAO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SubDAO.svg", "rewardRate": 20 }, { @@ -93,7 +93,7 @@ "token": "RING", "description": "Darwinia is a trustless multi-chain bridge hub network designed to become the foundational layer for the next generation of Web3.0 dapps and games", "website": "https://darwinia.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg" }, { "paraid": "2017", @@ -101,7 +101,7 @@ "token": "SGB", "description": "SubGame builds multiple applications through a complete technical architecture", "website": "https://www.subgame.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SubGame.svg" }, { "paraid": "2021", @@ -109,7 +109,7 @@ "token": "EFI", "description": "Built with Polkadot, Efinity will serve as the infrastructure for the decentralized, cross-chain Metaverse", "website": "https://enjin.io/products/efinity/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg" }, { "paraid": "2028", @@ -117,7 +117,7 @@ "token": "ARES", "description": "Ares protocol is the decentralized cross-chain oracle service protocol in the Polkadot ecosystem", "website": "https://www.aresprotocol.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ares.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ares.svg" }, { "paraid": "2026", @@ -125,7 +125,7 @@ "token": "NODL", "description": "Nodle is a decentralized wireless network, harnessing the power of smartphones to provide a low-cost and secure IoT infrastructure for enterprises, device manufacturers, and smart cities", "website": "https://www.nodle.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "rewardRate": 20 }, { @@ -134,7 +134,7 @@ "token": "CTO", "description": "Coinversation Protocol is a synthetic asset issuance protocol and decentralised contract trading exchange based on the Polkadot contract chain", "website": "https://www.coinversation.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Coinversation.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Coinversation.svg" }, { "paraid": "2032", @@ -142,7 +142,7 @@ "token": "INTR", "description": "Interlay is a decentralized network dedicated to connecting crypto-currencies like Bitcoin with DeFi platforms like Polkadot and Ethereum", "website": "https://interlay.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg" }, { "paraid": "2031", @@ -150,7 +150,7 @@ "token": "CFG", "description": "Centrifuge Chain is the gateway for real-world assets to the Blockchain Multiverse", "website": "https://centrifuge.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg" }, { "paraid": "2019", @@ -158,7 +158,7 @@ "token": "LAYR", "description": "Composable’s parachain is going to be able to run multiple bytecodes together in the same place, in order to run smart contracts together in a manner that allows them to communicate and collaborate", "website": "https://www.composable.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png" }, { "paraid": "2011", @@ -166,7 +166,7 @@ "token": "EQ", "description": "The functionality of all key DeFi apps on one platform, with advanced bailout mechanism for system security", "website": "https://equilibrium.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "rewardRate": 200 }, { @@ -175,7 +175,7 @@ "token": "PHA", "description": "Trustless computation platform that enables massive cloud processing without sacrificing data confidentiality", "website": "https://phala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "rewardRate": 12 }, { @@ -184,7 +184,7 @@ "token": "HDX", "description": "HydraDX is an autonomous cross-chain liquidity protocol built on Substrate", "website": "https://hydradx.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg" }, { "paraid": "2040", @@ -192,7 +192,7 @@ "token": "PDEX", "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", "website": "https://www.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" }, { "paraid": "2038", @@ -200,7 +200,7 @@ "token": "GEM", "description": "Geminis takes Ethereum chain support to the next level through WasmEdge.", "website": "https://geminis.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Geminis.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Geminis.svg" }, { "paraid": "2037", @@ -208,7 +208,7 @@ "token": "UNQ", "description": "Unique Network is a scalable blockchain for composable NFTs with advanced economies", "website": "https://unique.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg" }, { "paraid": "2030", @@ -216,7 +216,7 @@ "token": "BNC", "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" }, { "paraid": "2043", @@ -224,7 +224,7 @@ "token": "OTP", "description": "OriginTrail is the world’s first Decentralized Knowledge Graph️", "website": "https://parachain.origintrail.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg" }, { "paraid": "2007", @@ -232,7 +232,7 @@ "token": "KAPEX", "description": "Totem is building the world's first peer-to-peer accounting consensus protocol.", "website": "https://totemaccounting.com", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg" }, { "paraid": "2039", @@ -240,7 +240,7 @@ "token": "TEER", "description": "Scalable solution for securely processing sensitive data", "website": "https://integritee.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" }, { "paraid": "2053", @@ -248,7 +248,7 @@ "token": "SO", "description": "OmniBTC is an omnichain financial platform for web3, including omnichain swap and BTC omnichain lending", "website": "https://www.omnibtc.finance/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OmniBTC.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OmniBTC.svg" }, { "paraid": "2052", @@ -256,7 +256,7 @@ "token": "KYL", "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", "website": "https://kylin.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg" }, { "paraid": "2056", @@ -264,7 +264,7 @@ "token": "AVT", "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", "website": "https://www.aventus.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg" }, { "paraid": "2048", @@ -272,7 +272,7 @@ "token": "BITG", "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", "website": "https://bitgreen.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bitgreen.svg" }, { "paraid": "2090", @@ -280,7 +280,7 @@ "token": "OAK", "description": "Web 3.0 hub for Defi and payment automation", "website": "https://oak.tech/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OAK.svg" }, { "paraid": "2051", @@ -288,7 +288,7 @@ "token": "AJUN", "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", "website": "https://ajuna.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg" }, { "paraid": "2093", @@ -296,7 +296,7 @@ "token": "HASH", "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", "website": "https://hashed.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg" }, { "paraid": "2094", @@ -304,7 +304,7 @@ "token": "PEN", "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain. Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", "website": "https://pendulumchain.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "rewardRate": 11 }, { @@ -313,7 +313,7 @@ "token": "SAMA", "description": "Moonsama’s mission is to unlock the potential of Non Fungible Tokens (NFTs) as true elements of utility in the Web3 space.", "website": "https://moonsama.com/?ref=parachains-info", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonsama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonsama.svg" }, { "paraid": "3338", @@ -321,7 +321,7 @@ "token": "PEAQ", "description": "peaq is the decentralized Web3 network powering the Economy of Things, designed to solve some of our biggest societal and economic challenges, it ensures that the incentives of people and increasingly intelligent machines are aligned.", "website": "https://www.peaq.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/peaq.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", "rewardRate": 140 }, { @@ -330,7 +330,7 @@ "token": "VARCH", "description": "InvArch is both an application-specific blockchain & a service parachain that empowers the Polkadot ecosystem. The network features a dynamic multisig solution (called Saturn) that services the entire Polkadot ecosystem.", "website": "https://invarch.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "rewardRate": 100 }, { @@ -339,7 +339,7 @@ "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "customFlow": "Acala" } ] diff --git a/crowdloan/rococo.json b/crowdloan/rococo.json index b75b4fa85..3a0c48624 100644 --- a/crowdloan/rococo.json +++ b/crowdloan/rococo.json @@ -14,7 +14,7 @@ "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "rewardRate": 12, "customFlow": "Acala" }, @@ -24,7 +24,7 @@ "token": "SDN", "description": "Shiden Network is a multi-chain decentralized application layer on Kusama", "website": "https://shiden.plasmnet.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "rewardRate": 25 }, { @@ -33,7 +33,7 @@ "token": "MOVR", "description": "Solidity Smart Contracts on Kusama", "website": "https://moonbeam.network/networks/moonriver/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "rewardRate": 4.5 }, { @@ -42,7 +42,7 @@ "token": "XRT", "description": "Futuristic, secure, and server-less IoT platform on top of Ethereum && Polkadot", "website": "https://robonomics.network/kusama-slot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "rewardRate": 5 }, { @@ -51,7 +51,7 @@ "token": "KSX", "description": "Crypto Asset Gateway for Kusama Ecosystem", "website": "https://chainx-org.medium.com/chainx-kusama-parachain-sherpax-light-paper-5341ff855c9c", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/SherpaX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/SherpaX.svg", "rewardRate": 12 }, { @@ -60,7 +60,7 @@ "token": "BNC", "description": "A parachain designed for staking's liquidity", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "rewardRate": 12, "customFlow": "Bifrost" }, @@ -70,7 +70,7 @@ "token": "GENS", "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg" }, { "paraid": "9999", @@ -78,7 +78,7 @@ "token": "SUB", "description": "An open platform for decentralized social networks and marketplaces", "website": "https://subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "rewardRate": 12 }, { @@ -87,7 +87,7 @@ "token": "PHA", "description": "Transparent and Private Global Computation Cloud on Kusama", "website": "https://phala.network/khala/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "rewardRate": 100 }, { @@ -96,7 +96,7 @@ "token": "KILT", "description": "Credentials for Web 3.0", "website": "https://www.kilt.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT%20Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT%20Spiritnet.svg", "rewardRate": 100 } ] diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 41dc22559..bf2f0b311 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -49,7 +49,7 @@ { "name": "Singular", "url": "https://singular.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Singular_2.0.svg", "categories": [ "nft" ] @@ -57,7 +57,7 @@ { "name": "Kanaria", "url": "https://kanaria.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kanaria.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kanaria.svg", "categories": [ "nft" ] @@ -65,7 +65,7 @@ { "name": "Bifrost App", "url": "https://bifrost.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Bifrost.svg", "categories": [ "bridge", "crowdloans", @@ -76,7 +76,7 @@ { "name": "Astar DApp Hub", "url": "https://portal.astar.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ "bridge", "staking", @@ -86,7 +86,7 @@ { "name": "PolkaVerse", "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ "social" ] @@ -94,14 +94,14 @@ { "name": "Sub.ID", "url": "https://sub.id/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Sub.ID.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Sub.ID.png", "categories": [ "utilities" ] }, { "name": "Polkadot.js", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadot.js.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadot.js.svg", "url": "https://polkadot.js.org/apps/#", "categories": [ "utilities" @@ -109,7 +109,7 @@ }, { "name": "KodaDot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/KodaDot.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.png", "url": "https://kodadot.xyz/", "categories": [ "nft" @@ -117,7 +117,7 @@ }, { "name": "Dotmarketcap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", "url": "https://dotmarketcap.com/", "categories": [ "social" @@ -125,7 +125,7 @@ }, { "name": "Parallel Finance App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://app.parallel.fi/", "categories": [ "bridge", @@ -134,7 +134,7 @@ }, { "name": "Polkassembly", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "url": "https://polkadot.polkassembly.io/", "categories": [ "governance" @@ -142,7 +142,7 @@ }, { "name": "Talisman Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", @@ -151,7 +151,7 @@ }, { "name": "Phala App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Phala.svg", "url": "https://app.phala.network/", "categories": [ "staking" @@ -159,7 +159,7 @@ }, { "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://crowdloan.parallel.fi/", "categories": [ "crowdloans" @@ -167,7 +167,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -177,7 +177,7 @@ }, { "name": "Karura App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Karura.svg", "url": "https://apps.karura.network/", "categories": [ "bridge", @@ -188,7 +188,7 @@ }, { "name": "KILT Stakeboard (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/KILT.svg", "url": "https://stakeboard.kilt.io/", "categories": [ "staking" @@ -197,7 +197,7 @@ }, { "name": "Subsquare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "url": "https://polkadot.subsquare.io/", "categories": [ "governance" @@ -205,7 +205,7 @@ }, { "name": "Robonomics", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Robonomics.svg", "url": "https://dapp.robonomics.network/#/", "categories": [ "utilities" @@ -213,7 +213,7 @@ }, { "name": "Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonbeam.svg", "url": "https://apps.moonbeam.network/moonbeam", "categories": [ "bridge", @@ -224,7 +224,7 @@ }, { "name": "Moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonriver.svg", "url": "https://apps.moonbeam.network/moonriver", "categories": [ "bridge", @@ -235,7 +235,7 @@ }, { "name": "Solarflare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarflare.png", "url": "https://app.solarflare.io/exchange/swap", "categories": [ "bridge", @@ -246,7 +246,7 @@ }, { "name": "Solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarbeam.png", "url": "https://app.solarbeam.io/exchange/swap", "categories": [ "bridge", @@ -257,7 +257,7 @@ }, { "name": "Beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", "url": "https://app.beamswap.io/exchange/swap", "categories": [ "bridge", @@ -268,7 +268,7 @@ }, { "name": "Stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StellaSwap.svg", "url": "https://app.stellaswap.com/exchange/swap", "categories": [ "bridge", @@ -279,7 +279,7 @@ }, { "name": "Impossible Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", "url": "https://app.impossible.finance/explore", "categories": [ "dex", @@ -288,7 +288,7 @@ }, { "name": "Huckleberry Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Huckleberry.svg", "url": "https://www.huckleberry.finance/#/swap", "categories": [ "bridge", @@ -299,7 +299,7 @@ }, { "name": "MyTrade", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MyTrade.svg", "url": "https://mytrade.org/", "categories": [ "dex", @@ -309,7 +309,7 @@ }, { "name": "Kintsugi TESTNET", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Kintsugi.svg", "url": "https://bridge.interlay.io/bridge?tab=issue", "categories": [ "test" @@ -317,7 +317,7 @@ }, { "name": "Singular", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Singular_2.0.svg", "url": "https://singular-rmrk2-dev.vercel.app/", "categories": [ "test" @@ -325,7 +325,7 @@ }, { "name": "DappRadar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ "social" @@ -333,7 +333,7 @@ }, { "name": "PolkaEx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaEx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaEx.svg", "url": "https://app.polkaex.io/swap", "categories": [ "bridge", @@ -344,7 +344,7 @@ }, { "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", "url": "https://www.tinker.network/claim", "categories": [ "crowdloans" @@ -352,7 +352,7 @@ }, { "name": "TofuNFT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/TofuNFT.svg", "url": "https://tofunft.com/", "categories": [ "nft", @@ -361,7 +361,7 @@ }, { "name": "ArthSwap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ArthSwap.svg", "url": "https://app.arthswap.org/#/swap", "categories": [ "dex", @@ -371,7 +371,7 @@ }, { "name": "cBRIDGE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/cBRIDGE.png", "url": "https://cbridge.celer.network/#/transfer", "categories": [ "dex", @@ -381,7 +381,7 @@ }, { "name": "XDAO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/XDAO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/XDAO.svg", "url": "https://www.xdao.app/137", "categories": [ "bridge", @@ -391,7 +391,7 @@ }, { "name": "SiriusFinance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SiriusFinance.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SiriusFinance.svg", "url": "https://app.sirius.finance/#/swap", "categories": [ "dex", @@ -401,7 +401,7 @@ }, { "name": "Kusama Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", "url": "https://kusama.lido.fi/", "categories": [ "staking", @@ -410,7 +410,7 @@ }, { "name": "Polkadot Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", "url": "https://polkadot.lido.fi/", "categories": [ "staking", @@ -419,7 +419,7 @@ }, { "name": "Moonwell Apollo", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", "url": "https://moonwell.fi/apollo/MOVR", "categories": [ "bridge", @@ -429,7 +429,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -437,7 +437,7 @@ }, { "name": "SubBridge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ "bridge", @@ -446,7 +446,7 @@ }, { "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", "url": "https://moonwell.fi/artemis/GLMR", "categories": [ "bridge", @@ -456,7 +456,7 @@ }, { "name": "Skybreach", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Skybreach.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Skybreach.png", "url": "https://skybreach.app/", "categories": [ "nft", @@ -466,7 +466,7 @@ }, { "name": "Polkawatch", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkawatch.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkawatch.svg", "url": "https://polkawatch.app/", "categories": [ "staking" @@ -474,7 +474,7 @@ }, { "name": "Damned Pirates Society", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", "url": "https://damnedpiratessociety.io/", "categories": [ "nft", @@ -484,7 +484,7 @@ }, { "name": "Polkadot Staking Dashboard", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/dashboard#/overview", "categories": [ "staking", @@ -493,7 +493,7 @@ }, { "name": "Polkadot Staking Pools", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/#/pools", "categories": [ "staking" @@ -501,7 +501,7 @@ }, { "name": "Moonsama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonsama.svg", "url": "https://marketplace.moonsama.com/", "categories": [ "nft", @@ -510,7 +510,7 @@ }, { "name": "EVRLOOT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/EVRLOOT.svg", "url": "https://game.evrloot.com/game", "categories": [ "nft", @@ -519,7 +519,7 @@ }, { "name": "Downtown Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", "url": "https://dtmb.xyz", "categories": [ "evm", @@ -528,7 +528,7 @@ }, { "name": "Evolution Land. Columbus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Evolutionland.png", "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", @@ -538,7 +538,7 @@ }, { "name": "Basilisk Snek Swap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ "bridge", @@ -547,7 +547,7 @@ }, { "name": "Moonbeam Curve", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonbeamCurve.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonbeamCurve.svg", "url": "https://moonbeam.curve.fi/", "categories": [ "dex", @@ -556,7 +556,7 @@ }, { "name": "Nomad", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Nomad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Nomad.svg", "url": "https://app.nomad.xyz/", "categories": [ "bridge", @@ -565,7 +565,7 @@ }, { "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ "social" @@ -573,7 +573,7 @@ }, { "name": "Raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Raresama.svg", "url": "https://raresama.com/", "categories": [ "nft" @@ -581,7 +581,7 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", @@ -591,7 +591,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "utilities" @@ -599,7 +599,7 @@ }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ACE.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" @@ -608,7 +608,7 @@ { "name": "Proof of Chaos", "url": "https://proofofchaos.app", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "categories": [ "nft", "governance" @@ -617,7 +617,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ "dex", "utilities" @@ -625,7 +625,7 @@ }, { "name": "Interlay Bitcoin DeFi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -635,7 +635,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -644,7 +644,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -654,7 +654,7 @@ }, { "name": "Acala App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Acala.png", "url": "https://apps.acala.network/", "categories": [ "bridge", @@ -665,7 +665,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -674,7 +674,7 @@ }, { "name": "Zenlink", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zenlink.svg", "url": "https://app.zenlink.pro", "categories": [ "dex", @@ -683,7 +683,7 @@ }, { "name": "Gensiro (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Genshiro.svg", "url": "https://genshiro.equilibrium.io/gateway/en/market", "categories": [ "dex", @@ -694,7 +694,7 @@ }, { "name": "Equilibrium (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Equilibrium.svg", "url": "https://app.equilibrium.io/", "categories": [ "dex", @@ -705,7 +705,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", @@ -714,7 +714,7 @@ }, { "name": "PABLO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ "dex" @@ -722,7 +722,7 @@ }, { "name": "Secret Stash", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/secret_stash.png", "url": "https://secret-stash.io/", "categories": [ "nft", @@ -731,7 +731,7 @@ }, { "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", "url": "https://app.privadex.xyz/", "categories": [ "dex" @@ -739,7 +739,7 @@ }, { "name": "GIANTProtocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", "url": "https://app.giantprotocol.org/shop", "categories": [ "utilities" @@ -747,7 +747,7 @@ }, { "name": "Pendulum Chain Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", "url": "https://portal.pendulumchain.org/pendulum/dashboard", "categories": [ "utilities", diff --git a/governance/dapps_dev.json b/governance/dapps_dev.json index 0760c08cf..7c91bceec 100644 --- a/governance/dapps_dev.json +++ b/governance/dapps_dev.json @@ -5,13 +5,13 @@ { "title": "Polkassembly", "url": "https://something.com/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://something.com/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -22,13 +22,13 @@ { "title": "Polkassembly", "url": "https://polkadot.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -39,19 +39,19 @@ { "title": "Polkassembly", "url": "https://kusama.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, { "title": "Proof of Chaos", "url": "https://www.proofofchaos.app/vote/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "details": "Pass the quiz for NFT upgrade" } ] @@ -62,13 +62,13 @@ { "title": "Polkassembly", "url": "https://altair.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://altair.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -79,7 +79,7 @@ { "title": "Polkassembly", "url": "https://amplitude.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -90,7 +90,7 @@ { "title": "Polkassembly", "url": "https://basilisk.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -101,7 +101,7 @@ { "title": "Polkassembly", "url": "https://calamari.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -112,13 +112,13 @@ { "title": "Polkassembly", "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -129,7 +129,7 @@ { "title": "Polkassembly", "url": "https://crustshadow.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -140,7 +140,7 @@ { "title": "Polkassembly", "url": "https://heiko.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -151,7 +151,7 @@ { "title": "Polkassembly", "url": "https://hydradx.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -162,13 +162,13 @@ { "title": "Polkassembly", "url": "https://karura.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://karura.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -179,13 +179,13 @@ { "title": "Polkassembly", "url": "https://khala.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://khala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -196,7 +196,7 @@ { "title": "Polkassembly", "url": "https://kilt.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -207,7 +207,7 @@ { "title": "Polkassembly", "url": "https://kylin.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -218,7 +218,7 @@ { "title": "Polkassembly", "url": "https://moonbeam.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -229,7 +229,7 @@ { "title": "Polkassembly", "url": "https://moonriver.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -240,7 +240,7 @@ { "title": "Polkassembly", "url": "https://parallel.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -251,7 +251,7 @@ { "title": "Polkassembly", "url": "https://pioneer.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -262,7 +262,7 @@ { "title": "Polkassembly", "url": "https://polkadex.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -273,7 +273,7 @@ { "title": "Polkassembly", "url": "https://robonomics.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -284,7 +284,7 @@ { "title": "Polkassembly", "url": "https://tanganika.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -295,7 +295,7 @@ { "title": "Polkassembly", "url": "https://turing.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -306,13 +306,13 @@ { "title": "Polkassembly", "url": "https://acala.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://acala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -323,7 +323,7 @@ { "title": "Polkassembly", "url": "https://composable.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -334,7 +334,7 @@ { "title": "Subsquare", "url": "https://phala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -345,7 +345,7 @@ { "title": "Subsquare", "url": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -356,7 +356,7 @@ { "title": "Subsquare", "url": "https://litmus.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -367,7 +367,7 @@ { "title": "Subsquare", "url": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 9f1980f1e..ab2548742 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -5,13 +5,13 @@ { "title": "Polkassembly", "urlV1": "https://something.com/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://something.com/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -23,14 +23,14 @@ "title": "Polkassembly", "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", "urlV2": "https://polkadot.polkassembly.io/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", "urlV2": "https://polkadot.subsquare.io/referenda/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -42,20 +42,20 @@ "title": "Polkassembly", "urlV1": "https://kusama.polkassembly.io/referendum/{referendumId}", "urlV2": "https://kusama.polkassembly.io/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", "urlV2": "https://kusama.subsquare.io/referenda/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, { "title": "Proof of Chaos", "urlV2": "https://www.proofofchaos.app/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "details": "Vote for NFT" } ] @@ -66,7 +66,7 @@ { "title": "Subsquare", "urlV1": "https://altair.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -77,7 +77,7 @@ { "title": "Polkassembly", "urlV1": "https://amplitude.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -88,7 +88,7 @@ { "title": "Subsquare", "urlV1": "https://basilisk.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -99,7 +99,7 @@ { "title": "Polkassembly", "urlV1": "https://calamari.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -110,13 +110,13 @@ { "title": "Polkassembly", "urlV1": "https://centrifuge.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -127,7 +127,7 @@ { "title": "Polkassembly", "urlV1": "https://crustshadow.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -138,7 +138,7 @@ { "title": "Polkassembly", "urlV1": "https://heiko.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -149,7 +149,7 @@ { "title": "Subsquare", "urlV1": "https://hydradx.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -160,13 +160,13 @@ { "title": "Polkassembly", "urlV1": "https://karura.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://karura.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -177,13 +177,13 @@ { "title": "Polkassembly", "urlV1": "https://khala.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://khala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -194,7 +194,7 @@ { "title": "Polkassembly", "urlV1": "https://kilt.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -205,7 +205,7 @@ { "title": "Polkassembly", "urlV1": "https://kylin.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -216,7 +216,7 @@ { "title": "Polkassembly", "urlV1": "https://moonbeam.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -227,7 +227,7 @@ { "title": "Polkassembly", "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -238,7 +238,7 @@ { "title": "Polkassembly", "urlV1": "https://parallel.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -249,7 +249,7 @@ { "title": "Polkassembly", "urlV1": "https://pioneer.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -260,7 +260,7 @@ { "title": "Polkassembly", "urlV1": "https://polkadex.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -271,7 +271,7 @@ { "title": "Polkassembly", "urlV1": "https://robonomics.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -282,7 +282,7 @@ { "title": "Polkassembly", "urlV1": "https://tanganika.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -293,13 +293,13 @@ { "title": "Polkassembly", "urlV1": "https://turing.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://turing.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -310,13 +310,13 @@ { "title": "Polkassembly", "urlV1": "https://acala.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://acala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -327,7 +327,7 @@ { "title": "Polkassembly", "urlV1": "https://composable.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -338,7 +338,7 @@ { "title": "Subsquare", "urlV1": "https://phala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -349,7 +349,7 @@ { "title": "Subsquare", "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -360,7 +360,7 @@ { "title": "Subsquare", "urlV1": "https://litmus.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -371,7 +371,7 @@ { "title": "Subsquare", "urlV1": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 01fcb126a..69c685746 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -175,7 +175,7 @@ def main(argv): Exception: If script arguments are not valid """ - nova_utils_url = "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/" + nova_utils_url = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/" if 'dev' in argv: transfers_file = os.getenv( From cdb6acd647a7bf9f8f9742e814d0e313795bf39f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Jul 2023 15:29:54 +0500 Subject: [PATCH 1294/2142] add Getblock nodes to BNB, Polygon --- chains/v13/chains_dev.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 10979678c..248044f7e 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7461,6 +7461,14 @@ } ], "nodes": [ + { + "url": "https://matic.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "Getblock node" + }, + { + "url": "wss://matic.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "Getblock node" + }, { "url": "wss://polygon-mainnet.public.blastapi.io", "name": "Polygon node" @@ -7850,6 +7858,14 @@ "url": "https://data-seed-prebsc-2-s3.binance.org:8545", "name": "BSC testnet node 2s3" }, + { + "url": "https://bsc.getblock.io/be4c3284-f8f5-487c-a10c-63ea301a02ed/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/be4c3284-f8f5-487c-a10c-63ea301a02ed/testnet/", + "name": "Getblock wss testnet node" + }, { "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", "name": "GetBlock wss testnet node" @@ -7913,6 +7929,14 @@ "url": "https://bsc.nodereal.io", "name": "BSC node 4" }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, { "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", "name": "GetBlock wss node" From bead5bcd0f4d5392be77b7a5904eb41db81cb008 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 24 Jul 2023 15:35:13 +0500 Subject: [PATCH 1295/2142] fix --- chains/v13/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 248044f7e..74ce0480a 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7859,11 +7859,11 @@ "name": "BSC testnet node 2s3" }, { - "url": "https://bsc.getblock.io/be4c3284-f8f5-487c-a10c-63ea301a02ed/testnet/", + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", "name": "Getblock http testnet node" }, { - "url": "wss://bsc.getblock.io/be4c3284-f8f5-487c-a10c-63ea301a02ed/testnet/", + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", "name": "Getblock wss testnet node" }, { From d018ff7b1933d9fd1370ae5484411832b1bd442c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:39:03 +0300 Subject: [PATCH 1296/2142] move subquery back to the prod (#1867) * move subquery back to the prod * remove westend back --- chains/v13/chains.json | 40 +++++++++++++++++----------------- chains/v13/chains_dev.json | 44 +++++++++++++++++++------------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index f478baa06..724bf54b3 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -83,13 +83,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "crowdloans": [ @@ -205,13 +205,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ @@ -1021,7 +1021,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" }, { "type": "etherscan", @@ -1034,7 +1034,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" } ], "governance": [ @@ -1381,7 +1381,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" }, { "type": "etherscan", @@ -1394,7 +1394,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" } ], "governance": [ @@ -2460,13 +2460,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ] }, @@ -3825,13 +3825,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "governance": [ @@ -4850,13 +4850,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ] }, @@ -4900,13 +4900,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ] }, @@ -5046,13 +5046,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ] }, @@ -5817,13 +5817,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ] }, diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 74ce0480a..bd46139d0 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -84,13 +84,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "crowdloans": [ @@ -207,13 +207,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ @@ -1170,7 +1170,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" }, { "type": "etherscan", @@ -1183,7 +1183,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" } ], "governance": [ @@ -1922,13 +1922,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" } ] }, @@ -2601,13 +2601,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], "governance": [ @@ -3254,7 +3254,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" }, { "type": "etherscan", @@ -3267,7 +3267,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" } ], "governance": [ @@ -4309,13 +4309,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "governance": [ @@ -5379,13 +5379,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], "governance": [ @@ -5439,13 +5439,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ] }, @@ -5597,13 +5597,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ], "governance": [ @@ -6523,13 +6523,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ] }, From ca83e2c255e11bea7d71068d093d61173c8ce25a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 25 Jul 2023 10:52:03 +0500 Subject: [PATCH 1297/2142] remove SDN from buy --- chains/v10/chains.json | 7 +------ chains/v10/chains_dev.json | 7 +------ chains/v11/chains.json | 7 +------ chains/v11/chains_dev.json | 7 +------ chains/v12/chains.json | 7 +------ chains/v12/chains_dev.json | 7 +------ chains/v13/chains.json | 7 +------ chains/v13/chains_dev.json | 7 +------ chains/v4/chains.json | 7 +------ chains/v4/chains_dev.json | 7 +------ chains/v5/chains.json | 7 +------ chains/v5/chains_dev.json | 7 +------ chains/v6/chains.json | 7 +------ chains/v6/chains_dev.json | 7 +------ chains/v7/chains.json | 7 +------ chains/v7/chains_dev.json | 7 +------ chains/v8/chains.json | 7 +------ chains/v8/chains_dev.json | 7 +------ chains/v9/chains_dev.json | 7 +------ 19 files changed, 19 insertions(+), 114 deletions(-) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index ad29f85a8..c062d5a23 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -1397,12 +1397,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 0c378fbe9..a725f3305 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -1244,12 +1244,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 4af79f023..985378787 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -1411,12 +1411,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 535938b54..9636bf702 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -1258,12 +1258,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v12/chains.json b/chains/v12/chains.json index b013c29a7..12a0197a2 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -1421,12 +1421,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 10979678c..462fb04a3 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1271,12 +1271,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 724bf54b3..13e30e29b 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1421,12 +1421,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index bd46139d0..fe0f1e8c9 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1271,12 +1271,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v4/chains.json b/chains/v4/chains.json index cf7a4fc5c..8f4675db5 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -1059,12 +1059,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" } ], "nodes": [ diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 34c515526..3ada39ece 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -1083,12 +1083,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" } ], "nodes": [ diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 93c31f4f8..05354cc81 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1195,12 +1195,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" } ], "nodes": [ diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index df4402bf3..02a054a17 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1148,12 +1148,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" } ], "nodes": [ diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 719c19ed3..18a6cb6ad 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1270,12 +1270,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 18dda5232..70de53982 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1199,12 +1199,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 24d8fd058..495142e5e 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1281,12 +1281,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index b32811e5c..988001d3a 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1205,12 +1205,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 70eb86c2d..294ba9b3e 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1315,12 +1315,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 80eebe1d5..4de1e3358 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1244,12 +1244,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 2fbdcbddd..31e0e132a 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1244,12 +1244,7 @@ "symbol": "SDN", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden", - "buyProviders": { - "transak": { - "network": "SHIDEN" - } - } + "priceId": "shiden" }, { "assetId": 1, From 24966724fe4c64ce15291f354da396e9e6a1a0cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:16:51 +0000 Subject: [PATCH 1298/2142] Update chain types --- chains/v2/types/bifrost_polkadot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index f4f99b7e9..002519462 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 976, + "runtime_id": 978, "types": { "Balance": "u128", "Index": "u32", From cf4b76ea21c148269d893fa268d9194b8e2fed7e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:32:13 +0300 Subject: [PATCH 1299/2142] move stage to prod (#1873) --- chains/v12/chains_dev.json | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 462fb04a3..46a4352d3 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -84,13 +84,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "crowdloans": [ @@ -207,13 +207,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ @@ -1170,7 +1170,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" }, { "type": "etherscan", @@ -1183,7 +1183,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" } ], "governance": [ @@ -1917,13 +1917,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" } ] }, @@ -2596,13 +2596,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } ], "governance": [ @@ -3249,7 +3249,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" }, { "type": "etherscan", @@ -3262,7 +3262,7 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" } ], "governance": [ @@ -4304,13 +4304,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } ], "governance": [ @@ -5374,13 +5374,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } ], "governance": [ @@ -5434,13 +5434,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ] }, @@ -5592,13 +5592,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } ], "governance": [ @@ -6518,13 +6518,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" } ] }, From b98dcad8f3f6a144f7dc1083eaf34d45cabee3f6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 26 Jul 2023 12:30:43 +0500 Subject: [PATCH 1300/2142] remove getblock nodes from Polygon --- chains/v13/chains_dev.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index fe0f1e8c9..bb3e0bce9 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7456,14 +7456,6 @@ } ], "nodes": [ - { - "url": "https://matic.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "Getblock node" - }, - { - "url": "wss://matic.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "Getblock node" - }, { "url": "wss://polygon-mainnet.public.blastapi.io", "name": "Polygon node" From 0224d4a6390582d0abe9f5fe7835ea37e01e6c34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 08:14:42 +0000 Subject: [PATCH 1301/2142] Update chain types --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/origintrail.json | 2 +- chains/v2/types/polkadex.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index a805dc348..d52327dfc 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 61, + "runtime_id": 64, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 2dc590a2a..152067a1f 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -1,5 +1,5 @@ { - "runtime_id": 111, + "runtime_id": 112, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 228262f55..0fea8edfd 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 289, + "runtime_id": 290, "types": { "Balance": "u128", "Index": "u32", From 12c6561d841b018a990ed4b91fd80097a2d93fac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:07:58 +0300 Subject: [PATCH 1302/2142] Update implementation for PR creation (#1866) * Update xcm coefficients * update PR implementation * test * adding PR base param * fix git branch * adding commit path * return coeffs back * remove test trigger * update commit author * test * test * try novasama-bot name * try novasama author * update * return test data back --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- .../workflows/make-pull-request/action.yml | 66 ++++++++++--------- .github/workflows/update_network_list.yaml | 12 +++- .github/workflows/update_type_files.yaml | 6 +- .github/workflows/update_xcm_data.yaml | 4 +- 4 files changed, 51 insertions(+), 37 deletions(-) diff --git a/.github/workflows/make-pull-request/action.yml b/.github/workflows/make-pull-request/action.yml index eaf0972dc..f71c151dc 100644 --- a/.github/workflows/make-pull-request/action.yml +++ b/.github/workflows/make-pull-request/action.yml @@ -2,52 +2,56 @@ name: Make pull request description: Create commit and make pull-request inputs: commit-files: - description: 'Which files will add to commit' + description: "Which files will add to commit" required: true commit-message: - description: 'Message for creating a commit' + description: "Message for creating a commit" required: true - github-token: - description: 'Token for getting access to GitHub' + app-id: + description: "Id for getting access to GitHub app" + required: true + app-token: + description: "Token for getting access to GitHub app" required: true branch-name: - description: 'Name for branch for creating a commit' + description: "Name for branch for creating a commit" + required: true + pr-base: + description: "Base branch for creating PR" required: true pr-title: - description: 'Title for creating Pull Request' + description: "Title for creating Pull Request" required: true pr-body: - description: 'Body for creating Pull Request' + description: "Body for creating Pull Request" required: true pr-reviewer: - description: 'Reviewers for creating PR, support comma delimiter' + description: "Reviewers for creating PR, support comma delimiter" required: false default: "stepanLav,leohar" runs: using: "composite" steps: + - uses: tibdex/github-app-token@v1 + id: generate-token + with: + app_id: ${{ inputs.app-id }} + private_key: ${{ inputs.app-token }} - - name: Commit files - id: commit - continue-on-error: true - run: | - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add ${{ inputs.commit-files }} - git commit -m "${{ inputs.commit-message }}" - shell: bash - - - name: Push changes - if: steps.commit.outcome == 'success' - uses: ad-m/github-push-action@master - with: - github_token: ${{ inputs.github-token }} - branch: refs/heads/${{ inputs.branch-name }} - - - name: create pull request - if: steps.commit.outcome == 'success' - run: gh pr create --base master --head ${{ inputs.branch-name }} --title '${{ inputs.pr-title }}' --body '${{ inputs.pr-body }}' --reviewer ${{ inputs.pr-reviewer }} - env: - GITHUB_TOKEN: ${{ inputs.github-token }} - shell: bash + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + with: + token: ${{ steps.generate-token.outputs.token }} + commit-message: ${{ inputs.commit-message }} + add-paths: ${{ inputs.commit-files }} + committer: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> + author: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> + signoff: false + branch: ${{ inputs.branch-name }} + delete-branch: true + title: ${{ inputs.pr-title }} + body: ${{ inputs.pr-body }} + reviewers: ${{ inputs.pr-reviewer }} + draft: false + base: ${{ inputs.pr-base }} diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index ea52235bf..75ce1fca9 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -71,10 +71,12 @@ jobs: with: commit-files: ./chains/README.md commit-message: Update networks list - github-token: ${{ secrets.GITHUB_TOKEN }} + app-id: ${{ secrets.PR_APP_ID}} + app-token: ${{ secrets.PR_APP_TOKEN}} branch-name: update-networks-${{github.run_number}} pr-title: Update network list pr-body: Update networks list in https://github.com/novasamatech/nova-utils/tree/master/chains + pr-base: master dapps_update: @@ -98,10 +100,12 @@ jobs: with: commit-files: ./dapps/README.md commit-message: Update dapps list - github-token: ${{ secrets.GITHUB_TOKEN }} + app-id: ${{ secrets.PR_APP_ID}} + app-token: ${{ secrets.PR_APP_TOKEN}} branch-name: update-dapps-${{github.run_number}} pr-title: Update Dapps list pr-body: Update dapps list in https://github.com/novasamatech/nova-utils/tree/master/dapps + pr-base: master test_json_update: runs-on: ubuntu-latest @@ -124,10 +128,12 @@ jobs: with: commit-files: ./tests/chains_for_testBalance.json commit-message: Update test data file - github-token: ${{ secrets.GITHUB_TOKEN }} + app-id: ${{ secrets.PR_APP_ID}} + app-token: ${{ secrets.PR_APP_TOKEN}} branch-name: update-tests-${{github.run_number}} pr-title: Update Test data File pr-body: Update test data file ./tests/chains_for_testBalance.json + pr-base: master xcm_table_update: diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml index 6df30d609..d93b43a6a 100644 --- a/.github/workflows/update_type_files.yaml +++ b/.github/workflows/update_type_files.yaml @@ -24,11 +24,13 @@ jobs: - name: Make Pull Request uses: ./.github/workflows/make-pull-request with: - commit-files: --all + commit-files: . commit-message: Update chain types - github-token: ${{ secrets.GITHUB_TOKEN }} + app-id: ${{ secrets.PR_APP_ID}} + app-token: ${{ secrets.PR_APP_TOKEN}} branch-name: update-types-${{github.run_number}} pr-title: Update types for networks pr-body: This PR was generated automatically by the GitHub Action, **update-types**. Feel free to close this PR if the changes are not needed. + pr-base: master diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index c716ecb23..a15900f49 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -70,8 +70,10 @@ jobs: with: commit-files: ${{ env.COMMIT_FILE }} commit-message: Update xcm coefficients - github-token: ${{ secrets.GITHUB_TOKEN }} + app-id: ${{ secrets.PR_APP_ID}} + app-token: ${{ secrets.PR_APP_TOKEN}} pr-reviewer: ${{ env.PR_REVIEWER }} branch-name: update-xcm-coefficients-${{github.run_number}} pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 + pr-base: master From b3e2d6738c70aec891beb87b0ccba3dde66146bf Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:29:20 +0300 Subject: [PATCH 1303/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#1883)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * fix reviewers --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- .github/workflows/update_xcm_data.yaml | 4 +- xcm/v4/transfers_dev.json | 230 ++++++++++++------------- 2 files changed, 117 insertions(+), 117 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index a15900f49..2e48f1ebb 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -58,11 +58,11 @@ jobs: if [ "${{ github.event.inputs.environment }}" = "PROD" ]; then mv support/transfers.json ${{ env.XCM_JSON_PATH }} echo "COMMIT_FILE=${{ env.XCM_JSON_PATH }}" >> "$GITHUB_ENV" - echo "PR_REVIEWER=ERussel,leohar,valentunn" >> "$GITHUB_ENV" + echo "PR_REVIEWER=ERussel,leohar,valentunn,stepanLav" >> "$GITHUB_ENV" else mv support/transfers_dev.json ${{ env.DEV_XCM_JSON_PATH }} echo "COMMIT_FILE=${{ env.DEV_XCM_JSON_PATH }}" >> "$GITHUB_ENV" - echo "PR_REVIEWER=leohar" >> "$GITHUB_ENV" + echo "PR_REVIEWER=leohar,stepanLav" >> "$GITHUB_ENV" fi - name: Make Pull Request diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 0b7200093..d8991ebf3 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensReserve" } @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensReserve" } @@ -170,7 +170,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensReserve" } @@ -184,7 +184,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensReserve" } @@ -283,7 +283,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensReserve" } @@ -379,7 +379,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -430,7 +430,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -486,7 +486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -551,7 +551,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -630,7 +630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2465753080" + "value": "2418098142" }, "instructions": "xtokensDest" } @@ -935,7 +935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xcmPalletDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xcmPalletDest" } @@ -1024,7 +1024,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensDest" } @@ -1075,7 +1075,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -1214,7 +1214,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -1270,7 +1270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -1335,7 +1335,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -1507,7 +1507,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -1544,7 +1544,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -1572,7 +1572,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -1586,7 +1586,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -1600,7 +1600,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -1614,7 +1614,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -1679,7 +1679,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -1693,7 +1693,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -1739,7 +1739,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -1753,7 +1753,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -1790,7 +1790,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -1804,7 +1804,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -1878,7 +1878,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -1976,7 +1976,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xcmPalletDest" } @@ -1990,7 +1990,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xcmPalletDest" } @@ -2004,7 +2004,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xcmPalletDest" } @@ -2018,7 +2018,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xcmPalletDest" } @@ -2111,7 +2111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -2162,7 +2162,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -2227,7 +2227,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -2241,7 +2241,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -2283,7 +2283,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -2297,7 +2297,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -2348,7 +2348,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -2422,7 +2422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -2450,7 +2450,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xcmPalletTeleportDest" } @@ -2510,7 +2510,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9725" + "value": "8544" }, "instructions": "xcmPalletDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8750754" + "value": "7580284" }, "instructions": "xcmPalletDest" } @@ -2696,7 +2696,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -2961,7 +2961,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -3017,7 +3017,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -3087,7 +3087,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xcmPalletTeleportDest" } @@ -3152,7 +3152,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010300" + "value": "1001600" }, "instructions": "xcmPalletDest" } @@ -3166,7 +3166,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "8799" }, "instructions": "xcmPalletDest" } @@ -3287,7 +3287,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3338,7 +3338,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -3394,7 +3394,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -3422,7 +3422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -3473,7 +3473,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -3617,7 +3617,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3701,7 +3701,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -3724,7 +3724,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensDest" } @@ -3747,7 +3747,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -3770,7 +3770,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3812,7 +3812,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -3826,7 +3826,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -3863,7 +3863,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -3877,7 +3877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -3891,7 +3891,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -3905,7 +3905,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -3919,7 +3919,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -3984,7 +3984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -4030,7 +4030,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -4044,7 +4044,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -4081,7 +4081,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -4095,7 +4095,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -4169,7 +4169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -4211,7 +4211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -4262,7 +4262,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -4313,7 +4313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -4327,7 +4327,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4369,7 +4369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -4383,7 +4383,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -4439,7 +4439,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -4495,7 +4495,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xtokensDest" } @@ -4588,7 +4588,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -4630,7 +4630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91611322633464" + "value": "147726311350565" }, "instructions": "xtokensDest" } @@ -4895,7 +4895,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -4932,7 +4932,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4946,7 +4946,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -4960,7 +4960,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -4974,7 +4974,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -5081,7 +5081,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -5095,7 +5095,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -5109,7 +5109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -5123,7 +5123,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -5137,7 +5137,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -5202,7 +5202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -5230,7 +5230,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -5290,7 +5290,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -5332,7 +5332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2465753080" + "value": "2418098142" }, "instructions": "xcmPalletDest" } @@ -5355,7 +5355,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xcmPalletDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "513608766563" + "value": "418351970988" }, "instructions": "xcmPalletDest" } @@ -5383,7 +5383,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -5495,7 +5495,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -5509,7 +5509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -5537,7 +5537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -5616,7 +5616,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91105381595" + "value": "92895362664" }, "instructions": "xcmPalletDest" } From f5e824de54a6c214a7dfa4a8835447534431c7db Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 26 Jul 2023 12:51:20 +0300 Subject: [PATCH 1304/2142] add paused postfix (#1885) --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index bb3e0bce9..39f012a8f 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5874,7 +5874,7 @@ { "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", + "name": "Dora Factory (PAUSED)", "assets": [ { "assetId": 0, From 9bc8dadd68bc4532ca3b6db97eced6b874b2792e Mon Sep 17 00:00:00 2001 From: tugytur <33746108+tugytur@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:32:10 +0200 Subject: [PATCH 1305/2142] add and update ibp nodes --- chains/v13/chains.json | 90 ++++++++++++++++++++++++++++++++---------- 1 file changed, 69 insertions(+), 21 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 13e30e29b..36929c09c 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -21,6 +21,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" @@ -33,14 +41,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -143,6 +143,10 @@ "url": "wss://rpc.ibp.network/kusama", "name": "IBP network node" }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" @@ -151,10 +155,6 @@ "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -253,6 +253,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, { "url": "wss://westend-rpc.polkadot.io", "name": "Parity node" @@ -381,6 +389,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, { "url": "wss://statemine.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -3312,6 +3328,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, { "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" @@ -3434,6 +3458,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" @@ -6629,6 +6661,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, { "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", "name": "Parity node" @@ -6659,6 +6699,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama-bridge-hub-rpc.polkadot.io", "name": "Parity node" @@ -6690,20 +6738,20 @@ ], "nodes": [ { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" }, { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" }, { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" }, { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", @@ -6721,4 +6769,4 @@ "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 } -] +] \ No newline at end of file From afda42bc3542723e57014eaba278613bd8aad3e9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:33:34 +0300 Subject: [PATCH 1306/2142] fix GM name (#1886) --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 39f012a8f..41b2dde13 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -6373,7 +6373,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, From 432c8442dd776d851168622692213c1d041ef5f0 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:55:53 +0300 Subject: [PATCH 1307/2142] Update xcm coefficients (#1889) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index d8991ebf3..aa2e964d6 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2418098142" + "value": "2280743841" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -1600,7 +1600,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -1990,7 +1990,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xcmPalletDest" } @@ -2283,7 +2283,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7580284" + "value": "7573514" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -3422,7 +3422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -3905,7 +3905,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -4369,7 +4369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "147726311350565" + "value": "147280080095714" }, "instructions": "xtokensDest" } @@ -4960,7 +4960,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -5109,7 +5109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -5332,7 +5332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2418098142" + "value": "2280743841" }, "instructions": "xcmPalletDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "418351970988" + "value": "421021966358" }, "instructions": "xcmPalletDest" } From ea7f7348f00e88b6cdd2016f39c68e5f91b5a992 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:26:59 +0300 Subject: [PATCH 1308/2142] Update xcm coefficients (#1888) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 280 +++++++++++++++++++++--------------------- 1 file changed, 140 insertions(+), 140 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index c025917fd..d23d99f15 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensReserve" } @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensReserve" } @@ -70,7 +70,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensReserve" } @@ -117,7 +117,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensReserve" } @@ -159,7 +159,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensReserve" } @@ -173,7 +173,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensReserve" } @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensReserve" } @@ -335,7 +335,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -349,7 +349,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -400,7 +400,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -414,7 +414,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -428,7 +428,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -456,7 +456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -470,7 +470,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -507,7 +507,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -549,7 +549,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -572,7 +572,7 @@ "fee": { "mode": { "type": "proportional", - "value": "26079494248347" + "value": "25854915806339" }, "instructions": "xtokensDest" } @@ -586,7 +586,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensDest" } @@ -623,7 +623,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -674,7 +674,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensDest" } @@ -688,7 +688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333368" + "value": "267093333367" }, "instructions": "xtokensDest" } @@ -725,7 +725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3357591644" + "value": "2280743841" }, "instructions": "xtokensDest" } @@ -832,7 +832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xcmPalletDest" } @@ -846,7 +846,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xcmPalletDest" } @@ -860,7 +860,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xcmPalletDest" } @@ -874,7 +874,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xcmPalletDest" } @@ -888,7 +888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xcmPalletDest" } @@ -935,7 +935,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8012800000000" + "value": "7039200000000" }, "instructions": "xtokensDest" } @@ -986,7 +986,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -1023,7 +1023,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333327" + "value": "270826666660" }, "instructions": "xtokensDest" } @@ -1125,7 +1125,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -1167,7 +1167,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -1181,7 +1181,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -1209,7 +1209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -1232,7 +1232,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -1348,7 +1348,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -1385,7 +1385,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -1413,7 +1413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -1427,7 +1427,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -1455,7 +1455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -1520,7 +1520,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -1534,7 +1534,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -1580,7 +1580,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -1594,7 +1594,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -1631,7 +1631,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -1645,7 +1645,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -1719,7 +1719,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -1817,7 +1817,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xcmPalletDest" } @@ -1845,7 +1845,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xcmPalletDest" } @@ -1859,7 +1859,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xcmPalletDest" } @@ -1952,7 +1952,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -2003,7 +2003,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -2068,7 +2068,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -2082,7 +2082,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -2138,7 +2138,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -2189,7 +2189,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -2263,7 +2263,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -2291,7 +2291,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xcmPalletTeleportDest" } @@ -2351,7 +2351,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9725" + "value": "8544" }, "instructions": "xcmPalletDest" } @@ -2365,7 +2365,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1009690" + "value": "1000995" }, "instructions": "xcmPalletDest" } @@ -2393,7 +2393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "16423398" + "value": "7573514" }, "instructions": "xcmPalletDest" } @@ -2449,7 +2449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -2486,7 +2486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "26079494248347" + "value": "25854915806339" }, "instructions": "xtokensDest" } @@ -2509,7 +2509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -2523,7 +2523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -2537,7 +2537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -2579,7 +2579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2593,7 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -2616,7 +2616,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -2709,7 +2709,7 @@ "fee": { "mode": { "type": "proportional", - "value": "269413333368" + "value": "267093333367" }, "instructions": "xtokensDest" } @@ -2746,7 +2746,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -2788,7 +2788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -2802,7 +2802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -2816,7 +2816,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2830,7 +2830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -2858,7 +2858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xcmPalletTeleportDest" } @@ -2923,7 +2923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010300" + "value": "1001600" }, "instructions": "xcmPalletDest" } @@ -2937,7 +2937,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "8799" }, "instructions": "xcmPalletDest" } @@ -3021,7 +3021,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3044,7 +3044,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3109,7 +3109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -3137,7 +3137,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -3151,7 +3151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -3165,7 +3165,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -3179,7 +3179,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -3193,7 +3193,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -3230,7 +3230,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267427200000000000" + "value": "234933300000000000" }, "instructions": "xtokensDest" } @@ -3244,7 +3244,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000000" + "value": "100160000000000000" }, "instructions": "xtokensDest" } @@ -3351,7 +3351,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3374,7 +3374,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3388,7 +3388,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3458,7 +3458,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -3472,7 +3472,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -3509,7 +3509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -3523,7 +3523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -3537,7 +3537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -3565,7 +3565,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -3630,7 +3630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000" + "value": "10016000000000" }, "instructions": "xtokensDest" } @@ -3676,7 +3676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "23607895631" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -3690,7 +3690,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -3727,7 +3727,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -3741,7 +3741,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -3834,7 +3834,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000" + "value": "100160000000" }, "instructions": "xtokensDest" } @@ -3885,7 +3885,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -3936,7 +3936,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -3950,7 +3950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4006,7 +4006,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -4062,7 +4062,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -4076,7 +4076,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -4118,7 +4118,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -4132,7 +4132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -4146,7 +4146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "767151373427" + "value": "421021966358" }, "instructions": "xtokensDest" } @@ -4174,7 +4174,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101030000000000" + "value": "100160000000000" }, "instructions": "xtokensDest" } @@ -4197,7 +4197,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30051417676" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -4211,7 +4211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "202060000000" + "value": "203120000000" }, "instructions": "xtokensDest" } @@ -4225,7 +4225,7 @@ "fee": { "mode": { "type": "proportional", - "value": "71450261778" + "value": "70834981884" }, "instructions": "xtokensDest" } @@ -4239,7 +4239,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "87990000000" }, "instructions": "xtokensDest" } @@ -4281,7 +4281,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879500000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -4392,7 +4392,7 @@ "fee": { "mode": { "type": "proportional", - "value": "112393330882139" + "value": "147280080095714" }, "instructions": "xtokensDest" } @@ -4434,7 +4434,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000000000000" + "value": "10016000000000000000" }, "instructions": "xtokensDest" } @@ -4471,7 +4471,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4485,7 +4485,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -4513,7 +4513,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -4620,7 +4620,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4634,7 +4634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -4662,7 +4662,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -4676,7 +4676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -4741,7 +4741,7 @@ "fee": { "mode": { "type": "proportional", - "value": "78138" + "value": "79491" }, "instructions": "xtokensDest" } @@ -4769,7 +4769,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103" + "value": "10016" }, "instructions": "xtokensDest" } @@ -4829,7 +4829,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366707520506354" + "value": "1001602564102564096" }, "instructions": "xtokensDest" } @@ -4871,7 +4871,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3357591644" + "value": "2280743841" }, "instructions": "xcmPalletDest" } @@ -4899,7 +4899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105358535095" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4913,7 +4913,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2889592242" + "value": "2864709086" }, "instructions": "xtokensDest" } @@ -4927,7 +4927,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -4955,7 +4955,7 @@ "fee": { "mode": { "type": "proportional", - "value": "17705921723" + "value": "18012616398" }, "instructions": "xtokensDest" } From 4f58aa4db92156a98a48ddf7abd6de7031e3b717 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:16:36 +0000 Subject: [PATCH 1309/2142] Update chain types --- chains/v2/types/bajun.json | 2 +- chains/v2/types/polkadex.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index b95ec7f9c..debd17277 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 117, + "runtime_id": 120, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 0fea8edfd..fee2cc5a4 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 290, + "runtime_id": 292, "types": { "Balance": "u128", "Index": "u32", From ffbc9fd4f0a13f572cc8f2b71be9a26311dcabb1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 28 Jul 2023 10:42:52 +0300 Subject: [PATCH 1310/2142] update url path in all prod files --- assets/evm/v1/assets.json | 54 +-- assets/evm/v2/assets.json | 66 +-- chains/chains.json | 58 +-- chains/v10/chains.json | 802 +++++++++++++++++----------------- chains/v11/chains.json | 878 ++++++++++++++++++------------------- chains/v12/chains.json | 898 +++++++++++++++++++------------------- chains/v13/chains.json | 898 +++++++++++++++++++------------------- chains/v2/chains.json | 330 +++++++------- chains/v3/chains.json | 424 +++++++++--------- chains/v4/chains.json | 494 ++++++++++----------- chains/v5/chains.json | 684 ++++++++++++++--------------- chains/v6/chains.json | 736 +++++++++++++++---------------- chains/v7/chains.json | 758 ++++++++++++++++---------------- chains/v8/chains.json | 766 ++++++++++++++++---------------- chains/v9/chains.json | 792 ++++++++++++++++----------------- crowdloan/kusama.json | 120 ++--- crowdloan/polkadot.json | 80 ++-- crowdloan/polkatrain.json | 2 +- dapps/dapps.json | 104 ++--- dapps/dapps_full.json | 136 +++--- governance/dapps.json | 18 +- governance/v2/dapps.json | 32 +- 22 files changed, 4565 insertions(+), 4565 deletions(-) diff --git a/assets/evm/v1/assets.json b/assets/evm/v1/assets.json index 60748e7de..bf7d95fc0 100644 --- a/assets/evm/v1/assets.json +++ b/assets/evm/v1/assets.json @@ -4,7 +4,7 @@ "precision": 6, "name": "Tether USD", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -21,7 +21,7 @@ "precision": 6, "name": "USD Coin", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -38,7 +38,7 @@ "precision": 18, "name": "Binance-Peg BUSD Token", "priceId": "binance-usd", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUSD.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -51,7 +51,7 @@ "precision": 18, "name": "Matic", "priceId": "matic-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -64,7 +64,7 @@ "precision": 18, "name": "Dai Stablecoin", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -81,7 +81,7 @@ "precision": 18, "name": "Avalanche", "priceId": "avalanche-2", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -94,7 +94,7 @@ "precision": 8, "name": "Wrapped BTC", "priceId": "wrapped-bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -107,7 +107,7 @@ "precision": 18, "name": "Frax", "priceId": "frax", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -124,7 +124,7 @@ "precision": 18, "name": "Fantom", "priceId": "fantom", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FTM.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -137,7 +137,7 @@ "precision": 18, "name": "Frax Share", "priceId": "frax-share", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FXS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -154,7 +154,7 @@ "precision": 18, "name": "Wrapped GLMR", "priceId": "wrapped-moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -167,7 +167,7 @@ "precision": 18, "name": "BEPRO Network", "priceId": "bepro-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEPRO.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -179,7 +179,7 @@ "symbol": "mbXEN", "precision": 18, "name": "XEN Crypto", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/mbXEN.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -192,7 +192,7 @@ "precision": 18, "name": "Convergence", "priceId": "convergence", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CONV.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -205,7 +205,7 @@ "precision": 18, "name": "Beamswap Token", "priceId": "beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLINT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -218,7 +218,7 @@ "precision": 18, "name": "Energyfi Token", "priceId": "energyfi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EFT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -231,7 +231,7 @@ "precision": 18, "name": "Impossible Decentralized Incubator Access Token", "priceId": "idia", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/IDIA.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -243,7 +243,7 @@ "symbol": "WMOVR", "precision": 18, "name": "Wrapped MOVR", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -256,7 +256,7 @@ "precision": 18, "name": "Crowns", "priceId": "crowns", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CWS.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -269,7 +269,7 @@ "precision": 18, "name": "Zenlink Network Token", "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -282,7 +282,7 @@ "precision": 18, "name": "SolarBeam Token", "priceId": "solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SOLAR.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -295,7 +295,7 @@ "precision": 18, "name": "RiverBoat", "priceId": "riverboat", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RIB.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -308,7 +308,7 @@ "precision": 18, "name": "MoonBeans", "priceId": "moonbeans", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEANS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -325,7 +325,7 @@ "precision": 18, "name": "StellaSwap", "priceId": "stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STELLA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -338,7 +338,7 @@ "precision": 18, "name": "Binance", "priceId": "binancecoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -351,7 +351,7 @@ "precision": 18, "name": "Ethereum", "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -363,7 +363,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 096100b4b..41eea5616 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -4,7 +4,7 @@ "precision": 6, "name": "Tether USD", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -25,7 +25,7 @@ "precision": 6, "name": "USD Coin", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -46,7 +46,7 @@ "precision": 18, "name": "Binance-Peg BUSD Token", "priceId": "binance-usd", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUSD.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -63,7 +63,7 @@ "precision": 18, "name": "Matic", "priceId": "matic-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MATIC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -80,7 +80,7 @@ "precision": 18, "name": "Dai Stablecoin", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -101,7 +101,7 @@ "precision": 18, "name": "Avalanche", "priceId": "avalanche-2", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -114,7 +114,7 @@ "precision": 8, "name": "Wrapped BTC", "priceId": "wrapped-bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -131,7 +131,7 @@ "precision": 18, "name": "Frax", "priceId": "frax", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRAX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRAX.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -148,7 +148,7 @@ "precision": 18, "name": "Fantom", "priceId": "fantom", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FTM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FTM.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -161,7 +161,7 @@ "precision": 18, "name": "Frax Share", "priceId": "frax-share", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FXS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FXS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -178,7 +178,7 @@ "precision": 18, "name": "Wrapped GLMR", "priceId": "wrapped-moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -191,7 +191,7 @@ "precision": 18, "name": "BEPRO Network", "priceId": "bepro-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEPRO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEPRO.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -203,7 +203,7 @@ "symbol": "mbXEN", "precision": 18, "name": "XEN Crypto", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/mbXEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/mbXEN.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -216,7 +216,7 @@ "precision": 18, "name": "Convergence", "priceId": "convergence", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CONV.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CONV.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -229,7 +229,7 @@ "precision": 18, "name": "Beamswap Token", "priceId": "beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GLINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLINT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -242,7 +242,7 @@ "precision": 18, "name": "Energyfi Token", "priceId": "energyfi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EFT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -255,7 +255,7 @@ "precision": 18, "name": "Impossible Decentralized Incubator Access Token", "priceId": "idia", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/IDIA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/IDIA.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -267,7 +267,7 @@ "symbol": "WMOVR", "precision": 18, "name": "Wrapped MOVR", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -280,7 +280,7 @@ "precision": 18, "name": "Crowns", "priceId": "crowns", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CWS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CWS.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -293,7 +293,7 @@ "precision": 18, "name": "Zenlink Network Token", "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -306,7 +306,7 @@ "precision": 18, "name": "SolarBeam Token", "priceId": "solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/SOLAR.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/SOLAR.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -319,7 +319,7 @@ "precision": 18, "name": "RiverBoat", "priceId": "riverboat", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RIB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RIB.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -332,7 +332,7 @@ "precision": 18, "name": "MoonBeans", "priceId": "moonbeans", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BEANS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BEANS.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -349,7 +349,7 @@ "precision": 18, "name": "StellaSwap", "priceId": "stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/STELLA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STELLA.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -362,7 +362,7 @@ "precision": 18, "name": "Binance", "priceId": "binancecoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BNB.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -379,7 +379,7 @@ "precision": 18, "name": "Ethereum", "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -391,7 +391,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -404,7 +404,7 @@ "precision": 8, "name": "Hex", "priceId": "hex", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HEX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HEX.svg", "instances": [ { "chainId": "eip155:1", @@ -417,7 +417,7 @@ "precision": 18, "name": "Lido Staked Ether", "priceId": "staked-ether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/stETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stETH.svg", "instances": [ { "chainId": "eip155:1", @@ -430,7 +430,7 @@ "precision": 18, "name": "Uniswap", "priceId": "uniswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/UNI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/UNI.svg", "instances": [ { "chainId": "eip155:1", @@ -443,7 +443,7 @@ "precision": 18, "name": "Moonwell", "priceId": "moonwell-artemis", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WELL.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WELL.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -456,7 +456,7 @@ "precision": 18, "name": "Moonwell Apollo", "priceId": "moonwell", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MFAM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MFAM.svg", "instances": [ { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -469,7 +469,7 @@ "precision": 10, "name": "xcRMRK", "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", diff --git a/chains/chains.json b/chains/chains.json index 42f830824..ee61ea431 100644 --- a/chains/chains.json +++ b/chains/chains.json @@ -39,10 +39,10 @@ "event": "https://polkascan.io/polkadot/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -56,7 +56,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ @@ -103,10 +103,10 @@ "event": "https://polkascan.io/kusama/event/{event}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -120,7 +120,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -164,10 +164,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -181,7 +181,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -224,10 +224,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/statemine.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -269,7 +269,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -280,7 +280,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -302,10 +302,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -350,10 +350,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -393,7 +393,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5 }, { @@ -423,7 +423,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -434,7 +434,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -459,10 +459,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/parallel.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -491,10 +491,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -527,7 +527,7 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -560,10 +560,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/kilt.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -605,10 +605,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/calamari.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 } ] diff --git a/chains/v10/chains.json b/chains/v10/chains.json index c062d5a23..2c77c74ef 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -89,7 +89,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -113,7 +113,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -176,10 +176,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -198,7 +198,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -228,7 +228,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -254,10 +254,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -276,7 +276,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -294,7 +294,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -303,7 +303,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -313,7 +313,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -323,7 +323,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -333,7 +333,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -343,7 +343,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -354,7 +354,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -398,7 +398,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -409,7 +409,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -421,14 +421,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -442,7 +442,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -457,7 +457,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -471,7 +471,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -486,7 +486,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -500,7 +500,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -514,7 +514,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -528,7 +528,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -541,7 +541,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -554,7 +554,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -567,7 +567,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -581,7 +581,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -595,7 +595,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -608,7 +608,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -622,7 +622,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -664,7 +664,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -677,7 +677,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -691,7 +691,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -705,7 +705,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -719,7 +719,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -733,7 +733,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -747,7 +747,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -761,7 +761,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -793,7 +793,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -821,7 +821,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -834,7 +834,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -848,7 +848,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -859,7 +859,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -870,7 +870,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -881,7 +881,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -892,7 +892,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -903,7 +903,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -914,7 +914,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -926,7 +926,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -937,7 +937,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -948,7 +948,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -992,7 +992,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1022,7 +1022,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1038,7 +1038,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -1104,7 +1104,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -1121,7 +1121,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -1135,7 +1135,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1146,7 +1146,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1157,7 +1157,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1168,7 +1168,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1179,7 +1179,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1190,7 +1190,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1201,7 +1201,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1212,7 +1212,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1223,7 +1223,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1234,7 +1234,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1244,7 +1244,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1255,7 +1255,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1266,7 +1266,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1277,7 +1277,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1288,7 +1288,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1299,7 +1299,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1310,7 +1310,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1350,7 +1350,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1380,7 +1380,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1396,7 +1396,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1405,7 +1405,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1416,7 +1416,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1427,7 +1427,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1438,7 +1438,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1449,7 +1449,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1460,7 +1460,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1471,7 +1471,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1482,7 +1482,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1493,7 +1493,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1504,7 +1504,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1549,10 +1549,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1566,13 +1566,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1587,7 +1587,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1602,7 +1602,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1616,7 +1616,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1630,7 +1630,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1643,7 +1643,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1657,7 +1657,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1671,7 +1671,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1685,7 +1685,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1698,7 +1698,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1722,7 +1722,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1750,7 +1750,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1763,7 +1763,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1771,7 +1771,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1785,7 +1785,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1798,7 +1798,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1812,7 +1812,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1826,7 +1826,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1863,7 +1863,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1880,7 +1880,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1895,7 +1895,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1935,10 +1935,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1950,7 +1950,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1958,7 +1958,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1969,7 +1969,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1980,7 +1980,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1990,7 +1990,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -2001,7 +2001,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2012,7 +2012,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2023,7 +2023,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2034,7 +2034,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2045,7 +2045,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2058,7 +2058,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2082,7 +2082,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2094,7 +2094,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2112,7 +2112,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2127,7 +2127,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2140,7 +2140,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2148,7 +2148,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2159,7 +2159,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2170,7 +2170,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2181,7 +2181,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2192,7 +2192,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2203,7 +2203,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2214,7 +2214,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2224,7 +2224,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2235,7 +2235,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2245,7 +2245,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2283,7 +2283,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2294,7 +2294,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2306,7 +2306,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2338,7 +2338,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2355,7 +2355,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2370,7 +2370,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2399,7 +2399,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2416,7 +2416,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2428,7 +2428,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2451,7 +2451,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2479,7 +2479,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2492,13 +2492,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2528,7 +2528,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2539,7 +2539,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2552,7 +2552,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2560,7 +2560,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2574,7 +2574,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2588,7 +2588,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2602,7 +2602,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2616,7 +2616,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2630,7 +2630,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2643,7 +2643,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2656,7 +2656,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2670,7 +2670,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2684,7 +2684,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2697,7 +2697,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2711,7 +2711,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2764,7 +2764,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2775,7 +2775,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2787,7 +2787,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2801,7 +2801,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2812,7 +2812,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2823,7 +2823,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2834,7 +2834,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2845,7 +2845,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2856,7 +2856,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2867,7 +2867,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2878,7 +2878,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2889,7 +2889,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2927,7 +2927,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2938,7 +2938,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2954,7 +2954,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2962,7 +2962,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2973,7 +2973,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2984,7 +2984,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2995,7 +2995,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3006,7 +3006,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3017,7 +3017,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3027,7 +3027,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3037,7 +3037,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3047,7 +3047,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3057,7 +3057,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3067,7 +3067,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3078,7 +3078,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3089,7 +3089,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3100,7 +3100,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3110,7 +3110,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3121,7 +3121,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3132,7 +3132,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3162,7 +3162,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3173,7 +3173,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3185,7 +3185,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3209,7 +3209,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3220,7 +3220,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3233,7 +3233,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3241,7 +3241,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3275,7 +3275,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3286,7 +3286,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3298,7 +3298,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3330,7 +3330,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3350,7 +3350,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3366,7 +3366,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3393,7 +3393,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3404,7 +3404,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3418,7 +3418,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3432,7 +3432,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3446,7 +3446,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3460,7 +3460,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3474,7 +3474,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3488,7 +3488,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3501,7 +3501,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3514,7 +3514,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3527,7 +3527,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3560,7 +3560,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3571,7 +3571,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3583,7 +3583,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3610,7 +3610,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3621,7 +3621,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3635,7 +3635,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3666,7 +3666,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3683,7 +3683,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -3696,7 +3696,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3723,7 +3723,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3734,7 +3734,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3746,7 +3746,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3771,7 +3771,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3782,7 +3782,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3795,7 +3795,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3822,7 +3822,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3833,7 +3833,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3846,7 +3846,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3877,7 +3877,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3888,7 +3888,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3901,7 +3901,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3932,7 +3932,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3949,7 +3949,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -3965,7 +3965,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3992,7 +3992,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4003,7 +4003,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -4016,14 +4016,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4038,7 +4038,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4051,7 +4051,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4065,7 +4065,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4079,7 +4079,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4112,7 +4112,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4129,7 +4129,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4145,7 +4145,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4159,7 +4159,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4173,7 +4173,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4187,7 +4187,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4201,7 +4201,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4215,7 +4215,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4229,7 +4229,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4243,7 +4243,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4277,7 +4277,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4288,7 +4288,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4301,7 +4301,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4332,7 +4332,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4343,7 +4343,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4356,7 +4356,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4379,7 +4379,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4390,7 +4390,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -4403,7 +4403,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4411,7 +4411,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4425,7 +4425,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4439,7 +4439,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4453,7 +4453,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4466,7 +4466,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4479,7 +4479,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4493,7 +4493,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4513,7 +4513,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4543,7 +4543,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4556,7 +4556,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4574,7 +4574,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4591,7 +4591,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4603,7 +4603,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4626,7 +4626,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4637,7 +4637,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50 }, { @@ -4650,7 +4650,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4672,7 +4672,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4689,7 +4689,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4701,7 +4701,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4718,7 +4718,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4729,7 +4729,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4742,7 +4742,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4750,7 +4750,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4764,7 +4764,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4793,7 +4793,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4804,7 +4804,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4816,7 +4816,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4838,7 +4838,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4849,7 +4849,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4862,7 +4862,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4893,7 +4893,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4904,7 +4904,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4916,7 +4916,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4934,7 +4934,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4945,7 +4945,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4957,7 +4957,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4971,7 +4971,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4985,7 +4985,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5019,10 +5019,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5034,7 +5034,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -5051,7 +5051,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5062,7 +5062,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -5074,7 +5074,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5091,7 +5091,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5102,7 +5102,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5114,7 +5114,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5138,7 +5138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5149,7 +5149,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -5162,7 +5162,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5195,10 +5195,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5210,7 +5210,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5227,7 +5227,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5238,7 +5238,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5250,7 +5250,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5267,7 +5267,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5278,7 +5278,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5290,13 +5290,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5309,7 +5309,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5341,7 +5341,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5352,7 +5352,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5364,7 +5364,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5382,10 +5382,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5398,7 +5398,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5430,10 +5430,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5446,7 +5446,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5471,10 +5471,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5486,7 +5486,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5511,10 +5511,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5526,7 +5526,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5544,10 +5544,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5559,7 +5559,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5584,10 +5584,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5599,7 +5599,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5617,10 +5617,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5632,7 +5632,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5672,10 +5672,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -5688,14 +5688,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -5711,10 +5711,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -5727,7 +5727,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -5745,10 +5745,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -5761,7 +5761,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -5779,10 +5779,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -5794,7 +5794,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -5808,10 +5808,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -5823,7 +5823,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -5852,7 +5852,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -5868,7 +5868,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -5878,10 +5878,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -5893,7 +5893,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -5907,10 +5907,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -5921,7 +5921,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -5939,10 +5939,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -5955,14 +5955,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -5983,10 +5983,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -6002,14 +6002,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -6039,10 +6039,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 985378787..32ee18a98 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -71,10 +71,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -93,7 +93,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -124,7 +124,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -191,10 +191,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -213,7 +213,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -242,7 +242,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -268,10 +268,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -290,7 +290,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -308,7 +308,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -317,7 +317,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -327,7 +327,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -337,7 +337,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -347,7 +347,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -357,7 +357,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -368,7 +368,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -412,7 +412,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -423,7 +423,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -435,14 +435,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -456,7 +456,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -471,7 +471,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -485,7 +485,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -500,7 +500,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -514,7 +514,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -528,7 +528,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -542,7 +542,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -555,7 +555,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -568,7 +568,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -581,7 +581,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -595,7 +595,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -609,7 +609,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -622,7 +622,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -664,7 +664,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -678,7 +678,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -691,7 +691,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -705,7 +705,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -719,7 +719,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -733,7 +733,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -747,7 +747,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -761,7 +761,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -775,7 +775,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -807,7 +807,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -835,7 +835,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -848,7 +848,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -862,7 +862,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -873,7 +873,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -884,7 +884,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -895,7 +895,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -906,7 +906,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -917,7 +917,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -928,7 +928,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -940,7 +940,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -951,7 +951,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -962,7 +962,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1006,7 +1006,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1036,7 +1036,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1052,7 +1052,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -1118,7 +1118,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -1135,7 +1135,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -1149,7 +1149,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1160,7 +1160,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1171,7 +1171,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1182,7 +1182,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1193,7 +1193,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1204,7 +1204,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1215,7 +1215,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1226,7 +1226,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1237,7 +1237,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1248,7 +1248,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1258,7 +1258,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1269,7 +1269,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1280,7 +1280,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1291,7 +1291,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1302,7 +1302,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1313,7 +1313,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1324,7 +1324,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1364,7 +1364,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1394,7 +1394,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1410,7 +1410,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1419,7 +1419,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1430,7 +1430,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1441,7 +1441,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1452,7 +1452,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1463,7 +1463,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1474,7 +1474,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1485,7 +1485,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1496,7 +1496,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1507,7 +1507,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1518,7 +1518,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1563,10 +1563,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1580,13 +1580,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1601,7 +1601,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1616,7 +1616,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1630,7 +1630,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1644,7 +1644,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1657,7 +1657,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1671,7 +1671,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1685,7 +1685,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1699,7 +1699,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1712,7 +1712,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1726,7 +1726,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1750,7 +1750,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1778,7 +1778,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1791,7 +1791,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1799,7 +1799,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1813,7 +1813,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1826,7 +1826,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1840,7 +1840,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1854,7 +1854,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1891,7 +1891,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1908,7 +1908,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1923,7 +1923,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1969,10 +1969,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -1987,7 +1987,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1995,7 +1995,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -2006,7 +2006,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -2017,7 +2017,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -2027,7 +2027,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -2038,7 +2038,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2049,7 +2049,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2060,7 +2060,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2071,7 +2071,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2082,7 +2082,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2095,7 +2095,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2119,7 +2119,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2131,7 +2131,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2149,7 +2149,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2164,7 +2164,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2177,7 +2177,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2185,7 +2185,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2196,7 +2196,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2207,7 +2207,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2218,7 +2218,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2229,7 +2229,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2240,7 +2240,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2251,7 +2251,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2261,7 +2261,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2272,7 +2272,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2282,7 +2282,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2320,7 +2320,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2331,7 +2331,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2343,7 +2343,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2375,7 +2375,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2392,7 +2392,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2407,7 +2407,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2436,7 +2436,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2453,7 +2453,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2465,7 +2465,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2488,7 +2488,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2516,7 +2516,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2529,13 +2529,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2565,7 +2565,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2576,7 +2576,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2589,7 +2589,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2597,7 +2597,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2611,7 +2611,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2625,7 +2625,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2639,7 +2639,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2653,7 +2653,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2667,7 +2667,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2680,7 +2680,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2693,7 +2693,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2707,7 +2707,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2721,7 +2721,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2735,7 +2735,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2749,7 +2749,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2763,7 +2763,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2816,7 +2816,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2827,7 +2827,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2839,7 +2839,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2853,7 +2853,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2864,7 +2864,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2875,7 +2875,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2886,7 +2886,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2897,7 +2897,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2908,7 +2908,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2919,7 +2919,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2930,7 +2930,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2941,7 +2941,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2979,7 +2979,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2990,7 +2990,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3006,7 +3006,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3014,7 +3014,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3025,7 +3025,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3036,7 +3036,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3047,7 +3047,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3058,7 +3058,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3069,7 +3069,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3079,7 +3079,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3089,7 +3089,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3099,7 +3099,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3109,7 +3109,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3119,7 +3119,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3130,7 +3130,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3141,7 +3141,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3152,7 +3152,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3162,7 +3162,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3173,7 +3173,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3184,7 +3184,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3214,7 +3214,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3225,7 +3225,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3237,7 +3237,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3261,7 +3261,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3272,7 +3272,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3285,7 +3285,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3293,7 +3293,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3327,7 +3327,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3338,7 +3338,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -3350,7 +3350,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3382,7 +3382,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3402,7 +3402,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3418,7 +3418,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3445,7 +3445,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3456,7 +3456,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3470,7 +3470,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3484,7 +3484,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3498,7 +3498,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3512,7 +3512,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3526,7 +3526,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3540,7 +3540,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3553,7 +3553,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3566,7 +3566,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3579,7 +3579,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3612,7 +3612,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3623,7 +3623,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3635,7 +3635,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -3643,7 +3643,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -3657,7 +3657,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -3671,7 +3671,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -3704,7 +3704,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3715,7 +3715,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3729,7 +3729,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3760,7 +3760,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3783,7 +3783,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3799,7 +3799,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3826,7 +3826,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3837,7 +3837,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3849,7 +3849,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3874,7 +3874,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3885,7 +3885,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3898,7 +3898,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3925,7 +3925,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3936,7 +3936,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3949,7 +3949,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3980,7 +3980,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3991,7 +3991,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4004,7 +4004,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4035,7 +4035,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4052,7 +4052,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4068,7 +4068,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4095,7 +4095,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4106,7 +4106,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -4119,14 +4119,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4141,7 +4141,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4154,7 +4154,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4168,7 +4168,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4182,7 +4182,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4196,7 +4196,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4210,7 +4210,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4224,7 +4224,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4238,7 +4238,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4271,7 +4271,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4288,7 +4288,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4304,7 +4304,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4318,7 +4318,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4332,7 +4332,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4346,7 +4346,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4360,7 +4360,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4374,7 +4374,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4388,7 +4388,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4402,7 +4402,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4436,7 +4436,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4447,7 +4447,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4460,7 +4460,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4491,7 +4491,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4502,7 +4502,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4515,7 +4515,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4546,7 +4546,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4563,7 +4563,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4579,7 +4579,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4587,7 +4587,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4601,7 +4601,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4615,7 +4615,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4629,7 +4629,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4642,7 +4642,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4655,7 +4655,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4669,7 +4669,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4689,7 +4689,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4719,7 +4719,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4732,7 +4732,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4750,7 +4750,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4767,7 +4767,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4779,7 +4779,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -4787,7 +4787,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4801,7 +4801,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4815,7 +4815,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4848,7 +4848,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4859,7 +4859,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50 }, { @@ -4872,7 +4872,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4894,7 +4894,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4911,7 +4911,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4923,7 +4923,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4940,7 +4940,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4951,7 +4951,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4964,7 +4964,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4972,7 +4972,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4986,7 +4986,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5000,7 +5000,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5014,7 +5014,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5043,7 +5043,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5054,7 +5054,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5066,7 +5066,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5088,7 +5088,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5099,7 +5099,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5112,7 +5112,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5143,7 +5143,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5154,7 +5154,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5166,7 +5166,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5184,7 +5184,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5195,7 +5195,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5207,7 +5207,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5221,7 +5221,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5235,7 +5235,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5248,7 +5248,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5262,7 +5262,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5276,7 +5276,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -5290,7 +5290,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -5303,7 +5303,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -5316,7 +5316,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -5350,10 +5350,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5365,7 +5365,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5382,7 +5382,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5393,7 +5393,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5406,7 +5406,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5439,10 +5439,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5454,7 +5454,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5471,7 +5471,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5482,7 +5482,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5494,7 +5494,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5511,7 +5511,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5522,7 +5522,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5534,13 +5534,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5553,7 +5553,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5581,7 +5581,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5592,7 +5592,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5604,7 +5604,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5622,10 +5622,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5638,7 +5638,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5670,10 +5670,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5686,7 +5686,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5711,10 +5711,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5726,7 +5726,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5751,10 +5751,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5766,7 +5766,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5784,10 +5784,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5799,7 +5799,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5824,10 +5824,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5839,7 +5839,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5857,10 +5857,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5872,7 +5872,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5912,10 +5912,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -5928,7 +5928,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -5936,7 +5936,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -5950,7 +5950,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -5966,10 +5966,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -5982,7 +5982,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6000,10 +6000,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6016,7 +6016,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6034,10 +6034,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6049,7 +6049,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -6059,10 +6059,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -6074,7 +6074,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -6103,7 +6103,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -6119,7 +6119,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -6129,10 +6129,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -6145,7 +6145,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -6156,7 +6156,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -6167,7 +6167,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -6201,10 +6201,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -6216,7 +6216,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -6230,10 +6230,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -6244,7 +6244,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -6262,10 +6262,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -6278,14 +6278,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -6306,10 +6306,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -6325,14 +6325,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -6361,10 +6361,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -6379,7 +6379,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -6400,10 +6400,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -6414,7 +6414,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -6432,10 +6432,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -6446,7 +6446,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -6456,10 +6456,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -6472,7 +6472,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6486,10 +6486,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -6502,7 +6502,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6516,10 +6516,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -6532,7 +6532,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6562,10 +6562,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 } ] diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 12a0197a2..1ba2c427a 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ "relaychain" ], @@ -73,10 +73,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -95,7 +95,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -126,7 +126,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ "relaychain" ], @@ -195,10 +195,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -217,7 +217,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -246,7 +246,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ "relaychain" ] @@ -274,10 +274,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -296,7 +296,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -314,7 +314,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -323,7 +323,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -333,7 +333,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -343,7 +343,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -353,7 +353,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -363,7 +363,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -374,7 +374,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -418,7 +418,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -429,7 +429,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -441,14 +441,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -462,7 +462,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -477,7 +477,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -491,7 +491,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -506,7 +506,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -520,7 +520,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -534,7 +534,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -548,7 +548,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -561,7 +561,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -574,7 +574,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -601,7 +601,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -615,7 +615,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -628,7 +628,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -642,7 +642,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -656,7 +656,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -670,7 +670,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -684,7 +684,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -697,7 +697,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -711,7 +711,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -725,7 +725,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -739,7 +739,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -753,7 +753,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -767,7 +767,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -781,7 +781,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -813,7 +813,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -841,7 +841,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -854,7 +854,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": [ "parachain" ], @@ -870,7 +870,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -881,7 +881,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -892,7 +892,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -903,7 +903,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -914,7 +914,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -925,7 +925,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -936,7 +936,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -948,7 +948,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -959,7 +959,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -970,7 +970,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1014,7 +1014,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1044,7 +1044,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1060,7 +1060,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -1126,7 +1126,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -1143,7 +1143,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": [ "parachain" ], @@ -1159,7 +1159,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1170,7 +1170,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1181,7 +1181,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1192,7 +1192,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1203,7 +1203,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1214,7 +1214,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1225,7 +1225,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1236,7 +1236,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1247,7 +1247,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1258,7 +1258,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1268,7 +1268,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1279,7 +1279,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1290,7 +1290,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1301,7 +1301,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1312,7 +1312,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1323,7 +1323,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1334,7 +1334,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1374,7 +1374,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1404,7 +1404,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1420,7 +1420,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1429,7 +1429,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1440,7 +1440,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1451,7 +1451,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1462,7 +1462,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1473,7 +1473,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1484,7 +1484,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1495,7 +1495,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1506,7 +1506,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1517,7 +1517,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1528,7 +1528,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1573,10 +1573,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1590,13 +1590,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1611,7 +1611,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1626,7 +1626,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1640,7 +1640,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1654,7 +1654,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1667,7 +1667,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1681,7 +1681,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1695,7 +1695,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1709,7 +1709,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1722,7 +1722,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1736,7 +1736,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1760,7 +1760,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1788,7 +1788,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1801,7 +1801,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1809,7 +1809,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1823,7 +1823,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1836,7 +1836,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1850,7 +1850,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1864,7 +1864,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1901,7 +1901,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1918,7 +1918,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1933,7 +1933,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1979,10 +1979,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -1997,7 +1997,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -2005,7 +2005,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -2016,7 +2016,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -2027,7 +2027,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -2037,7 +2037,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -2048,7 +2048,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2059,7 +2059,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2070,7 +2070,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2081,7 +2081,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2092,7 +2092,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2105,7 +2105,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2129,7 +2129,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2141,7 +2141,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2159,7 +2159,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2174,7 +2174,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2187,7 +2187,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2195,7 +2195,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2206,7 +2206,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2217,7 +2217,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2228,7 +2228,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2239,7 +2239,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2250,7 +2250,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2261,7 +2261,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2271,7 +2271,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2282,7 +2282,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2292,7 +2292,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2330,7 +2330,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2341,7 +2341,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2353,7 +2353,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2385,7 +2385,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2402,7 +2402,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2417,7 +2417,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": [ "parachain" @@ -2448,7 +2448,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2465,7 +2465,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2477,7 +2477,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2500,7 +2500,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2528,7 +2528,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2541,13 +2541,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2577,7 +2577,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2588,7 +2588,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2601,7 +2601,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2609,7 +2609,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2623,7 +2623,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2637,7 +2637,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2651,7 +2651,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2665,7 +2665,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2679,7 +2679,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2692,7 +2692,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2705,7 +2705,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2719,7 +2719,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2733,7 +2733,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2747,7 +2747,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2761,7 +2761,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2775,7 +2775,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2828,7 +2828,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2839,7 +2839,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2851,7 +2851,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2865,7 +2865,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2876,7 +2876,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2887,7 +2887,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2898,7 +2898,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2909,7 +2909,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2920,7 +2920,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2931,7 +2931,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2942,7 +2942,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2953,7 +2953,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2991,7 +2991,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3002,7 +3002,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3018,7 +3018,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3026,7 +3026,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3037,7 +3037,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3048,7 +3048,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3059,7 +3059,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3070,7 +3070,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3081,7 +3081,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3091,7 +3091,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3101,7 +3101,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3111,7 +3111,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3121,7 +3121,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3131,7 +3131,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3142,7 +3142,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3153,7 +3153,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3164,7 +3164,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3174,7 +3174,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3185,7 +3185,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3196,7 +3196,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3226,7 +3226,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3237,7 +3237,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3249,7 +3249,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3273,7 +3273,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3284,7 +3284,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3297,7 +3297,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3305,7 +3305,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3339,7 +3339,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3350,7 +3350,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -3362,7 +3362,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3394,7 +3394,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3414,7 +3414,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3430,7 +3430,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3457,7 +3457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3468,7 +3468,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3482,7 +3482,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3496,7 +3496,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3510,7 +3510,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3524,7 +3524,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3538,7 +3538,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3552,7 +3552,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3565,7 +3565,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3578,7 +3578,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3591,7 +3591,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3604,7 +3604,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3617,7 +3617,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3630,7 +3630,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3663,7 +3663,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3674,7 +3674,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3686,7 +3686,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -3694,7 +3694,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -3708,7 +3708,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -3722,7 +3722,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -3755,7 +3755,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3766,7 +3766,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3782,7 +3782,7 @@ ], "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3813,7 +3813,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3836,7 +3836,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3852,7 +3852,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3879,7 +3879,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3890,7 +3890,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3902,7 +3902,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3927,7 +3927,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3938,7 +3938,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3951,7 +3951,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3978,7 +3978,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3989,7 +3989,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -4002,7 +4002,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4033,7 +4033,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4044,7 +4044,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4057,7 +4057,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4088,7 +4088,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4105,7 +4105,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4120,7 +4120,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4151,7 +4151,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4162,7 +4162,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -4175,14 +4175,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4197,7 +4197,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4210,7 +4210,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4224,7 +4224,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4238,7 +4238,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4252,7 +4252,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4266,7 +4266,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4280,7 +4280,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4294,7 +4294,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4327,7 +4327,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4344,7 +4344,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4360,7 +4360,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4374,7 +4374,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4388,7 +4388,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4402,7 +4402,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4416,7 +4416,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4430,7 +4430,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4444,7 +4444,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4458,7 +4458,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4472,7 +4472,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4485,7 +4485,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4498,7 +4498,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4510,7 +4510,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -4523,7 +4523,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -4536,7 +4536,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -4570,7 +4570,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4581,7 +4581,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4594,7 +4594,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4625,7 +4625,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4636,7 +4636,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4649,7 +4649,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4680,7 +4680,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4697,7 +4697,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4715,7 +4715,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4723,7 +4723,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4737,7 +4737,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4751,7 +4751,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4765,7 +4765,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4778,7 +4778,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4791,7 +4791,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4805,7 +4805,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4825,7 +4825,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4855,7 +4855,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4870,7 +4870,7 @@ "aleph-zero" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4888,7 +4888,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4905,7 +4905,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4917,7 +4917,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -4925,7 +4925,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4939,7 +4939,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4953,7 +4953,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4986,7 +4986,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4997,7 +4997,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50 }, { @@ -5012,7 +5012,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5034,7 +5034,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5051,7 +5051,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -5063,7 +5063,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" }, { "assetId": 1, @@ -5071,7 +5071,7 @@ "precision": 18, "priceId": "origintrail", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", "typeExtras": { "assetId": "1" } @@ -5091,7 +5091,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5102,7 +5102,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5115,7 +5115,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5123,7 +5123,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5137,7 +5137,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5151,7 +5151,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5165,7 +5165,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5194,7 +5194,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5205,7 +5205,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5217,7 +5217,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5239,7 +5239,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5250,7 +5250,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5263,7 +5263,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5294,7 +5294,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5305,7 +5305,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5317,7 +5317,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5335,7 +5335,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5346,7 +5346,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5358,7 +5358,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5372,7 +5372,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5386,7 +5386,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5399,7 +5399,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5413,7 +5413,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5427,7 +5427,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -5441,7 +5441,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -5454,7 +5454,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -5467,7 +5467,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -5501,10 +5501,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5516,7 +5516,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5533,7 +5533,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5544,7 +5544,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5557,7 +5557,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5590,10 +5590,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5605,7 +5605,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5622,7 +5622,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5633,7 +5633,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5645,7 +5645,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5662,7 +5662,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5673,7 +5673,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5685,13 +5685,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5704,7 +5704,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5732,7 +5732,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5743,7 +5743,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5755,7 +5755,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5773,10 +5773,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5791,7 +5791,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5823,10 +5823,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5839,7 +5839,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5864,10 +5864,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5879,7 +5879,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5904,10 +5904,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5919,7 +5919,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5937,10 +5937,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5952,7 +5952,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5977,10 +5977,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5992,7 +5992,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6010,10 +6010,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6025,7 +6025,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6065,10 +6065,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6081,7 +6081,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -6089,7 +6089,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6103,7 +6103,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6119,10 +6119,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6135,7 +6135,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6153,10 +6153,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6169,7 +6169,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6187,10 +6187,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6202,7 +6202,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -6212,10 +6212,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -6227,7 +6227,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -6256,7 +6256,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -6272,7 +6272,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -6282,10 +6282,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -6298,7 +6298,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -6309,7 +6309,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -6320,7 +6320,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -6354,10 +6354,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -6369,7 +6369,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -6383,10 +6383,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -6397,7 +6397,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -6415,10 +6415,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -6431,14 +6431,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -6459,10 +6459,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -6478,14 +6478,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -6514,10 +6514,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -6532,7 +6532,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -6553,10 +6553,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -6567,7 +6567,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -6585,10 +6585,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -6599,7 +6599,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -6609,10 +6609,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -6625,7 +6625,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6639,10 +6639,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -6655,7 +6655,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6669,10 +6669,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -6685,7 +6685,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6715,10 +6715,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 } ] diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 13e30e29b..867c70ad2 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ "relaychain" ], @@ -73,10 +73,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -95,7 +95,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -126,7 +126,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ "relaychain" ], @@ -195,10 +195,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -217,7 +217,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -246,7 +246,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ "relaychain" ] @@ -274,10 +274,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -296,7 +296,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -314,7 +314,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -323,7 +323,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -333,7 +333,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -343,7 +343,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -353,7 +353,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -363,7 +363,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -374,7 +374,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -418,7 +418,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -429,7 +429,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2 }, { @@ -441,14 +441,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -462,7 +462,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -477,7 +477,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -491,7 +491,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -506,7 +506,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -520,7 +520,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -534,7 +534,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -548,7 +548,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -561,7 +561,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -574,7 +574,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -587,7 +587,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -601,7 +601,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -615,7 +615,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -628,7 +628,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -642,7 +642,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -656,7 +656,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -670,7 +670,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -684,7 +684,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -697,7 +697,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -711,7 +711,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -725,7 +725,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -739,7 +739,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -753,7 +753,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -767,7 +767,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -781,7 +781,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -813,7 +813,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -841,7 +841,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -854,7 +854,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": [ "parachain" ], @@ -870,7 +870,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -881,7 +881,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -892,7 +892,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -903,7 +903,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -914,7 +914,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -925,7 +925,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -936,7 +936,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -948,7 +948,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -959,7 +959,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -970,7 +970,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1014,7 +1014,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1044,7 +1044,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1060,7 +1060,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -1126,7 +1126,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -1143,7 +1143,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": [ "parachain" ], @@ -1159,7 +1159,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1170,7 +1170,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1181,7 +1181,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1192,7 +1192,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1203,7 +1203,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1214,7 +1214,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1225,7 +1225,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1236,7 +1236,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1247,7 +1247,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1258,7 +1258,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1268,7 +1268,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1279,7 +1279,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1290,7 +1290,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1301,7 +1301,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1312,7 +1312,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1323,7 +1323,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1334,7 +1334,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1374,7 +1374,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1404,7 +1404,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1420,7 +1420,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1429,7 +1429,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1440,7 +1440,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1451,7 +1451,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1462,7 +1462,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1473,7 +1473,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1484,7 +1484,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1495,7 +1495,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1506,7 +1506,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1517,7 +1517,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1528,7 +1528,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1573,10 +1573,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1590,13 +1590,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1611,7 +1611,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1626,7 +1626,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1640,7 +1640,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1654,7 +1654,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1667,7 +1667,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1681,7 +1681,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1695,7 +1695,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1709,7 +1709,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1722,7 +1722,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1736,7 +1736,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1760,7 +1760,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1788,7 +1788,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1801,7 +1801,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1809,7 +1809,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1823,7 +1823,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1836,7 +1836,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1850,7 +1850,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1864,7 +1864,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1901,7 +1901,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1918,7 +1918,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1933,7 +1933,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1979,10 +1979,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ "governance-v1" @@ -1997,7 +1997,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -2005,7 +2005,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -2016,7 +2016,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -2027,7 +2027,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -2037,7 +2037,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -2048,7 +2048,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -2059,7 +2059,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -2070,7 +2070,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2081,7 +2081,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -2092,7 +2092,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2105,7 +2105,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2129,7 +2129,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2141,7 +2141,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2159,7 +2159,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2174,7 +2174,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2187,7 +2187,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2195,7 +2195,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2206,7 +2206,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2217,7 +2217,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2228,7 +2228,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2239,7 +2239,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2250,7 +2250,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2261,7 +2261,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2271,7 +2271,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2282,7 +2282,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2292,7 +2292,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2330,7 +2330,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2341,7 +2341,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2353,7 +2353,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2385,7 +2385,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2402,7 +2402,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2417,7 +2417,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": [ "parachain" @@ -2448,7 +2448,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2465,7 +2465,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2477,7 +2477,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2500,7 +2500,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2528,7 +2528,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2541,13 +2541,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2577,7 +2577,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2588,7 +2588,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2601,7 +2601,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2609,7 +2609,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2623,7 +2623,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2637,7 +2637,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2651,7 +2651,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2665,7 +2665,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2679,7 +2679,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2692,7 +2692,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2705,7 +2705,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2719,7 +2719,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2733,7 +2733,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2747,7 +2747,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2761,7 +2761,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2775,7 +2775,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2828,7 +2828,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2839,7 +2839,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2851,7 +2851,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2865,7 +2865,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2876,7 +2876,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2887,7 +2887,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2898,7 +2898,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2909,7 +2909,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2920,7 +2920,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2931,7 +2931,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2942,7 +2942,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2953,7 +2953,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2991,7 +2991,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -3002,7 +3002,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -3018,7 +3018,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -3026,7 +3026,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -3037,7 +3037,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -3048,7 +3048,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -3059,7 +3059,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -3070,7 +3070,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -3081,7 +3081,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -3091,7 +3091,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -3101,7 +3101,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -3111,7 +3111,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3121,7 +3121,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3131,7 +3131,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3142,7 +3142,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3153,7 +3153,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3164,7 +3164,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3174,7 +3174,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3185,7 +3185,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3196,7 +3196,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3226,7 +3226,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3237,7 +3237,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3249,7 +3249,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3273,7 +3273,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3284,7 +3284,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3297,7 +3297,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3305,7 +3305,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3339,7 +3339,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3350,7 +3350,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0 }, { @@ -3362,7 +3362,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3394,7 +3394,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3414,7 +3414,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3430,7 +3430,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3457,7 +3457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3468,7 +3468,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3482,7 +3482,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3496,7 +3496,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3510,7 +3510,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3524,7 +3524,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3538,7 +3538,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3552,7 +3552,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3565,7 +3565,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3578,7 +3578,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3591,7 +3591,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3604,7 +3604,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3617,7 +3617,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3630,7 +3630,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3663,7 +3663,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3674,7 +3674,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3686,7 +3686,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { "assetId": 1, @@ -3694,7 +3694,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -3708,7 +3708,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -3722,7 +3722,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -3755,7 +3755,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3766,7 +3766,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3782,7 +3782,7 @@ ], "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3813,7 +3813,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3836,7 +3836,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73, "options": [ "governance-v1" @@ -3852,7 +3852,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3879,7 +3879,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3890,7 +3890,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3902,7 +3902,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3927,7 +3927,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3938,7 +3938,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3951,7 +3951,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3978,7 +3978,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3989,7 +3989,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -4002,7 +4002,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -4033,7 +4033,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -4044,7 +4044,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -4057,7 +4057,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -4088,7 +4088,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -4105,7 +4105,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -4120,7 +4120,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -4151,7 +4151,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -4162,7 +4162,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -4175,14 +4175,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4197,7 +4197,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4210,7 +4210,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4224,7 +4224,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4238,7 +4238,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4252,7 +4252,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4266,7 +4266,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4280,7 +4280,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4294,7 +4294,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -4327,7 +4327,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4344,7 +4344,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4360,7 +4360,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4374,7 +4374,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4388,7 +4388,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4402,7 +4402,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4416,7 +4416,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4430,7 +4430,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4444,7 +4444,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4458,7 +4458,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4472,7 +4472,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4485,7 +4485,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4498,7 +4498,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4510,7 +4510,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -4523,7 +4523,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -4536,7 +4536,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -4570,7 +4570,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4581,7 +4581,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4594,7 +4594,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4625,7 +4625,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4636,7 +4636,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4649,7 +4649,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4680,7 +4680,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4697,7 +4697,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30, "options": [ "governance-v1" @@ -4715,7 +4715,7 @@ "turing" ], "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4723,7 +4723,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4737,7 +4737,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4751,7 +4751,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4765,7 +4765,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4778,7 +4778,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4791,7 +4791,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4805,7 +4805,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4825,7 +4825,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4855,7 +4855,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4870,7 +4870,7 @@ "aleph-zero" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4888,7 +4888,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4905,7 +4905,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4917,7 +4917,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LAYR.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" }, { "assetId": 1, @@ -4925,7 +4925,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4939,7 +4939,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4953,7 +4953,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4986,7 +4986,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4997,7 +4997,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50 }, { @@ -5012,7 +5012,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -5034,7 +5034,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -5051,7 +5051,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -5063,7 +5063,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" }, { "assetId": 1, @@ -5071,7 +5071,7 @@ "precision": 18, "priceId": "origintrail", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TRAC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", "typeExtras": { "assetId": "1" } @@ -5091,7 +5091,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -5102,7 +5102,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -5115,7 +5115,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -5123,7 +5123,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5137,7 +5137,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5151,7 +5151,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5165,7 +5165,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -5194,7 +5194,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -5205,7 +5205,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -5217,7 +5217,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -5239,7 +5239,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -5250,7 +5250,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -5263,7 +5263,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -5294,7 +5294,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -5305,7 +5305,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -5317,7 +5317,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -5335,7 +5335,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -5346,7 +5346,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -5358,7 +5358,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -5372,7 +5372,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -5386,7 +5386,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -5399,7 +5399,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -5413,7 +5413,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -5427,7 +5427,7 @@ "symbol": "RMRK", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -5441,7 +5441,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -5454,7 +5454,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -5467,7 +5467,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -5501,10 +5501,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -5516,7 +5516,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5533,7 +5533,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5544,7 +5544,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5557,7 +5557,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5590,10 +5590,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5605,7 +5605,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5622,7 +5622,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5633,7 +5633,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5645,7 +5645,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5662,7 +5662,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5673,7 +5673,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5685,13 +5685,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5704,7 +5704,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5732,7 +5732,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5743,7 +5743,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5755,7 +5755,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5773,10 +5773,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5791,7 +5791,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5823,10 +5823,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5839,7 +5839,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5864,10 +5864,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5879,7 +5879,7 @@ "assetId": 0, "symbol": "KPX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5904,10 +5904,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5919,7 +5919,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5937,10 +5937,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5952,7 +5952,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5977,10 +5977,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5992,7 +5992,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -6010,10 +6010,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -6025,7 +6025,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -6065,10 +6065,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -6081,7 +6081,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -6089,7 +6089,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6103,7 +6103,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -6119,10 +6119,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -6135,7 +6135,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -6153,10 +6153,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -6169,7 +6169,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -6187,10 +6187,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -6202,7 +6202,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -6212,10 +6212,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -6227,7 +6227,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -6256,7 +6256,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -6272,7 +6272,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -6282,10 +6282,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -6298,7 +6298,7 @@ "symbol": "EQ", "precision": 9, "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "type": "equilibrium", "typeExtras": { "assetId": "25969" @@ -6309,7 +6309,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "equilibrium", "typeExtras": { "assetId": "6582132" @@ -6320,7 +6320,7 @@ "symbol": "EQD", "precision": 9, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "type": "equilibrium", "typeExtras": { "assetId": "6648164" @@ -6354,10 +6354,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/equilibrium_types.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, { @@ -6369,7 +6369,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -6383,10 +6383,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, { @@ -6397,7 +6397,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], "nodes": [ @@ -6415,10 +6415,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/3dpass.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/3DPass.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, { @@ -6431,14 +6431,14 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", "typeExtras": { "assetId": "1026" } @@ -6459,10 +6459,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ "ethereumBased" @@ -6478,14 +6478,14 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", "typeExtras": { "assetId": "1026" } @@ -6514,10 +6514,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia_crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ "ethereumBased" @@ -6532,7 +6532,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" } ], "nodes": [ @@ -6553,10 +6553,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/frequency.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Frequency.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, { @@ -6567,7 +6567,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/VARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], "nodes": [ @@ -6585,10 +6585,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/vara.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, { @@ -6599,7 +6599,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" } ], "nodes": [ @@ -6609,10 +6609,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/giant.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, { @@ -6625,7 +6625,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6639,10 +6639,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, { @@ -6655,7 +6655,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -6669,10 +6669,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, { @@ -6685,7 +6685,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -6715,10 +6715,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/collectives.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 } ] diff --git a/chains/v2/chains.json b/chains/v2/chains.json index 72bca2552..06b3483df 100644 --- a/chains/v2/chains.json +++ b/chains/v2/chains.json @@ -51,10 +51,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ @@ -126,10 +126,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -143,7 +143,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -188,10 +188,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -205,7 +205,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -222,7 +222,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -231,7 +231,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -241,7 +241,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -251,7 +251,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -261,7 +261,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -271,7 +271,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -281,7 +281,7 @@ "symbol": "ARIS", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "assetId": "16" } @@ -292,7 +292,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -331,7 +331,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -341,7 +341,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -359,7 +359,7 @@ "assetId": 1, "symbol": "kUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -373,7 +373,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -388,7 +388,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -402,7 +402,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -416,7 +416,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -430,7 +430,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -444,7 +444,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -458,7 +458,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -471,7 +471,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -484,7 +484,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -497,7 +497,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -511,7 +511,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -524,7 +524,7 @@ "symbol": "ARIS", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -538,7 +538,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -551,7 +551,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -565,7 +565,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -579,7 +579,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -615,7 +615,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -637,7 +637,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -676,7 +676,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -686,7 +686,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -714,7 +714,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -725,7 +725,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -736,7 +736,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -747,7 +747,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -758,7 +758,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -769,7 +769,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -802,7 +802,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -812,7 +812,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -859,10 +859,10 @@ } }, "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -881,7 +881,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -896,7 +896,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -911,7 +911,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -925,7 +925,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -939,7 +939,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -952,7 +952,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -976,7 +976,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -998,7 +998,7 @@ } }, "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1029,7 +1029,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1039,7 +1039,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1083,11 +1083,11 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1099,7 +1099,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" }, { "assetId": 1, @@ -1107,7 +1107,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1117,7 +1117,7 @@ "symbol": "kUSD", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", "typeExtras": { "assetId": "103" } @@ -1127,7 +1127,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "109" } @@ -1137,7 +1137,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "1000" } @@ -1148,7 +1148,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1165,7 +1165,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1183,7 +1183,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1212,7 +1212,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1228,7 +1228,7 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1266,7 +1266,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1276,7 +1276,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1314,7 +1314,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1324,7 +1324,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1370,7 +1370,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1380,7 +1380,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -1410,7 +1410,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -1432,7 +1432,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -1457,7 +1457,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -1467,7 +1467,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -1487,7 +1487,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1501,7 +1501,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1515,7 +1515,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1528,7 +1528,7 @@ "symbol": "LCDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1576,7 +1576,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -1586,7 +1586,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -1624,7 +1624,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -1634,7 +1634,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5 }, { @@ -1667,7 +1667,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -1677,7 +1677,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -1711,7 +1711,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -1721,7 +1721,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -1734,7 +1734,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -1752,7 +1752,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -1762,7 +1762,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -1792,11 +1792,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -1830,11 +1830,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -1847,7 +1847,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -1857,7 +1857,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -1867,7 +1867,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 42 }, { @@ -1881,7 +1881,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1895,7 +1895,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1909,7 +1909,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1933,7 +1933,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -1943,7 +1943,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -1955,7 +1955,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -1973,7 +1973,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -1983,7 +1983,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -1995,7 +1995,7 @@ "assetId": 0, "symbol": "ZTG", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2005,7 +2005,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2015,7 +2015,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2027,7 +2027,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2041,7 +2041,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2051,7 +2051,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2063,7 +2063,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" } ], "nodes": [ @@ -2081,7 +2081,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2091,7 +2091,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -2103,7 +2103,7 @@ "assetId": 0, "symbol": "CRAB", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -2125,7 +2125,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -2135,7 +2135,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -2147,7 +2147,7 @@ "assetId": 0, "symbol": "SUB", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -2163,7 +2163,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -2173,7 +2173,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2186,7 +2186,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" } ], "nodes": [ @@ -2208,7 +2208,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -2218,7 +2218,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", "addressPrefix": 66 }, { @@ -2231,7 +2231,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2241,7 +2241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -2251,7 +2251,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2263,7 +2263,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2285,7 +2285,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", "overridesCommon": true }, "externalApi": { @@ -2295,7 +2295,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2308,7 +2308,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -2330,7 +2330,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -2340,7 +2340,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -2353,7 +2353,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -2363,7 +2363,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -2373,7 +2373,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -2385,7 +2385,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -2395,7 +2395,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -2405,7 +2405,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -2417,7 +2417,7 @@ "assetId": 0, "symbol": "INTR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -2431,7 +2431,7 @@ "symbol": "interBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -2445,7 +2445,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -2459,7 +2459,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -2473,7 +2473,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -2487,7 +2487,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -2504,7 +2504,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -2514,7 +2514,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 42 }, { @@ -2526,7 +2526,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -2546,7 +2546,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -2556,7 +2556,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -2567,7 +2567,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -2587,11 +2587,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", "overridesCommon": true }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -2603,7 +2603,7 @@ "assetId": 0, "symbol": "PHA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -2613,11 +2613,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -2629,7 +2629,7 @@ "assetId": 0, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -2643,11 +2643,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 } ] diff --git a/chains/v3/chains.json b/chains/v3/chains.json index 0ea62514b..60a030a81 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -51,10 +51,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -68,7 +68,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ @@ -130,10 +130,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -147,7 +147,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -192,10 +192,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -209,7 +209,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -226,7 +226,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -235,7 +235,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -245,7 +245,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -255,7 +255,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -265,7 +265,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -275,7 +275,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -285,7 +285,7 @@ "symbol": "ARIS", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "assetId": "16" } @@ -296,7 +296,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -335,7 +335,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -345,7 +345,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -363,7 +363,7 @@ "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -377,7 +377,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -392,7 +392,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -406,7 +406,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -420,7 +420,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -434,7 +434,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -448,7 +448,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -462,7 +462,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -475,7 +475,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -488,7 +488,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -501,7 +501,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -515,7 +515,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -528,7 +528,7 @@ "symbol": "ARIS", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ARIS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -542,7 +542,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -555,7 +555,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -569,7 +569,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -583,7 +583,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -597,7 +597,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -611,7 +611,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -624,7 +624,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -637,7 +637,7 @@ "symbol": "NEER", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "symbol": "BSX", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -664,7 +664,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -678,7 +678,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -692,7 +692,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -706,7 +706,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -742,7 +742,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -764,7 +764,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -789,7 +789,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -800,7 +800,7 @@ "precision": 12, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -811,7 +811,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -840,7 +840,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -850,7 +850,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -878,7 +878,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -889,7 +889,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -900,7 +900,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -911,7 +911,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -922,7 +922,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -933,7 +933,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -944,7 +944,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -955,7 +955,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -966,7 +966,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -977,7 +977,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -987,7 +987,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1020,7 +1020,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1030,7 +1030,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -1081,10 +1081,10 @@ } }, "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1103,7 +1103,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1118,7 +1118,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1133,7 +1133,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1147,7 +1147,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1161,7 +1161,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1174,7 +1174,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1188,7 +1188,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0700000000", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1202,7 +1202,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1216,7 +1216,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1229,7 +1229,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1253,7 +1253,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1275,7 +1275,7 @@ } }, "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1310,7 +1310,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1320,7 +1320,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1364,11 +1364,11 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1380,7 +1380,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1388,7 +1388,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1399,7 +1399,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1409,7 +1409,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1419,7 +1419,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1430,7 +1430,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1441,7 +1441,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1452,7 +1452,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1463,7 +1463,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1480,7 +1480,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1498,7 +1498,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1523,7 +1523,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1539,7 +1539,7 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1552,7 +1552,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -1578,7 +1578,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1588,7 +1588,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1626,7 +1626,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1636,7 +1636,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1678,7 +1678,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1688,7 +1688,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -1718,7 +1718,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -1740,7 +1740,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -1765,7 +1765,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -1775,7 +1775,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -1794,7 +1794,7 @@ "symbol": "LDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1808,7 +1808,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1822,7 +1822,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1835,7 +1835,7 @@ "symbol": "lcDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1849,7 +1849,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1862,7 +1862,7 @@ "symbol": "PARA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1910,7 +1910,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -1920,7 +1920,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -1940,7 +1940,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1969,7 +1969,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -1979,7 +1979,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -1994,7 +1994,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2002,7 +2002,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2013,7 +2013,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "1001" } @@ -2024,7 +2024,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2035,7 +2035,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2045,7 +2045,7 @@ "symbol": "LDOT", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2074,7 +2074,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2084,7 +2084,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -2118,7 +2118,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2128,7 +2128,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -2141,7 +2141,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -2167,7 +2167,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -2177,7 +2177,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -2203,11 +2203,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2241,7 +2241,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2251,7 +2251,7 @@ } }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -2264,7 +2264,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2278,7 +2278,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2288,7 +2288,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 2 }, { @@ -2302,7 +2302,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2316,7 +2316,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2330,7 +2330,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2354,7 +2354,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -2364,7 +2364,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -2376,7 +2376,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2394,7 +2394,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2404,7 +2404,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -2416,7 +2416,7 @@ "assetId": 0, "symbol": "ZTG", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2434,7 +2434,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2444,7 +2444,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2456,7 +2456,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2470,7 +2470,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2480,7 +2480,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2493,7 +2493,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -2511,7 +2511,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2521,7 +2521,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -2534,7 +2534,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -2556,7 +2556,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -2566,7 +2566,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -2578,7 +2578,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -2594,7 +2594,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -2604,7 +2604,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2617,7 +2617,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -2639,7 +2639,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -2649,7 +2649,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "addressPrefix": 66 }, { @@ -2662,7 +2662,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2682,7 +2682,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -2692,7 +2692,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2705,7 +2705,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -2727,7 +2727,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -2737,7 +2737,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -2750,7 +2750,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -2760,7 +2760,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -2770,7 +2770,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -2782,7 +2782,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -2792,7 +2792,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -2802,7 +2802,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -2814,7 +2814,7 @@ "assetId": 0, "symbol": "INTR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -2828,7 +2828,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -2842,7 +2842,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -2856,7 +2856,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -2870,7 +2870,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -2884,7 +2884,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -2905,7 +2905,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -2915,7 +2915,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 2032 }, { @@ -2927,7 +2927,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -2947,7 +2947,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -2957,7 +2957,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -2970,7 +2970,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -2980,11 +2980,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -2996,7 +2996,7 @@ "assetId": 0, "symbol": "TUR", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" } ], "nodes": [ @@ -3010,7 +3010,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "externalApi": { @@ -3020,7 +3020,7 @@ } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 }, { @@ -3032,7 +3032,7 @@ "symbol": "AZERO", "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -3050,7 +3050,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -3060,7 +3060,7 @@ } }, "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", "addressPrefix": 42 }, { @@ -3072,7 +3072,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -3086,11 +3086,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", "addressPrefix": 49 }, { @@ -3103,7 +3103,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -3129,7 +3129,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -3143,7 +3143,7 @@ } }, "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", "addressPrefix": 88 }, { @@ -3164,11 +3164,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", "addressPrefix": 101 }, { @@ -3190,11 +3190,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -3216,11 +3216,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "addressPrefix": 31 }, { @@ -3249,11 +3249,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", "addressPrefix": 7391 }, { @@ -3275,11 +3275,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "addressPrefix": 128 } ] diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 8f4675db5..f2f43c799 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -47,10 +47,10 @@ } ], "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -64,7 +64,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } }, "options": [ @@ -126,10 +126,10 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -143,7 +143,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } }, "options": [ @@ -188,10 +188,10 @@ } ], "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -205,7 +205,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -222,7 +222,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -231,7 +231,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -241,7 +241,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -251,7 +251,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -261,7 +261,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -271,7 +271,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -282,7 +282,7 @@ "precision": 4, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "11" } @@ -321,7 +321,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -331,7 +331,7 @@ } }, "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 2 }, { @@ -349,7 +349,7 @@ "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "tether", "type": "orml", "typeExtras": { @@ -363,7 +363,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -378,7 +378,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -392,7 +392,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -406,7 +406,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -420,7 +420,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -434,7 +434,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -448,7 +448,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -461,7 +461,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -474,7 +474,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -487,7 +487,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -501,7 +501,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -515,7 +515,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -528,7 +528,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -542,7 +542,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -556,7 +556,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -570,7 +570,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -584,7 +584,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -597,7 +597,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -610,7 +610,7 @@ "symbol": "NEER", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -623,7 +623,7 @@ "symbol": "BSX", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -637,7 +637,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -651,7 +651,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -665,7 +665,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -679,7 +679,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -695,7 +695,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -717,7 +717,7 @@ } }, "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "addressPrefix": 8 }, { @@ -743,7 +743,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -754,7 +754,7 @@ "precision": 12, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -765,7 +765,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -775,7 +775,7 @@ "symbol": "xcPARA", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -808,7 +808,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -822,7 +822,7 @@ } }, "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased" @@ -851,7 +851,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -862,7 +862,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -873,7 +873,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -884,7 +884,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -895,7 +895,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -906,7 +906,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -917,7 +917,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -928,7 +928,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -939,7 +939,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -950,7 +950,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -960,7 +960,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -971,7 +971,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -982,7 +982,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -993,7 +993,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1030,7 +1030,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1044,7 +1044,7 @@ } }, "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased" @@ -1095,10 +1095,10 @@ } }, "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1117,7 +1117,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1132,7 +1132,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1147,7 +1147,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1161,7 +1161,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1175,7 +1175,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1188,7 +1188,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1202,7 +1202,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0700000000", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1216,7 +1216,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1230,7 +1230,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1243,7 +1243,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1267,7 +1267,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1289,7 +1289,7 @@ } }, "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -1324,7 +1324,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1334,7 +1334,7 @@ } }, "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1378,11 +1378,11 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "addressPrefix": 136 }, { @@ -1394,7 +1394,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1402,7 +1402,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1413,7 +1413,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1423,7 +1423,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1433,7 +1433,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1444,7 +1444,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1455,7 +1455,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1466,7 +1466,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1477,7 +1477,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1494,7 +1494,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1512,7 +1512,7 @@ } }, "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 110 }, { @@ -1537,7 +1537,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", "overridesCommon": false }, "explorers": [ @@ -1553,7 +1553,7 @@ } ], "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", "addressPrefix": 7 }, { @@ -1566,7 +1566,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -1574,7 +1574,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -1585,7 +1585,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -1596,7 +1596,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -1607,7 +1607,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -1618,7 +1618,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -1628,7 +1628,7 @@ "symbol": "BSX", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "5" } @@ -1639,7 +1639,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -1649,7 +1649,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -1678,7 +1678,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1688,7 +1688,7 @@ } }, "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", "addressPrefix": 30 }, { @@ -1726,7 +1726,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1736,7 +1736,7 @@ } }, "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "addressPrefix": 38 }, { @@ -1778,7 +1778,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1788,7 +1788,7 @@ } }, "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "addressPrefix": 78 }, { @@ -1822,7 +1822,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -1844,7 +1844,7 @@ } }, "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "addressPrefix": 255 }, { @@ -1869,7 +1869,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -1879,7 +1879,7 @@ } }, "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "addressPrefix": 268 }, { @@ -1899,7 +1899,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1913,7 +1913,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1927,7 +1927,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1941,7 +1941,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1955,7 +1955,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1968,7 +1968,7 @@ "symbol": "PARA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1981,7 +1981,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1994,7 +1994,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2042,7 +2042,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2052,7 +2052,7 @@ } }, "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "addressPrefix": 10 }, { @@ -2077,7 +2077,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2106,7 +2106,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2116,7 +2116,7 @@ } }, "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2131,7 +2131,7 @@ "assetId": 0, "symbol": "PARA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2139,7 +2139,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2150,7 +2150,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "1001" } @@ -2161,7 +2161,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2172,7 +2172,7 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2183,7 +2183,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2194,7 +2194,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2223,7 +2223,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2233,7 +2233,7 @@ } }, "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", "addressPrefix": 172 }, { @@ -2267,7 +2267,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2277,7 +2277,7 @@ } }, "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "addressPrefix": 128 }, { @@ -2290,7 +2290,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" } ], "nodes": [ @@ -2316,7 +2316,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -2326,7 +2326,7 @@ } }, "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", "addressPrefix": 0 }, { @@ -2352,11 +2352,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial_solo.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2390,7 +2390,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2400,7 +2400,7 @@ } }, "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "addressPrefix": 32 }, { @@ -2413,7 +2413,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2427,7 +2427,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2437,7 +2437,7 @@ } }, "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", "addressPrefix": 2 }, { @@ -2451,7 +2451,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2465,7 +2465,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2479,7 +2479,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2507,7 +2507,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -2517,7 +2517,7 @@ } }, "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -2529,7 +2529,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2547,7 +2547,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2557,7 +2557,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "addressPrefix": 49 }, { @@ -2570,7 +2570,7 @@ "symbol": "ZTG", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2600,7 +2600,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2610,7 +2610,7 @@ } }, "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2622,7 +2622,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2636,7 +2636,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -2646,7 +2646,7 @@ } }, "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "addressPrefix": 42 }, { @@ -2659,7 +2659,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -2681,7 +2681,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -2691,7 +2691,7 @@ } }, "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", "addressPrefix": 131 }, { @@ -2704,7 +2704,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -2726,7 +2726,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -2736,7 +2736,7 @@ } }, "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "addressPrefix": 42 }, { @@ -2748,7 +2748,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -2764,7 +2764,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -2774,7 +2774,7 @@ } }, "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "addressPrefix": 28 }, { @@ -2787,7 +2787,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -2809,7 +2809,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -2819,7 +2819,7 @@ } }, "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "addressPrefix": 66 }, { @@ -2832,7 +2832,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -2858,7 +2858,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -2868,7 +2868,7 @@ } }, "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "addressPrefix": 13 }, { @@ -2881,7 +2881,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -2903,7 +2903,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -2913,7 +2913,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "addressPrefix": 36 }, { @@ -2926,7 +2926,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -2936,7 +2936,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -2946,7 +2946,7 @@ } }, "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", "addressPrefix": 1110 }, { @@ -2958,7 +2958,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -2968,7 +2968,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -2978,7 +2978,7 @@ } }, "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", "addressPrefix": 63 }, { @@ -2991,7 +2991,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3005,7 +3005,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3019,7 +3019,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3033,7 +3033,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3047,7 +3047,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3061,7 +3061,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -3090,7 +3090,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -3100,7 +3100,7 @@ } }, "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "addressPrefix": 2032 }, { @@ -3112,7 +3112,7 @@ "assetId": 0, "symbol": "NODL", "precision": 11, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -3138,7 +3138,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3148,7 +3148,7 @@ } }, "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", "addressPrefix": 37 }, { @@ -3161,7 +3161,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -3179,7 +3179,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -3189,7 +3189,7 @@ } }, "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "addressPrefix": 30 }, { @@ -3202,7 +3202,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -3210,7 +3210,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01", "currencyIdType": "turing_runtime.CurrencyId", @@ -3224,7 +3224,7 @@ "precision": 12, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02", "currencyIdType": "turing_runtime.CurrencyId", @@ -3238,7 +3238,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03", "currencyIdType": "turing_runtime.CurrencyId", @@ -3251,7 +3251,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04", "currencyIdType": "turing_runtime.CurrencyId", @@ -3264,7 +3264,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05", "currencyIdType": "turing_runtime.CurrencyId", @@ -3277,7 +3277,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06", "currencyIdType": "turing_runtime.CurrencyId", @@ -3291,7 +3291,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07", "currencyIdType": "turing_runtime.CurrencyId", @@ -3311,7 +3311,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -3333,7 +3333,7 @@ } }, "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "addressPrefix": 51 }, { @@ -3346,7 +3346,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -3364,7 +3364,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -3378,7 +3378,7 @@ } }, "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", "addressPrefix": 42 }, { @@ -3390,7 +3390,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -3412,7 +3412,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -3422,7 +3422,7 @@ } }, "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", "addressPrefix": 49 }, { @@ -3435,7 +3435,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -3461,7 +3461,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -3475,7 +3475,7 @@ } }, "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", "addressPrefix": 88 }, { @@ -3496,7 +3496,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -3506,7 +3506,7 @@ } }, "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", "addressPrefix": 101 }, { @@ -3528,7 +3528,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -3538,7 +3538,7 @@ } }, "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "addressPrefix": 6 }, { @@ -3560,7 +3560,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -3570,7 +3570,7 @@ } }, "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "addressPrefix": 31 }, { @@ -3607,7 +3607,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -3617,7 +3617,7 @@ } }, "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", "addressPrefix": 7391 }, { @@ -3639,7 +3639,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -3649,7 +3649,7 @@ } }, "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "addressPrefix": 128 }, { @@ -3661,7 +3661,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -3675,7 +3675,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -3689,7 +3689,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -3718,11 +3718,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "addressPrefix": 42 }, { @@ -3743,7 +3743,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -3753,7 +3753,7 @@ } }, "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", "addressPrefix": 42 }, { @@ -3774,7 +3774,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -3784,7 +3784,7 @@ } }, "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", "addressPrefix": 27 }, { @@ -3806,7 +3806,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -3816,7 +3816,7 @@ } }, "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "addressPrefix": 33 }, { @@ -3837,11 +3837,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", "addressPrefix": 1337 }, { @@ -3862,11 +3862,11 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", "addressPrefix": 42 } ] diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 05354cc81..3bef48e5d 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -54,10 +54,10 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -71,7 +71,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" }, "governance": { "type": "polkassembly", @@ -92,7 +92,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -138,10 +138,10 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -155,7 +155,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -176,7 +176,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -206,10 +206,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -223,7 +223,7 @@ }, "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -240,7 +240,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -249,7 +249,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -259,7 +259,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -269,7 +269,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -279,7 +279,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -289,7 +289,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -300,7 +300,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -339,7 +339,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -348,7 +348,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -360,14 +360,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -381,7 +381,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -396,7 +396,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -410,7 +410,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -424,7 +424,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -438,7 +438,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -452,7 +452,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -466,7 +466,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -479,7 +479,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -492,7 +492,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -505,7 +505,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -519,7 +519,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -533,7 +533,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -546,7 +546,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -560,7 +560,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -574,7 +574,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -588,7 +588,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -602,7 +602,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -615,7 +615,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -629,7 +629,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -643,7 +643,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -657,7 +657,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -671,7 +671,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -685,7 +685,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -699,7 +699,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -731,7 +731,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -752,7 +752,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -765,7 +765,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -779,7 +779,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -790,7 +790,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -801,7 +801,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -812,7 +812,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -823,7 +823,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -834,7 +834,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -845,7 +845,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -857,7 +857,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -868,7 +868,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -879,7 +879,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -916,7 +916,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -933,7 +933,7 @@ "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -950,7 +950,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -964,7 +964,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -975,7 +975,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -986,7 +986,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -997,7 +997,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1008,7 +1008,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1019,7 +1019,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1030,7 +1030,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1041,7 +1041,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1052,7 +1052,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1063,7 +1063,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1073,7 +1073,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1084,7 +1084,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1095,7 +1095,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1106,7 +1106,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1117,7 +1117,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1128,7 +1128,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1161,7 +1161,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1178,7 +1178,7 @@ "url": "https://api.moonriver.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1194,7 +1194,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" } ], @@ -1230,10 +1230,10 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1247,13 +1247,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1268,7 +1268,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1283,7 +1283,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1297,7 +1297,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1311,7 +1311,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1324,7 +1324,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1338,7 +1338,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1352,7 +1352,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1366,7 +1366,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1379,7 +1379,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1403,7 +1403,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1424,7 +1424,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1437,7 +1437,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1445,7 +1445,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1459,7 +1459,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1472,7 +1472,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1504,7 +1504,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1513,7 +1513,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1525,7 +1525,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1562,10 +1562,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1577,7 +1577,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1585,7 +1585,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1596,7 +1596,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1606,7 +1606,7 @@ "symbol": "LKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1616,7 +1616,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1627,7 +1627,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1638,7 +1638,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1649,7 +1649,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1660,7 +1660,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1677,7 +1677,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1694,7 +1694,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -1706,7 +1706,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -1724,7 +1724,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1739,7 +1739,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1752,7 +1752,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -1760,7 +1760,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -1771,7 +1771,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -1782,7 +1782,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -1793,7 +1793,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -1804,7 +1804,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -1815,7 +1815,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "5" } @@ -1826,7 +1826,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -1836,7 +1836,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -1869,7 +1869,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -1878,7 +1878,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -1890,7 +1890,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -1917,7 +1917,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -1926,7 +1926,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38 }, { @@ -1938,7 +1938,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -1962,7 +1962,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -1975,7 +1975,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -1987,7 +1987,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2010,7 +2010,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2031,7 +2031,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2044,13 +2044,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2075,7 +2075,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2084,7 +2084,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2097,7 +2097,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2105,7 +2105,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2119,7 +2119,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2133,7 +2133,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2147,7 +2147,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2161,7 +2161,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2175,7 +2175,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2188,7 +2188,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2201,7 +2201,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2215,7 +2215,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2229,7 +2229,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2242,7 +2242,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2256,7 +2256,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2304,7 +2304,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2313,7 +2313,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2325,7 +2325,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2339,7 +2339,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2368,7 +2368,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2377,7 +2377,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2393,7 +2393,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2401,7 +2401,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2412,7 +2412,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "1001" } @@ -2423,7 +2423,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2434,7 +2434,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2445,7 +2445,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2456,7 +2456,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2466,7 +2466,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2476,7 +2476,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2486,7 +2486,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2496,7 +2496,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2506,7 +2506,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -2517,7 +2517,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -2528,7 +2528,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -2539,7 +2539,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2549,7 +2549,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -2560,7 +2560,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -2571,7 +2571,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2600,7 +2600,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2609,7 +2609,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -2621,7 +2621,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -2644,7 +2644,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -2653,7 +2653,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -2666,7 +2666,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -2674,7 +2674,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -2703,7 +2703,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -2712,7 +2712,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -2724,7 +2724,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -2751,7 +2751,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -2760,7 +2760,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32 }, { @@ -2773,7 +2773,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -2795,7 +2795,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -2804,7 +2804,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -2818,7 +2818,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2832,7 +2832,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2846,7 +2846,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -2878,7 +2878,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -2887,7 +2887,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -2899,7 +2899,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -2917,7 +2917,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -2926,7 +2926,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -2940,7 +2940,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -2966,7 +2966,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -2975,7 +2975,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -2987,7 +2987,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -2997,7 +2997,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3006,7 +3006,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3019,7 +3019,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3041,7 +3041,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3050,7 +3050,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3063,7 +3063,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -3085,7 +3085,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -3094,7 +3094,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 }, { @@ -3106,7 +3106,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3126,7 +3126,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3135,7 +3135,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3148,7 +3148,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3170,7 +3170,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3179,7 +3179,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3192,7 +3192,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3222,7 +3222,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3231,7 +3231,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3244,7 +3244,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3270,7 +3270,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3279,7 +3279,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36 }, { @@ -3292,7 +3292,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3314,7 +3314,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3323,7 +3323,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -3335,7 +3335,7 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" } ], "nodes": [ @@ -3357,7 +3357,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3366,7 +3366,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63 }, { @@ -3379,7 +3379,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3393,7 +3393,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3407,7 +3407,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3421,7 +3421,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3435,7 +3435,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3449,7 +3449,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -3478,7 +3478,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -3487,7 +3487,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -3500,7 +3500,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -3526,7 +3526,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -3535,7 +3535,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -3548,7 +3548,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -3566,7 +3566,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -3575,7 +3575,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -3588,7 +3588,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -3596,7 +3596,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -3610,7 +3610,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -3624,7 +3624,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -3637,7 +3637,7 @@ "symbol": "LKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -3650,7 +3650,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -3663,7 +3663,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -3677,7 +3677,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -3697,7 +3697,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -3718,7 +3718,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -3731,7 +3731,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -3749,7 +3749,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -3762,7 +3762,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -3774,7 +3774,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -3792,7 +3792,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -3801,7 +3801,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 }, { @@ -3814,7 +3814,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -3840,7 +3840,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -3853,7 +3853,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -3865,7 +3865,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -3875,7 +3875,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -3884,7 +3884,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -3897,7 +3897,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -3905,7 +3905,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -3919,7 +3919,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -3943,7 +3943,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -3952,7 +3952,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -3964,7 +3964,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -3979,7 +3979,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -3988,7 +3988,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4001,7 +4001,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4027,7 +4027,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4036,7 +4036,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4048,7 +4048,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4059,7 +4059,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4068,7 +4068,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4080,7 +4080,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4094,7 +4094,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4108,7 +4108,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4137,10 +4137,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4152,7 +4152,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4166,7 +4166,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4175,7 +4175,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -4187,7 +4187,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -4197,7 +4197,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4206,7 +4206,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -4218,7 +4218,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -4237,7 +4237,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -4246,7 +4246,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -4258,7 +4258,7 @@ "assetId": 0, "symbol": "BAJU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -4278,10 +4278,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -4293,7 +4293,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -4303,7 +4303,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -4312,7 +4312,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -4324,7 +4324,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -4338,7 +4338,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -4347,7 +4347,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -4359,13 +4359,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -4378,7 +4378,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -4407,7 +4407,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -4416,7 +4416,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -4428,7 +4428,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -4438,10 +4438,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -4454,7 +4454,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -4482,10 +4482,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -4498,7 +4498,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -4514,10 +4514,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -4530,7 +4530,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -4558,10 +4558,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -4573,7 +4573,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -4589,10 +4589,10 @@ } }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -4604,7 +4604,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -4622,10 +4622,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -4637,7 +4637,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -4655,10 +4655,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 }, { @@ -4670,7 +4670,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -4680,10 +4680,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -4695,7 +4695,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -4713,10 +4713,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -4728,7 +4728,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -4756,10 +4756,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 18a6cb6ad..1ea857ee8 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -63,10 +63,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -82,7 +82,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" }, "governance": { "type": "polkassembly", @@ -103,7 +103,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -158,10 +158,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -177,7 +177,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -198,7 +198,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -228,10 +228,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -247,7 +247,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -264,7 +264,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -273,7 +273,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -283,7 +283,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -293,7 +293,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -303,7 +303,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -313,7 +313,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -324,7 +324,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -368,7 +368,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -379,7 +379,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -391,14 +391,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -412,7 +412,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -427,7 +427,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -441,7 +441,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -456,7 +456,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -470,7 +470,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -484,7 +484,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -498,7 +498,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -511,7 +511,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -524,7 +524,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -537,7 +537,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -551,7 +551,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -565,7 +565,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -578,7 +578,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -592,7 +592,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -606,7 +606,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -620,7 +620,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -634,7 +634,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -647,7 +647,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -661,7 +661,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -675,7 +675,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -689,7 +689,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -703,7 +703,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -717,7 +717,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -731,7 +731,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -763,7 +763,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -791,7 +791,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -804,7 +804,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -818,7 +818,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -829,7 +829,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -840,7 +840,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -851,7 +851,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -862,7 +862,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -873,7 +873,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -884,7 +884,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -896,7 +896,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -907,7 +907,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -918,7 +918,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -966,7 +966,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -990,7 +990,7 @@ "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1007,7 +1007,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -1021,7 +1021,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1032,7 +1032,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1043,7 +1043,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1054,7 +1054,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1065,7 +1065,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1076,7 +1076,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1087,7 +1087,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1098,7 +1098,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1109,7 +1109,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1120,7 +1120,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1130,7 +1130,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1141,7 +1141,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1152,7 +1152,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1163,7 +1163,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1174,7 +1174,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1185,7 +1185,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1229,7 +1229,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1253,7 +1253,7 @@ "url": "https://api.moonriver.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1269,7 +1269,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1278,7 +1278,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1289,7 +1289,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1300,7 +1300,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1311,7 +1311,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1322,7 +1322,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1333,7 +1333,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1344,7 +1344,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1355,7 +1355,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1366,7 +1366,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1377,7 +1377,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1422,10 +1422,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1439,13 +1439,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1460,7 +1460,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1475,7 +1475,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1489,7 +1489,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1503,7 +1503,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1516,7 +1516,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1530,7 +1530,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1544,7 +1544,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1558,7 +1558,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1571,7 +1571,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1595,7 +1595,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1623,7 +1623,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1636,7 +1636,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1644,7 +1644,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1658,7 +1658,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1671,7 +1671,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1708,7 +1708,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1719,7 +1719,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041 }, { @@ -1731,7 +1731,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1771,10 +1771,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1786,7 +1786,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1794,7 +1794,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1805,7 +1805,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1816,7 +1816,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1826,7 +1826,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1837,7 +1837,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1848,7 +1848,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1859,7 +1859,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1870,7 +1870,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1881,7 +1881,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1898,7 +1898,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1922,7 +1922,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -1934,7 +1934,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -1952,7 +1952,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -1967,7 +1967,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -1980,7 +1980,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -1988,7 +1988,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -1999,7 +1999,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2010,7 +2010,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2021,7 +2021,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2032,7 +2032,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2043,7 +2043,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "5" } @@ -2054,7 +2054,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2064,7 +2064,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2102,7 +2102,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2113,7 +2113,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2125,7 +2125,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2157,7 +2157,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2168,7 +2168,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38 }, { @@ -2180,7 +2180,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2209,7 +2209,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2224,7 +2224,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2236,7 +2236,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2259,7 +2259,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2287,7 +2287,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2300,13 +2300,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2336,7 +2336,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2347,7 +2347,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2360,7 +2360,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2368,7 +2368,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2382,7 +2382,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2396,7 +2396,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2410,7 +2410,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2424,7 +2424,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2438,7 +2438,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2451,7 +2451,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2464,7 +2464,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2478,7 +2478,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2492,7 +2492,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2505,7 +2505,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2519,7 +2519,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2572,7 +2572,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2583,7 +2583,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2595,7 +2595,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2609,7 +2609,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2620,7 +2620,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2631,7 +2631,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2642,7 +2642,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2653,7 +2653,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2664,7 +2664,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2675,7 +2675,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2686,7 +2686,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2697,7 +2697,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2731,7 +2731,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2742,7 +2742,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2758,7 +2758,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2766,7 +2766,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2777,7 +2777,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "1001" } @@ -2788,7 +2788,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2799,7 +2799,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2810,7 +2810,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2821,7 +2821,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2831,7 +2831,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2841,7 +2841,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2851,7 +2851,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2861,7 +2861,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2871,7 +2871,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -2882,7 +2882,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -2893,7 +2893,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -2904,7 +2904,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2914,7 +2914,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -2925,7 +2925,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -2936,7 +2936,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -2966,7 +2966,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -2977,7 +2977,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -2989,7 +2989,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3013,7 +3013,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3024,7 +3024,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3037,7 +3037,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3045,7 +3045,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3079,7 +3079,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3090,7 +3090,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3102,7 +3102,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3134,7 +3134,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3145,7 +3145,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32 }, { @@ -3158,7 +3158,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3185,7 +3185,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3196,7 +3196,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3210,7 +3210,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3224,7 +3224,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3238,7 +3238,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3252,7 +3252,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3266,7 +3266,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3280,7 +3280,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3313,7 +3313,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3324,7 +3324,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3336,7 +3336,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3359,7 +3359,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3370,7 +3370,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3384,7 +3384,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3415,7 +3415,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3430,7 +3430,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -3442,7 +3442,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -3459,7 +3459,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3470,7 +3470,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3483,7 +3483,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3510,7 +3510,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3521,7 +3521,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3534,7 +3534,7 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" } ], "nodes": [ @@ -3561,7 +3561,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crab.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", "overridesCommon": true }, "externalApi": { @@ -3572,7 +3572,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42 }, { @@ -3584,7 +3584,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3609,7 +3609,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3620,7 +3620,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3633,7 +3633,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3660,7 +3660,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3671,7 +3671,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3684,7 +3684,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3715,7 +3715,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3726,7 +3726,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3739,7 +3739,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3766,7 +3766,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3777,7 +3777,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36 }, { @@ -3790,7 +3790,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3817,7 +3817,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3828,7 +3828,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -3840,14 +3840,14 @@ "assetId": 0, "symbol": "HDX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -3862,7 +3862,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -3895,7 +3895,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3906,7 +3906,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63 }, { @@ -3919,7 +3919,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -3933,7 +3933,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -3947,7 +3947,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -3961,7 +3961,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -3975,7 +3975,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -3989,7 +3989,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4003,7 +4003,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4017,7 +4017,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4051,7 +4051,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4062,7 +4062,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4075,7 +4075,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4106,7 +4106,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4117,7 +4117,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4130,7 +4130,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4153,7 +4153,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4164,7 +4164,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -4177,7 +4177,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4185,7 +4185,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4199,7 +4199,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4213,7 +4213,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4227,7 +4227,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4240,7 +4240,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4253,7 +4253,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4267,7 +4267,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4287,7 +4287,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4315,7 +4315,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4328,7 +4328,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4346,7 +4346,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4361,7 +4361,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4373,7 +4373,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4396,7 +4396,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4407,7 +4407,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 }, { @@ -4420,7 +4420,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4442,7 +4442,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4457,7 +4457,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4469,7 +4469,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4486,7 +4486,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4497,7 +4497,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4510,7 +4510,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4518,7 +4518,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4532,7 +4532,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4561,7 +4561,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4572,7 +4572,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4584,7 +4584,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4606,7 +4606,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4617,7 +4617,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4630,7 +4630,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4661,7 +4661,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4672,7 +4672,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4684,7 +4684,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4702,7 +4702,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4713,7 +4713,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4725,7 +4725,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4739,7 +4739,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4753,7 +4753,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4787,10 +4787,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4802,7 +4802,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4823,7 +4823,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4834,7 +4834,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -4846,7 +4846,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -4863,7 +4863,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4874,7 +4874,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -4886,7 +4886,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -4910,7 +4910,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -4921,7 +4921,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -4934,7 +4934,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -4963,10 +4963,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -4978,7 +4978,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -4995,7 +4995,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5006,7 +5006,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5018,7 +5018,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5035,7 +5035,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5046,7 +5046,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5058,13 +5058,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5077,7 +5077,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5109,7 +5109,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5120,7 +5120,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5132,7 +5132,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5142,10 +5142,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5158,7 +5158,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5188,10 +5188,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5204,7 +5204,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5229,10 +5229,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5245,7 +5245,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5280,10 +5280,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -5295,7 +5295,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5320,10 +5320,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5335,7 +5335,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5353,10 +5353,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5368,7 +5368,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -5391,10 +5391,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 }, { @@ -5406,7 +5406,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5423,10 +5423,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5438,7 +5438,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5456,10 +5456,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5471,7 +5471,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5499,10 +5499,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 } ] diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 495142e5e..465df6cc4 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -86,7 +86,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" }, "governance": { "type": "polkassembly", @@ -107,7 +107,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -170,10 +170,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -189,7 +189,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" }, "governance": { "type": "polkassembly", @@ -210,7 +210,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -236,10 +236,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -255,7 +255,7 @@ ], "crowdloans": { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } }, "options": [ @@ -272,7 +272,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -281,7 +281,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -291,7 +291,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -301,7 +301,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -311,7 +311,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -321,7 +321,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -332,7 +332,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -376,7 +376,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -387,7 +387,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -399,14 +399,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -420,7 +420,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -435,7 +435,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -449,7 +449,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -464,7 +464,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -478,7 +478,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -492,7 +492,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -506,7 +506,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -519,7 +519,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -532,7 +532,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -545,7 +545,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -559,7 +559,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -573,7 +573,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -586,7 +586,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -600,7 +600,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -614,7 +614,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -628,7 +628,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -642,7 +642,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -655,7 +655,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -669,7 +669,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -683,7 +683,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -697,7 +697,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -711,7 +711,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -725,7 +725,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -739,7 +739,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -771,7 +771,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -799,7 +799,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -812,7 +812,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -826,7 +826,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -837,7 +837,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -848,7 +848,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -859,7 +859,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -870,7 +870,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -881,7 +881,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -892,7 +892,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -904,7 +904,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -915,7 +915,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -926,7 +926,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -970,7 +970,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -994,7 +994,7 @@ "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1011,7 +1011,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -1025,7 +1025,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1036,7 +1036,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1047,7 +1047,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1058,7 +1058,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1069,7 +1069,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1080,7 +1080,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1091,7 +1091,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1102,7 +1102,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1113,7 +1113,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1124,7 +1124,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1134,7 +1134,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1145,7 +1145,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1156,7 +1156,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1167,7 +1167,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1178,7 +1178,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1189,7 +1189,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1200,7 +1200,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1240,7 +1240,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1264,7 +1264,7 @@ "url": "https://api.moonriver.polkassembly.network/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1280,7 +1280,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1289,7 +1289,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1300,7 +1300,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1311,7 +1311,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1322,7 +1322,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1333,7 +1333,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1344,7 +1344,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1355,7 +1355,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1366,7 +1366,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1377,7 +1377,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1388,7 +1388,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1433,10 +1433,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1450,13 +1450,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1471,7 +1471,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1486,7 +1486,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1500,7 +1500,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1514,7 +1514,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1527,7 +1527,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1541,7 +1541,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1555,7 +1555,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1569,7 +1569,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1582,7 +1582,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1606,7 +1606,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1634,7 +1634,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1647,7 +1647,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1655,7 +1655,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1669,7 +1669,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1682,7 +1682,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1696,7 +1696,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1710,7 +1710,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1747,7 +1747,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1765,7 +1765,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1780,7 +1780,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1820,10 +1820,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1835,7 +1835,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1843,7 +1843,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1854,7 +1854,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1865,7 +1865,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1875,7 +1875,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1886,7 +1886,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1897,7 +1897,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1908,7 +1908,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1919,7 +1919,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1930,7 +1930,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1943,7 +1943,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -1967,7 +1967,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -1979,7 +1979,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -1997,7 +1997,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2012,7 +2012,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2025,7 +2025,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2033,7 +2033,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2044,7 +2044,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2055,7 +2055,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2066,7 +2066,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2077,7 +2077,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2088,7 +2088,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2099,7 +2099,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2109,7 +2109,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2120,7 +2120,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2130,7 +2130,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2168,7 +2168,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2179,7 +2179,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2191,7 +2191,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2223,7 +2223,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2238,7 +2238,7 @@ "url": "https://kilt-hasura.herokuapp.com/v1/graphql" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2253,7 +2253,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2282,7 +2282,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2297,7 +2297,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2309,7 +2309,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2332,7 +2332,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2360,7 +2360,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2373,13 +2373,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2409,7 +2409,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2420,7 +2420,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2433,7 +2433,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2441,7 +2441,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2455,7 +2455,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2469,7 +2469,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2483,7 +2483,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2497,7 +2497,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2511,7 +2511,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2524,7 +2524,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2537,7 +2537,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2551,7 +2551,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2565,7 +2565,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2578,7 +2578,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2592,7 +2592,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2645,7 +2645,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2656,7 +2656,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2668,7 +2668,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2682,7 +2682,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2693,7 +2693,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2704,7 +2704,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2715,7 +2715,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2726,7 +2726,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2737,7 +2737,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2748,7 +2748,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2759,7 +2759,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2770,7 +2770,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2808,7 +2808,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2819,7 +2819,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2835,7 +2835,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2843,7 +2843,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2854,7 +2854,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2865,7 +2865,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2876,7 +2876,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2887,7 +2887,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2898,7 +2898,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2908,7 +2908,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2918,7 +2918,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2928,7 +2928,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2938,7 +2938,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2948,7 +2948,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -2959,7 +2959,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -2970,7 +2970,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -2981,7 +2981,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2991,7 +2991,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3002,7 +3002,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3013,7 +3013,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3043,7 +3043,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3054,7 +3054,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3066,7 +3066,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3090,7 +3090,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3101,7 +3101,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3114,7 +3114,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3122,7 +3122,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3156,7 +3156,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3167,7 +3167,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3179,7 +3179,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3211,7 +3211,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3229,7 +3229,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3245,7 +3245,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3272,7 +3272,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3283,7 +3283,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3297,7 +3297,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3311,7 +3311,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3325,7 +3325,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3339,7 +3339,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3353,7 +3353,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3367,7 +3367,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3400,7 +3400,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3411,7 +3411,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3423,7 +3423,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3450,7 +3450,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3461,7 +3461,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3475,7 +3475,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3506,7 +3506,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3521,7 +3521,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -3533,7 +3533,7 @@ "assetId": 0, "symbol": "KICO", "precision": 14, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" } ], "nodes": [ @@ -3550,7 +3550,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kico.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", "overridesCommon": true }, "externalApi": { @@ -3561,7 +3561,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", "addressPrefix": 42 }, { @@ -3574,7 +3574,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3601,7 +3601,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3612,7 +3612,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3624,7 +3624,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3649,7 +3649,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3660,7 +3660,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3673,7 +3673,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3700,7 +3700,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3711,7 +3711,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3724,7 +3724,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3755,7 +3755,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3766,7 +3766,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3779,7 +3779,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3806,7 +3806,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3817,7 +3817,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -3833,7 +3833,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3860,7 +3860,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3871,7 +3871,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -3884,14 +3884,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -3906,7 +3906,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -3919,7 +3919,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -3933,7 +3933,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -3947,7 +3947,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -3980,7 +3980,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -3998,7 +3998,7 @@ } } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4014,7 +4014,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4028,7 +4028,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4042,7 +4042,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4056,7 +4056,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4070,7 +4070,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4084,7 +4084,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4098,7 +4098,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4112,7 +4112,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4146,7 +4146,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4157,7 +4157,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4170,7 +4170,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4201,7 +4201,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4212,7 +4212,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4225,7 +4225,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4248,7 +4248,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4259,7 +4259,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -4272,7 +4272,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4280,7 +4280,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4294,7 +4294,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4308,7 +4308,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4322,7 +4322,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4335,7 +4335,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4348,7 +4348,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4362,7 +4362,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4382,7 +4382,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4410,7 +4410,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4423,7 +4423,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4441,7 +4441,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4456,7 +4456,7 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4468,7 +4468,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4491,7 +4491,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4502,7 +4502,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 49 }, { @@ -4515,7 +4515,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4537,7 +4537,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4552,7 +4552,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4564,7 +4564,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4581,7 +4581,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4592,7 +4592,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4605,7 +4605,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4613,7 +4613,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4627,7 +4627,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4656,7 +4656,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4667,7 +4667,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4679,7 +4679,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4701,7 +4701,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4712,7 +4712,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4725,7 +4725,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4756,7 +4756,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4767,7 +4767,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4779,7 +4779,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4797,7 +4797,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4808,7 +4808,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4820,7 +4820,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4834,7 +4834,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4848,7 +4848,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4882,10 +4882,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4897,7 +4897,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4914,7 +4914,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4925,7 +4925,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -4937,7 +4937,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -4954,7 +4954,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4965,7 +4965,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -4977,7 +4977,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5001,7 +5001,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5012,7 +5012,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -5025,7 +5025,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5058,10 +5058,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5073,7 +5073,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5090,7 +5090,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5101,7 +5101,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5113,7 +5113,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5130,7 +5130,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5141,7 +5141,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5153,13 +5153,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5172,7 +5172,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5204,7 +5204,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5215,7 +5215,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5227,7 +5227,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5245,10 +5245,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5261,7 +5261,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5291,10 +5291,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5307,7 +5307,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5332,10 +5332,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5348,7 +5348,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5383,10 +5383,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -5398,7 +5398,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5423,10 +5423,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5438,7 +5438,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5456,10 +5456,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5471,7 +5471,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -5494,10 +5494,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 }, { @@ -5509,7 +5509,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5534,10 +5534,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5549,7 +5549,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5567,10 +5567,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5582,7 +5582,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5622,10 +5622,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -5638,7 +5638,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" } ], "nodes": [ @@ -5648,10 +5648,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -5664,7 +5664,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -5682,10 +5682,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 } ] diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 294ba9b3e..5a0a27fb3 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -67,10 +67,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -89,7 +89,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -113,7 +113,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain", "buyProviders": { "transak": { @@ -176,10 +176,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -198,7 +198,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -228,7 +228,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -254,10 +254,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -276,7 +276,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -294,7 +294,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -303,7 +303,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -313,7 +313,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -323,7 +323,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -333,7 +333,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -343,7 +343,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -354,7 +354,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -398,7 +398,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -409,7 +409,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -421,14 +421,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -442,7 +442,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -457,7 +457,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -471,7 +471,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -486,7 +486,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -500,7 +500,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -514,7 +514,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -528,7 +528,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -541,7 +541,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -554,7 +554,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -567,7 +567,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -581,7 +581,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -595,7 +595,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -608,7 +608,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -622,7 +622,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -636,7 +636,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -650,7 +650,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -664,7 +664,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -677,7 +677,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -691,7 +691,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -705,7 +705,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -719,7 +719,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -733,7 +733,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -747,7 +747,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -761,7 +761,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -793,7 +793,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -821,7 +821,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -834,7 +834,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -848,7 +848,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -859,7 +859,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -870,7 +870,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -881,7 +881,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -892,7 +892,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -903,7 +903,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -914,7 +914,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -926,7 +926,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -937,7 +937,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -948,7 +948,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -992,7 +992,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1022,7 +1022,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1039,7 +1039,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain", "buyProviders": { "transak": { @@ -1053,7 +1053,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1064,7 +1064,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1075,7 +1075,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1086,7 +1086,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1097,7 +1097,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1108,7 +1108,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1119,7 +1119,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1130,7 +1130,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1141,7 +1141,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1152,7 +1152,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1162,7 +1162,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1173,7 +1173,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1184,7 +1184,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1195,7 +1195,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1206,7 +1206,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1217,7 +1217,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1228,7 +1228,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1268,7 +1268,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1298,7 +1298,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1314,7 +1314,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1323,7 +1323,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1334,7 +1334,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1345,7 +1345,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1356,7 +1356,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1367,7 +1367,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1378,7 +1378,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1389,7 +1389,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1400,7 +1400,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1411,7 +1411,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1422,7 +1422,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1467,10 +1467,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1484,13 +1484,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1505,7 +1505,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1520,7 +1520,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1534,7 +1534,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1548,7 +1548,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1561,7 +1561,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1575,7 +1575,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1589,7 +1589,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1603,7 +1603,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1616,7 +1616,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1640,7 +1640,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1668,7 +1668,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1681,7 +1681,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1689,7 +1689,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1703,7 +1703,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1716,7 +1716,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1730,7 +1730,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1744,7 +1744,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1781,7 +1781,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1801,7 +1801,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1816,7 +1816,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1856,10 +1856,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1871,7 +1871,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1879,7 +1879,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1890,7 +1890,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1901,7 +1901,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1911,7 +1911,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1922,7 +1922,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1933,7 +1933,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1944,7 +1944,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1955,7 +1955,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1966,7 +1966,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -1979,7 +1979,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2003,7 +2003,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2015,7 +2015,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2033,7 +2033,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2048,7 +2048,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2061,7 +2061,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2069,7 +2069,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2080,7 +2080,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2091,7 +2091,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2102,7 +2102,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2113,7 +2113,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2124,7 +2124,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2135,7 +2135,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2145,7 +2145,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2156,7 +2156,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2166,7 +2166,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2204,7 +2204,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2215,7 +2215,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2227,7 +2227,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2259,7 +2259,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2276,7 +2276,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2291,7 +2291,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2320,7 +2320,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2337,7 +2337,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2349,7 +2349,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2372,7 +2372,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2400,7 +2400,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2413,13 +2413,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2449,7 +2449,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2460,7 +2460,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2473,7 +2473,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2481,7 +2481,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2495,7 +2495,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2509,7 +2509,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2523,7 +2523,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2537,7 +2537,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2551,7 +2551,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2564,7 +2564,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2577,7 +2577,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2591,7 +2591,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2605,7 +2605,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2618,7 +2618,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2632,7 +2632,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2685,7 +2685,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2696,7 +2696,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2708,7 +2708,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18, "buyProviders": { "transak": { @@ -2722,7 +2722,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2733,7 +2733,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2744,7 +2744,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2755,7 +2755,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2766,7 +2766,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2777,7 +2777,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2788,7 +2788,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2799,7 +2799,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2810,7 +2810,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2848,7 +2848,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2859,7 +2859,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2875,7 +2875,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2883,7 +2883,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2894,7 +2894,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2905,7 +2905,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2916,7 +2916,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2927,7 +2927,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2938,7 +2938,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2948,7 +2948,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2958,7 +2958,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2968,7 +2968,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -2978,7 +2978,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -2988,7 +2988,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -2999,7 +2999,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3010,7 +3010,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3021,7 +3021,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3031,7 +3031,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3042,7 +3042,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3053,7 +3053,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3083,7 +3083,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3094,7 +3094,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3106,7 +3106,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3130,7 +3130,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3141,7 +3141,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3154,7 +3154,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3162,7 +3162,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3196,7 +3196,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3207,7 +3207,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3219,7 +3219,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3251,7 +3251,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3271,7 +3271,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3287,7 +3287,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3314,7 +3314,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3325,7 +3325,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3339,7 +3339,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3353,7 +3353,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3367,7 +3367,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3381,7 +3381,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3395,7 +3395,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3409,7 +3409,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3442,7 +3442,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3453,7 +3453,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3465,7 +3465,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3492,7 +3492,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3503,7 +3503,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3517,7 +3517,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3548,7 +3548,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3565,7 +3565,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -3578,7 +3578,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3605,7 +3605,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3616,7 +3616,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3628,7 +3628,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3653,7 +3653,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3664,7 +3664,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3677,7 +3677,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3704,7 +3704,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3715,7 +3715,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3728,7 +3728,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3759,7 +3759,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3770,7 +3770,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3783,7 +3783,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3810,7 +3810,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3821,7 +3821,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -3837,7 +3837,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3864,7 +3864,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3875,7 +3875,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -3888,14 +3888,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -3910,7 +3910,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -3923,7 +3923,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -3937,7 +3937,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -3951,7 +3951,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -3984,7 +3984,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4004,7 +4004,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4020,7 +4020,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4034,7 +4034,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4048,7 +4048,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4062,7 +4062,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4076,7 +4076,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4090,7 +4090,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4104,7 +4104,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4118,7 +4118,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4152,7 +4152,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4163,7 +4163,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4176,7 +4176,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4207,7 +4207,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4218,7 +4218,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4231,7 +4231,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4254,7 +4254,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4265,7 +4265,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -4278,7 +4278,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4286,7 +4286,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4300,7 +4300,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4314,7 +4314,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4328,7 +4328,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4341,7 +4341,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4354,7 +4354,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4368,7 +4368,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4388,7 +4388,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4418,7 +4418,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4431,7 +4431,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4449,7 +4449,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4466,7 +4466,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4478,7 +4478,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4501,7 +4501,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4512,7 +4512,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50 }, { @@ -4525,7 +4525,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4547,7 +4547,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4564,7 +4564,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4576,7 +4576,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4593,7 +4593,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4604,7 +4604,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4617,7 +4617,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4625,7 +4625,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4639,7 +4639,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4668,7 +4668,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4679,7 +4679,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4691,7 +4691,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4713,7 +4713,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4724,7 +4724,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4737,7 +4737,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4768,7 +4768,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4779,7 +4779,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4791,7 +4791,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4809,7 +4809,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4820,7 +4820,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4832,7 +4832,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4846,7 +4846,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4860,7 +4860,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4894,10 +4894,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4909,7 +4909,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4926,7 +4926,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -4937,7 +4937,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -4949,7 +4949,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -4966,7 +4966,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -4977,7 +4977,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -4989,7 +4989,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5013,7 +5013,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5024,7 +5024,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -5037,7 +5037,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5070,10 +5070,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5085,7 +5085,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5102,7 +5102,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5113,7 +5113,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5125,7 +5125,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5142,7 +5142,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5153,7 +5153,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5165,13 +5165,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5184,7 +5184,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5216,7 +5216,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5227,7 +5227,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5239,7 +5239,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5257,10 +5257,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5273,7 +5273,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5305,10 +5305,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5321,7 +5321,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5346,10 +5346,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5362,7 +5362,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5397,10 +5397,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -5412,7 +5412,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5437,10 +5437,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5452,7 +5452,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5470,10 +5470,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5485,7 +5485,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -5508,10 +5508,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 }, { @@ -5523,7 +5523,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5548,10 +5548,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5563,7 +5563,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5581,10 +5581,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5596,7 +5596,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5636,10 +5636,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -5652,14 +5652,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -5675,10 +5675,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -5691,7 +5691,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -5709,10 +5709,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -5725,7 +5725,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -5743,10 +5743,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -5758,7 +5758,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -5772,10 +5772,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 } ] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index c806f73e0..030ccc20a 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -8,7 +8,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": "relaychain" } ], @@ -61,10 +61,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", "overridesCommon": true }, "externalApi": { @@ -83,7 +83,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/polkadot.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ], "governance": [ @@ -107,7 +107,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": "relaychain" } ], @@ -164,10 +164,10 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kusama.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", "overridesCommon": true }, "externalApi": { @@ -186,7 +186,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/kusama.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" } ], "governance": [ @@ -216,7 +216,7 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Westend.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": "relaychain" } ], @@ -242,10 +242,10 @@ "event": null } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/westend.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", "overridesCommon": true }, "externalApi": { @@ -264,7 +264,7 @@ "crowdloans": [ { "type": "github", - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/crowdloan/westend.json" + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } ] }, @@ -282,7 +282,7 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama" }, { @@ -291,7 +291,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "8" } @@ -301,7 +301,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -311,7 +311,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -321,7 +321,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { "assetId": "88888" } @@ -331,7 +331,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -342,7 +342,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -386,7 +386,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemine.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", "overridesCommon": true }, "externalApi": { @@ -397,7 +397,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemine.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", "addressPrefix": 2 }, { @@ -409,14 +409,14 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "priceId": "karura" }, { "assetId": 1, "symbol": "aUSD", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -430,7 +430,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -445,7 +445,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -459,7 +459,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -474,7 +474,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -488,7 +488,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -502,7 +502,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -516,7 +516,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -529,7 +529,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -542,7 +542,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -555,7 +555,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -569,7 +569,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -583,7 +583,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -596,7 +596,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -610,7 +610,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -624,7 +624,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -638,7 +638,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -652,7 +652,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -665,7 +665,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -679,7 +679,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -693,7 +693,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -707,7 +707,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -721,7 +721,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -735,7 +735,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -749,7 +749,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -781,7 +781,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/karura.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", "overridesCommon": true }, "explorers": [ @@ -809,7 +809,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "addressPrefix": 8 }, { @@ -822,7 +822,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "staking": "parachain" }, { @@ -831,7 +831,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -842,7 +842,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -853,7 +853,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "224821240862170613278369189818311486111" } @@ -864,7 +864,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "assetId": "32615670524745285411807346420584982855" } @@ -875,7 +875,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "101170542313601871197860408087030232491" } @@ -886,7 +886,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "120637696315203257380661607956669368914" } @@ -897,7 +897,7 @@ "precision": 18, "type": "statemine", "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/POOP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", "typeExtras": { "assetId": "270195117769614861929703564202131636628", "palletName": "LocalAssets" @@ -909,7 +909,7 @@ "precision": 18, "type": "statemine", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "224077081838586484055667086558292981199" } @@ -920,7 +920,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "132685552157663328694213725410064821485" } @@ -931,7 +931,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -975,7 +975,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonbeam.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", "overridesCommon": true }, "externalApi": { @@ -1005,7 +1005,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", @@ -1021,7 +1021,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "precision": 18 } ], @@ -1059,7 +1059,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", "addressPrefix": 1, "options": [ "ethereumBased", @@ -1076,7 +1076,7 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "staking": "parachain" }, { @@ -1085,7 +1085,7 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "typeExtras": { "assetId": "182365888117048807484804376330534607370" } @@ -1096,7 +1096,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "42259045809535163221576417993425387648" } @@ -1107,7 +1107,7 @@ "precision": 12, "priceId": "kintsugi", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "175400718394635817552109270754364440562" } @@ -1118,7 +1118,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "10810581592933651521121702237638664357" } @@ -1129,7 +1129,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "319623561105283008236062145480775032445" } @@ -1140,7 +1140,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "328179947973504579459046439826496046832" } @@ -1151,7 +1151,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "311091173110107856861649819128533077277" } @@ -1162,7 +1162,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1173,7 +1173,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "108457044225666871745333730479173774551" } @@ -1184,7 +1184,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "189307976387032586987344677431204943363" } @@ -1194,7 +1194,7 @@ "symbol": "xcHKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "76100021443485661246318545281171740067" } @@ -1205,7 +1205,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "213357169630950964874127107356898319277" } @@ -1216,7 +1216,7 @@ "precision": 18, "priceId": "darwinia-crab-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", "typeExtras": { "assetId": "173481220575862801646329923366065693029" } @@ -1227,7 +1227,7 @@ "precision": 12, "priceId": "integritee", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", "typeExtras": { "assetId": "105075627293246237499203909093923548958" } @@ -1238,7 +1238,7 @@ "precision": 12, "priceId": "litentry", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "typeExtras": { "assetId": "65216491554813189869575508812319036608" } @@ -1249,7 +1249,7 @@ "precision": 18, "priceId": "shiden", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "typeExtras": { "assetId": "16797826370226091782818345603793389938" } @@ -1260,7 +1260,7 @@ "precision": 9, "priceId": "robonomics-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "assetId": "108036400430056508975016746969135344601" } @@ -1300,7 +1300,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/moonriver.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", "overridesCommon": true }, "externalApi": { @@ -1330,7 +1330,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "addressPrefix": 1285, "options": [ "ethereumBased", @@ -1346,7 +1346,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", "priceId": "shiden" }, { @@ -1355,7 +1355,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551623" } @@ -1366,7 +1366,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -1377,7 +1377,7 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -1388,7 +1388,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -1399,7 +1399,7 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -1410,7 +1410,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -1421,7 +1421,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1432,7 +1432,7 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", "typeExtras": { "assetId": "18446744073709551624" } @@ -1443,7 +1443,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -1454,7 +1454,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -1499,10 +1499,10 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/shiden.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", "overridesCommon": true } }, @@ -1516,13 +1516,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -1537,7 +1537,7 @@ "symbol": "RMRK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -1552,7 +1552,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1566,7 +1566,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1580,7 +1580,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1593,7 +1593,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1607,7 +1607,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1621,7 +1621,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1635,7 +1635,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1648,7 +1648,7 @@ "symbol": "vKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1672,7 +1672,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", "overridesCommon": true }, "explorers": [ @@ -1700,7 +1700,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6 }, { @@ -1713,7 +1713,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -1721,7 +1721,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -1735,7 +1735,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -1748,7 +1748,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -1762,7 +1762,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -1776,7 +1776,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -1813,7 +1813,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/basilisk.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", "overridesCommon": true }, "externalApi": { @@ -1830,7 +1830,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "addressPrefix": 10041, "options": [ "governance-v1" @@ -1845,7 +1845,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", "priceId": "altair" } ], @@ -1885,10 +1885,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/altair.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136 }, { @@ -1900,7 +1900,7 @@ "assetId": 0, "symbol": "HKO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" }, { "assetId": 1, @@ -1908,7 +1908,7 @@ "precision": 12, "priceId": "kusama", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "100" } @@ -1919,7 +1919,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "103" } @@ -1930,7 +1930,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "assetId": "109" } @@ -1940,7 +1940,7 @@ "symbol": "sKSM", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "assetId": "1000" } @@ -1951,7 +1951,7 @@ "precision": 12, "priceId": "karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "107" } @@ -1962,7 +1962,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "113" } @@ -1973,7 +1973,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -1984,7 +1984,7 @@ "precision": 9, "priceId": "genshiro", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", "typeExtras": { "assetId": "123" } @@ -1995,7 +1995,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -2008,7 +2008,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel_heiko.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", "overridesCommon": true }, "explorers": [ @@ -2032,7 +2032,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "addressPrefix": 110 }, { @@ -2044,7 +2044,7 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" } ], "nodes": [ @@ -2062,7 +2062,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/edgeware.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", "overridesCommon": true }, "explorers": [ @@ -2077,7 +2077,7 @@ "account": "https://sub.id/{address}" } ], - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, { @@ -2090,7 +2090,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" }, { "assetId": 1, @@ -2098,7 +2098,7 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "assetId": "0" } @@ -2109,7 +2109,7 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "assetId": "1" } @@ -2120,7 +2120,7 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", "typeExtras": { "assetId": "2" } @@ -2131,7 +2131,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "assetId": "3" } @@ -2142,7 +2142,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "4" } @@ -2153,7 +2153,7 @@ "precision": 12, "priceId": "basilisk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", "typeExtras": { "assetId": "9" } @@ -2164,7 +2164,7 @@ "precision": 18, "priceId": "moonriver", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "assetId": "6" } @@ -2174,7 +2174,7 @@ "symbol": "HKO", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "assetId": "7" } @@ -2185,7 +2185,7 @@ "precision": 12, "priceId": "calamari-network", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "typeExtras": { "assetId": "8" } @@ -2195,7 +2195,7 @@ "symbol": "TUR", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { "assetId": "10" } @@ -2233,7 +2233,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/khala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", "overridesCommon": true }, "externalApi": { @@ -2244,7 +2244,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30 }, { @@ -2256,7 +2256,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", "precision": 15 } ], @@ -2288,7 +2288,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", "overridesCommon": true }, "externalApi": { @@ -2305,7 +2305,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "addressPrefix": 38, "options": [ "governance-v1" @@ -2320,7 +2320,7 @@ "assetId": 0, "symbol": "KMA", "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", "precision": 12, "staking": "parachain" } @@ -2349,7 +2349,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/calamari.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", "overridesCommon": true }, "externalApi": { @@ -2366,7 +2366,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "addressPrefix": 78 }, { @@ -2378,7 +2378,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", "precision": 18 } ], @@ -2401,7 +2401,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/quartz.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", "overridesCommon": true }, "explorers": [ @@ -2429,7 +2429,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255 }, { @@ -2442,13 +2442,13 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" }, { "assetId": 1, "symbol": "BIT", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/BIT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x030000000000000000", @@ -2478,7 +2478,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", "overridesCommon": true }, "externalApi": { @@ -2489,7 +2489,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "addressPrefix": 268 }, { @@ -2502,7 +2502,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" }, { "assetId": 1, @@ -2510,7 +2510,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2524,7 +2524,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2538,7 +2538,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2552,7 +2552,7 @@ "precision": 10, "priceId": "liquid-crowdloan-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2566,7 +2566,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2580,7 +2580,7 @@ "precision": 12, "priceId": "parallel-finance", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2593,7 +2593,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2606,7 +2606,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2620,7 +2620,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2634,7 +2634,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2647,7 +2647,7 @@ "symbol": "EQ", "precision": 9, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2661,7 +2661,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2714,7 +2714,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/acala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", "overridesCommon": true }, "externalApi": { @@ -2725,7 +2725,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10 }, { @@ -2737,7 +2737,7 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "precision": 18 }, { @@ -2746,7 +2746,7 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "340282366920938463463374607431768211455" } @@ -2757,7 +2757,7 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "18446744073709551619" } @@ -2768,7 +2768,7 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "18446744073709551620" } @@ -2779,7 +2779,7 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "18446744073709551621" } @@ -2790,7 +2790,7 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "18446744073709551622" } @@ -2801,7 +2801,7 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -2812,7 +2812,7 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "18446744073709551618" } @@ -2823,7 +2823,7 @@ "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -2834,7 +2834,7 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "4294969280" } @@ -2872,7 +2872,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/astar.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", "overridesCommon": true }, "externalApi": { @@ -2883,7 +2883,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 5, "additional": { "defaultTip": "1000000" @@ -2899,7 +2899,7 @@ "symbol": "PARA", "precision": 12, "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PARA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" }, { "assetId": 1, @@ -2907,7 +2907,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "assetId": "101" } @@ -2918,7 +2918,7 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", "typeExtras": { "assetId": "1001" } @@ -2929,7 +2929,7 @@ "precision": 12, "priceId": "acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", "typeExtras": { "assetId": "108" } @@ -2940,7 +2940,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "assetId": "104" } @@ -2951,7 +2951,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "typeExtras": { "assetId": "110" } @@ -2962,7 +2962,7 @@ "precision": 18, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "assetId": "114" } @@ -2972,7 +2972,7 @@ "symbol": "cDOT-6/13", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200060013" } @@ -2982,7 +2982,7 @@ "symbol": "cDOT-7/14", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200070014" } @@ -2992,7 +2992,7 @@ "symbol": "cDOT-8/15", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200080015" } @@ -3002,7 +3002,7 @@ "symbol": "cDOT-9/16", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200090016" } @@ -3012,7 +3012,7 @@ "symbol": "cDOT-10/17", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/cDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { "assetId": "200100017" } @@ -3023,7 +3023,7 @@ "precision": 10, "priceId": "interlay", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "typeExtras": { "assetId": "120" } @@ -3034,7 +3034,7 @@ "precision": 8, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "typeExtras": { "assetId": "122" } @@ -3045,7 +3045,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "102" } @@ -3055,7 +3055,7 @@ "symbol": "CLV", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "typeExtras": { "assetId": "130" } @@ -3066,7 +3066,7 @@ "precision": 18, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "assetId": "112" } @@ -3077,7 +3077,7 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "assetId": "115" } @@ -3107,7 +3107,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/parallel.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", "overridesCommon": true }, "externalApi": { @@ -3118,7 +3118,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "addressPrefix": 172 }, { @@ -3130,7 +3130,7 @@ "assetId": 0, "symbol": "CLV", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Clover.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", "priceId": "clover-finance" } ], @@ -3154,7 +3154,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/clover.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", "overridesCommon": true }, "externalApi": { @@ -3165,7 +3165,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "addressPrefix": 128 }, { @@ -3178,7 +3178,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" }, { "assetId": 1, @@ -3186,7 +3186,7 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "assetId": "1984" } @@ -3220,7 +3220,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/statemint.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", "overridesCommon": true }, "externalApi": { @@ -3231,7 +3231,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Statemint.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", "addressPrefix": 0 }, { @@ -3243,7 +3243,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", "priceId": "robonomics-network" } ], @@ -3275,7 +3275,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/robonomics.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", "overridesCommon": true }, "externalApi": { @@ -3295,7 +3295,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "addressPrefix": 32, "options": [ "governance-v1" @@ -3311,7 +3311,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } ], "nodes": [ @@ -3338,7 +3338,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/encointer.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", "overridesCommon": true }, "externalApi": { @@ -3349,7 +3349,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Encointer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2 }, { @@ -3363,7 +3363,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3377,7 +3377,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3391,7 +3391,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3405,7 +3405,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3419,7 +3419,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3433,7 +3433,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3446,7 +3446,7 @@ "symbol": "KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3459,7 +3459,7 @@ "symbol": "kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3472,7 +3472,7 @@ "symbol": "KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -3505,7 +3505,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kintsugi.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", "overridesCommon": true }, "externalApi": { @@ -3516,7 +3516,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "addressPrefix": 2092 }, { @@ -3528,7 +3528,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" } ], "nodes": [ @@ -3555,7 +3555,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/picasso.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", "overridesCommon": true }, "externalApi": { @@ -3566,7 +3566,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, { @@ -3580,7 +3580,7 @@ "staking": "parachain", "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" } ], "nodes": [ @@ -3611,7 +3611,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/zeitgeist.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", "overridesCommon": true }, "externalApi": { @@ -3628,7 +3628,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "addressPrefix": 73 }, { @@ -3641,7 +3641,7 @@ "symbol": "LIT", "precision": 12, "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" } ], "nodes": [ @@ -3668,7 +3668,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litmus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", "overridesCommon": true }, "externalApi": { @@ -3679,7 +3679,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "addressPrefix": 131 }, { @@ -3691,7 +3691,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], "nodes": [ @@ -3716,7 +3716,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/subsocial.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", "overridesCommon": true }, "externalApi": { @@ -3727,7 +3727,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", "addressPrefix": 28 }, { @@ -3740,7 +3740,7 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" } ], "nodes": [ @@ -3767,7 +3767,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust_shadow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", "overridesCommon": true }, "externalApi": { @@ -3778,7 +3778,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "addressPrefix": 66 }, { @@ -3791,7 +3791,7 @@ "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Integritee.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" } ], "nodes": [ @@ -3822,7 +3822,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/Integritee.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", "overridesCommon": true }, "externalApi": { @@ -3833,7 +3833,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", "addressPrefix": 13 }, { @@ -3846,7 +3846,7 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" } ], "nodes": [ @@ -3873,7 +3873,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/centrifuge.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", "overridesCommon": true }, "externalApi": { @@ -3890,7 +3890,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", "addressPrefix": 36, "options": [ "governance-v1" @@ -3906,7 +3906,7 @@ "symbol": "EFI", "precision": 18, "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" } ], "nodes": [ @@ -3933,7 +3933,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/efinity.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", "overridesCommon": true }, "externalApi": { @@ -3944,7 +3944,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", "addressPrefix": 1110 }, { @@ -3957,14 +3957,14 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -3979,7 +3979,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -3992,7 +3992,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4006,7 +4006,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4020,7 +4020,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/WBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4053,7 +4053,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hydra_dx.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", "overridesCommon": true }, "externalApi": { @@ -4070,7 +4070,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ "governance-v1" @@ -4086,7 +4086,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -4100,7 +4100,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -4114,7 +4114,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -4128,7 +4128,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -4142,7 +4142,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -4156,7 +4156,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -4170,7 +4170,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -4184,7 +4184,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -4218,7 +4218,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/interlay.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", "overridesCommon": true }, "externalApi": { @@ -4229,7 +4229,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", "addressPrefix": 2032 }, { @@ -4242,7 +4242,7 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" } ], "nodes": [ @@ -4273,7 +4273,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/nodle.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", "overridesCommon": true }, "externalApi": { @@ -4284,7 +4284,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "addressPrefix": 37 }, { @@ -4297,7 +4297,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" } ], "nodes": [ @@ -4320,7 +4320,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/phala.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", "overridesCommon": true }, "externalApi": { @@ -4331,7 +4331,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "addressPrefix": 30 }, { @@ -4344,7 +4344,7 @@ "symbol": "TUR", "staking": "turing", "precision": 10, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { "assetId": 1, @@ -4352,7 +4352,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4366,7 +4366,7 @@ "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4380,7 +4380,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4394,7 +4394,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4407,7 +4407,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", "typeExtras": { "currencyIdScale": "0x05000000", "currencyIdType": "u32", @@ -4420,7 +4420,7 @@ "symbol": "sKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/sKSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -4434,7 +4434,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x07000000", "currencyIdType": "u32", @@ -4454,7 +4454,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/turing.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", "overridesCommon": true }, "explorers": [ @@ -4484,7 +4484,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", "addressPrefix": 51 }, { @@ -4497,7 +4497,7 @@ "priceId": "aleph-zero", "staking": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } ], "nodes": [ @@ -4515,7 +4515,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aleph_zero.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", "overridesCommon": true }, "externalApi": { @@ -4532,7 +4532,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", "addressPrefix": 42 }, { @@ -4544,7 +4544,7 @@ "assetId": 0, "symbol": "LAYR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Composable.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" } ], "nodes": [ @@ -4567,7 +4567,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/composable.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", "overridesCommon": true }, "externalApi": { @@ -4578,7 +4578,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", "addressPrefix": 50 }, { @@ -4591,7 +4591,7 @@ "priceId": "polkadex", "staking": "relaychain", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" } ], "nodes": [ @@ -4613,7 +4613,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polkadex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", "overridesCommon": true }, "externalApi": { @@ -4630,7 +4630,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88 }, { @@ -4642,7 +4642,7 @@ "assetId": 0, "symbol": "OTP", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" } ], "nodes": [ @@ -4659,7 +4659,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/origintrail.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", "overridesCommon": true }, "externalApi": { @@ -4670,7 +4670,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101 }, { @@ -4683,7 +4683,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" }, { "assetId": 1, @@ -4691,7 +4691,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4705,7 +4705,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -4734,7 +4734,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", "overridesCommon": true }, "externalApi": { @@ -4745,7 +4745,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", "addressPrefix": 6 }, { @@ -4757,7 +4757,7 @@ "assetId": 0, "symbol": "LIT", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", "priceId": "litentry" } ], @@ -4779,7 +4779,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/litentry.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", "overridesCommon": true }, "externalApi": { @@ -4790,7 +4790,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "addressPrefix": 31 }, { @@ -4803,7 +4803,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" } ], "nodes": [ @@ -4834,7 +4834,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/unique.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", "overridesCommon": true }, "externalApi": { @@ -4845,7 +4845,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", "addressPrefix": 7391 }, { @@ -4857,7 +4857,7 @@ "assetId": 0, "symbol": "DORA", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", "priceId": "dora-factory" } ], @@ -4875,7 +4875,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dorafactory.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", "overridesCommon": true }, "externalApi": { @@ -4886,7 +4886,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", "addressPrefix": 128 }, { @@ -4898,7 +4898,7 @@ "assetId": 0, "symbol": "MGX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -4912,7 +4912,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -4926,7 +4926,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -4960,10 +4960,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/mangatax.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, { @@ -4975,7 +4975,7 @@ "assetId": 0, "symbol": "PCHU", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" } ], "nodes": [ @@ -4992,7 +4992,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pichiu.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", "overridesCommon": true }, "externalApi": { @@ -5003,7 +5003,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", "addressPrefix": 42 }, { @@ -5015,7 +5015,7 @@ "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" } ], "nodes": [ @@ -5032,7 +5032,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kabocha.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", "overridesCommon": true }, "externalApi": { @@ -5043,7 +5043,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, { @@ -5055,7 +5055,7 @@ "assetId": 0, "symbol": "DHX", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", "priceId": "datahighway" } ], @@ -5079,7 +5079,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tanganika.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", "overridesCommon": true }, "externalApi": { @@ -5090,7 +5090,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", "addressPrefix": 33 }, { @@ -5103,7 +5103,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -5136,10 +5136,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bajun.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, { @@ -5151,7 +5151,7 @@ "assetId": 0, "symbol": "IMBU", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" } ], "nodes": [ @@ -5168,7 +5168,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/imbue.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", "overridesCommon": true }, "externalApi": { @@ -5179,7 +5179,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, { @@ -5191,7 +5191,7 @@ "assetId": 0, "symbol": "TNKR", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" } ], "nodes": [ @@ -5208,7 +5208,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/tinkernet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", "overridesCommon": true }, "externalApi": { @@ -5219,7 +5219,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117 }, { @@ -5231,13 +5231,13 @@ "assetId": 0, "symbol": "FREN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/FREN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" }, { "assetId": 1, "symbol": "GM", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01", @@ -5250,7 +5250,7 @@ "assetId": 2, "symbol": "GN", "precision": 0, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/GN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x02", @@ -5282,7 +5282,7 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/gm.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", "overridesCommon": true }, "externalApi": { @@ -5293,7 +5293,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", "addressPrefix": 7013 }, { @@ -5305,7 +5305,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ @@ -5323,10 +5323,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/amplitude.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, { @@ -5339,7 +5339,7 @@ "priceId": "coin-capsule", "staking": "relaychain", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ @@ -5371,10 +5371,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ternoa.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42 }, { @@ -5387,7 +5387,7 @@ "symbol": "KYL", "precision": 18, "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KYL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" } ], "nodes": [ @@ -5412,10 +5412,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kylin.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", "addressPrefix": 42 }, { @@ -5428,7 +5428,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" } ], "nodes": [ @@ -5463,10 +5463,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/darwinia.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18 }, { @@ -5478,7 +5478,7 @@ "assetId": 0, "symbol": "KAPEX", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/KAPEX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" } ], "nodes": [ @@ -5503,10 +5503,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/kapex.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, { @@ -5518,7 +5518,7 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" } ], "nodes": [ @@ -5536,10 +5536,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, { @@ -5551,7 +5551,7 @@ "assetId": 0, "symbol": "ICZ", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/ICZ.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" } ], "nodes": [ @@ -5574,10 +5574,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/snow.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", "addressPrefix": 2207 }, { @@ -5589,7 +5589,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" } ], "nodes": [ @@ -5614,10 +5614,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/dao_ipci.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, { @@ -5629,7 +5629,7 @@ "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" } ], "nodes": [ @@ -5647,10 +5647,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/myriad.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Myriad.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, { @@ -5662,7 +5662,7 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" } ], "nodes": [ @@ -5702,10 +5702,10 @@ ] }, "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/xx_network.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/XX_network.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, { @@ -5718,14 +5718,14 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, "symbol": "DOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "pendulum_runtime.currency.CurrencyId", @@ -5741,10 +5741,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/pendulum.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, { @@ -5757,7 +5757,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" } ], "nodes": [ @@ -5775,10 +5775,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/crust.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, { @@ -5791,7 +5791,7 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" } ], "nodes": [ @@ -5809,10 +5809,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/aventus.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, { @@ -5824,7 +5824,7 @@ "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" } ], "nodes": [ @@ -5838,10 +5838,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/hashed.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, { @@ -5853,7 +5853,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", "precision": 18 } ], @@ -5882,7 +5882,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Exosama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", "addressPrefix": 2109, "options": [ "ethereumBased", @@ -5898,7 +5898,7 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" } ], "nodes": [ @@ -5908,10 +5908,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/bittensor.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, { @@ -5923,7 +5923,7 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/AJUN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" } ], "nodes": [ @@ -5937,10 +5937,10 @@ } ], "types": { - "url": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/chains/v2/types/ajuna.json", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 } ] diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index f1a962ead..7f394f47e 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -5,7 +5,7 @@ "token": "KAR", "description": "All-in-one DeFi hub of Kusama", "website": "https://acala.network/karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "rewardRate": 12, "customFlow": "Karura" }, @@ -15,7 +15,7 @@ "token": "SDN", "description": "Multi-chain decentralized application layer on Kusama", "website": "https://shiden.astar.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "rewardRate": 25 }, { @@ -24,7 +24,7 @@ "token": "BNC", "description": "A parachain designed for staking's liquidity", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "rewardRate": 22, "customFlow": "Bifrost" }, @@ -34,7 +34,7 @@ "token": "KSX", "description": "Crypto Asset Gateway for Kusama Ecosystem", "website": "https://chainx-org.medium.com/chainx-kusama-parachain-sherpax-light-paper-5341ff855c9c", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SherpaX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SherpaX.svg", "rewardRate": 15 }, { @@ -43,7 +43,7 @@ "token": "CSM", "description": "Incentives decentralized storage & cloud ecosystem on Kusama", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", "rewardRate": 300 }, { @@ -52,7 +52,7 @@ "token": "MOVR", "description": "Please use Moonriver DApp for contribution", "website": "https://moonbeam.network/networks/moonriver/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "rewardRate": 4.5 }, { @@ -61,7 +61,7 @@ "token": "PHA", "description": "Transparent and Private Global Computation Cloud on Kusama", "website": "https://phala.network/khala/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Khala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "rewardRate": 150 }, { @@ -70,7 +70,7 @@ "token": "CRING", "description": "Cross-chain communication, smart contracts and NFT on Kusama", "website": "https://crab.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "rewardRate": 25 }, { @@ -79,7 +79,7 @@ "token": "PKS", "description": "Production hub for creating DeFi & NFT apps on Kusama", "website": "https://polkasmith.polkafoundry.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/PolkaSmith.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/PolkaSmith.svg", "rewardRate": 350 }, { @@ -88,7 +88,7 @@ "token": "SKU", "description": "A foundational layer for cross-chain compatibility.", "website": "https://auction.clover.finance/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Sakura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Sakura.svg", "rewardRate": 200 }, { @@ -97,7 +97,7 @@ "token": "SGB", "description": "Blockchain infrastructure for distributed games & mobile applications.", "website": "http://subgame.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame_Gamma.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SubGame_Gamma.svg", "rewardRate": 28 }, { @@ -106,7 +106,7 @@ "token": "AMAS", "description": "A Decentralized Cross-chain Oracle Service Protocol.", "website": "https://www.aresprotocol.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Mars.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mars.svg", "rewardRate": 1 }, { @@ -115,7 +115,7 @@ "token": "GENS", "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/en/plo", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Genshiro.svg", "rewardRate": 2000 }, { @@ -124,7 +124,7 @@ "token": "XRT", "description": "Futuristic, secure, and server-less IoT platform on top of Ethereum && Polkadot", "website": "https://robonomics.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "rewardRate": 5 }, { @@ -133,7 +133,7 @@ "token": "AIR", "description": "The home for tokenizing experimental assets", "website": "https://centrifuge.io/altair", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Altair.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "rewardRate": 400 }, { @@ -142,7 +142,7 @@ "token": "KPN", "description": "Decentralized infrastructure service network", "website": "https://apron-network.medium.com/apron-network-will-compete-the-kusama-parachain-slot-auction-14c13de5a645", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kpron.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kpron.svg", "rewardRate": 80 }, { @@ -151,7 +151,7 @@ "token": "BSX", "description": "Liquidity protocol build on Kusama", "website": "https://bsx.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", "rewardRate": 67500 }, { @@ -160,7 +160,7 @@ "token": "LOOM", "description": "Multichain Interoperability Platform", "website": "https://medium.com/loom-network/loom-kusama-crowdloan-launch-3a40a14cba76", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Loom.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Loom.svg", "rewardRate": 100 }, { @@ -169,7 +169,7 @@ "token": "KILT", "description": "Blockchain identity protocol for issuing self-sovereign, anonymous, verifiable credentials", "website": "https://www.kilt.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "rewardRate": 25 }, { @@ -178,7 +178,7 @@ "token": "TEER", "description": "Scalable solution for securely processing sensitive data", "website": "https://www.integritee.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Kusama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee_Kusama.svg", "rewardRate": 10 }, { @@ -187,7 +187,7 @@ "token": "KINT", "description": "Radically open Bitcoin on Kusama", "website": "https://interlay.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", "rewardRate": 3.75 }, { @@ -196,7 +196,7 @@ "token": "KMA", "description": "Private layer built for the entire Kusama ecosystem", "website": "https://www.calamari.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "rewardRate": 0 }, { @@ -205,7 +205,7 @@ "token": "PICA", "description": "Cross-chain interoperable infrastructure", "website": "https://picasso.composable.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Picasso.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "rewardRate": 20 }, { @@ -214,7 +214,7 @@ "token": "HKO", "description": "Decentralized money market protocol that offers lending, staking, and borrowing", "website": "https://parallel.fi/index.html", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", "rewardRate": 200 }, { @@ -223,7 +223,7 @@ "token": "NEER", "description": "An open protocol for managing & incentivizing communities using gamification", "website": "https://bit.country/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", "rewardRate": 68 }, { @@ -232,7 +232,7 @@ "token": "QTZ", "description": "A scalable blockchain for composable NFTs with advanced economies", "website": "https://unique.network/quartz/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Quartz.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "rewardRate": 237 }, { @@ -241,7 +241,7 @@ "token": "GENS", "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/en/plo", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Genshiro.svg", "rewardRate": 2000 }, { @@ -250,7 +250,7 @@ "token": "SUB", "description": "Subsocial - Decentralized social network on Polkadot & IPFS", "website": "https://subsocial.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg" }, { "paraid": "2101", @@ -258,7 +258,7 @@ "token": "ZTG", "description": "Zeitgeist is an evolving blockchain for prediction markets and futarchy", "website": "https://zeitgeist.pm/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", "rewardRate": 80 }, { @@ -267,7 +267,7 @@ "token": "XRT", "description": "Robonomics platform will allow to build trust among the autonomous robots services, provide direct user access for ordering products from autonomous factories and services", "website": "https://robonomics.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", "rewardRate": 3.5 }, { @@ -276,7 +276,7 @@ "token": "PCHU", "description": "Pichiu aims to build a cross-chain platform powering the data economy on Kusama", "website": "https://kylinnetwork.medium.com/announcing-pichiu-kylins-implementation-on-kusama-c1bf50404fd9", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pichiu.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg" }, { "paraid": "2105", @@ -284,7 +284,7 @@ "token": "CRAB", "description": "Crab is a trustless multi-chain bridge hub network designed to become the foundational layer for the next generation of Web3.0 dapps and games on Kusama", "website": "https://darwinia.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crab.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg" }, { "paraid": "2011", @@ -292,7 +292,7 @@ "token": "XOR", "description": "The SORA network is a living, breathing, growing infrastructure that is fit and flourishing as a standalone blockchain. It currently has a bridge connecting to the Ethereum blockchain.", "website": "https://sora.org", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SORA_Parachain.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SORA_Parachain.svg" }, { "paraid": "2106", @@ -300,7 +300,7 @@ "token": "LIT", "description": "Litmus is a Decentralized Identity Aggregation protocol on Kusama", "website": "https://kusama-crowdloan.litentry.com", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litmus.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", "rewardRate": 30 }, { @@ -309,7 +309,7 @@ "token": "KICO", "description": "KICO Chain is the Kusama version of DICO Chain. DICO stands for DAO + ICO + Swap. DICO is positioned as a parachain of decentralized ICO.", "website": "https://dico.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KICO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg" }, { "paraid": "2110", @@ -317,7 +317,7 @@ "token": "MGX", "description": "Mangata is a community-owned exchange for experienced traders & experimental tokens.", "website": "https://crowdloan.mangata.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/MangataX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg" }, { "paraid": "2114", @@ -325,7 +325,7 @@ "token": "TUR", "description": "Turing Network aims to drive product usage of XCM by providing cross-chain automation for other parachains", "website": "https://oak.tech/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Turing.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg" }, { "paraid": "2115", @@ -333,7 +333,7 @@ "token": "DORA", "description": "The DAO-as-a-Service Infrastructure for Decentralized Governance and Open Source Ventures", "website": "https://dorafactory.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DoraFactory.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg" }, { "paraid": "2116", @@ -341,7 +341,7 @@ "token": "DHX", "description": "Tanganika DataHighway is a sophisticated IoT parachain, users may stake, govern, mine and otherwise participate using the new DHX token and its associated DAO, and Inter-Chain Data Market", "website": "https://www.datahighway.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg" }, { "paraid": "2118", @@ -349,7 +349,7 @@ "token": "LT", "description": "Listen is a voice social software based on decentralized data storage technology and blockchain technology", "website": "https://listen.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Listen.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Listen.svg" }, { "paraid": "2113", @@ -357,7 +357,7 @@ "token": "KAB", "description": "Kabocha is a holistic self-evolving grass-roots parachain project spawned from Edgeware, funding and incubating teams to build new public infrastructure", "website": "https://kabocha.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kabocha.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg" }, { "paraid": "2120", @@ -365,7 +365,7 @@ "token": "SDN", "description": "Multi-chain decentralized application layer on Kusama", "website": "https://shiden.astar.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "rewardRate": 23.33 }, { @@ -374,7 +374,7 @@ "token": "BAJUN", "description": "The Bajun Network is Canary Network for Ajuna and will host games. It will be mainly used for testing and introducing new Ajuna features, services and functionalities", "website": "https://ajuna.io", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg" }, { "paraid": "2003", @@ -382,7 +382,7 @@ "token": "KAR", "description": "All-in-one DeFi hub of Kusama", "website": "https://acala.network/karura", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", "rewardRate": 12, "customFlow": "Karura" }, @@ -392,7 +392,7 @@ "token": "MOVR", "description": "Please use Moonriver DApp for contribution", "website": "https://moonbeam.network/networks/moonriver/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", "rewardRate": 4.5 }, { @@ -401,7 +401,7 @@ "token": "IMBU", "description": "Imbue Network is a decentralised crowdfunding DAO built on top of the Polkadot blockchain platform", "website": "https://www.imbue.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Imbue.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg" }, { "paraid": "2125", @@ -409,7 +409,7 @@ "token": "TNKR", "description": "The Tinkernet is the canary network of the InvArch Network, designed as the IP Asset & accelerated development staging grounds for the Kusama ecosystem", "website": "https://invarch.network/tinkernet", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Tinkernet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg" }, { "paraid": "2124", @@ -417,7 +417,7 @@ "token": "AMPE", "description": "Amplitude is aiming to provide novel ways of utilizing fiat on DeFi", "website": "https://pendulumchain.org/amplitude", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg" }, { "paraid": "2126", @@ -425,7 +425,7 @@ "token": "HKO", "description": "Decentralized money market protocol that offers lending, staking, and borrowing", "website": "https://parallel.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg" }, { "paraid": "2123", @@ -433,7 +433,7 @@ "token": "FREN", "description": "GM solves the problem of the cold and isolated nature of crypto at large by encouraging the exchange of GMs and GNs across Dotsama", "website": "https://www.gmordie.com", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/GM.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg" }, { "paraid": "2122", @@ -441,7 +441,7 @@ "token": "KMA", "description": "Private layer built for the entire Kusama ecosystem", "website": "https://www.calamari.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Calamari.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", "rewardRate": 0 }, { @@ -450,7 +450,7 @@ "token": "ICZ", "description": "SNOW is EVM and eWASM-compatible and is optimized for ICON’s BTP", "website": "https://icenetwork.io/snow/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg" }, { "paraid": "2108", @@ -458,7 +458,7 @@ "token": "KILT", "description": "Blockchain identity protocol for issuing self-sovereign, anonymous, verifiable credentials", "website": "https://www.kilt.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", "rewardRate": 25 }, { @@ -467,7 +467,7 @@ "token": "ICZ", "description": "SNOW is EVM and eWASM-compatible and is optimized for ICON’s BTP", "website": "https://icenetwork.io/snow/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SNOW.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg" }, { "paraid": "2225", @@ -475,7 +475,7 @@ "token": "CSM", "description": "Incentives decentralized storage & cloud ecosystem on Kusama", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg" }, { "paraid": "2130", @@ -483,7 +483,7 @@ "token": "ANY", "description": "Unknown parachain", "website": "https://parachains.info", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg" }, { "paraid": "2226", @@ -491,7 +491,7 @@ "token": "GENS", "description": "The boldest DeFi one-stop-shop and R&D hub", "website": "https://genshiro.equilibrium.io/en", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Genshiro.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Genshiro.svg" }, { "paraid": "2237", @@ -499,7 +499,7 @@ "token": "XRT", "description": "Futuristic, secure, and server-less IoT platform on top of Ethereum && Polkadot", "website": "https://robonomics.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Robonomics.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg" }, { "paraid": "2222", @@ -507,7 +507,7 @@ "token": "MITO", "description": "Blockchain technology for carbon markets, environmental assets and liabilities", "website": "https://ipci.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/DAOIPCI.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg" }, { "paraid": "2258", @@ -515,6 +515,6 @@ "token": "SDN", "description": "Multi-chain decentralized application layer on Kusama", "website": "https://shiden.astar.network", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Shiden.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg" } ] diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 5d3a4cdf8..4cf4a7421 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -5,7 +5,7 @@ "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "rewardRate": 10, "customFlow": "Acala", "movedToParaId": "3336" @@ -16,7 +16,7 @@ "token": "GLMR", "description": "Ethereum-compatible smart contract parachain on Polkadot", "website": "https://moonbeam.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "customFlow": "Moonbeam", "extras": { "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -30,7 +30,7 @@ "token": "ASTR", "description": "Astar is the Polkadot-native dApp hub supporting Ethereum, WebAssembly, dApp Staking, and Layer2 solutions", "website": "https://astar.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "customFlow": "Astar" }, { @@ -39,7 +39,7 @@ "token": "LIT", "description": "The Litentry Network provides privacy-first, decentralized identity aggregation computing services", "website": "https://www.litentry.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", "rewardRate": 2.5 }, { @@ -48,7 +48,7 @@ "token": "CLV", "description": "Clover is a substrate based smart contract platform built for Polkadot, with added support for Ethereum developers to participate in the Polkadot ecosystem", "website": "https://clover.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", "rewardRate": 4 }, { @@ -57,7 +57,7 @@ "token": "PARA", "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://parallel.fi/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Parallel.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", "rewardRate": 25 }, { @@ -66,7 +66,7 @@ "token": "CRU", "description": "Crust implements the incentive layer protocol for decentralized storage", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "rewardRate": 0.2 }, { @@ -75,7 +75,7 @@ "token": "MANTA", "description": "Manta Network is focused on applying cutting-edge cryptographic constructions such as zkSNARKs to deliver end-to-end privacy guarantees for blockchain apps", "website": "https://manta.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Manta.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", "rewardRate": 50 }, { @@ -84,7 +84,7 @@ "token": "GOV", "description": "SubDAO Network is a Cross-chain Platform to link DAO and DApp on Polkadot", "website": "https://www.subdao.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubDAO.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SubDAO.svg", "rewardRate": 20 }, { @@ -93,7 +93,7 @@ "token": "RING", "description": "Darwinia is a trustless multi-chain bridge hub network designed to become the foundational layer for the next generation of Web3.0 dapps and games", "website": "https://darwinia.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg" }, { "paraid": "2017", @@ -101,7 +101,7 @@ "token": "SGB", "description": "SubGame builds multiple applications through a complete technical architecture", "website": "https://www.subgame.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/SubGame.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SubGame.svg" }, { "paraid": "2021", @@ -109,7 +109,7 @@ "token": "EFI", "description": "Built with Polkadot, Efinity will serve as the infrastructure for the decentralized, cross-chain Metaverse", "website": "https://enjin.io/products/efinity/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Efinity.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg" }, { "paraid": "2028", @@ -117,7 +117,7 @@ "token": "ARES", "description": "Ares protocol is the decentralized cross-chain oracle service protocol in the Polkadot ecosystem", "website": "https://www.aresprotocol.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ares.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ares.svg" }, { "paraid": "2026", @@ -125,7 +125,7 @@ "token": "NODL", "description": "Nodle is a decentralized wireless network, harnessing the power of smartphones to provide a low-cost and secure IoT infrastructure for enterprises, device manufacturers, and smart cities", "website": "https://www.nodle.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Nodle.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", "rewardRate": 20 }, { @@ -134,7 +134,7 @@ "token": "CTO", "description": "Coinversation Protocol is a synthetic asset issuance protocol and decentralised contract trading exchange based on the Polkadot contract chain", "website": "https://www.coinversation.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Coinversation.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Coinversation.svg" }, { "paraid": "2032", @@ -142,7 +142,7 @@ "token": "INTR", "description": "Interlay is a decentralized network dedicated to connecting crypto-currencies like Bitcoin with DeFi platforms like Polkadot and Ethereum", "website": "https://interlay.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Interlay.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg" }, { "paraid": "2031", @@ -150,7 +150,7 @@ "token": "CFG", "description": "Centrifuge Chain is the gateway for real-world assets to the Blockchain Multiverse", "website": "https://centrifuge.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Centrifuge.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg" }, { "paraid": "2019", @@ -158,7 +158,7 @@ "token": "LAYR", "description": "Composable’s parachain is going to be able to run multiple bytecodes together in the same place, in order to run smart contracts together in a manner that allows them to communicate and collaborate", "website": "https://www.composable.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Composable.png" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png" }, { "paraid": "2011", @@ -166,7 +166,7 @@ "token": "EQ", "description": "The functionality of all key DeFi apps on one platform, with advanced bailout mechanism for system security", "website": "https://equilibrium.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "rewardRate": 200 }, { @@ -175,7 +175,7 @@ "token": "PHA", "description": "Trustless computation platform that enables massive cloud processing without sacrificing data confidentiality", "website": "https://phala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", "rewardRate": 12 }, { @@ -184,7 +184,7 @@ "token": "HDX", "description": "HydraDX is an autonomous cross-chain liquidity protocol built on Substrate", "website": "https://hydradx.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg" }, { "paraid": "2040", @@ -192,7 +192,7 @@ "token": "PDEX", "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", "website": "https://www.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Polkadex.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" }, { "paraid": "2038", @@ -200,7 +200,7 @@ "token": "GEM", "description": "Geminis takes Ethereum chain support to the next level through WasmEdge.", "website": "https://geminis.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Geminis.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Geminis.svg" }, { "paraid": "2037", @@ -208,7 +208,7 @@ "token": "UNQ", "description": "Unique Network is a scalable blockchain for composable NFTs with advanced economies", "website": "https://unique.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Unique.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg" }, { "paraid": "2030", @@ -216,7 +216,7 @@ "token": "BNC", "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" }, { "paraid": "2043", @@ -224,7 +224,7 @@ "token": "OTP", "description": "OriginTrail is the world’s first Decentralized Knowledge Graph️", "website": "https://parachain.origintrail.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg" }, { "paraid": "2007", @@ -232,7 +232,7 @@ "token": "KAPEX", "description": "Totem is building the world's first peer-to-peer accounting consensus protocol.", "website": "https://totemaccounting.com", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Totem.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg" }, { "paraid": "2039", @@ -240,7 +240,7 @@ "token": "TEER", "description": "Scalable solution for securely processing sensitive data", "website": "https://integritee.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee_Polkadot.svg" }, { "paraid": "2053", @@ -248,7 +248,7 @@ "token": "SO", "description": "OmniBTC is an omnichain financial platform for web3, including omnichain swap and BTC omnichain lending", "website": "https://www.omnibtc.finance/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OmniBTC.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OmniBTC.svg" }, { "paraid": "2052", @@ -256,7 +256,7 @@ "token": "KYL", "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", "website": "https://kylin.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Kylin.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg" }, { "paraid": "2056", @@ -264,7 +264,7 @@ "token": "AVT", "description": "Aventus is a scalable, sustainable and interoperable enterprise-grade blockchain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem", "website": "https://www.aventus.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Aventus.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg" }, { "paraid": "2048", @@ -272,7 +272,7 @@ "token": "BITG", "description": "Bitgreen's green DeFi platform allows organizations and individual users to invest in sustainability markets, purchase high-quality tokenized carbon credits, and participate in sustainable finance", "website": "https://bitgreen.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Bitgreen.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bitgreen.svg" }, { "paraid": "2090", @@ -280,7 +280,7 @@ "token": "OAK", "description": "Web 3.0 hub for Defi and payment automation", "website": "https://oak.tech/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/OAK.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OAK.svg" }, { "paraid": "2051", @@ -288,7 +288,7 @@ "token": "AJUN", "description": "Ajuna Network makes the world’s leading game development engines — Unity and Unreal — fully integrated with the world of blockchain-based assets", "website": "https://ajuna.io/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Ajuna.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg" }, { "paraid": "2093", @@ -296,7 +296,7 @@ "token": "HASH", "description": "Hashed Network enables the full lifecycle for digitally-native organizations and web3-curious businesses seeking benefits of decentralized digital economies", "website": "https://hashed.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Hashed.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg" }, { "paraid": "2094", @@ -304,7 +304,7 @@ "token": "PEN", "description": "Pendulum is an open-source blockchain that aims to establish the missing link between the fiat and the DeFi ecosystems through a fiat-optimized smart contract blockchain. Pendulum is built with Substrate and will allow connecting DeFi applications to the foreign exchange market, building automated market makers (AMMs) to introduce scalable liquidity pools for fiat currencies, and create yield earning opportunities for fiat token holders", "website": "https://pendulumchain.org/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "rewardRate": 11 }, { @@ -313,7 +313,7 @@ "token": "VARCH", "description": "InvArch is a highly optimized network for launching decentralized communities, borderless businesses, & unstoppable organizations on Polkadot & beyond!", "website": "https://invarch.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/InvArch.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg" }, { "paraid": "3334", @@ -321,7 +321,7 @@ "token": "SAMA", "description": "Moonsama’s mission is to unlock the potential of Non Fungible Tokens (NFTs) as true elements of utility in the Web3 space.", "website": "https://moonsama.com/?ref=parachains-info", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Moonsama.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonsama.svg" }, { "paraid": "3338", @@ -329,7 +329,7 @@ "token": "PEAQ", "description": "peaq is the decentralized Web3 network powering the Economy of Things, designed to solve some of our biggest societal and economic challenges, it ensures that the incentives of people and increasingly intelligent machines are aligned.", "website": "https://www.peaq.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/peaq.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", "rewardRate": 140 }, { @@ -338,7 +338,7 @@ "token": "ACA", "description": "All-in-one DeFi hub of Polkadot", "website": "https://acala.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/gradient/Acala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "customFlow": "Acala" } ] diff --git a/crowdloan/polkatrain.json b/crowdloan/polkatrain.json index ab8617204..e3126cf95 100644 --- a/crowdloan/polkatrain.json +++ b/crowdloan/polkatrain.json @@ -5,7 +5,7 @@ "token": "GLMR", "description": "Test moonbeam crowdloan", "website": "https://moonbeam.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/white/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "customFlow": "Moonbeam", "extras": { "paraId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", diff --git a/dapps/dapps.json b/dapps/dapps.json index a20842d1c..d8813a8ed 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -41,7 +41,7 @@ { "name": "Bifrost App", "url": "https://bifrost.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Bifrost.svg", "categories": [ "bridge", "crowdloans", @@ -52,7 +52,7 @@ { "name": "Astar DApp Hub", "url": "https://portal.astar.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ "bridge", "staking", @@ -62,7 +62,7 @@ { "name": "PolkaVerse", "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ "social" ] @@ -70,14 +70,14 @@ { "name": "Sub.ID", "url": "https://sub.id/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Sub.ID.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Sub.ID.png", "categories": [ "utilities" ] }, { "name": "Polkadot.js", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadot.js.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadot.js.svg", "url": "https://polkadot.js.org/apps/#", "categories": [ "utilities" @@ -85,7 +85,7 @@ }, { "name": "Dotmarketcap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", "url": "https://dotmarketcap.com/", "categories": [ "social" @@ -93,7 +93,7 @@ }, { "name": "Polkassembly", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "url": "https://polkadot.polkassembly.io/", "categories": [ "governance" @@ -101,7 +101,7 @@ }, { "name": "Talisman Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans" @@ -109,7 +109,7 @@ }, { "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://crowdloan.parallel.fi/#/auction/rewards/", "categories": [ "crowdloans" @@ -117,7 +117,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -127,7 +127,7 @@ }, { "name": "Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonbeam.svg", "url": "https://apps.moonbeam.network/moonbeam", "categories": [ "bridge", @@ -138,7 +138,7 @@ }, { "name": "Moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonriver.svg", "url": "https://apps.moonbeam.network/moonriver", "categories": [ "bridge", @@ -149,7 +149,7 @@ }, { "name": "Solarflare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarflare.png", "url": "https://app.solarflare.io/exchange/swap", "categories": [ "bridge", @@ -160,7 +160,7 @@ }, { "name": "Solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarbeam.png", "url": "https://app.solarbeam.io/exchange/swap", "categories": [ "bridge", @@ -171,7 +171,7 @@ }, { "name": "Beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", "url": "https://app.beamswap.io/exchange/swap", "categories": [ "bridge", @@ -182,7 +182,7 @@ }, { "name": "Stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StellaSwap.svg", "url": "https://app.stellaswap.com/exchange/swap", "categories": [ "bridge", @@ -193,7 +193,7 @@ }, { "name": "Impossible Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", "url": "https://invest.impossible.finance/launchpad", "categories": [ "dex", @@ -202,7 +202,7 @@ }, { "name": "Huckleberry Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Huckleberry.svg", "url": "https://www.huckleberry.finance/#/swap", "categories": [ "bridge", @@ -213,7 +213,7 @@ }, { "name": "MyTrade", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MyTrade.svg", "url": "https://mytrade.org/", "categories": [ "dex", @@ -223,7 +223,7 @@ }, { "name": "Parallel Finance App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://app.parallel.fi/", "categories": [ "bridge", @@ -232,7 +232,7 @@ }, { "name": "DappRadar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ "social" @@ -240,7 +240,7 @@ }, { "name": "Subsquare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "url": "https://polkadot.subsquare.io/", "categories": [ "governance" @@ -248,7 +248,7 @@ }, { "name": "Kusama Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", "url": "https://kusama.lido.fi/", "categories": [ "staking", @@ -257,7 +257,7 @@ }, { "name": "Polkadot Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", "url": "https://polkadot.lido.fi/", "categories": [ "staking", @@ -266,7 +266,7 @@ }, { "name": "ArthSwap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ArthSwap.svg", "url": "https://app.arthswap.org/#/swap", "categories": [ "dex", @@ -276,7 +276,7 @@ }, { "name": "Moonwell Apollo", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", "url": "https://moonwell.fi/apollo/MOVR", "categories": [ "bridge", @@ -286,7 +286,7 @@ }, { "name": "SubBridge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ "bridge", @@ -295,7 +295,7 @@ }, { "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", "url": "https://moonwell.fi/artemis/GLMR", "categories": [ "bridge", @@ -305,7 +305,7 @@ }, { "name": "Polkawatch", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkawatch.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkawatch.svg", "url": "https://polkawatch.app/", "categories": [ "staking" @@ -313,7 +313,7 @@ }, { "name": "Polkadot Staking Dashboard", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/dashboard#/overview", "categories": [ "staking", @@ -322,7 +322,7 @@ }, { "name": "Downtown Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", "url": "https://dtmb.xyz", "categories": [ "evm", @@ -331,7 +331,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -339,7 +339,7 @@ }, { "name": "Basilisk Snek Swap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ "bridge", @@ -348,7 +348,7 @@ }, { "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ "social" @@ -356,7 +356,7 @@ }, { "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", "url": "https://www.tinker.network/claim", "categories": [ "crowdloans" @@ -364,7 +364,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "utilities" @@ -372,7 +372,7 @@ }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ACE.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" @@ -381,7 +381,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ "dex", "utilities" @@ -389,7 +389,7 @@ }, { "name": "Interlay Bitcoin DeFi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -399,7 +399,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -409,7 +409,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -418,7 +418,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", @@ -427,7 +427,7 @@ }, { "name": "PABLO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ "dex" @@ -435,7 +435,7 @@ }, { "name": "Karura App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Karura.svg", "url": "https://apps.karura.network/", "categories": [ "bridge", @@ -446,7 +446,7 @@ }, { "name": "Acala App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Acala.png", "url": "https://apps.acala.network/", "categories": [ "bridge", @@ -457,7 +457,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -466,7 +466,7 @@ }, { "name": "Zenlink", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zenlink.svg", "url": "https://app.zenlink.pro", "categories": [ "dex", @@ -475,7 +475,7 @@ }, { "name": "KILT Stakeboard (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/KILT.svg", "url": "https://stakeboard.kilt.io/", "categories": [ "staking" @@ -484,7 +484,7 @@ }, { "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", "url": "https://app.privadex.xyz/", "categories": [ "dex" @@ -492,7 +492,7 @@ }, { "name": "GIANTProtocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", "url": "https://app.giantprotocol.org/shop", "categories": [ "utilities" @@ -500,7 +500,7 @@ }, { "name": "Pendulum Chain Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", "url": "https://portal.pendulumchain.org/pendulum/dashboard", "categories": [ "utilities", @@ -509,7 +509,7 @@ }, { "name": "Robonomics", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Robonomics.svg", "url": "https://dapp.robonomics.network/#/", "categories": [ "utilities" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 823bba359..4b7ec7551 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -45,7 +45,7 @@ { "name": "Singular 2.0", "url": "https://singular.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular_2.0.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Singular_2.0.svg", "categories": [ "nft" ] @@ -53,7 +53,7 @@ { "name": "Singular", "url": "https://singular.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Singular.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Singular.svg", "categories": [ "nft" ] @@ -61,7 +61,7 @@ { "name": "Kanaria", "url": "https://kanaria.rmrk.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kanaria.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kanaria.svg", "categories": [ "nft" ] @@ -69,7 +69,7 @@ { "name": "Bifrost App", "url": "https://bifrost.app/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Bifrost.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Bifrost.svg", "categories": [ "bridge", "crowdloans", @@ -80,7 +80,7 @@ { "name": "Astar DApp Hub", "url": "https://portal.astar.network/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Astar.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ "bridge", "staking", @@ -90,7 +90,7 @@ { "name": "PolkaVerse", "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", "categories": [ "social" ] @@ -98,14 +98,14 @@ { "name": "Sub.ID", "url": "https://sub.id/#/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Sub.ID.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Sub.ID.png", "categories": [ "utilities" ] }, { "name": "Polkadot.js", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadot.js.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadot.js.svg", "url": "https://polkadot.js.org/apps/#", "categories": [ "utilities" @@ -113,7 +113,7 @@ }, { "name": "KodaDot", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/KodaDot.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.png", "url": "https://kodadot.xyz/", "categories": [ "nft" @@ -121,7 +121,7 @@ }, { "name": "Dotmarketcap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Dotmarketcap.svg", "url": "https://dotmarketcap.com/", "categories": [ "social" @@ -129,7 +129,7 @@ }, { "name": "Polkassembly", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "url": "https://polkadot.polkassembly.io/", "categories": [ "governance" @@ -137,7 +137,7 @@ }, { "name": "Talisman Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Talisman.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Talisman.svg", "url": "https://app.talisman.xyz/portfolio", "categories": [ "crowdloans", @@ -146,7 +146,7 @@ }, { "name": "Phala App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Phala.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Phala.svg", "url": "https://app.phala.network/", "categories": [ "staking" @@ -154,7 +154,7 @@ }, { "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://crowdloan.parallel.fi/#/auction/rewards/", "categories": [ "crowdloans" @@ -162,7 +162,7 @@ }, { "name": "Kintsugi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Kintsugi.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", "url": "https://kintsugi.interlay.io/", "categories": [ "bridge", @@ -172,7 +172,7 @@ }, { "name": "Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonbeam.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonbeam.svg", "url": "https://apps.moonbeam.network/moonbeam", "categories": [ "bridge", @@ -183,7 +183,7 @@ }, { "name": "Moonriver", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonriver.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonriver.svg", "url": "https://apps.moonbeam.network/moonriver", "categories": [ "bridge", @@ -194,7 +194,7 @@ }, { "name": "Solarflare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarflare.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarflare.png", "url": "https://app.solarflare.io/exchange/swap", "categories": [ "bridge", @@ -205,7 +205,7 @@ }, { "name": "Solarbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Solarbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Solarbeam.png", "url": "https://app.solarbeam.io/exchange/swap", "categories": [ "bridge", @@ -216,7 +216,7 @@ }, { "name": "Beamswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Beamswap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", "url": "https://app.beamswap.io/exchange/swap", "categories": [ "bridge", @@ -227,7 +227,7 @@ }, { "name": "Stellaswap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StellaSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StellaSwap.svg", "url": "https://app.stellaswap.com/exchange/swap", "categories": [ "bridge", @@ -238,7 +238,7 @@ }, { "name": "Impossible Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", "url": "https://invest.impossible.finance/launchpad", "categories": [ "dex", @@ -247,7 +247,7 @@ }, { "name": "Huckleberry Finance", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Huckleberry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Huckleberry.svg", "url": "https://www.huckleberry.finance/#/swap", "categories": [ "bridge", @@ -258,7 +258,7 @@ }, { "name": "MyTrade", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MyTrade.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MyTrade.svg", "url": "https://mytrade.org/", "categories": [ "dex", @@ -268,7 +268,7 @@ }, { "name": "Parallel Finance App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", "url": "https://app.parallel.fi/", "categories": [ "bridge", @@ -277,7 +277,7 @@ }, { "name": "DappRadar", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DappRadar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DappRadar.svg", "url": "https://dappradar.com/", "categories": [ "social" @@ -285,7 +285,7 @@ }, { "name": "TofuNFT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/TofuNFT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/TofuNFT.svg", "url": "https://tofunft.com/", "categories": [ "nft", @@ -294,7 +294,7 @@ }, { "name": "Subsquare", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "url": "https://polkadot.subsquare.io/", "categories": [ "governance" @@ -302,7 +302,7 @@ }, { "name": "Kusama Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_KSM.svg", "url": "https://kusama.lido.fi/", "categories": [ "staking", @@ -311,7 +311,7 @@ }, { "name": "Polkadot Lido", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/LIDO_DOT.svg", "url": "https://polkadot.lido.fi/", "categories": [ "staking", @@ -320,7 +320,7 @@ }, { "name": "ArthSwap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ArthSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ArthSwap.svg", "url": "https://app.arthswap.org/#/swap", "categories": [ "dex", @@ -330,7 +330,7 @@ }, { "name": "cBRIDGE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/cBRIDGE.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/cBRIDGE.png", "url": "https://cbridge.celer.network/#/transfer", "categories": [ "dex", @@ -340,7 +340,7 @@ }, { "name": "Moonwell Apollo", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonwell.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", "url": "https://moonwell.fi/apollo/MOVR", "categories": [ "bridge", @@ -350,7 +350,7 @@ }, { "name": "SubBridge", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SubBridge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SubBridge.svg", "url": "https://subbridge.io/", "categories": [ "bridge", @@ -359,7 +359,7 @@ }, { "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", "url": "https://moonwell.fi/artemis/GLMR", "categories": [ "bridge", @@ -369,7 +369,7 @@ }, { "name": "Skybreach", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Skybreach.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Skybreach.png", "url": "https://skybreach.app/", "categories": [ "nft", @@ -379,7 +379,7 @@ }, { "name": "Polkawatch", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkawatch.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkawatch.svg", "url": "https://polkawatch.app/", "categories": [ "staking" @@ -387,7 +387,7 @@ }, { "name": "Damned Pirates Society", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Damnedpiratessociety.svg", "url": "https://damnedpiratessociety.io/", "categories": [ "nft", @@ -397,7 +397,7 @@ }, { "name": "Polkadot Staking Dashboard", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/StakingDashboard.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/StakingDashboard.svg", "url": "https://staking.polkadot.network/dashboard#/overview", "categories": [ "staking", @@ -406,7 +406,7 @@ }, { "name": "Moonsama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Moonsama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonsama.svg", "url": "https://marketplace.moonsama.com/", "categories": [ "nft", @@ -415,7 +415,7 @@ }, { "name": "Downtown Moonbeam", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DowntownMoonbeam.png", "url": "https://dtmb.xyz", "categories": [ "evm", @@ -424,7 +424,7 @@ }, { "name": "EVRLOOT", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/EVRLOOT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/EVRLOOT.svg", "url": "https://game.evrloot.com/game", "categories": [ "nft", @@ -433,7 +433,7 @@ }, { "name": "Darwinia App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Darwinia.svg", "url": "https://apps.darwinia.network/", "categories": [ "staking" @@ -441,7 +441,7 @@ }, { "name": "Evolution Land. Columbus", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Evolutionland.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Evolutionland.png", "url": "https://portal.evolution.land/land/3/market/land", "categories": [ "nft", @@ -451,7 +451,7 @@ }, { "name": "Basilisk Snek Swap", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/SnekSwap.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/SnekSwap.svg", "url": "https://app.basilisk.cloud/#/trade", "categories": [ "bridge", @@ -460,7 +460,7 @@ }, { "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/GM.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", "url": "https://app.gmordie.com/", "categories": [ "social" @@ -468,7 +468,7 @@ }, { "name": "Tinkernet Rewards Claim", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Tinkernet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", "url": "https://www.tinker.network/claim", "categories": [ "crowdloans" @@ -476,7 +476,7 @@ }, { "name": "Raresama", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Raresama.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Raresama.svg", "url": "https://raresama.com/", "categories": [ "nft" @@ -484,7 +484,7 @@ }, { "name": "Bit.Country Pioneer Metaverse", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Bit.Country.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Bit.Country.svg", "url": "https://pioneer.bit.country/", "categories": [ "nft", @@ -494,7 +494,7 @@ }, { "name": "Zeitgeist", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zeitgeist.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zeitgeist.svg", "url": "https://app.zeitgeist.pm/", "categories": [ "utilities" @@ -502,7 +502,7 @@ }, { "name": "ACE", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/ACE.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ACE.svg", "url": "https://ace.web3go.xyz/#/", "categories": [ "utilities" @@ -511,7 +511,7 @@ { "name": "Proof of Chaos", "url": "https://proofofchaos.app", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "categories": [ "nft", "governance" @@ -520,7 +520,7 @@ { "name": "Polkadex Orderbook", "url": "https://orderbook.polkadex.trade/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkadex.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkadex.svg", "categories": [ "dex", "utilities" @@ -528,7 +528,7 @@ }, { "name": "Interlay Bitcoin DeFi Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Interlay.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Interlay.svg", "url": "https://app.interlay.io/", "categories": [ "bridge", @@ -538,7 +538,7 @@ }, { "name": "xx network Hub", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/xx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/xx.svg", "url": "https://hub.xx.network", "categories": [ "social", @@ -548,7 +548,7 @@ }, { "name": "Litentry App", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Litentry.svg", "url": "https://apps.litentry.com/", "categories": [ "bridge", @@ -557,7 +557,7 @@ }, { "name": "HydraDX Omnipool", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Hydradx.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", "url": "https://app.hydradx.io/#/trade", "categories": [ "bridge", @@ -566,7 +566,7 @@ }, { "name": "PABLO", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Pablo.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pablo.svg", "url": "https://app.pablo.finance/", "categories": [ "dex" @@ -574,7 +574,7 @@ }, { "name": "Karura App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/Karura.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Karura.svg", "url": "https://apps.karura.network/", "categories": [ "bridge", @@ -585,7 +585,7 @@ }, { "name": "Acala App (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Acala.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Acala.png", "url": "https://apps.acala.network/", "categories": [ "bridge", @@ -596,7 +596,7 @@ }, { "name": "Mangata X (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/MangataX.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MangataX.svg", "url": "https://app.mangata.finance/", "categories": [ "bridge" @@ -605,7 +605,7 @@ }, { "name": "Zenlink", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Zenlink.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Zenlink.svg", "url": "https://app.zenlink.pro", "categories": [ "dex", @@ -614,7 +614,7 @@ }, { "name": "KILT Stakeboard (Desktop mode)", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/KILT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/KILT.svg", "url": "https://stakeboard.kilt.io/", "categories": [ "staking" @@ -623,7 +623,7 @@ }, { "name": "Secret Stash", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/secret_stash.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/secret_stash.png", "url": "https://secret-stash.io/", "categories": [ "nft", @@ -632,7 +632,7 @@ }, { "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/PrivaDEX.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", "url": "https://app.privadex.xyz/", "categories": [ "dex" @@ -640,7 +640,7 @@ }, { "name": "GIANTProtocol", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Giant.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", "url": "https://app.giantprotocol.org/shop", "categories": [ "utilities" @@ -648,7 +648,7 @@ }, { "name": "Pendulum Chain Portal", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/tokens/white/PEN.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", "url": "https://portal.pendulumchain.org/pendulum/dashboard", "categories": [ "utilities", @@ -657,7 +657,7 @@ }, { "name": "Robonomics", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Robonomics.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Robonomics.svg", "url": "https://dapp.robonomics.network/#/", "categories": [ "utilities" diff --git a/governance/dapps.json b/governance/dapps.json index e8c25e3f1..ff951171d 100644 --- a/governance/dapps.json +++ b/governance/dapps.json @@ -5,13 +5,13 @@ { "title": "Polkassembly", "url": "https://polkadot.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -22,19 +22,19 @@ { "title": "Polkassembly", "url": "https://kusama.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, { "title": "Proof of Chaos", "url": "https://www.proofofchaos.app/vote/", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "details": "Pass the quiz for NFT upgrade" } ] @@ -45,7 +45,7 @@ { "title": "Polkassembly", "url": "https://moonbeam.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -56,7 +56,7 @@ { "title": "Polkassembly", "url": "https://moonriver.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -67,13 +67,13 @@ { "title": "Polkassembly", "url": "https://centrifuge.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "url": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 4f344366b..b3a2e497c 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -6,14 +6,14 @@ "title": "Polkassembly", "urlV1": "https://polkadot.polkassembly.io/referendum/{referendumId}", "urlV2": "https://polkadot.polkassembly.io/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://polkadot.subsquare.io/democracy/referendum/{referendumId}", "urlV2": "https://polkadot.subsquare.io/referenda/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -25,20 +25,20 @@ "title": "Polkassembly", "urlV1": "https://kusama.polkassembly.io/referendum/{referendumId}", "urlV2": "https://kusama.polkassembly.io/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://kusama.subsquare.io/democracy/referendum/{referendumId}", "urlV2": "https://kusama.subsquare.io/referenda/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" }, { "title": "Proof of Chaos", "urlV2": "https://www.proofofchaos.app/referenda/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Proof_of_Chaos.png", "details": "Vote for NFT" } ] @@ -49,7 +49,7 @@ { "title": "Polkassembly", "urlV1": "https://moonbeam.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -60,7 +60,7 @@ { "title": "Polkassembly", "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -71,7 +71,7 @@ { "title": "Polkassembly", "urlV1": "https://kilt.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -82,7 +82,7 @@ { "title": "Subsquare", "urlV1": "https://basilisk.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -93,7 +93,7 @@ { "title": "Polkassembly", "urlV1": "https://robonomics.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" } ] @@ -104,7 +104,7 @@ { "title": "Subsquare", "urlV1": "https://hydradx.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -115,13 +115,13 @@ { "title": "Polkassembly", "urlV1": "https://centrifuge.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" }, { "title": "Subsquare", "urlV1": "https://centrifuge.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -132,7 +132,7 @@ { "title": "Subsquare", "urlV1": "https://phala.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -143,7 +143,7 @@ { "title": "Subsquare", "urlV1": "https://zeitgeist.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] @@ -154,7 +154,7 @@ { "title": "Subsquare", "urlV1": "https://altair.subsquare.io/democracy/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/nova-wallet/nova-utils/master/icons/chains/color/SubSquare.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } ] From 819b82c551f3174303d5bfc718d50c796f9c1f12 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:28:52 +0300 Subject: [PATCH 1311/2142] Update xcm coefficients (#1893) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index aa2e964d6..d4cb97598 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2280743841" + "value": "2167370673" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7573514" + "value": "7660814" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -3422,7 +3422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "147280080095714" + "value": "146706439563710" }, "instructions": "xtokensDest" } @@ -5332,7 +5332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2280743841" + "value": "2167370673" }, "instructions": "xcmPalletDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xcmPalletDest" } From be1683fb6c908ad78285a0f6de89b0489a54e629 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:29:16 +0300 Subject: [PATCH 1312/2142] Update chain types (#1892) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index fee2cc5a4..d451afa85 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 292, + "runtime_id": 294, "types": { "Balance": "u128", "Index": "u32", From 16aef046814b8c9583346e688375e175dfbec7a7 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:25:16 +0500 Subject: [PATCH 1313/2142] Implemented wiki link and theme color (#1895) * Implemented wiki link and theme color * Moved link and color to chain additional entity * Removed wiki link from external api --- chains/v13/chains_dev.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 41b2dde13..3c5fc7142 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -116,7 +116,11 @@ "crowdloans", "governance-v1", "governance" - ] + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } }, { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", @@ -3277,7 +3281,11 @@ "options": [ "ethereumBased", "governance-v1" - ] + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "eip155:1", From ee532e1c1512c5325a6e700108b1fae78091308a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:42:36 +0300 Subject: [PATCH 1314/2142] Update chain types (#1897) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/composable.json | 2 +- chains/v2/types/picasso.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 2666f6c0a..abde4efac 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10032, + "runtime_id": 10034, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 3714971de..fafb6126e 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10032, + "runtime_id": 10034, "types": { "Balance": "u128", "Index": "u32", From af9bbb27b11fdb59e6b9b47ac87b9804753db2ea Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:43:17 +0300 Subject: [PATCH 1315/2142] Update xcm coefficients (#1894) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index d23d99f15..a88142b8f 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -725,7 +725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2280743841" + "value": "2167370673" }, "instructions": "xtokensDest" } @@ -888,7 +888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xcmPalletDest" } @@ -1209,7 +1209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -2393,7 +2393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7573514" + "value": "7660814" }, "instructions": "xcmPalletDest" } @@ -2593,7 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -2830,7 +2830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -3193,7 +3193,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -4146,7 +4146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "421021966358" + "value": "415900187052" }, "instructions": "xtokensDest" } @@ -4392,7 +4392,7 @@ "fee": { "mode": { "type": "proportional", - "value": "147280080095714" + "value": "146706439563710" }, "instructions": "xtokensDest" } @@ -4871,7 +4871,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2280743841" + "value": "2167370673" }, "instructions": "xcmPalletDest" } From 49e8c1397a329270110b3e781dcea1eca14d7dfe Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:25:56 +0300 Subject: [PATCH 1316/2142] Update chain types (#1899) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/basilisk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/basilisk.json b/chains/v2/types/basilisk.json index cef55cb1e..fa50fe3c2 100644 --- a/chains/v2/types/basilisk.json +++ b/chains/v2/types/basilisk.json @@ -1,5 +1,5 @@ { - "runtime_id": 101, + "runtime_id": 105, "types": { "Balance": "u128", "Index": "u32", From 336f413759e9eab445ca458377a0d8f537b38cbf Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:26:21 +0300 Subject: [PATCH 1317/2142] Update xcm coefficients (#1898) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index d4cb97598..a2437013b 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2167370673" + "value": "2208804341" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7660814" + "value": "7461952" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -3422,7 +3422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "146706439563710" + "value": "142536472195409" }, "instructions": "xtokensDest" } @@ -5332,7 +5332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2167370673" + "value": "2208804341" }, "instructions": "xcmPalletDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "402113681280" }, "instructions": "xcmPalletDest" } From 7cbbfa77b3203ae98ddb625a325c958804b5d96c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:42:30 +0300 Subject: [PATCH 1318/2142] Update xcm coefficients (#1900) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index a88142b8f..1d2b68a91 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -725,7 +725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2167370673" + "value": "2208804341" }, "instructions": "xtokensDest" } @@ -888,7 +888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xcmPalletDest" } @@ -1209,7 +1209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -2393,7 +2393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7660814" + "value": "7461952" }, "instructions": "xcmPalletDest" } @@ -2593,7 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -2830,7 +2830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -3193,7 +3193,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -4146,7 +4146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "415900187052" + "value": "401984975729" }, "instructions": "xtokensDest" } @@ -4392,7 +4392,7 @@ "fee": { "mode": { "type": "proportional", - "value": "146706439563710" + "value": "142536472195409" }, "instructions": "xtokensDest" } @@ -4871,7 +4871,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2167370673" + "value": "2208804341" }, "instructions": "xcmPalletDest" } From d5ff196948a9877b254d1d5bcb9f7a13f9fa71fb Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 1 Aug 2023 12:07:05 +0500 Subject: [PATCH 1319/2142] update Impossible Finance URL --- dapps/dapps.json | 2 +- dapps/dapps_full.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index d8813a8ed..def2e0851 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -194,7 +194,7 @@ { "name": "Impossible Finance", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", - "url": "https://invest.impossible.finance/launchpad", + "url": "https://app.impossible.finance/explore", "categories": [ "dex", "evm" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 4b7ec7551..6e9c3ede6 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -239,7 +239,7 @@ { "name": "Impossible Finance", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/ImpossibleFinance.svg", - "url": "https://invest.impossible.finance/launchpad", + "url": "https://app.impossible.finance/explore", "categories": [ "dex", "evm" From b928c54f8f8a375651fbe02e67b8f7c2d804d860 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:14:42 +0000 Subject: [PATCH 1320/2142] Update chain types --- chains/v2/types/origintrail.json | 2 +- chains/v2/types/polkadex.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 152067a1f..6a360216f 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -1,5 +1,5 @@ { - "runtime_id": 112, + "runtime_id": 120, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index d451afa85..b959a8a0a 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 294, + "runtime_id": 295, "types": { "Balance": "u128", "Index": "u32", From 5dea657b0aac9f67aa5ee4ee57e5fd087bc09833 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:08:37 +0300 Subject: [PATCH 1321/2142] Update xcm coefficients (#1902) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index a2437013b..63f0113e9 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7461952" + "value": "7408703" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -3422,7 +3422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "142536472195409" + "value": "142928589914153" }, "instructions": "xtokensDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402113681280" + "value": "402845046374" }, "instructions": "xcmPalletDest" } From ac41c5a1d1324e7008da3852ed170eb4cad68bec Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 1 Aug 2023 20:43:21 +0300 Subject: [PATCH 1322/2142] adding Asset Hub < USDT > Interlay --- xcm/v4/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 1d2b68a91..c07dab7ff 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -2959,6 +2959,20 @@ "type": "xcmpallet" } ] + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -4042,6 +4056,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From d77ffa7940d56565f76672691c78559da307ba85 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 1 Aug 2023 20:49:34 +0300 Subject: [PATCH 1323/2142] fix format --- xcm/v4/transfers.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index c07dab7ff..638be34ba 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -2957,22 +2957,22 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11888560" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] }, From c85a81634b6af3e66d7a6f75f9d1d7cef95a9ed6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 2 Aug 2023 10:43:02 +0500 Subject: [PATCH 1324/2142] add AAA dapp --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/AwesomeAjunaAvatars.svg | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 icons/dapps/color/AwesomeAjunaAvatars.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index bf2f0b311..031600ca9 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -753,6 +753,15 @@ "utilities", "staking" ] + }, + { + "name": "Awesome Ajuna Avatars", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AwesomeAjunaAvatars.svg", + "url": "https://aaa.ajuna.io/", + "categories": [ + "nft", + "gaming" + ] } ] } diff --git a/icons/dapps/color/AwesomeAjunaAvatars.svg b/icons/dapps/color/AwesomeAjunaAvatars.svg new file mode 100644 index 000000000..1d6f8ae58 --- /dev/null +++ b/icons/dapps/color/AwesomeAjunaAvatars.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + From 213c5abd2704b719534831efb97f355325671cf8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 2 Aug 2023 10:45:38 +0500 Subject: [PATCH 1325/2142] add desktoponly --- dapps/dapps_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 031600ca9..21209da0e 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -761,7 +761,8 @@ "categories": [ "nft", "gaming" - ] + ], + "desktopOnly": true } ] } From 6e2c7258eee6c7a9660cd437a7e3278cd93bd875 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:15:50 +0000 Subject: [PATCH 1326/2142] Update chain types --- chains/v2/types/khala.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/polkadex.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 43b503aae..8692c1e1a 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1250, + "runtime_id": 1251, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index fa71bc164..28508bb26 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1250, + "runtime_id": 1251, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index b959a8a0a..aed2ae637 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 295, + "runtime_id": 298, "types": { "Balance": "u128", "Index": "u32", From c6f8680d85151026d3ed467dd233d1e8a371668a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:57:56 +0300 Subject: [PATCH 1327/2142] adding Interlay < USDT > Statemint (#1904) * adding Interlay < USDT > Statemint * decrease fee coeff * set fixed rate * change instructions --- xcm/v4/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 63f0113e9..0d1918185 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -3186,6 +3186,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4419,6 +4433,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 71f88abc34f079db482560bca5244a1b22bf3c7c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 11:12:59 +0500 Subject: [PATCH 1328/2142] promote AAA dapp tp prod --- dapps/dapps_dev.json | 2 +- dapps/dapps_full.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 21209da0e..5038c7957 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -755,7 +755,7 @@ ] }, { - "name": "Awesome Ajuna Avatars", + "name": "Awesome Ajuna Avatars (Desktop mode)", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AwesomeAjunaAvatars.svg", "url": "https://aaa.ajuna.io/", "categories": [ diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 4b7ec7551..71e84c5ae 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -662,6 +662,16 @@ "categories": [ "utilities" ] + }, + { + "name": "Awesome Ajuna Avatars (Desktop mode)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AwesomeAjunaAvatars.svg", + "url": "https://aaa.ajuna.io/", + "categories": [ + "nft", + "gaming" + ], + "desktopOnly": true } ] } From d9e115654c28851aea4b3b0ea2eac6815f1cb046 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 12:19:31 +0500 Subject: [PATCH 1329/2142] add opengov, add Subsquare API, add and update links to dapps for Bifrost Kusama --- chains/v13/chains_dev.json | 9 ++++++++- governance/v2/dapps_dev.json | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 3c5fc7142..dce20ad75 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1658,12 +1658,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ - "governance-v1" + "governance-v1", + "governance" ] }, { diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index ab2548742..4c8e0baf3 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -348,7 +348,8 @@ "dapps": [ { "title": "Subsquare", - "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "urlV1": "https://bifrost-kusama.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://bifrost-kusama.subsquare.io/referenda/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", "details": "Comment and react" } From cac1d451ef12b340d0c021fadba45d13357e217d Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 12:40:18 +0500 Subject: [PATCH 1330/2142] add gov1, add Subsquare API, add link to Subsquare dapp for Bifrost Polkadot --- chains/v13/chains_dev.json | 11 ++++++++++- governance/v2/dapps_dev.json | 11 +++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index dce20ad75..cc38e79cf 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5781,10 +5781,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 + "addressPrefix": 6, + "options": [ + "governance-v1" + ] }, { "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 4c8e0baf3..96bdd82db 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -376,5 +376,16 @@ "details": "Comment and react" } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From a98f8adacbbb72cd599b09722c4a6674290cfe75 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 12:51:58 +0500 Subject: [PATCH 1331/2142] update to Subsquare API, add links to Subsquare dapp for Moonriver --- chains/v13/chains_dev.json | 6 +++--- governance/v2/dapps_dev.json | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index cc38e79cf..ac677c488 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1192,10 +1192,10 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" } - ], + ] "governance-delegations": [ { "type": "subquery", diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 96bdd82db..160f64c62 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -229,6 +229,13 @@ "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://moonriver.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://moonriver.subsquare.io/referenda/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" } ] }, From ff6b2c52d83dc700647481706f3f423d08e52a9d Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:16:13 +0000 Subject: [PATCH 1332/2142] Update chain types --- chains/v2/types/polkadex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index aed2ae637..2dc7d6499 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 298, + "runtime_id": 300, "types": { "Balance": "u128", "Index": "u32", From 40808988ac8c047490bdb7a73e83dacf2be3675a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 14:19:15 +0500 Subject: [PATCH 1333/2142] update to Subsquare API for Acala, Karura --- chains/v13/chains_dev.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index ac677c488..3e4d91808 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -908,11 +908,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } + "type": "subsquare", + "url": "https://karuraa.subsquare.io/api" } ] }, @@ -3021,11 +3018,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } + "type": "subsquare", + "url": "https://acala.subsquare.io/api" } ] }, From f843f7457897408947f46d10138417cf94ee41c8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 14:21:08 +0500 Subject: [PATCH 1334/2142] fix json validation --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 3e4d91808..a58b31439 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1192,7 +1192,7 @@ "type": "subsquare", "url": "https://moonriver.subsquare.io/api" } - ] + ], "governance-delegations": [ { "type": "subquery", From ca9fe542cdc80ac860a03803e0603594d1ee626f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 14:29:29 +0500 Subject: [PATCH 1335/2142] fix --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index a58b31439..b19d61f9f 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -909,7 +909,7 @@ "governance": [ { "type": "subsquare", - "url": "https://karuraa.subsquare.io/api" + "url": "https://karura.subsquare.io/api" } ] }, From d29534b8d0d5e0524df422d265127761f1f18878 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 16:22:55 +0500 Subject: [PATCH 1336/2142] add colors to staking networks --- chains/v13/chains_dev.json | 114 ++++++++++++++++++++++++++++++------- 1 file changed, 95 insertions(+), 19 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index b19d61f9f..7e1b2c49e 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -242,7 +242,11 @@ "options": [ "crowdloans", "governance" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } }, { "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", @@ -319,7 +323,11 @@ "options": [ "testnet", "crowdloans" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", @@ -1206,7 +1214,11 @@ "ethereumBased", "governance", "governance-v1" - ] + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", @@ -1260,7 +1272,11 @@ "options": [ "ethereumBased", "testnet" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", @@ -1668,7 +1684,11 @@ "options": [ "governance-v1", "governance" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", @@ -1936,7 +1956,11 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -2627,7 +2651,11 @@ "addressPrefix": 78, "options": [ "governance-v1" - ] + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", @@ -4333,7 +4361,11 @@ "addressPrefix": 73, "options": [ "governance-v1" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", @@ -5403,7 +5435,11 @@ "addressPrefix": 51, "options": [ "governance-v1" - ] + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", @@ -5454,7 +5490,11 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", @@ -5624,7 +5664,11 @@ "addressPrefix": 88, "options": [ "governance-v1" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", @@ -6117,7 +6161,11 @@ "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", @@ -6183,7 +6231,11 @@ "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", @@ -6551,7 +6603,11 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", @@ -6590,7 +6646,11 @@ "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", @@ -6620,7 +6680,11 @@ "addressPrefix": 51, "options": [ "testnet" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", @@ -6782,7 +6846,11 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", @@ -6861,7 +6929,11 @@ "testnet", "governance", "governance-v1" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", @@ -7798,7 +7870,11 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", From 7571188f9eb47c4128134713aebfc807e709e024 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 16:25:03 +0500 Subject: [PATCH 1337/2142] fix --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 7e1b2c49e..4b42a6399 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -326,7 +326,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" } }, { From dac4cf8f7510be96e201a00b4c98c638c9583ad5 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 16:39:20 +0500 Subject: [PATCH 1338/2142] add Tensor Wallet --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/TensorWallet.svg | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 icons/dapps/color/TensorWallet.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 21209da0e..3631ede7f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -763,6 +763,15 @@ "gaming" ], "desktopOnly": true + }, + { + "name": "Tensor Wallet", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/TensorWallet.svg", + "url": "https://tensorwallet.ca/", + "categories": [ + "utilities", + "staking" + ] } ] } diff --git a/icons/dapps/color/TensorWallet.svg b/icons/dapps/color/TensorWallet.svg new file mode 100644 index 000000000..2244b09e7 --- /dev/null +++ b/icons/dapps/color/TensorWallet.svg @@ -0,0 +1,4 @@ + + + + From fefd0a72dbcffbed1e3827243bcf5df5adf7418f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 17:20:12 +0500 Subject: [PATCH 1339/2142] promote Tensor Wallet dapp --- dapps/dapps.json | 9 +++++++++ dapps/dapps_full.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index d8813a8ed..b8e67db10 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -514,6 +514,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Tensor Wallet", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/TensorWallet.svg", + "url": "https://tensorwallet.ca/", + "categories": [ + "utilities", + "staking" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 4b7ec7551..222997401 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -662,6 +662,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Tensor Wallet", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/TensorWallet.svg", + "url": "https://tensorwallet.ca/", + "categories": [ + "utilities", + "staking" + ] } ] } From 8c6aea3a615e777fd01a8a7ab978655becdfe5d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 17:37:31 +0500 Subject: [PATCH 1340/2142] promote Moonriver OpenGov, Bifrost Polkadot, Acala, Karura Gov1 to prod --- chains/v13/chains.json | 38 +++++++++++++++++++++++++---- governance/v2/dapps.json | 46 ++++++++++++++++++++++++++++++++++++ governance/v2/dapps_dev.json | 6 ----- 3 files changed, 79 insertions(+), 11 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 867c70ad2..f8cb96487 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -839,10 +839,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 + "addressPrefix": 8, + "options": [ + "governance-v1" + ] }, { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -1399,8 +1408,8 @@ ], "governance": [ { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" } ] }, @@ -1408,6 +1417,7 @@ "addressPrefix": 1285, "options": [ "ethereumBased", + "governance", "governance-v1" ] }, @@ -2837,10 +2847,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 + "addressPrefix": 10, + "options": [ + "governance-v1" + ] }, { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", @@ -5203,10 +5222,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 + "addressPrefix": 6, + "options": [ + "governance-v1" + ] }, { "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index b3a2e497c..88eed7dbf 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -62,6 +62,13 @@ "urlV1": "https://moonriver.polkassembly.io/referendum/{referendumId}", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://moonriver.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://moonriver.subsquare.io/referenda/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" } ] }, @@ -158,5 +165,44 @@ "details": "Comment and react" } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://bifrost.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "dapps": [ + { + "title": "Polkassembly", + "urlV1": "https://acala.polkassembly.io/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", + "details": "Comment and react" + }, + { + "title": "Subsquare", + "urlV1": "https://acala.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://karura.subsquare.io/democracy/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] diff --git a/governance/v2/dapps_dev.json b/governance/v2/dapps_dev.json index 160f64c62..e6f2ee767 100644 --- a/governance/v2/dapps_dev.json +++ b/governance/v2/dapps_dev.json @@ -157,12 +157,6 @@ { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", "dapps": [ - { - "title": "Polkassembly", - "urlV1": "https://karura.polkassembly.io/referendum/{referendumId}", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkassembly.svg", - "details": "Comment and react" - }, { "title": "Subsquare", "urlV1": "https://karura.subsquare.io/democracy/referendum/{referendumId}", From 2dc386ff5c2d5cb4bf9cb5bc971e36671896fb64 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 3 Aug 2023 17:43:41 +0500 Subject: [PATCH 1341/2142] promote Bifrost Kusama Gov1 to prod --- chains/v13/chains.json | 11 ++++++++++- governance/v2/dapps.json | 12 ++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index f8cb96487..ba1f825f5 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1796,10 +1796,19 @@ "type": "subquery", "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 + "addressPrefix": 6, + "options": [ + "governance-v1" + ] }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", diff --git a/governance/v2/dapps.json b/governance/v2/dapps.json index 88eed7dbf..a60206d15 100644 --- a/governance/v2/dapps.json +++ b/governance/v2/dapps.json @@ -204,5 +204,17 @@ "details": "Comment and react" } ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "dapps": [ + { + "title": "Subsquare", + "urlV1": "https://bifrost-kusama.subsquare.io/democracy/referendum/{referendumId}", + "urlV2": "https://bifrost-kusama.subsquare.io/referenda/referendum/{referendumId}", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/SubSquare.svg", + "details": "Comment and react" + } + ] } ] From 296536cf9e440b7da04c73cf84bbce5368888785 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:57:16 +0000 Subject: [PATCH 1342/2142] Update dapps list --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index 0f4f29da5..63a9b5145 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -21,7 +21,7 @@ | 17 | GM! Say it back | https://app.gmordie.com/ | social | | 18 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | | 19 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | -| 20 | Impossible Finance | https://invest.impossible.finance/launchpad | dex,evm | +| 20 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | | 21 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | | 22 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | | 23 | Kanaria | https://kanaria.rmrk.app/ | nft | From 6e01689ed0f5175b499773522eebfa2b633446b9 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:16:10 +0000 Subject: [PATCH 1343/2142] Update chain types --- chains/v2/types/aleph_zero.json | 2 +- chains/v2/types/polkadex.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/aleph_zero.json b/chains/v2/types/aleph_zero.json index d52327dfc..22055479c 100644 --- a/chains/v2/types/aleph_zero.json +++ b/chains/v2/types/aleph_zero.json @@ -1,5 +1,5 @@ { - "runtime_id": 64, + "runtime_id": 65, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 2dc7d6499..4d43174eb 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 300, + "runtime_id": 302, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index ace8783c8..991e86cd2 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 46, + "runtime_id": 47, "types": { "Balance": "u128", "Index": "u64", From 711ae7b1635cfb7824ce4415fa0b1f750e6685da Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 4 Aug 2023 15:14:30 +0500 Subject: [PATCH 1344/2142] promote Bifrost Kusama OpenGov to prod --- chains/v13/chains.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ba1f825f5..530c1352b 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1807,7 +1807,8 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", "addressPrefix": 6, "options": [ - "governance-v1" + "governance-v1", + "governance" ] }, { From 7abc0ac9ae785192cbd8f30f388744f974951fa1 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:24:40 +0300 Subject: [PATCH 1345/2142] Update xcm coefficients (#1918) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 0d1918185..447102a3f 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2208804341" + "value": "2234283641" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7408703" + "value": "7363415" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -3436,7 +3436,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -4560,7 +4560,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xtokensDest" } @@ -4890,7 +4890,7 @@ "fee": { "mode": { "type": "proportional", - "value": "142928589914153" + "value": "146969405847447" }, "instructions": "xtokensDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2208804341" + "value": "2234283641" }, "instructions": "xcmPalletDest" } @@ -5406,7 +5406,7 @@ "fee": { "mode": { "type": "proportional", - "value": "402845046374" + "value": "401086891691" }, "instructions": "xcmPalletDest" } From 67534e705e196aa2839a885150d79690a83999f7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 4 Aug 2023 15:57:17 +0500 Subject: [PATCH 1346/2142] add Krest to dev --- chains/v13/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ chains/v2/types/krest.json | 16 ++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 chains/v2/types/krest.json diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 4b42a6399..90d16187b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8434,5 +8434,38 @@ "options": [ "testnet" ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 42 } ] diff --git a/chains/v2/types/krest.json b/chains/v2/types/krest.json new file mode 100644 index 000000000..c1867f702 --- /dev/null +++ b/chains/v2/types/krest.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 3, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "peaq_krest_runtime.Event": "GenericEvent", + "peaq_krest_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 281e3e955c1dbc58ea96e4e27b68ef88f79cbbb8 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 11:00:33 +0000 Subject: [PATCH 1347/2142] Update dapps list --- dapps/README.md | 142 ++++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 70 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 63a9b5145..e354ccf9b 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -1,72 +1,74 @@ # List of supported dapps -| -- | DApp | Url | Tags | -| --: | ------------------------------ | ---------------------------------------------------- | ----------------------------- | -| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | -| 2 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | -| 3 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | -| 4 | Astar DApp Hub | https://portal.astar.network/ | bridge,staking,evm | -| 5 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | -| 6 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | -| 7 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | -| 8 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | -| 9 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | -| 10 | DappRadar | https://dappradar.com/ | social | -| 11 | Darwinia App | https://apps.darwinia.network/ | staking | -| 12 | Dotmarketcap | https://dotmarketcap.com/ | social | -| 13 | Downtown Moonbeam | https://dtmb.xyz | evm,social | -| 14 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | -| 15 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | -| 16 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | -| 17 | GM! Say it back | https://app.gmordie.com/ | social | -| 18 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 19 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | -| 20 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | -| 21 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 22 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 23 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 24 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 25 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 26 | KodaDot | https://kodadot.xyz/ | nft | -| 27 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 28 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 29 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 30 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 31 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 32 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 33 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | -| 34 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | -| 35 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 36 | PABLO | https://app.pablo.finance/ | dex | -| 37 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 38 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 39 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 40 | Phala App | https://app.phala.network/ | staking | -| 41 | PolkaVerse | https://polkaverse.com/ | social | -| 42 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 43 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 44 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 45 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 46 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 47 | Polkawatch | https://polkawatch.app/ | staking | -| 48 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 49 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 50 | Raresama | https://raresama.com/ | nft | -| 51 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 52 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 53 | Singular | https://singular.rmrk.app/ | nft | -| 54 | Singular 2.0 | https://singular.app/ | nft | -| 55 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 56 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 57 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 58 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 59 | Sub.ID | https://sub.id/#/ | utilities | -| 60 | SubBridge | https://subbridge.io/ | bridge,evm | -| 61 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 62 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 63 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 64 | TofuNFT | https://tofunft.com/ | nft,evm | -| 65 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 66 | Zenlink | https://app.zenlink.pro | dex,staking | -| 67 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 68 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| -- | DApp | Url | Tags | +| --: | ------------------------------------ | ---------------------------------------------------- | ----------------------------- | +| 1 | ACE | https://ace.web3go.xyz/#/ | utilities | +| 2 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | +| 3 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | +| 4 | Astar DApp Hub | https://portal.astar.network/ | bridge,staking,evm | +| 5 | Awesome Ajuna Avatars (Desktop mode) | https://aaa.ajuna.io/ | nft,gaming | +| 6 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | +| 7 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | +| 8 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | +| 9 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | +| 10 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | +| 11 | DappRadar | https://dappradar.com/ | social | +| 12 | Darwinia App | https://apps.darwinia.network/ | staking | +| 13 | Dotmarketcap | https://dotmarketcap.com/ | social | +| 14 | Downtown Moonbeam | https://dtmb.xyz | evm,social | +| 15 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | +| 16 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | +| 17 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | +| 18 | GM! Say it back | https://app.gmordie.com/ | social | +| 19 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 20 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 21 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | +| 22 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | +| 23 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 24 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 25 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 26 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 27 | KodaDot | https://kodadot.xyz/ | nft | +| 28 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 29 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 30 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 31 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 32 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 33 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 34 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | +| 35 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | +| 36 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 37 | PABLO | https://app.pablo.finance/ | dex | +| 38 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 39 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 40 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 41 | Phala App | https://app.phala.network/ | staking | +| 42 | PolkaVerse | https://polkaverse.com/ | social | +| 43 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 44 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 45 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 46 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 47 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 48 | Polkawatch | https://polkawatch.app/ | staking | +| 49 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 50 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 51 | Raresama | https://raresama.com/ | nft | +| 52 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 53 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 54 | Singular | https://singular.rmrk.app/ | nft | +| 55 | Singular 2.0 | https://singular.app/ | nft | +| 56 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 57 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 58 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 59 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 60 | Sub.ID | https://sub.id/#/ | utilities | +| 61 | SubBridge | https://subbridge.io/ | bridge,evm | +| 62 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 63 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 64 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 65 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 66 | TofuNFT | https://tofunft.com/ | nft,evm | +| 67 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 68 | Zenlink | https://app.zenlink.pro | dex,staking | +| 69 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 70 | xx network Hub | https://hub.xx.network | social,staking,utilities | From c6c05ae3e84a5621aa9a7d276441a1d3b38ce36b Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:14:38 +0000 Subject: [PATCH 1348/2142] Update chain types --- chains/v2/types/bajun.json | 2 +- chains/v2/types/hydra_dx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index debd17277..71374d34d 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 120, + "runtime_id": 122, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 813a5c51b..23466cca9 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 160, + "runtime_id": 170, "types": { "Balance": "u128", "Index": "u32", From 647323f2db4574628e65c82c1bf877ec94eacebb Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:49:39 +0300 Subject: [PATCH 1349/2142] Update xcm coefficients (#1920) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 638be34ba..60c282841 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -725,7 +725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2208804341" + "value": "2234283641" }, "instructions": "xtokensDest" } @@ -888,7 +888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xcmPalletDest" } @@ -1209,7 +1209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -2393,7 +2393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7461952" + "value": "7339136" }, "instructions": "xcmPalletDest" } @@ -2593,7 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -2830,7 +2830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -3207,7 +3207,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -4183,7 +4183,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401984975729" + "value": "397744019283" }, "instructions": "xtokensDest" } @@ -4429,7 +4429,7 @@ "fee": { "mode": { "type": "proportional", - "value": "142536472195409" + "value": "146969405847447" }, "instructions": "xtokensDest" } @@ -4908,7 +4908,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2208804341" + "value": "2234283641" }, "instructions": "xcmPalletDest" } From e28a6bb3559187276cb9e2a6b380863b90618a4e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 09:54:41 +0500 Subject: [PATCH 1350/2142] add icons --- chains/v13/chains_dev.json | 4 ++-- icons/chains/gradient/krest.svg | 15 +++++++++++++++ icons/tokens/white/KREST.svg | 3 +++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 icons/chains/gradient/krest.svg create mode 100644 icons/tokens/white/KREST.svg diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 90d16187b..e7eda0ab3 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8444,7 +8444,7 @@ "assetId": 0, "symbol": "KREST", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" } ], "nodes": [ @@ -8465,7 +8465,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/krest.svg b/icons/chains/gradient/krest.svg new file mode 100644 index 000000000..dfad57837 --- /dev/null +++ b/icons/chains/gradient/krest.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/KREST.svg b/icons/tokens/white/KREST.svg new file mode 100644 index 000000000..845587555 --- /dev/null +++ b/icons/tokens/white/KREST.svg @@ -0,0 +1,3 @@ + + + From e36530ed2b66d1cccfb6abe910e29e86152bac73 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 10:12:10 +0500 Subject: [PATCH 1351/2142] add krest crowdloan --- crowdloan/kusama.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 7f394f47e..4a26bfc71 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -516,5 +516,14 @@ "description": "Multi-chain decentralized application layer on Kusama", "website": "https://shiden.astar.network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg" + }, + { + "paraid": "2241", + "name": "krest", + "token": "KREST", + "description": "krest is peaq’s canary network - the world's first and only Economy of Things simulation network.", + "website": "https://krest.peaq.network/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "rewardRate": 800 } ] From feda81212487df6f1d7c2d89ce026a271e646b4b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 10:15:34 +0500 Subject: [PATCH 1352/2142] fix --- crowdloan/kusama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/kusama.json b/crowdloan/kusama.json index 4a26bfc71..61663229f 100644 --- a/crowdloan/kusama.json +++ b/crowdloan/kusama.json @@ -521,7 +521,7 @@ "paraid": "2241", "name": "krest", "token": "KREST", - "description": "krest is peaq’s canary network - the world's first and only Economy of Things simulation network.", + "description": "krest is peaq’s canary network - the world's first and only Economy of Things simulation network", "website": "https://krest.peaq.network/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "rewardRate": 800 From a7db9b205a627aa16ae0d58e40bac6c6abe2a361 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 10:22:37 +0500 Subject: [PATCH 1353/2142] add Gov delegations to Bifrost Kusama --- chains/v13/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 530c1352b..7a2fb2503 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1802,6 +1802,12 @@ "type": "subsquare", "url": "https://bifrost-kusama.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-kusama-gov" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", From 7efd78bd8ad7f2d3a42c7523027d98854790e6e7 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 05:24:44 +0000 Subject: [PATCH 1354/2142] Update test data file --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index e999d898e..5bc5e225e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -368,5 +368,10 @@ "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", "name": "Efinity", "account": "0x5a2e5cc6b13a12fe352bcd49b6e0ad27b6658f2535b5a7f291a8d15f264a1870" + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "name": "krest", + "account": " - " } ] \ No newline at end of file From 74c8f6df04e558c4c777ee9476d26b05567202e4 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 11:27:14 +0500 Subject: [PATCH 1355/2142] Update tests/chains_for_testBalance.json add test account --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 5bc5e225e..f85d77902 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -372,6 +372,6 @@ { "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", "name": "krest", - "account": " - " + "account": "0x6678fd94b848f5d1e741196bd6d99c63f6f176c3ad8f906780935b1d48562d20" } ] \ No newline at end of file From dc0aebdf40ba60fe8a1f2598ba2cf3e157d69955 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:16:06 +0300 Subject: [PATCH 1356/2142] Astar XCMs (#1924) * adding Astar -> Acala xcm * change location path to relative * fix Acala fee * adding Astar - > bifrost * adding Astar -> HydraDX * Astar -> Moonbeam * Astar -> Parallel * decrease hydradx fee * update moonbeam fee * update hydraDX fee * DOT xcms for Astar * change location for DOT * adding USDT to Astar * change instructions --- xcm/v4/transfers_dev.json | 256 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 447102a3f..5d0fa7956 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -3200,6 +3200,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -5663,6 +5677,248 @@ ] } ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "54550320308823504" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "99824309215780225024" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2864709086" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From a57a03cb8d7cb982a1f884fc6cd99fa3cc26c80e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:16:33 +0300 Subject: [PATCH 1357/2142] Update xcm coefficients (#1928) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 5d0fa7956..6d4fc554c 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -514,7 +514,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -823,7 +823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2234283641" + "value": "2622993329" }, "instructions": "xtokensDest" } @@ -963,7 +963,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xcmPalletDest" } @@ -1298,7 +1298,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -2552,7 +2552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7363415" + "value": "7303816" }, "instructions": "xcmPalletDest" } @@ -2794,7 +2794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -3045,7 +3045,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -3450,7 +3450,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -4574,7 +4574,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xtokensDest" } @@ -4904,7 +4904,7 @@ "fee": { "mode": { "type": "proportional", - "value": "146969405847447" + "value": "140087223707541" }, "instructions": "xtokensDest" } @@ -5383,7 +5383,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2234283641" + "value": "2622993329" }, "instructions": "xcmPalletDest" } @@ -5420,7 +5420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401086891691" + "value": "413425968210" }, "instructions": "xcmPalletDest" } From a0c92e6eaefdd6d92ca43070d967f871a7274ec9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 13:21:45 +0300 Subject: [PATCH 1358/2142] promote ASTR back XCMs --- xcm/v4/transfers.json | 121 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 60c282841..8c3c8f4f5 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -2971,6 +2971,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3814,6 +3828,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1001602564102564096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5053,6 +5090,90 @@ ] } ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "100160000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "54550320308823504" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "99824309215780225024" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } \ No newline at end of file From 861f1af80945db3ca3af179b905fae171d429454 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 15:38:22 +0500 Subject: [PATCH 1359/2142] promote krest network to prod --- chains/v13/chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 867c70ad2..5b03a9400 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -6720,5 +6720,38 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 } ] From 1b2af5f30e5be80907a8d3d9da56c38fee2f9cee Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 15:50:58 +0500 Subject: [PATCH 1360/2142] promote delegations for Moonriver --- chains/v13/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 7a2fb2503..a7a031e5a 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1411,6 +1411,12 @@ "type": "subsquare", "url": "https://moonriver.subsquare.io/api" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", From 151d29ae5663e216c81cd1df00bb229cd763c908 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:12:27 +0300 Subject: [PATCH 1361/2142] Update xcm coefficients (#1930) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 60c282841..1a234fb0c 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -484,7 +484,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -725,7 +725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2234283641" + "value": "2622993329" }, "instructions": "xtokensDest" } @@ -888,7 +888,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xcmPalletDest" } @@ -1209,7 +1209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -2393,7 +2393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7339136" + "value": "7303816" }, "instructions": "xcmPalletDest" } @@ -2593,7 +2593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -2830,7 +2830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -3207,7 +3207,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -4183,7 +4183,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397744019283" + "value": "413365096584" }, "instructions": "xtokensDest" } @@ -4429,7 +4429,7 @@ "fee": { "mode": { "type": "proportional", - "value": "146969405847447" + "value": "140087223707541" }, "instructions": "xtokensDest" } @@ -4908,7 +4908,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2234283641" + "value": "2622993329" }, "instructions": "xcmPalletDest" } From 96ef072085898e6ca47402bdc47a012411fdcd01 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:13:08 +0300 Subject: [PATCH 1362/2142] Update networks list (#1933) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index d00c9406f..d4706c55e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 79 ### 💰 All assets 290 ### 🪙 Unique assets: 144 -### 💫 Cross Chain directions: 277 +### 💫 Cross Chain directions: 279 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 70 --- @@ -35,7 +35,7 @@ | 23 | Darwinia | RING
KTON | Subscan | - | | 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | -| 26 | Efinity (PAUSED) | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | | 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | @@ -86,6 +86,6 @@ | 74 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 75 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | 76 | Vara | VARA | Varascan | - | -| 77 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 77 | Westend | WND | Subscan | [nova-wallet-westend__bm92Y](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend__bm92Y) | | 78 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | | 79 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 8f94fa66c49a044f32da93884b0b7b5299b10a8a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 15:19:24 +0300 Subject: [PATCH 1363/2142] fix bifrost fee coeff --- xcm/v4/transfers.json | 2 +- xcm/v4/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 8c3c8f4f5..80cd27018 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -5122,7 +5122,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8799000000000000" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 6d4fc554c..f40590640 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -5709,7 +5709,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8799000000000000" }, "instructions": "xcmPalletDest" } From 95c25f28ba8fa705e0a74b3d2d5b4cf949b3aff9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 15:23:41 +0300 Subject: [PATCH 1364/2142] fix acala coeff --- xcm/v4/transfers.json | 2 +- xcm/v4/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 80cd27018..e8db2b21f 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -5108,7 +5108,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000000" + "value": "10016000000000000000" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index f40590640..b8f4879a2 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -5695,7 +5695,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000000" + "value": "10016000000000000000" }, "instructions": "xcmPalletDest" } From a5004e6216ad8e7b43009a561908431f2a944fa3 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 7 Aug 2023 17:25:49 +0500 Subject: [PATCH 1365/2142] remove delegations from Bifrost Kusama --- chains/v13/chains.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index a7a031e5a..e98ade03a 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1808,12 +1808,6 @@ "type": "subsquare", "url": "https://bifrost-kusama.subsquare.io/api" } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-kusama-gov" - } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", From f407cb519448111182da60f3768137281f21ac58 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 15:39:28 +0300 Subject: [PATCH 1366/2142] fix hydradx coeff --- xcm/v4/transfers.json | 2 +- xcm/v4/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index e8db2b21f..909e18b28 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -5136,7 +5136,7 @@ "fee": { "mode": { "type": "proportional", - "value": "54550320308823504" + "value": "132260688624999923712" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index b8f4879a2..a42def03c 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -5723,7 +5723,7 @@ "fee": { "mode": { "type": "proportional", - "value": "54550320308823504" + "value": "132260688624999923712" }, "instructions": "xcmPalletDest" } From 0d3def26f255f853477b9d25f42e1b6f9b442115 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 16:37:42 +0300 Subject: [PATCH 1367/2142] remove Parallel for Astar --- xcm/v4/transfers_dev.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index a42def03c..890d25375 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -5743,20 +5743,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] }, From c755aeafe1b2f56ff45ba7c00c7b8a8950973419 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 7 Aug 2023 16:38:41 +0300 Subject: [PATCH 1368/2142] remove Parallel -> Astar --- xcm/v4/transfers.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 909e18b28..a402dc862 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -3828,29 +3828,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 16, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1001602564102564096" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, From 183fa91eaf25fce298d0f5954f16531a5172d013 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:45:42 +0300 Subject: [PATCH 1369/2142] Update chain types (#1936) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/frequency.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index ea35f4879..f258975fd 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 28, + "runtime_id": 29, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/frequency.json b/chains/v2/types/frequency.json index 4825ab5ec..4ba26a395 100644 --- a/chains/v2/types/frequency.json +++ b/chains/v2/types/frequency.json @@ -1,5 +1,5 @@ { - "runtime_id": 30, + "runtime_id": 44, "types": { "Balance": "u128", "Index": "u32", From 9ae5a834609469965fb0d31fdbe7860c7de3459e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 8 Aug 2023 12:24:29 +0300 Subject: [PATCH 1370/2142] remove Parallel XCM --- xcm/v4/transfers.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index a402dc862..7c40e0b13 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -5133,20 +5133,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } From 71fe4b5ba4ed052ab634d034c48fa9b125a96725 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 8 Aug 2023 19:29:02 +0500 Subject: [PATCH 1371/2142] add krest price --- chains/v13/chains.json | 1 + chains/v13/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 87d6ea810..ae6617a35 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -6774,6 +6774,7 @@ "assetId": 0, "symbol": "KREST", "precision": 18, + "priceId": "krest", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" } ], diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e7eda0ab3..88276f93c 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8444,6 +8444,7 @@ "assetId": 0, "symbol": "KREST", "precision": 18, + "priceId": "krest", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" } ], From 137c34d68df148099678b6aa00d0a6e25ec9f45d Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:58:39 +0100 Subject: [PATCH 1372/2142] Update README.md --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index e354ccf9b..2e45cad93 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -5,7 +5,7 @@ | 1 | ACE | https://ace.web3go.xyz/#/ | utilities | | 2 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | | 3 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | -| 4 | Astar DApp Hub | https://portal.astar.network/ | bridge,staking,evm | +| 4 | Astar Portal | https://portal.astar.network/ | bridge,staking,evm | | 5 | Awesome Ajuna Avatars (Desktop mode) | https://aaa.ajuna.io/ | nft,gaming | | 6 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | | 7 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | From a55a0b7ddb1bbc29fc1fd3f1b1085ccea988e560 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:59:07 +0100 Subject: [PATCH 1373/2142] Update dapps_dev.json --- dapps/dapps_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index e3d25953f..adcbb86b7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -74,7 +74,7 @@ ] }, { - "name": "Astar DApp Hub", + "name": "Astar Portal", "url": "https://portal.astar.network/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ From 677336706ffe85c0be15ad3aade68a361a77edbf Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:59:33 +0100 Subject: [PATCH 1374/2142] Update dapps_full.json --- dapps/dapps_full.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index d880c2de4..c21aa4055 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -78,7 +78,7 @@ ] }, { - "name": "Astar DApp Hub", + "name": "Astar Portal", "url": "https://portal.astar.network/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ From ac96a7a1e3fb41876d10f2a42b78c0033f3486b9 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:59:58 +0100 Subject: [PATCH 1375/2142] Update dapps.json --- dapps/dapps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 8d4dabdc5..5c654ff4d 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -50,7 +50,7 @@ ] }, { - "name": "Astar DApp Hub", + "name": "Astar Portal", "url": "https://portal.astar.network/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Astar.png", "categories": [ From b301c2c7c56972c99d70e6fffed75d715313693f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 9 Aug 2023 10:40:47 +0500 Subject: [PATCH 1376/2142] add DOT, USDT on Polkadex --- chains/v13/chains_dev.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e7eda0ab3..e4d90eb6d 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5613,6 +5613,28 @@ ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } } ], "nodes": [ From e399d58a5422837e23a88a8516954412be20b930 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 06:15:46 +0000 Subject: [PATCH 1377/2142] Update networks list --- chains/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chains/README.md b/chains/README.md index d4706c55e..b58ada532 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 79 -### 💰 All assets 290 -### 🪙 Unique assets: 144 -### 💫 Cross Chain directions: 279 +### 🕸️ Supported networks: 80 +### 💰 All assets 291 +### 🪙 Unique assets: 145 +### 💫 Cross Chain directions: 284 ### 🧾 SubQuery API projects: 60 -### 👀 Networks with block explorers: 70 +### 👀 Networks with block explorers: 71 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -89,3 +89,4 @@ | 77 | Westend | WND | Subscan | [nova-wallet-westend__bm92Y](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend__bm92Y) | | 78 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | | 79 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 80 | krest | KREST | Subscan | - | From 5c53d04ab60de4bd40f01013d6df1fe3592820d8 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:16:14 +0000 Subject: [PATCH 1378/2142] Update chain types --- chains/v2/types/polkadex.json | 2 +- chains/v2/types/shiden.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 4d43174eb..9ef554240 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 302, + "runtime_id": 305, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index 9180b0249..2e2509114 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 100, + "runtime_id": 104, "types": { "Balance": "u128", "Index": "u32", From 1cabf493dd73571cdd51803708021bd12a5768e9 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 9 Aug 2023 13:36:07 +0500 Subject: [PATCH 1379/2142] prommote DOT, USDT on Polkadex --- chains/v13/chains.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ae6617a35..f02f843c6 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -5048,6 +5048,28 @@ ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } } ], "nodes": [ From 4e0faf1d843e65f73cc3807a3f6b866a65e0dcde Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:15:16 +0000 Subject: [PATCH 1380/2142] Update chain types --- chains/v2/types/composable.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polkadex.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index abde4efac..58bb4bf12 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10034, + "runtime_id": 10035, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index fafb6126e..b32c80ae9 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10034, + "runtime_id": 10035, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index 9ef554240..fc03ef156 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 305, + "runtime_id": 308, "types": { "Balance": "u128", "Index": "u32", From 15770d52eeabece41aebb412f9506b638c5796d4 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Aug 2023 18:37:10 +0500 Subject: [PATCH 1381/2142] add Button by Aleph Zero --- dapps/dapps_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index adcbb86b7..329adb3ae 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -772,6 +772,14 @@ "utilities", "staking" ] + }, + { + "name": "The Button", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "url": "https://the-button.azero.dev/play", + "categories": [ + "gaming" + ] } ] } From eaa3db34a2aaf114d4e0b612c951f33a89a768cf Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 10 Aug 2023 20:28:28 +0500 Subject: [PATCH 1382/2142] add Jur network to dev --- chains/v13/chains_dev.json | 37 +++++++++++++++++++++++++++++++++++++ chains/v2/types/jur.json | 16 ++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 chains/v2/types/jur.json diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e1a3d9ba7..2cbd9f519 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8490,5 +8490,42 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "extrinsic": null, + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 } ] diff --git a/chains/v2/types/jur.json b/chains/v2/types/jur.json new file mode 100644 index 000000000..1da87cd5f --- /dev/null +++ b/chains/v2/types/jur.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 103, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "jur_node_runtime.RuntimeEvent": "GenericEvent", + "jur_node_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 997b0a7f0f07133393037a1886221bf9b0088c07 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 11 Aug 2023 09:13:47 +0500 Subject: [PATCH 1383/2142] promote Button by Aleph Zero (#1945) --- dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 5c654ff4d..e9639ad7d 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -523,6 +523,14 @@ "utilities", "staking" ] + }, + { + "name": "The Button", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "url": "https://the-button.azero.dev/play", + "categories": [ + "gaming" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index c21aa4055..35e7ab94f 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -681,6 +681,14 @@ "utilities", "staking" ] + }, + { + "name": "The Button", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "url": "https://the-button.azero.dev/play", + "categories": [ + "gaming" + ] } ] } From 5cb9f2f9dcdbe260798f12dda8470f5617439322 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 04:14:39 +0000 Subject: [PATCH 1384/2142] Update dapps list --- dapps/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 2e45cad93..07bc97dcb 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -66,9 +66,10 @@ | 62 | Subsquare | https://polkadot.subsquare.io/ | governance | | 63 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | | 64 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 65 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 66 | TofuNFT | https://tofunft.com/ | nft,evm | -| 67 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 68 | Zenlink | https://app.zenlink.pro | dex,staking | -| 69 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 70 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 65 | The Button | https://the-button.azero.dev/play | gaming | +| 66 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 67 | TofuNFT | https://tofunft.com/ | nft,evm | +| 68 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 69 | Zenlink | https://app.zenlink.pro | dex,staking | +| 70 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 71 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 034042571aca6bb5e58e10cb00f0894aeb069cf3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 11 Aug 2023 09:35:26 +0500 Subject: [PATCH 1385/2142] add icons --- icons/chains/gradient/Jur.svg | 15 +++++++++++++++ icons/tokens/white/JUR.svg | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 icons/chains/gradient/Jur.svg create mode 100644 icons/tokens/white/JUR.svg diff --git a/icons/chains/gradient/Jur.svg b/icons/chains/gradient/Jur.svg new file mode 100644 index 000000000..6298a62d9 --- /dev/null +++ b/icons/chains/gradient/Jur.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/JUR.svg b/icons/tokens/white/JUR.svg new file mode 100644 index 000000000..1733137db --- /dev/null +++ b/icons/tokens/white/JUR.svg @@ -0,0 +1,3 @@ + + + From f4b13d28ecd2757e37473b7459105d357a8f687e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 11 Aug 2023 09:59:13 +0500 Subject: [PATCH 1386/2142] update Moonwell dapp url, category, icon, removed Artemis --- dapps/dapps_dev.json | 16 +++------------- icons/dapps/color/Moonwell.svg | 19 +++++++++---------- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 329adb3ae..2125a2af7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -418,12 +418,12 @@ ] }, { - "name": "Moonwell Apollo", + "name": "Moonwell", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", - "url": "https://moonwell.fi/apollo/MOVR", + "url": "https://moonwell.fi/discover", "categories": [ "bridge", - "dex", + "staking", "evm" ] }, @@ -444,16 +444,6 @@ "evm" ] }, - { - "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", - "url": "https://moonwell.fi/artemis/GLMR", - "categories": [ - "bridge", - "dex", - "evm" - ] - }, { "name": "Skybreach", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Skybreach.png", diff --git a/icons/dapps/color/Moonwell.svg b/icons/dapps/color/Moonwell.svg index df3c643ca..1e893843b 100644 --- a/icons/dapps/color/Moonwell.svg +++ b/icons/dapps/color/Moonwell.svg @@ -1,14 +1,13 @@ - - - - - - + + + + + + - - - - + + + From 0e6828452601d2cf2fad332ebd5a6f5dc7b88602 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 08:17:14 +0000 Subject: [PATCH 1387/2142] Update chain types --- chains/v2/types/subsocial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 13d0a70fb..c2248568d 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 26, + "runtime_id": 27, "types": { "Balance": "u128", "Index": "u32", From 0572eb88e2f21b214ee456f7498a8b0aeeb90da4 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 11 Aug 2023 14:24:54 +0500 Subject: [PATCH 1388/2142] update icon --- icons/dapps/color/Moonwell.svg | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/icons/dapps/color/Moonwell.svg b/icons/dapps/color/Moonwell.svg index 1e893843b..6e4233fde 100644 --- a/icons/dapps/color/Moonwell.svg +++ b/icons/dapps/color/Moonwell.svg @@ -1,13 +1,4 @@ - - - - - - - - - - - + + From 731b2d3bbcf5b2d0bad0e0ae890bf148dfd55f2d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 11 Aug 2023 14:29:05 +0500 Subject: [PATCH 1389/2142] update WELL icon --- icons/tokens/white/WELL.svg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/icons/tokens/white/WELL.svg b/icons/tokens/white/WELL.svg index 772bd8654..424e0fed9 100644 --- a/icons/tokens/white/WELL.svg +++ b/icons/tokens/white/WELL.svg @@ -1,8 +1,3 @@ - - - - - - + From d16523186665b03cde022dc2a4b7864c91392044 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 14 Aug 2023 10:13:09 +0500 Subject: [PATCH 1390/2142] remove extrincics in polkascan and nullable fields --- chains/v13/chains_dev.json | 230 ++++++++++++------------------------- 1 file changed, 75 insertions(+), 155 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e1a3d9ba7..f6cde8b85 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -55,12 +55,10 @@ { "name": "Subscan", "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null + "account": "https://polkadot.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", "account": "https://polkascan.io/polkadot/account/{address}", "event": "https://polkascan.io/polkadot/event/{event}" }, @@ -182,12 +180,10 @@ { "name": "Subscan", "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null + "account": "https://kusama.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", "account": "https://polkascan.io/kusama/account/{address}", "event": "https://polkascan.io/kusama/event/{event}" }, @@ -281,8 +277,7 @@ { "name": "Subscan", "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null + "account": "https://westend.subscan.io/account/{address}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", @@ -472,8 +467,7 @@ { "name": "Subscan", "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null + "account": "https://statemine.subscan.io/account/{address}" }, { "name": "Statescan", @@ -894,8 +888,7 @@ { "name": "Subscan", "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null + "account": "https://karura.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1156,14 +1149,12 @@ { "name": "Subscan", "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null + "account": "https://moonriver.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null + "account": "https://moonriver.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -1259,8 +1250,7 @@ { "name": "Subscan", "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null + "account": "https://moonbase.subscan.io/account/{address}" } ], "types": { @@ -1419,8 +1409,7 @@ { "name": "Subscan", "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null + "account": "https://shiden.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1646,8 +1635,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null + "account": "https://bifrost-kusama.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1868,8 +1856,7 @@ { "name": "Subscan", "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null + "account": "https://kintsugi.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1933,8 +1920,7 @@ { "name": "Subscan", "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null + "account": "https://edgeware.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2086,8 +2072,7 @@ { "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null + "account": "https://parallel-heiko.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -2205,8 +2190,7 @@ { "name": "Subscan", "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null + "account": "https://basilisk.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2273,8 +2257,7 @@ { "name": "Subscan", "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null + "account": "https://altair.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2445,8 +2428,7 @@ { "name": "Subscan", "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null + "account": "https://khala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2509,8 +2491,7 @@ { "name": "Subscan", "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null + "account": "https://spiritnet.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2567,8 +2548,7 @@ { "name": "Subscan", "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null + "account": "https://kilt-testnet.subscan.io/account/{address}" } ], "types": { @@ -2607,8 +2587,7 @@ { "name": "Subscan", "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null + "account": "https://calamari.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2696,8 +2675,7 @@ { "name": "Subscan", "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null + "account": "https://quartz.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2756,8 +2734,7 @@ { "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null + "account": "https://pioneer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3020,8 +2997,7 @@ { "name": "Subscan", "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null + "account": "https://acala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3091,8 +3067,7 @@ { "name": "Subscan", "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null + "account": "https://acala-testnet.subscan.io/account/{address}" } ], "types": { @@ -3259,14 +3234,12 @@ { "name": "Subscan", "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null + "account": "https://moonbeam.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null + "account": "https://moonbeam.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -3380,8 +3353,7 @@ { "name": "Etherscan", "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null + "account": "https://etherscan.io/address/{address}" } ], "externalApi": { @@ -3425,8 +3397,7 @@ { "name": "Etherscan", "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}", - "event": null + "account": "https://goerli.etherscan.io/address/{address}" } ], "externalApi": { @@ -3501,8 +3472,7 @@ { "name": "Subscan", "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null + "account": "https://equilibrium.subscan.io/account/{address}" } ], "externalApi": { @@ -3655,8 +3625,7 @@ { "name": "Subscan", "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null + "account": "https://astar.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3899,8 +3868,7 @@ { "name": "Subscan", "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null + "account": "https://parallel.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3962,8 +3930,7 @@ { "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null + "account": "https://clv.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4090,8 +4057,7 @@ { "name": "Subscan", "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null + "account": "https://robonomics.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4157,8 +4123,7 @@ { "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null + "account": "https://encointer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4249,8 +4214,7 @@ { "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null + "account": "https://picasso.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4324,8 +4288,7 @@ { "name": "Subscan", "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null + "account": "https://zeitgeist.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4390,8 +4353,7 @@ { "name": "Subscan", "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null + "account": "https://litmus.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4496,8 +4458,7 @@ { "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null + "account": "https://shadow.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4559,8 +4520,7 @@ { "name": "Subscan", "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null + "account": "https://integritee.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4614,8 +4574,7 @@ { "name": "Subscan", "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null + "account": "https://centrifuge-parachain.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4681,8 +4640,7 @@ { "name": "Subscan", "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null + "account": "https://efinity.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4860,8 +4818,7 @@ { "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null + "account": "https://hydradx.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5103,8 +5060,7 @@ { "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null + "account": "https://interlay.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5154,8 +5110,7 @@ { "name": "Subscan", "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null + "account": "https://nodle.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -5240,8 +5195,7 @@ { "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null + "account": "https://phala.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5402,8 +5356,7 @@ { "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null + "account": "https://turing.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5467,8 +5420,7 @@ { "name": "Subscan", "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null + "account": "https://alephzero.subscan.io/account/{address}" } ], "types": { @@ -5564,8 +5516,7 @@ { "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null + "account": "https://composable.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5647,8 +5598,7 @@ { "name": "Subscan", "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null + "account": "https://polkadex.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -5822,8 +5772,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null + "account": "https://bifrost.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5931,8 +5880,7 @@ { "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null + "account": "https://unique.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -6138,8 +6086,7 @@ { "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null + "account": "https://mangatax.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -6241,8 +6188,7 @@ { "name": "Subscan", "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null + "account": "https://polymesh.subscan.io/account/{address}" } ], "types": { @@ -6330,8 +6276,7 @@ { "name": "Subscan", "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}", - "event": null + "account": "https://bajun.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -6602,8 +6547,7 @@ { "name": "Ternoa explorer", "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null + "account": "https://explorer.ternoa.com/account/{address}" } ], "externalApi": { @@ -6656,8 +6600,7 @@ { "name": "Ternoa Alphanet explorer", "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null + "account": "https://explorer-alphanet.ternoa.dev/{address}" } ], "types": { @@ -6729,8 +6672,7 @@ { "name": "Governance2 Testnet explorer", "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null + "account": "https://gov2.statescan.io/account/{address}" } ], "types": { @@ -6859,8 +6801,7 @@ { "name": "Subscan", "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null + "account": "https://polymesh.subscan.io/account/{address}" } ], "types": { @@ -7018,9 +6959,7 @@ "explorers": [ { "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" } ], "externalApi": { @@ -7059,9 +6998,7 @@ "explorers": [ { "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" } ], "types": { @@ -7101,14 +7038,12 @@ { "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null + "account": "https://explorer.xx.network/accounts/{address}" }, { "name": "Polkastats", "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null + "account": "https://xx.polkastats.io/account/{address}" } ], "externalApi": { @@ -7212,8 +7147,7 @@ { "name": "Aventus testnet explorer", "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null + "account": "https://explorer.testnet.aventus.io/address/{address}" } ], "types": { @@ -7249,8 +7183,7 @@ { "name": "Aventus explorer", "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null + "account": "https://explorer.mainnet.aventus.io/address/{address}" } ], "externalApi": { @@ -7291,8 +7224,7 @@ { "name": "Subscan", "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null + "account": "https://crust-parachain.subscan.io/account/{address}" } ], "externalApi": { @@ -7577,8 +7509,7 @@ { "name": "Polygonscan", "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}", - "event": null + "account": "https://polygonscan.com/address/{address}" } ], "externalApi": { @@ -7622,8 +7553,7 @@ { "name": "Exosama explorer", "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null + "account": "https://explorer.exosama.com/address/{address}" } ], "externalApi": { @@ -7665,8 +7595,7 @@ { "name": "3DPass explorer", "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null + "account": "https://explorer.3dpass.org/account/{address}" } ], "externalApi": { @@ -7754,8 +7683,7 @@ { "name": "Subscan", "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null + "account": "https://darwinia.subscan.io/account/{address}" } ], "types": { @@ -7809,8 +7737,7 @@ { "name": "Subscan", "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null + "account": "https://crab.subscan.io/account/{address}" } ], "types": { @@ -7882,9 +7809,7 @@ "explorers": [ { "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null + "account": "https://explorer.vara-network.io/account/{address}" } ], "types": { @@ -7978,8 +7903,7 @@ { "name": "Testnet BscScan", "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}", - "event": null + "account": "https://testnet.bscscan.com/address/{address}" } ], "externalApi": { @@ -8049,20 +7973,17 @@ { "name": "BscScan", "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}", - "event": null + "account": "https://bscscan.com/address/{address}" }, { "name": "Bitquery", "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}", - "event": null + "account": "https://explorer.bitquery.io/bsc/address/{address}" }, { "name": "BSCTrace", "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}", - "event": null + "account": "https://bsctrace.com/address/{address}" } ], "externalApi": { @@ -8480,8 +8401,7 @@ { "name": "Subscan", "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}", - "event": null + "account": "https://krest.subscan.io/account/{address}" } ], "types": { From 176be39709587f33a4eec7c2f7330a2289f48f87 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 14 Aug 2023 15:09:33 +0500 Subject: [PATCH 1391/2142] add Manta network --- chains/v13/chains_dev.json | 36 +++++++++++++++++++++++++++++++++ chains/v2/types/manta.json | 16 +++++++++++++++ icons/chains/gradient/Manta.svg | 9 +++++++-- icons/tokens/white/MANTA.svg | 3 +++ 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 chains/v2/types/manta.json create mode 100644 icons/tokens/white/MANTA.svg diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e1a3d9ba7..ff6979a31 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8490,5 +8490,41 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + }, + { + "url": "wss://manta.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 } ] diff --git a/chains/v2/types/manta.json b/chains/v2/types/manta.json new file mode 100644 index 000000000..161c898fa --- /dev/null +++ b/chains/v2/types/manta.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 4400, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "manta_runtime.RuntimeEvent": "GenericEvent", + "manta_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Manta.svg b/icons/chains/gradient/Manta.svg index 26f729388..7eb7e7e88 100644 --- a/icons/chains/gradient/Manta.svg +++ b/icons/chains/gradient/Manta.svg @@ -1,11 +1,16 @@ - - + + + + + + + diff --git a/icons/tokens/white/MANTA.svg b/icons/tokens/white/MANTA.svg new file mode 100644 index 000000000..5d824e9be --- /dev/null +++ b/icons/tokens/white/MANTA.svg @@ -0,0 +1,3 @@ + + + From 401d31f90e872b35576ba055a245c35b529fb93d Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:34:42 +0100 Subject: [PATCH 1392/2142] Update chains_dev.json --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e1a3d9ba7..210df1c74 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -6465,7 +6465,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", + "name": "GM", "assets": [ { "assetId": 0, From 759f44d5cba294881650fab00989836e6f40d956 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:35:02 +0100 Subject: [PATCH 1393/2142] Update chains.json --- chains/v13/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ae6617a35..35f01aec3 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -5723,7 +5723,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", + "name": "GM", "assets": [ { "assetId": 0, From 870de76c609947d64e7de1baf9bd29d30705f643 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:38:43 +0100 Subject: [PATCH 1394/2142] Update chains.json --- chains/v12/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 1ba2c427a..3f884ff91 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5679,7 +5679,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", + "name": "GM", "assets": [ { "assetId": 0, From 98bba5319bc5679d0bc33fd6ab9ec1d7e41ed8a5 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:50:35 +0000 Subject: [PATCH 1395/2142] Update test data file --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index f85d77902..d5312f196 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -373,5 +373,10 @@ "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", "name": "krest", "account": "0x6678fd94b848f5d1e741196bd6d99c63f6f176c3ad8f906780935b1d48562d20" + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "account": " - " } ] \ No newline at end of file From 9d6eaaec37326b1b29bfdc6d8b39aa908f34fd1d Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:52:03 +0000 Subject: [PATCH 1396/2142] Update test data file --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index f85d77902..d5312f196 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -373,5 +373,10 @@ "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", "name": "krest", "account": "0x6678fd94b848f5d1e741196bd6d99c63f6f176c3ad8f906780935b1d48562d20" + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "account": " - " } ] \ No newline at end of file From a4ce0a643f5e134e760c0871bfaf882f31f32be3 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 07:02:58 +0000 Subject: [PATCH 1397/2142] Update test data file --- tests/chains_for_testBalance.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index f85d77902..1c8734918 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -373,5 +373,15 @@ "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", "name": "krest", "account": "0x6678fd94b848f5d1e741196bd6d99c63f6f176c3ad8f906780935b1d48562d20" + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "account": " - " + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "name": "Manta", + "account": " - " } ] \ No newline at end of file From 6563a8e197dcc3cb8764e48a17ee1d03fd440803 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Aug 2023 12:06:02 +0500 Subject: [PATCH 1398/2142] add test account --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d5312f196..65a101a7f 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -377,6 +377,6 @@ { "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", "name": "Jur", - "account": " - " + "account": "0xfb1818aca757d6bc9aa65c3a94f5a39ff1edbd92e47311c91ace601676168703" } ] \ No newline at end of file From a869d21890995f173416e59976b77bb18e532d11 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Aug 2023 12:11:54 +0500 Subject: [PATCH 1399/2142] add test account --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d5312f196..96e5b8ab9 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -377,6 +377,6 @@ { "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", "name": "Jur", - "account": " - " + "account": "0x54cc201c0e6933e1f6aeb40b251a250e4ccad43c510bbbcf7cd576fa078fd86b" } ] \ No newline at end of file From c75c4f05338cce74470c2a0786dab1bd42aa57e5 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:40:09 +0300 Subject: [PATCH 1400/2142] Update chain types (#1959) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/amplitude.json | 2 +- chains/v2/types/calamari.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/frequency.json | 2 +- chains/v2/types/picasso.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index 0f1d77b9e..25b1f4895 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 9, + "runtime_id": 10, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index 88f733055..a45f4c22c 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4300, + "runtime_id": 4310, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 58bb4bf12..5c234eb51 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10035, + "runtime_id": 10036, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/frequency.json b/chains/v2/types/frequency.json index 4ba26a395..63ac5244b 100644 --- a/chains/v2/types/frequency.json +++ b/chains/v2/types/frequency.json @@ -1,5 +1,5 @@ { - "runtime_id": 44, + "runtime_id": 48, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index b32c80ae9..6d28f2996 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10035, + "runtime_id": 10036, "types": { "Balance": "u128", "Index": "u32", From 74723b36e0020e594f66d65c0c2df2ccb0530a5d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:00:43 +0300 Subject: [PATCH 1401/2142] Centrifuge XCMs (#1955) * Adding assets * adding CFG token * Moonbeam Centrifuge * HydraDX Centrifuge * fix hydra fee * update hydra fee --- chains/v13/chains_dev.json | 25 +++++++++ xcm/v4/transfers_dev.json | 105 ++++++++++++++++++++++++++++++++++++- 2 files changed, 129 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 1aaba46a9..217cc2373 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -3210,6 +3210,17 @@ "typeExtras": { "assetId": "311091173110107856861649819128533077277" } + }, + { + "assetId": 10, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } } ], "nodes": [ @@ -4802,6 +4813,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 890d25375..174ea6a85 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -287,6 +287,20 @@ }, "instructions": "xtokensReserve" } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -345,7 +359,8 @@ "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", - "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000" + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" }, "chains": [ { @@ -1886,6 +1901,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5349,6 +5387,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5905,6 +5966,48 @@ ] } ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "121808020814554595328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From b05202ec63712e82b4ee6d732298e5df9d4b2fff Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:46:30 +0300 Subject: [PATCH 1402/2142] update assetId (#1961) * update assetId * update xcm id --- chains/v13/chains_dev.json | 2 +- xcm/v4/transfers_dev.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 217cc2373..5cc1aed91 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -3212,7 +3212,7 @@ } }, { - "assetId": 10, + "assetId": 11, "symbol": "xcCFG", "precision": 18, "type": "statemine", diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 174ea6a85..db0183975 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -1903,7 +1903,7 @@ ] }, { - "assetId": 10, + "assetId": 11, "assetLocation": "CFG", "assetLocationPath": { "type": "absolute" @@ -5980,7 +5980,7 @@ { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 10, + "assetId": 11, "fee": { "mode": { "type": "proportional", From 6dab49d01f2cfb2cac6ef71968f0ef3dfda8a76d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 15 Aug 2023 18:14:28 +0500 Subject: [PATCH 1403/2142] update Moonwell dapp --- dapps/dapps.json | 16 +++------------- dapps/dapps_full.json | 16 +++------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index e9639ad7d..598c0d07f 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -275,12 +275,12 @@ ] }, { - "name": "Moonwell Apollo", + "name": "Moonwell", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", - "url": "https://moonwell.fi/apollo/MOVR", + "url": "https://moonwell.fi/discover", "categories": [ "bridge", - "dex", + "staking", "evm" ] }, @@ -293,16 +293,6 @@ "evm" ] }, - { - "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", - "url": "https://moonwell.fi/artemis/GLMR", - "categories": [ - "bridge", - "dex", - "evm" - ] - }, { "name": "Polkawatch", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Polkawatch.svg", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 35e7ab94f..2595c49bf 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -339,12 +339,12 @@ ] }, { - "name": "Moonwell Apollo", + "name": "Moonwell", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Moonwell.svg", - "url": "https://moonwell.fi/apollo/MOVR", + "url": "https://moonwell.fi/discover", "categories": [ "bridge", - "dex", + "staking", "evm" ] }, @@ -357,16 +357,6 @@ "evm" ] }, - { - "name": "Moonwell Artemis", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/MoonwellArtemis.svg", - "url": "https://moonwell.fi/artemis/GLMR", - "categories": [ - "bridge", - "dex", - "evm" - ] - }, { "name": "Skybreach", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Skybreach.png", From 62b639edccde116553294f7cfc90dee05281ab68 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:43:05 +0300 Subject: [PATCH 1404/2142] Promote/cfg_xcms (#1960) * adding new assets * Adding XCMs * remove unnecessary changes * remove unnecessary changes * fix asset id --- chains/v13/chains.json | 25 ++++++++++ xcm/v4/transfers.json | 105 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 129 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ec92d4750..112fa4514 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -983,6 +983,17 @@ "typeExtras": { "assetId": "311091173110107856861649819128533077277" } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } } ], "nodes": [ @@ -4336,6 +4347,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index ea30dda16..9565703d9 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -261,6 +261,20 @@ }, "instructions": "xtokensReserve" } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -315,7 +329,8 @@ "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", - "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000" + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" }, "chains": [ { @@ -1727,6 +1742,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4888,6 +4926,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10103663588417159168" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5137,6 +5198,48 @@ ] } ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "121808020814554595328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } \ No newline at end of file From 01e19c597ef2b03319241ab0f45da9d951f478a6 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:43:26 +0300 Subject: [PATCH 1405/2142] Update networks list (#1964) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index b58ada532..8c017f47c 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 80 -### 💰 All assets 291 +### 💰 All assets 293 ### 🪙 Unique assets: 145 ### 💫 Cross Chain directions: 284 ### 🧾 SubQuery API projects: 60 @@ -42,7 +42,7 @@ | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 31 | Frequency | FRQCY | Polkaholic | - | | 32 | GIANT | GIANT | - | - | -| 33 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | - | | 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | @@ -71,7 +71,7 @@ | 59 | Pendulum | PEN
DOT
USDT | - | - | | 60 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 61 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 62 | Polkadex | PDEX | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 62 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 63 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | | 64 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 65 | Polkadot Bridge Hub | DOT | - | - | From efd238906d8f5daf2cad399eac84bb273a350515 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:44:39 +0300 Subject: [PATCH 1406/2142] Update networks list (#1965) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chains/README.md b/chains/README.md index 8c017f47c..b7761b6f8 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 80 -### 💰 All assets 293 -### 🪙 Unique assets: 145 -### 💫 Cross Chain directions: 284 +### 💰 All assets 295 +### 🪙 Unique assets: 146 +### 💫 Cross Chain directions: 288 ### 🧾 SubQuery API projects: 60 ### 👀 Networks with block explorers: 71 --- @@ -44,7 +44,7 @@ | 32 | GIANT | GIANT | - | - | | 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | - | -| 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT
CFG | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | @@ -61,7 +61,7 @@ | 49 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 50 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 51 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 52 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 52 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 53 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 54 | Myriad | MYRIA | Explorer | - | | 55 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | From 94221f97fa62f9d8b0819d808761bb141a7209b5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 16 Aug 2023 10:54:32 +0500 Subject: [PATCH 1407/2142] promote remove extrinsics from polkascan, remove null fields --- chains/v13/chains.json | 183 ++++++++++++------------------------- chains/v13/chains_dev.json | 3 +- 2 files changed, 62 insertions(+), 124 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ec92d4750..8cfc35d8d 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -54,12 +54,10 @@ { "name": "Subscan", "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null + "account": "https://polkadot.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", "account": "https://polkascan.io/polkadot/account/{address}", "event": "https://polkascan.io/polkadot/event/{event}" }, @@ -176,12 +174,10 @@ { "name": "Subscan", "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null + "account": "https://kusama.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", "account": "https://polkascan.io/kusama/account/{address}", "event": "https://polkascan.io/kusama/event/{event}" }, @@ -270,8 +266,7 @@ { "name": "Subscan", "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null + "account": "https://westend.subscan.io/account/{address}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", @@ -398,8 +393,7 @@ { "name": "Subscan", "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null + "account": "https://statemine.subscan.io/account/{address}" }, { "name": "Statescan", @@ -820,8 +814,7 @@ { "name": "Subscan", "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null + "account": "https://karura.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1007,14 +1000,12 @@ { "name": "Subscan", "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null + "account": "https://moonbeam.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null + "account": "https://moonbeam.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -1120,8 +1111,7 @@ { "name": "Etherscan", "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null + "account": "https://etherscan.io/address/{address}" } ], "externalApi": { @@ -1367,14 +1357,12 @@ { "name": "Subscan", "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null + "account": "https://moonriver.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null + "account": "https://moonriver.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -1568,8 +1556,7 @@ { "name": "Subscan", "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null + "account": "https://shiden.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1783,8 +1770,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null + "account": "https://bifrost-kusama.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1913,8 +1899,7 @@ { "name": "Subscan", "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null + "account": "https://basilisk.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1977,8 +1962,7 @@ { "name": "Subscan", "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null + "account": "https://altair.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2138,8 +2122,7 @@ { "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null + "account": "https://parallel-heiko.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -2192,8 +2175,7 @@ { "name": "Subscan", "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null + "account": "https://edgeware.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2342,8 +2324,7 @@ { "name": "Subscan", "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null + "account": "https://khala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2397,8 +2378,7 @@ { "name": "Subscan", "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null + "account": "https://spiritnet.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2460,8 +2440,7 @@ { "name": "Subscan", "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null + "account": "https://calamari.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2533,8 +2512,7 @@ { "name": "Subscan", "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null + "account": "https://quartz.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2593,8 +2571,7 @@ { "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null + "account": "https://pioneer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -2840,8 +2817,7 @@ { "name": "Subscan", "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null + "account": "https://acala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3012,8 +2988,7 @@ { "name": "Subscan", "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null + "account": "https://astar.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3247,8 +3222,7 @@ { "name": "Subscan", "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null + "account": "https://parallel.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3298,8 +3272,7 @@ { "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null + "account": "https://clv.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3415,8 +3388,7 @@ { "name": "Subscan", "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null + "account": "https://robonomics.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3482,8 +3454,7 @@ { "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null + "account": "https://encointer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3684,8 +3655,7 @@ { "name": "Subscan", "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null + "account": "https://kintsugi.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3780,8 +3750,7 @@ { "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null + "account": "https://picasso.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3834,8 +3803,7 @@ { "name": "Subscan", "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null + "account": "https://zeitgeist.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3900,8 +3868,7 @@ { "name": "Subscan", "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null + "account": "https://litmus.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4003,8 +3970,7 @@ { "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null + "account": "https://shadow.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4054,8 +4020,7 @@ { "name": "Subscan", "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null + "account": "https://integritee.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4109,8 +4074,7 @@ { "name": "Subscan", "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null + "account": "https://centrifuge-parachain.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4176,8 +4140,7 @@ { "name": "Subscan", "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null + "account": "https://efinity.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4352,8 +4315,7 @@ { "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null + "account": "https://hydradx.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4595,8 +4557,7 @@ { "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null + "account": "https://interlay.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4646,8 +4607,7 @@ { "name": "Subscan", "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null + "account": "https://nodle.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4705,8 +4665,7 @@ { "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null + "account": "https://phala.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4867,8 +4826,7 @@ { "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null + "account": "https://turing.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4918,8 +4876,7 @@ { "name": "Subscan", "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null + "account": "https://alephzero.subscan.io/account/{address}" } ], "types": { @@ -5011,8 +4968,7 @@ { "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null + "account": "https://composable.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5082,8 +5038,7 @@ { "name": "Subscan", "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null + "account": "https://polkadex.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -5241,8 +5196,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null + "account": "https://bifrost.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5350,8 +5304,7 @@ { "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null + "account": "https://unique.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5557,8 +5510,7 @@ { "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null + "account": "https://mangatax.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5870,8 +5822,7 @@ { "name": "Ternoa explorer", "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null + "account": "https://explorer.ternoa.com/account/{address}" } ], "externalApi": { @@ -5998,8 +5949,7 @@ { "name": "Subscan", "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null + "account": "https://polymesh.subscan.io/account/{address}" } ], "types": { @@ -6070,9 +6020,7 @@ "explorers": [ { "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" } ], "types": { @@ -6112,14 +6060,12 @@ { "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null + "account": "https://explorer.xx.network/accounts/{address}" }, { "name": "Polkastats", "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null + "account": "https://xx.polkastats.io/account/{address}" } ], "externalApi": { @@ -6214,8 +6160,7 @@ { "name": "Subscan", "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null + "account": "https://crust-parachain.subscan.io/account/{address}" } ], "types": { @@ -6248,8 +6193,7 @@ { "name": "Aventus explorer", "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null + "account": "https://explorer.mainnet.aventus.io/address/{address}" } ], "types": { @@ -6307,8 +6251,7 @@ { "name": "Exosama explorer", "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null + "account": "https://explorer.exosama.com/address/{address}" } ], "externalApi": { @@ -6407,8 +6350,7 @@ { "name": "Subscan", "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null + "account": "https://equilibrium.subscan.io/account/{address}" } ], "externalApi": { @@ -6476,8 +6418,7 @@ { "name": "3DPass explorer", "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null + "account": "https://explorer.3dpass.org/account/{address}" } ], "types": { @@ -6520,8 +6461,7 @@ { "name": "Subscan", "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null + "account": "https://darwinia.subscan.io/account/{address}" } ], "types": { @@ -6575,8 +6515,7 @@ { "name": "Subscan", "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null + "account": "https://crab.subscan.io/account/{address}" } ], "types": { @@ -6645,9 +6584,8 @@ "explorers": [ { "name": "Varascan", - "extrinsic": null, "account": "https://explorer.vara-network.io/account/{address}", - "event": null + "event": "https://explorer.vara-network.io/event/{event}" } ], "types": { @@ -6810,8 +6748,7 @@ { "name": "Subscan", "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}", - "event": null + "account": "https://krest.subscan.io/account/{address}" } ], "types": { diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 4e9ac966d..e6a12d850 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7834,7 +7834,8 @@ "explorers": [ { "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}" + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" } ], "types": { From 3e0187e4e26ef231e02a5cd5b2056ed496ffffb8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 16 Aug 2023 10:55:10 +0500 Subject: [PATCH 1408/2142] add LICENSE, NOTICE file (#1908) * add license, notice file * fix indent * update repo name * add Readme footer, update Notice title and text * fix * fix * fix * add copyright, grammar fixes --- LICENSE | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ NOTICE | 5 ++ README.md | 10 +++- 3 files changed, 188 insertions(+), 3 deletions(-) create mode 100644 LICENSE create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..2bb9ad240 --- /dev/null +++ b/LICENSE @@ -0,0 +1,176 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..48a3f1a7c --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Nova utils + +Copyright 2022-2023 Novasama Technologies PTE. LTD. +This product includes software developed at Novasama Technologies PTE. LTD. +License Rights transferred from Novasama Technologies PTE. LTD to Novasama Technologies GmbH starting from 1st of April 2023 diff --git a/README.md b/README.md index f776d1b27..c3b15d12b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Nova Utils ## About -This repo contains static information (logos, links, etc) to support client apps in Polkadot & Kusama ecosystem (e.g. [Nova Wallet]) to map it to the keys/ids from the network itself. +This repo contains static information (logos, links, etc.) to support client apps in Polkadot & Kusama ecosystem (e.g. [Nova Wallet]) to map it to the keys/ids from the network itself. -Note: For better UX in your app its recommended to -1. prepare UI states & logic when this information cannot be fetched due to github unavailability +Note: For better UX in your app it is recommended to +1. prepare UI states & logic when this information cannot be fetched due to gitHub unavailability 2. cache the data to cover part of the issue of 1. ### [List of supported networks](https://github.com/novasamatech/nova-utils/tree/master/chains#supported-networks--assets-data) @@ -35,3 +35,7 @@ Contains the iconography for the different parachains and DApp's. Note: Icons should be used from trusted sources, however currently icons are not available on the participants' websites, so for convenience, there is /icons folder. [Nova Wallet]: https://t.me/novawallet + +## License +Nova utils is available under the Apache 2.0 license. See the LICENSE file for more info. +© Novasama Technologies GmbH 2023 \ No newline at end of file From eec4e80618af323e623ea48e660645e4586a609b Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 05:57:58 +0000 Subject: [PATCH 1409/2142] Update dapps list --- dapps/README.md | 75 ++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 07bc97dcb..1ba1c9a58 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -35,41 +35,40 @@ | 31 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | | 32 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | | 33 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 34 | Moonwell Apollo | https://moonwell.fi/apollo/MOVR | bridge,dex,evm | -| 35 | Moonwell Artemis | https://moonwell.fi/artemis/GLMR | bridge,dex,evm | -| 36 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 37 | PABLO | https://app.pablo.finance/ | dex | -| 38 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 39 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 40 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 41 | Phala App | https://app.phala.network/ | staking | -| 42 | PolkaVerse | https://polkaverse.com/ | social | -| 43 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 44 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 45 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 46 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 47 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 48 | Polkawatch | https://polkawatch.app/ | staking | -| 49 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 50 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 51 | Raresama | https://raresama.com/ | nft | -| 52 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 53 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 54 | Singular | https://singular.rmrk.app/ | nft | -| 55 | Singular 2.0 | https://singular.app/ | nft | -| 56 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 57 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 58 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 59 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 60 | Sub.ID | https://sub.id/#/ | utilities | -| 61 | SubBridge | https://subbridge.io/ | bridge,evm | -| 62 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 63 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 64 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 65 | The Button | https://the-button.azero.dev/play | gaming | -| 66 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 67 | TofuNFT | https://tofunft.com/ | nft,evm | -| 68 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 69 | Zenlink | https://app.zenlink.pro | dex,staking | -| 70 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 71 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 34 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 35 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 36 | PABLO | https://app.pablo.finance/ | dex | +| 37 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 38 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 39 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 40 | Phala App | https://app.phala.network/ | staking | +| 41 | PolkaVerse | https://polkaverse.com/ | social | +| 42 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 43 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 44 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 45 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 46 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 47 | Polkawatch | https://polkawatch.app/ | staking | +| 48 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 49 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 50 | Raresama | https://raresama.com/ | nft | +| 51 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 52 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 53 | Singular | https://singular.rmrk.app/ | nft | +| 54 | Singular 2.0 | https://singular.app/ | nft | +| 55 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 56 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 57 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 58 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 59 | Sub.ID | https://sub.id/#/ | utilities | +| 60 | SubBridge | https://subbridge.io/ | bridge,evm | +| 61 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 62 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 63 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 64 | The Button | https://the-button.azero.dev/play | gaming | +| 65 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 66 | TofuNFT | https://tofunft.com/ | nft,evm | +| 67 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 68 | Zenlink | https://app.zenlink.pro | dex,staking | +| 69 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 70 | xx network Hub | https://hub.xx.network | social,staking,utilities | From b353b8ea8ddd7879b3d22c4574e1165fcd197f55 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 16 Aug 2023 11:11:27 +0300 Subject: [PATCH 1410/2142] update prod from dev --- chains/v13/chains.json | 321 +++++++++++++++++++++++------------------ 1 file changed, 183 insertions(+), 138 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 112fa4514..222ec542f 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -54,12 +54,10 @@ { "name": "Subscan", "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null + "account": "https://polkadot.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", "account": "https://polkascan.io/polkadot/account/{address}", "event": "https://polkascan.io/polkadot/event/{event}" }, @@ -176,12 +174,10 @@ { "name": "Subscan", "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null + "account": "https://kusama.subscan.io/account/{address}" }, { "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", "account": "https://polkascan.io/kusama/account/{address}", "event": "https://polkascan.io/kusama/event/{event}" }, @@ -270,8 +266,7 @@ { "name": "Subscan", "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null + "account": "https://westend.subscan.io/account/{address}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", @@ -298,6 +293,15 @@ "type": "github", "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } ] }, "options": [ @@ -398,8 +402,7 @@ { "name": "Subscan", "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null + "account": "https://statemine.subscan.io/account/{address}" }, { "name": "Statescan", @@ -820,8 +823,7 @@ { "name": "Subscan", "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null + "account": "https://karura.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1018,14 +1020,12 @@ { "name": "Subscan", "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null + "account": "https://moonbeam.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null + "account": "https://moonbeam.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -1060,7 +1060,7 @@ "governance": [ { "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } ] }, @@ -1069,7 +1069,11 @@ "options": [ "ethereumBased", "governance-v1" - ] + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "eip155:1", @@ -1116,23 +1120,26 @@ }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", "name": "Infura node 3" }, { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" }, { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" } ], "explorers": [ { "name": "Etherscan", "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null + "account": "https://etherscan.io/address/{address}" } ], "externalApi": { @@ -1378,14 +1385,12 @@ { "name": "Subscan", "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null + "account": "https://moonriver.subscan.io/account/{address}" }, { "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null + "account": "https://moonriver.moonscan.io/address/{address}" }, { "name": "Polkaholic", @@ -1579,8 +1584,7 @@ { "name": "Subscan", "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null + "account": "https://shiden.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1592,6 +1596,12 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, "externalApi": { "history": [ { @@ -1599,12 +1609,6 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" } ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true } }, { @@ -1794,8 +1798,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null + "account": "https://bifrost-kusama.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1814,6 +1817,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], "governance": [ { "type": "subsquare", @@ -1924,8 +1933,7 @@ { "name": "Subscan", "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null + "account": "https://basilisk.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -1988,8 +1996,7 @@ { "name": "Subscan", "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null + "account": "https://altair.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2149,8 +2156,7 @@ { "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null + "account": "https://parallel-heiko.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -2203,8 +2209,7 @@ { "name": "Subscan", "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null + "account": "https://edgeware.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2353,8 +2358,7 @@ { "name": "Subscan", "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null + "account": "https://khala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2408,8 +2412,7 @@ { "name": "Subscan", "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null + "account": "https://spiritnet.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2471,8 +2474,7 @@ { "name": "Subscan", "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null + "account": "https://calamari.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2544,8 +2546,7 @@ { "name": "Subscan", "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null + "account": "https://quartz.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -2604,8 +2605,7 @@ { "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null + "account": "https://pioneer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -2819,6 +2819,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 14, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -2851,8 +2865,7 @@ { "name": "Subscan", "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null + "account": "https://acala.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3023,8 +3036,7 @@ { "name": "Subscan", "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null + "account": "https://astar.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3258,8 +3270,7 @@ { "name": "Subscan", "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null + "account": "https://parallel.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3309,8 +3320,7 @@ { "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null + "account": "https://clv.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3426,8 +3436,7 @@ { "name": "Subscan", "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null + "account": "https://robonomics.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3493,8 +3502,7 @@ { "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null + "account": "https://encointer.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3695,8 +3703,7 @@ { "name": "Subscan", "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null + "account": "https://kintsugi.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3791,8 +3798,7 @@ { "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null + "account": "https://picasso.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -3845,8 +3851,7 @@ { "name": "Subscan", "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null + "account": "https://zeitgeist.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -3911,8 +3916,7 @@ { "name": "Subscan", "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null + "account": "https://litmus.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4014,8 +4018,7 @@ { "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null + "account": "https://shadow.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4065,8 +4068,7 @@ { "name": "Subscan", "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null + "account": "https://integritee.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4120,8 +4122,7 @@ { "name": "Subscan", "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null + "account": "https://centrifuge-parachain.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4187,8 +4188,7 @@ { "name": "Subscan", "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null + "account": "https://efinity.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4209,7 +4209,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", @@ -4239,7 +4242,7 @@ }, { "assetId": 2, - "symbol": "DAI", + "symbol": "DAI-worm", "precision": 18, "priceId": "dai", "type": "orml", @@ -4377,8 +4380,7 @@ { "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null + "account": "https://hydradx.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4620,8 +4622,7 @@ { "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null + "account": "https://interlay.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4671,8 +4672,7 @@ { "name": "Subscan", "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null + "account": "https://nodle.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -4730,8 +4730,7 @@ { "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null + "account": "https://phala.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4892,8 +4891,7 @@ { "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null + "account": "https://turing.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -4943,8 +4941,7 @@ { "name": "Subscan", "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null + "account": "https://alephzero.subscan.io/account/{address}" } ], "types": { @@ -5036,8 +5033,7 @@ { "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null + "account": "https://composable.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5107,8 +5103,7 @@ { "name": "Subscan", "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null + "account": "https://polkadex.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -5266,8 +5261,7 @@ { "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null + "account": "https://bifrost.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5375,8 +5369,7 @@ { "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null + "account": "https://unique.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5582,8 +5575,7 @@ { "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null + "account": "https://mangatax.subscan.io/account/{address}" }, { "name": "Polkaholic", @@ -5666,6 +5658,11 @@ } ], "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, { "name": "Polkaholic", "account": "https://polkaholic.io/account/{address}", @@ -5895,8 +5892,7 @@ { "name": "Ternoa explorer", "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null + "account": "https://explorer.ternoa.com/account/{address}" } ], "externalApi": { @@ -6023,8 +6019,7 @@ { "name": "Subscan", "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null + "account": "https://polymesh.subscan.io/account/{address}" } ], "types": { @@ -6095,11 +6090,17 @@ "explorers": [ { "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", "overridesCommon": true @@ -6137,14 +6138,12 @@ { "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null + "account": "https://explorer.xx.network/accounts/{address}" }, { "name": "Polkastats", "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null + "account": "https://xx.polkastats.io/account/{address}" } ], "externalApi": { @@ -6209,6 +6208,14 @@ "name": "Pendulum node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", "overridesCommon": true @@ -6239,10 +6246,17 @@ { "name": "Subscan", "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null + "account": "https://crust-parachain.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true @@ -6273,10 +6287,17 @@ { "name": "Aventus explorer", "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null + "account": "https://explorer.mainnet.aventus.io/address/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", "overridesCommon": true @@ -6302,6 +6323,14 @@ "name": "Hashed systems 2 node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", "overridesCommon": true @@ -6332,8 +6361,7 @@ { "name": "Exosama explorer", "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null + "account": "https://explorer.exosama.com/address/{address}" } ], "externalApi": { @@ -6372,6 +6400,14 @@ "name": "Opentensor Fdn node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", "overridesCommon": true @@ -6432,8 +6468,7 @@ { "name": "Subscan", "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null + "account": "https://equilibrium.subscan.io/account/{address}" } ], "externalApi": { @@ -6473,6 +6508,14 @@ "name": "RadiumBlock node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true @@ -6501,10 +6544,17 @@ { "name": "3DPass explorer", "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null + "account": "https://explorer.3dpass.org/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", "overridesCommon": true @@ -6545,8 +6595,7 @@ { "name": "Subscan", "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null + "account": "https://darwinia.subscan.io/account/{address}" } ], "types": { @@ -6600,8 +6649,7 @@ { "name": "Subscan", "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null + "account": "https://crab.subscan.io/account/{address}" } ], "types": { @@ -6670,9 +6718,7 @@ "explorers": [ { "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null + "account": "https://explorer.vara-network.io/account/{address}" } ], "types": { @@ -6835,8 +6881,7 @@ { "name": "Subscan", "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}", - "event": null + "account": "https://krest.subscan.io/account/{address}" } ], "types": { From 6657d34c98951e8d9bf7e4825dcb42e7db59ff38 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:33:40 +0300 Subject: [PATCH 1411/2142] Update chain types (#1969) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/vara.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/vara.json b/chains/v2/types/vara.json index b9c863ee9..c03bed661 100644 --- a/chains/v2/types/vara.json +++ b/chains/v2/types/vara.json @@ -1,5 +1,5 @@ { - "runtime_id": 140, + "runtime_id": 210, "types": { "Balance": "u128", "Index": "u32", From b0b17168d17be73640a022eab894ef8933df5abc Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 16 Aug 2023 13:34:21 +0500 Subject: [PATCH 1412/2142] promote Jur network --- chains/v13/chains.json | 36 ++++++++++++++++++++++++++++++++++++ chains/v13/chains_dev.json | 1 - 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 112fa4514..f71fd007b 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -6845,5 +6845,41 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 } ] diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 4e9ac966d..eb8ecb861 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8461,7 +8461,6 @@ "explorers": [ { "name": "Polkascan", - "extrinsic": null, "account": "https://jur.io/explorer/jur/account/{address}", "event": "https://jur.io/explorer/jur/event/{event}" } From ef74ccb5b223c88d1b4ded71a3aa868ad0d09097 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 16 Aug 2023 11:59:48 +0300 Subject: [PATCH 1413/2142] remove event deletion --- chains/v13/chains.json | 207 ++++++++++++++++++++++++++--------------- 1 file changed, 132 insertions(+), 75 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 222ec542f..0e7a7a79d 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -54,10 +54,12 @@ { "name": "Subscan", "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" + "account": "https://polkadot.subscan.io/account/{address}", + "event": null }, { "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", "account": "https://polkascan.io/polkadot/account/{address}", "event": "https://polkascan.io/polkadot/event/{event}" }, @@ -174,10 +176,12 @@ { "name": "Subscan", "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" + "account": "https://kusama.subscan.io/account/{address}", + "event": null }, { "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", "account": "https://polkascan.io/kusama/account/{address}", "event": "https://polkascan.io/kusama/event/{event}" }, @@ -266,7 +270,8 @@ { "name": "Subscan", "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" + "account": "https://westend.subscan.io/account/{address}", + "event": null } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", @@ -402,7 +407,8 @@ { "name": "Subscan", "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}" + "account": "https://statemine.subscan.io/account/{address}", + "event": null }, { "name": "Statescan", @@ -823,7 +829,8 @@ { "name": "Subscan", "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" + "account": "https://karura.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -1020,12 +1027,14 @@ { "name": "Subscan", "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null }, { "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null }, { "name": "Polkaholic", @@ -1069,11 +1078,7 @@ "options": [ "ethereumBased", "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } + ] }, { "chainId": "eip155:1", @@ -1139,7 +1144,8 @@ { "name": "Etherscan", "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" + "account": "https://etherscan.io/address/{address}", + "event": null } ], "externalApi": { @@ -1385,12 +1391,14 @@ { "name": "Subscan", "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" + "account": "https://moonriver.subscan.io/account/{address}", + "event": null }, { "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null }, { "name": "Polkaholic", @@ -1584,7 +1592,8 @@ { "name": "Subscan", "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" + "account": "https://shiden.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -1596,12 +1605,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -1609,6 +1612,12 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" } ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true } }, { @@ -1798,7 +1807,8 @@ { "name": "Subscan", "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -1933,7 +1943,8 @@ { "name": "Subscan", "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" + "account": "https://basilisk.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -1996,7 +2007,8 @@ { "name": "Subscan", "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" + "account": "https://altair.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2156,7 +2168,8 @@ { "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -2209,7 +2222,8 @@ { "name": "Subscan", "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" + "account": "https://edgeware.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2358,7 +2372,8 @@ { "name": "Subscan", "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" + "account": "https://khala.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2412,7 +2427,8 @@ { "name": "Subscan", "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2474,7 +2490,8 @@ { "name": "Subscan", "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" + "account": "https://calamari.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2546,7 +2563,8 @@ { "name": "Subscan", "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" + "account": "https://quartz.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -2605,7 +2623,8 @@ { "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" + "account": "https://pioneer.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -2865,7 +2884,8 @@ { "name": "Subscan", "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" + "account": "https://acala.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3036,7 +3056,8 @@ { "name": "Subscan", "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" + "account": "https://astar.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3270,7 +3291,8 @@ { "name": "Subscan", "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" + "account": "https://parallel.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3320,7 +3342,8 @@ { "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" + "account": "https://clv.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -3436,7 +3459,8 @@ { "name": "Subscan", "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" + "account": "https://robonomics.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3502,7 +3526,8 @@ { "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" + "account": "https://encointer.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -3703,7 +3728,8 @@ { "name": "Subscan", "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3798,7 +3824,8 @@ { "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" + "account": "https://picasso.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -3851,7 +3878,8 @@ { "name": "Subscan", "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -3916,7 +3944,8 @@ { "name": "Subscan", "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" + "account": "https://litmus.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -4018,7 +4047,8 @@ { "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" + "account": "https://shadow.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4068,7 +4098,8 @@ { "name": "Subscan", "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" + "account": "https://integritee.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -4122,7 +4153,8 @@ { "name": "Subscan", "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -4188,7 +4220,8 @@ { "name": "Subscan", "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}" + "account": "https://efinity.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4209,10 +4242,7 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] + "addressPrefix": 1110 }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", @@ -4380,7 +4410,8 @@ { "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" + "account": "https://hydradx.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4622,7 +4653,8 @@ { "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" + "account": "https://interlay.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4672,7 +4704,8 @@ { "name": "Subscan", "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" + "account": "https://nodle.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -4730,7 +4763,8 @@ { "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" + "account": "https://phala.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4891,7 +4925,8 @@ { "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" + "account": "https://turing.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -4941,7 +4976,8 @@ { "name": "Subscan", "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" + "account": "https://alephzero.subscan.io/account/{address}", + "event": null } ], "types": { @@ -5033,7 +5069,8 @@ { "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" + "account": "https://composable.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -5103,7 +5140,8 @@ { "name": "Subscan", "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" + "account": "https://polkadex.subscan.io/account/{address}", + "event": null }, { "name": "Sub.ID", @@ -5261,7 +5299,8 @@ { "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" + "account": "https://bifrost.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -5369,7 +5408,8 @@ { "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" + "account": "https://unique.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -5575,7 +5615,8 @@ { "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" + "account": "https://mangatax.subscan.io/account/{address}", + "event": null }, { "name": "Polkaholic", @@ -5892,7 +5933,8 @@ { "name": "Ternoa explorer", "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" + "account": "https://explorer.ternoa.com/account/{address}", + "event": null } ], "externalApi": { @@ -6019,7 +6061,8 @@ { "name": "Subscan", "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" + "account": "https://polymesh.subscan.io/account/{address}", + "event": null } ], "types": { @@ -6090,7 +6133,9 @@ "explorers": [ { "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null } ], "externalApi": { @@ -6138,12 +6183,14 @@ { "name": "XX explorer", "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" + "account": "https://explorer.xx.network/accounts/{address}", + "event": null }, { "name": "Polkastats", "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" + "account": "https://xx.polkastats.io/account/{address}", + "event": null } ], "externalApi": { @@ -6246,7 +6293,8 @@ { "name": "Subscan", "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null } ], "externalApi": { @@ -6287,7 +6335,8 @@ { "name": "Aventus explorer", "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null } ], "externalApi": { @@ -6361,7 +6410,8 @@ { "name": "Exosama explorer", "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" + "account": "https://explorer.exosama.com/address/{address}", + "event": null } ], "externalApi": { @@ -6468,7 +6518,8 @@ { "name": "Subscan", "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null } ], "externalApi": { @@ -6544,7 +6595,8 @@ { "name": "3DPass explorer", "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" + "account": "https://explorer.3dpass.org/account/{address}", + "event": null } ], "externalApi": { @@ -6595,7 +6647,8 @@ { "name": "Subscan", "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" + "account": "https://darwinia.subscan.io/account/{address}", + "event": null } ], "types": { @@ -6649,7 +6702,8 @@ { "name": "Subscan", "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" + "account": "https://crab.subscan.io/account/{address}", + "event": null } ], "types": { @@ -6718,7 +6772,9 @@ "explorers": [ { "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}" + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null } ], "types": { @@ -6881,7 +6937,8 @@ { "name": "Subscan", "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" + "account": "https://krest.subscan.io/account/{address}", + "event": null } ], "types": { From 94af51d3c37442c97e76e4cd1df8d4a221588e8d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 16 Aug 2023 16:33:38 +0500 Subject: [PATCH 1414/2142] add AzeroId to dev --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/AzeroID.svg | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 icons/dapps/color/AzeroID.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2125a2af7..d7a3f57be 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -770,6 +770,14 @@ "categories": [ "gaming" ] + }, + { + "name": "AZERO.ID", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", + "url": "https://azero.id/", + "categories": [ + "utilities" + ] } ] } diff --git a/icons/dapps/color/AzeroID.svg b/icons/dapps/color/AzeroID.svg new file mode 100644 index 000000000..2cc96ee91 --- /dev/null +++ b/icons/dapps/color/AzeroID.svg @@ -0,0 +1,6 @@ + + + + + + From 5bc2174cb2b34f225826334fe18474231098f188 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 17 Aug 2023 10:23:24 +0300 Subject: [PATCH 1415/2142] update data --- chains/v13/chains.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 0e7a7a79d..513c4c48e 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -298,15 +298,6 @@ "type": "github", "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } ] }, "options": [ @@ -1069,7 +1060,7 @@ "governance": [ { "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } ] }, @@ -1827,12 +1818,6 @@ "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" } ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], "governance": [ { "type": "subsquare", @@ -6559,14 +6544,6 @@ "name": "RadiumBlock node" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", "overridesCommon": true From 08f6d58fa4cfc14058953abbedd6bbc155eec5f2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:22:41 +0300 Subject: [PATCH 1416/2142] adding Moonbeam opengov (#1971) --- chains/v13/chains_dev.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e6a12d850..a4a8098df 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -3287,12 +3287,19 @@ "type": "polkassembly", "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", "addressPrefix": 1284, "options": [ "ethereumBased", + "governance", "governance-v1" ], "additional": { From b970aadc55caf6f760a0f5d0465305e049a3ad63 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 17 Aug 2023 14:27:30 +0500 Subject: [PATCH 1417/2142] replace icon --- icons/dapps/color/AzeroID.svg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icons/dapps/color/AzeroID.svg b/icons/dapps/color/AzeroID.svg index 2cc96ee91..19e1319e8 100644 --- a/icons/dapps/color/AzeroID.svg +++ b/icons/dapps/color/AzeroID.svg @@ -1,6 +1,6 @@ - - - - - + + + + + From c59042c67ab09ece1b236a402d15b3aa62887673 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:35:28 +0300 Subject: [PATCH 1418/2142] adding dotters \ IBP nodes (#1974) --- chains/v13/chains_dev.json | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index a4a8098df..80e92d355 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -260,6 +260,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, { "url": "wss://westend-rpc.polkadot.io", "name": "Parity node" @@ -450,6 +458,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, { "url": "wss://statemine.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -3996,6 +4012,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, { "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" @@ -4128,6 +4152,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" @@ -8079,6 +8111,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, { "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", "name": "Parity node" @@ -8109,6 +8149,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, { "url": "wss://kusama-bridge-hub-rpc.polkadot.io", "name": "Parity node" @@ -8139,6 +8187,14 @@ } ], "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, { "url": "wss://polkadot-collectives-rpc.polkadot.io", "name": "Parity node" From 0690ab3a223faeeaf785bee6121ea1b0f28a642f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 17 Aug 2023 13:23:06 +0300 Subject: [PATCH 1419/2142] remove node without key --- chains/v13/chains.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 513c4c48e..1264d3db4 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1125,10 +1125,6 @@ { "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" } ], "explorers": [ From ea2b05c0308b0bf534f56e513905cf5509050a70 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:23:44 +0300 Subject: [PATCH 1420/2142] Update networks list (#1975) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 93 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 46 deletions(-) diff --git a/chains/README.md b/chains/README.md index b7761b6f8..09d3ae645 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 80 -### 💰 All assets 295 -### 🪙 Unique assets: 146 +### 🕸️ Supported networks: 81 +### 💰 All assets 296 +### 🪙 Unique assets: 147 ### 💫 Cross Chain directions: 288 ### 🧾 SubQuery API projects: 60 -### 👀 Networks with block explorers: 71 +### 👀 Networks with block explorers: 72 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -48,45 +48,46 @@ | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 39 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 40 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 41 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 42 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 43 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 44 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 45 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 46 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 47 | Kusama Bridge Hub | KSM | - | - | -| 48 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 49 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 50 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 51 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 52 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 53 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 54 | Myriad | MYRIA | Explorer | - | -| 55 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 56 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 57 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 58 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 59 | Pendulum | PEN
DOT
USDT | - | - | -| 60 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 61 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 62 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 63 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 64 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 65 | Polkadot Bridge Hub | DOT | - | - | -| 66 | Polkadot Collectives | DOT | - | - | -| 67 | Polymesh | POLYX | Subscan | - | -| 68 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 69 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 70 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 71 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 72 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 73 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 74 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 75 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 76 | Vara | VARA | Varascan | - | -| 77 | Westend | WND | Subscan | [nova-wallet-westend__bm92Y](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend__bm92Y) | -| 78 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 79 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 80 | krest | KREST | Subscan | - | +| 39 | Jur | JUR | Polkascan | - | +| 40 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 41 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 42 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 43 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 45 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 46 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 47 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 48 | Kusama Bridge Hub | KSM | - | - | +| 49 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 50 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 51 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 53 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 55 | Myriad | MYRIA | Explorer | - | +| 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 58 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 59 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 60 | Pendulum | PEN
DOT
USDT | - | - | +| 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 64 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 65 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Polkadot Bridge Hub | DOT | - | - | +| 67 | Polkadot Collectives | DOT | - | - | +| 68 | Polymesh | POLYX | Subscan | - | +| 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 70 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 72 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 73 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 75 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 76 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 77 | Vara | VARA | Varascan | - | +| 78 | Westend | WND | Subscan | [nova-wallet-westend__bm92Y](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend__bm92Y) | +| 79 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 80 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 81 | krest | KREST | Subscan | - | From 4483b8a50f0c2186b905977b301623559938a6f8 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 17 Aug 2023 17:52:43 +0500 Subject: [PATCH 1421/2142] promote azero.id dapp --- dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 598c0d07f..85230aca1 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -521,6 +521,14 @@ "categories": [ "gaming" ] + }, + { + "name": "AZERO.ID", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", + "url": "https://azero.id/", + "categories": [ + "utilities" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 2595c49bf..f7cfc5c63 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -679,6 +679,14 @@ "categories": [ "gaming" ] + }, + { + "name": "AZERO.ID", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", + "url": "https://azero.id/", + "categories": [ + "utilities" + ] } ] } From d2806395e2c6d01eb9bb531ac3acaa8e01493148 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 17 Aug 2023 19:01:36 +0500 Subject: [PATCH 1422/2142] replace aUSD to a SEED in dev --- chains/v13/chains_dev.json | 56 ++++++++++++++++++------------------ icons/tokens/white/aSEED.svg | 3 ++ 2 files changed, 31 insertions(+), 28 deletions(-) create mode 100644 icons/tokens/white/aSEED.svg diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index ed1f6b837..cd5ef4fca 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -530,9 +530,9 @@ }, { "assetId": 1, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "priceId": "acala-dollar", "type": "orml", "typeExtras": { @@ -1035,11 +1035,11 @@ }, { "assetId": 8, - "symbol": "xcaUSD", + "symbol": "xcaSEED", "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1364,11 +1364,11 @@ }, { "assetId": 7, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1534,11 +1534,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1771,11 +1771,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -1988,11 +1988,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "103" } @@ -2138,11 +2138,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2363,11 +2363,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "4" } @@ -2804,11 +2804,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3129,11 +3129,11 @@ }, { "assetId": 2, - "symbol": "xcaUSD", + "symbol": "xcaSEED", "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -3620,11 +3620,11 @@ }, { "assetId": 8, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "type": "statemine", "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3745,11 +3745,11 @@ }, { "assetId": 4, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "104" } @@ -5321,11 +5321,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "priceId": "acala-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -7365,10 +7365,10 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", diff --git a/icons/tokens/white/aSEED.svg b/icons/tokens/white/aSEED.svg new file mode 100644 index 000000000..4df2f37d6 --- /dev/null +++ b/icons/tokens/white/aSEED.svg @@ -0,0 +1,3 @@ + + + From 7d7cae38c064f8ed3c0bf46ec92d79c1255fba44 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 18 Aug 2023 10:59:59 +0500 Subject: [PATCH 1423/2142] remove unavailable node --- chains/v13/chains.json | 4 ---- chains/v13/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index d2768f70e..3cc24aeef 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -5761,10 +5761,6 @@ { "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" } ], "explorers": [ diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index ed1f6b837..f62f7773e 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -6513,10 +6513,6 @@ { "url": "wss://ws.gm.bldnodes.org", "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" } ], "explorers": [ From 28a86fa313ca79f03c6c2a1418108bfb8889d696 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 18 Aug 2023 11:42:22 +0300 Subject: [PATCH 1424/2142] return infura node --- chains/v13/chains.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 1264d3db4..97e27cb0e 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1114,6 +1114,10 @@ "url": "https://1rpc.io/eth", "name": "One rpc node" }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" From 790f9506b97deaaef9d5b1e13a448d7497f8fb88 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 18 Aug 2023 11:43:11 +0300 Subject: [PATCH 1425/2142] update key --- chains/v13/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 97e27cb0e..af43f7ffc 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1127,7 +1127,7 @@ "name": "Infura node 3" }, { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", "name": "Infura node 4" } ], From 214a816fd7bed309b968001ae1f9218c169be87f Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:50:26 +0000 Subject: [PATCH 1426/2142] Update dapps list --- dapps/README.md | 139 ++++++++++++++++++++++++------------------------ 1 file changed, 70 insertions(+), 69 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 1ba1c9a58..8b227f710 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -3,72 +3,73 @@ | -- | DApp | Url | Tags | | --: | ------------------------------------ | ---------------------------------------------------- | ----------------------------- | | 1 | ACE | https://ace.web3go.xyz/#/ | utilities | -| 2 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | -| 3 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | -| 4 | Astar Portal | https://portal.astar.network/ | bridge,staking,evm | -| 5 | Awesome Ajuna Avatars (Desktop mode) | https://aaa.ajuna.io/ | nft,gaming | -| 6 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | -| 7 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | -| 8 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | -| 9 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | -| 10 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | -| 11 | DappRadar | https://dappradar.com/ | social | -| 12 | Darwinia App | https://apps.darwinia.network/ | staking | -| 13 | Dotmarketcap | https://dotmarketcap.com/ | social | -| 14 | Downtown Moonbeam | https://dtmb.xyz | evm,social | -| 15 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | -| 16 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | -| 17 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | -| 18 | GM! Say it back | https://app.gmordie.com/ | social | -| 19 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 20 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | -| 21 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | -| 22 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 23 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 24 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 25 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 26 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 27 | KodaDot | https://kodadot.xyz/ | nft | -| 28 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 29 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 30 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 31 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 32 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 33 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 34 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 35 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 36 | PABLO | https://app.pablo.finance/ | dex | -| 37 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 38 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 39 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 40 | Phala App | https://app.phala.network/ | staking | -| 41 | PolkaVerse | https://polkaverse.com/ | social | -| 42 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 43 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 44 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 45 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 46 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 47 | Polkawatch | https://polkawatch.app/ | staking | -| 48 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 49 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 50 | Raresama | https://raresama.com/ | nft | -| 51 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 52 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 53 | Singular | https://singular.rmrk.app/ | nft | -| 54 | Singular 2.0 | https://singular.app/ | nft | -| 55 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 56 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 57 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 58 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 59 | Sub.ID | https://sub.id/#/ | utilities | -| 60 | SubBridge | https://subbridge.io/ | bridge,evm | -| 61 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 62 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 63 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 64 | The Button | https://the-button.azero.dev/play | gaming | -| 65 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 66 | TofuNFT | https://tofunft.com/ | nft,evm | -| 67 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 68 | Zenlink | https://app.zenlink.pro | dex,staking | -| 69 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 70 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 2 | AZERO.ID | https://azero.id/ | utilities | +| 3 | Acala App (Desktop mode) | https://apps.acala.network/ | bridge,dex,staking | +| 4 | ArthSwap | https://app.arthswap.org/#/swap | dex,staking,evm | +| 5 | Astar Portal | https://portal.astar.network/ | bridge,staking,evm | +| 6 | Awesome Ajuna Avatars (Desktop mode) | https://aaa.ajuna.io/ | nft,gaming | +| 7 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | +| 8 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | +| 9 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | +| 10 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | +| 11 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | +| 12 | DappRadar | https://dappradar.com/ | social | +| 13 | Darwinia App | https://apps.darwinia.network/ | staking | +| 14 | Dotmarketcap | https://dotmarketcap.com/ | social | +| 15 | Downtown Moonbeam | https://dtmb.xyz | evm,social | +| 16 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | +| 17 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | +| 18 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | +| 19 | GM! Say it back | https://app.gmordie.com/ | social | +| 20 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 21 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 22 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | +| 23 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | +| 24 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 25 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 26 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 27 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 28 | KodaDot | https://kodadot.xyz/ | nft | +| 29 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 30 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 31 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 32 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 33 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 34 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 35 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 36 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 37 | PABLO | https://app.pablo.finance/ | dex | +| 38 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 39 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 40 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 41 | Phala App | https://app.phala.network/ | staking | +| 42 | PolkaVerse | https://polkaverse.com/ | social | +| 43 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 44 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 45 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 46 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 47 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 48 | Polkawatch | https://polkawatch.app/ | staking | +| 49 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 50 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 51 | Raresama | https://raresama.com/ | nft | +| 52 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 53 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 54 | Singular | https://singular.rmrk.app/ | nft | +| 55 | Singular 2.0 | https://singular.app/ | nft | +| 56 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 57 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 58 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 59 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 60 | Sub.ID | https://sub.id/#/ | utilities | +| 61 | SubBridge | https://subbridge.io/ | bridge,evm | +| 62 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 63 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 64 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 65 | The Button | https://the-button.azero.dev/play | gaming | +| 66 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 67 | TofuNFT | https://tofunft.com/ | nft,evm | +| 68 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 69 | Zenlink | https://app.zenlink.pro | dex,staking | +| 70 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 71 | xx network Hub | https://hub.xx.network | social,staking,utilities | From adeb92dac1d23d2b2eed960470736fa79bc265ef Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 18 Aug 2023 17:40:46 +0500 Subject: [PATCH 1427/2142] remove unavailable node ausd-seed-karura ausd-seed-acala --- chains/v13/chains_dev.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index cd5ef4fca..b9483145e 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -533,7 +533,7 @@ "symbol": "aSEED", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", "typeExtras": { "currencyIdScale": "0x0081", @@ -1037,7 +1037,7 @@ "assetId": 8, "symbol": "xcaSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -1367,7 +1367,7 @@ "symbol": "aSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551616" @@ -1536,7 +1536,7 @@ "assetId": 5, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -1773,7 +1773,7 @@ "assetId": 5, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -1990,7 +1990,7 @@ "assetId": 2, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -2140,7 +2140,7 @@ "assetId": 2, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -2365,7 +2365,7 @@ "assetId": 5, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -2806,7 +2806,7 @@ "assetId": 2, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -3132,7 +3132,7 @@ "symbol": "xcaSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" @@ -3623,7 +3623,7 @@ "symbol": "aSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551617" @@ -3747,7 +3747,7 @@ "assetId": 4, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { @@ -5323,7 +5323,7 @@ "assetId": 2, "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { From 502bbd9edb687c9eb25d90ae2d2fb23fb968f0e5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:02:43 +0300 Subject: [PATCH 1428/2142] fix urls (#1980) --- chains/v13/chains_dev.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 07bcb5b75..7b9b26209 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8199,14 +8199,6 @@ "url": "wss://collectives.api.onfinality.io/public-ws", "name": "Onfinality node" }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" - }, - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" From ba7161e45d31ffd21335be4bb130e65b0e05478c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 22 Aug 2023 17:33:25 +0500 Subject: [PATCH 1429/2142] add BNC and DAI, WBTC, WETH for Moonbeam wormhole --- chains/v13/chains_dev.json | 62 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 3 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 7b9b26209..21bc33a30 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -4744,7 +4744,7 @@ }, { "assetId": 2, - "symbol": "DAI-worm", + "symbol": "DAI-Acala", "precision": 18, "priceId": "dai", "type": "orml", @@ -4771,7 +4771,7 @@ }, { "assetId": 4, - "symbol": "WETH-worm", + "symbol": "WETH-Acala", "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", @@ -4785,7 +4785,7 @@ }, { "assetId": 5, - "symbol": "WBTC-worm", + "symbol": "WBTC-Acala", "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", @@ -4866,6 +4866,62 @@ "existentialDeposit": "32467532467532500", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } } ], "nodes": [ From 3b681ce09481520db1544cc85e386f9e0e6deeca Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:35:07 +0300 Subject: [PATCH 1430/2142] make single branch for particular changes (#1981) --- .github/workflows/update_network_list.yaml | 6 +++--- .github/workflows/update_type_files.yaml | 2 +- .github/workflows/update_xcm_data.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 75ce1fca9..cce72daea 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -73,7 +73,7 @@ jobs: commit-message: Update networks list app-id: ${{ secrets.PR_APP_ID}} app-token: ${{ secrets.PR_APP_TOKEN}} - branch-name: update-networks-${{github.run_number}} + branch-name: update-networks-readme pr-title: Update network list pr-body: Update networks list in https://github.com/novasamatech/nova-utils/tree/master/chains pr-base: master @@ -102,7 +102,7 @@ jobs: commit-message: Update dapps list app-id: ${{ secrets.PR_APP_ID}} app-token: ${{ secrets.PR_APP_TOKEN}} - branch-name: update-dapps-${{github.run_number}} + branch-name: update-dapps-readme pr-title: Update Dapps list pr-body: Update dapps list in https://github.com/novasamatech/nova-utils/tree/master/dapps pr-base: master @@ -130,7 +130,7 @@ jobs: commit-message: Update test data file app-id: ${{ secrets.PR_APP_ID}} app-token: ${{ secrets.PR_APP_TOKEN}} - branch-name: update-tests-${{github.run_number}} + branch-name: update-test-file pr-title: Update Test data File pr-body: Update test data file ./tests/chains_for_testBalance.json pr-base: master diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml index d93b43a6a..424085723 100644 --- a/.github/workflows/update_type_files.yaml +++ b/.github/workflows/update_type_files.yaml @@ -28,7 +28,7 @@ jobs: commit-message: Update chain types app-id: ${{ secrets.PR_APP_ID}} app-token: ${{ secrets.PR_APP_TOKEN}} - branch-name: update-types-${{github.run_number}} + branch-name: update-type-files pr-title: Update types for networks pr-body: This PR was generated automatically by the GitHub Action, **update-types**. diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 2e48f1ebb..10644128b 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -73,7 +73,7 @@ jobs: app-id: ${{ secrets.PR_APP_ID}} app-token: ${{ secrets.PR_APP_TOKEN}} pr-reviewer: ${{ env.PR_REVIEWER }} - branch-name: update-xcm-coefficients-${{github.run_number}} + branch-name: update-xcm-coefficients pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 pr-base: master From e5786bc1e4ff60e36d217218f775a37218925f04 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 23 Aug 2023 17:42:19 +0500 Subject: [PATCH 1431/2142] add nomination pool subquery to dev --- chains/v13/chains_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 7b9b26209..829e45e0a 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -82,13 +82,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" } ], "crowdloans": [ @@ -207,13 +207,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" } ], "crowdloans": [ @@ -5495,13 +5495,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" } ] }, From c05f02b09a91e939a99b090b71267e90c4dc169b Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 23 Aug 2023 20:18:24 +0500 Subject: [PATCH 1432/2142] add vtokens to Bifrost Polkadot, Bifrost Kusama, Moonriver --- chains/v13/chains_dev.json | 108 +++++++++++++++++++++++++++++++++++ icons/tokens/white/sDOT.svg | 8 --- icons/tokens/white/vASTR.svg | 4 ++ icons/tokens/white/vBNC.svg | 4 ++ icons/tokens/white/vDOT.svg | 4 ++ icons/tokens/white/vFIL.svg | 4 ++ icons/tokens/white/vGLMR.svg | 4 ++ icons/tokens/white/vMOVR.svg | 4 ++ 8 files changed, 132 insertions(+), 8 deletions(-) delete mode 100644 icons/tokens/white/sDOT.svg create mode 100644 icons/tokens/white/vASTR.svg create mode 100644 icons/tokens/white/vBNC.svg create mode 100644 icons/tokens/white/vDOT.svg create mode 100644 icons/tokens/white/vFIL.svg create mode 100644 icons/tokens/white/vGLMR.svg create mode 100644 icons/tokens/white/vMOVR.svg diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 829e45e0a..97469542f 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1141,6 +1141,36 @@ "typeExtras": { "assetId": "108036400430056508975016746969135344601" } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } } ], "nodes": [ @@ -1627,6 +1657,32 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -5824,6 +5880,58 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/sDOT.svg b/icons/tokens/white/sDOT.svg deleted file mode 100644 index 9a2470480..000000000 --- a/icons/tokens/white/sDOT.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/icons/tokens/white/vASTR.svg b/icons/tokens/white/vASTR.svg new file mode 100644 index 000000000..d3e074b0d --- /dev/null +++ b/icons/tokens/white/vASTR.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vBNC.svg b/icons/tokens/white/vBNC.svg new file mode 100644 index 000000000..31e6693ca --- /dev/null +++ b/icons/tokens/white/vBNC.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vDOT.svg b/icons/tokens/white/vDOT.svg new file mode 100644 index 000000000..db9f2b9ed --- /dev/null +++ b/icons/tokens/white/vDOT.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vFIL.svg b/icons/tokens/white/vFIL.svg new file mode 100644 index 000000000..f677f58f7 --- /dev/null +++ b/icons/tokens/white/vFIL.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vGLMR.svg b/icons/tokens/white/vGLMR.svg new file mode 100644 index 000000000..db51d08ff --- /dev/null +++ b/icons/tokens/white/vGLMR.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vMOVR.svg b/icons/tokens/white/vMOVR.svg new file mode 100644 index 000000000..bde352e97 --- /dev/null +++ b/icons/tokens/white/vMOVR.svg @@ -0,0 +1,4 @@ + + + + From ca2e025903721e0d5c190fc22afcc563008a7cd8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 23 Aug 2023 20:22:20 +0500 Subject: [PATCH 1433/2142] add sDOT back --- icons/tokens/white/sDOT.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 icons/tokens/white/sDOT.svg diff --git a/icons/tokens/white/sDOT.svg b/icons/tokens/white/sDOT.svg new file mode 100644 index 000000000..5b53dab3b --- /dev/null +++ b/icons/tokens/white/sDOT.svg @@ -0,0 +1,4 @@ + + + + From ad13f64c60c793842e404f3e280e1312b3faa37a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 23 Aug 2023 20:24:55 +0500 Subject: [PATCH 1434/2142] fix --- icons/tokens/white/sDOT.svg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/icons/tokens/white/sDOT.svg b/icons/tokens/white/sDOT.svg index 5b53dab3b..ac72f1465 100644 --- a/icons/tokens/white/sDOT.svg +++ b/icons/tokens/white/sDOT.svg @@ -1,4 +1,8 @@ - - - + + + + + + + \ No newline at end of file From 4fd4c496b41d5e77085be4913caae5871c1a3be8 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 23 Aug 2023 20:25:38 +0500 Subject: [PATCH 1435/2142] indent --- icons/tokens/white/sDOT.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/tokens/white/sDOT.svg b/icons/tokens/white/sDOT.svg index ac72f1465..9a2470480 100644 --- a/icons/tokens/white/sDOT.svg +++ b/icons/tokens/white/sDOT.svg @@ -5,4 +5,4 @@ - \ No newline at end of file + From c7ff3e222696e23e11589fe23fee72b11493f958 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:06:23 +0300 Subject: [PATCH 1436/2142] Update networks list (#1985) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/chains/README.md b/chains/README.md index 09d3ae645..b5fbb3aac 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,35 +1,35 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 296 -### 🪙 Unique assets: 147 +### 💰 All assets 297 +### 🪙 Unique assets: 148 ### 💫 Cross Chain directions: 288 -### 🧾 SubQuery API projects: 60 +### 🧾 SubQuery API projects: 67 ### 👀 Networks with block explorers: 72 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | | --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | - | -| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
USDT
DAI | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | 3 | Ajuna | AJUN | - | - | | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | - | -| 9 | Bajun | BAJU | Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 10 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | | 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM
kBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | - | - | +| 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crab | CRAB
CKTON | Subscan | - | -| 20 | Crust | CRU | Subscan | - | +| 20 | Crust | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | | 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | | 23 | Darwinia | RING
KTON | Subscan | - | @@ -43,8 +43,8 @@ | 31 | Frequency | FRQCY | Polkaholic | - | | 32 | GIANT | GIANT | - | - | | 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 34 | Hashed Network | HASH | - | - | -| 35 | HydraDX | HDX
DOT
DAI
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT
CFG | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 35 | HydraDX | HDX
DOT
DAI-worm
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT
CFG | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | @@ -64,12 +64,12 @@ | 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | | 53 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 55 | Myriad | MYRIA | Explorer | - | +| 55 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | | 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 58 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | | 59 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 60 | Pendulum | PEN
DOT
USDT | - | - | +| 60 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | | 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | From 3c77870f529e5c3f6ef6a85e53edb1bba73bfcd7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Aug 2023 12:14:31 +0500 Subject: [PATCH 1437/2142] add tokens to Moonbeam, Moonriver --- chains/v13/chains_dev.json | 86 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 829e45e0a..c2d9e9605 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1141,6 +1141,26 @@ "typeExtras": { "assetId": "108036400430056508975016746969135344601" } + }, + { + "assetId": 18, + "symbol": "xcMGX", + "precision": 9, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 19, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } } ], "nodes": [ @@ -3237,6 +3257,72 @@ "typeExtras": { "assetId": "91372035960551235635465443179559840483" } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/darwinia-network-native-token", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } } ], "nodes": [ From 2e069c410ffeeb2b1a1213e2dfab5107c7eeee77 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:28:29 +0300 Subject: [PATCH 1438/2142] Commit hooks (#1982) * make single branch for particular changes * test * add makefile * add makefile * add makefile * add makefile * add makefile * add makefile * add more commands * remove flake8 * change clean command * test * fix scripts for policy * return data back * adding test runner * update readme file * move repo to org --- .github/workflows/pull_request_for_xcm.yaml | 2 +- .github/workflows/update_network_list.yaml | 12 +- .github/workflows/update_type_files.yaml | 2 +- .gitignore | 2 +- .pre-commit-config.yaml | 8 + README.md | 8 + chains/apply_dev_to_prod.py | 2 +- makefile | 68 + poetry.lock | 2775 +++++++++++++++++++ pyproject.toml | 31 + requirements.txt | 11 - scripts/generate_dapps_list.py | 1 + scripts/generate_network_list.py | 1 + scripts/update_test_data.py | 5 +- 14 files changed, 2905 insertions(+), 23 deletions(-) create mode 100644 .pre-commit-config.yaml create mode 100644 makefile create mode 100644 poetry.lock create mode 100644 pyproject.toml delete mode 100644 requirements.txt diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index 40babaf58..0cb166ab6 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -34,7 +34,7 @@ jobs: ${{ env.DEV_XCM_JSON_PATH }} - name: Install dependencies - run: pip install -r requirements.txt + run: make init - name: Build body text run: echo This comment was written by a bot! >> body_file.txt diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index cce72daea..3878b2525 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -62,9 +62,9 @@ jobs: uses: ./.github/workflows/setup-path - name: Install dependencies - run: pip install -r requirements.txt + run: make init - name: Generate README file - run: python ./scripts/generate_network_list.py + run: make generate_network_list - name: Make Pull Request uses: ./.github/workflows/make-pull-request @@ -91,9 +91,9 @@ jobs: uses: ./.github/workflows/setup-path - name: Install dependencies - run: pip install -r requirements.txt + run: make init - name: Generate new Dapps list file - run: python ./scripts/generate_dapps_list.py + run: make generate_dapp_list - name: Make Pull Request uses: ./.github/workflows/make-pull-request @@ -119,9 +119,9 @@ jobs: uses: ./.github/workflows/setup-path - name: Install dependencies - run: pip install -r requirements.txt + run: make init - name: Generate new Test data file - run: python ./scripts/update_test_data.py + run: make generate_test_file - name: Make Pull Request uses: ./.github/workflows/make-pull-request diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml index 424085723..301adc46d 100644 --- a/.github/workflows/update_type_files.yaml +++ b/.github/workflows/update_type_files.yaml @@ -16,7 +16,7 @@ jobs: uses: ./.github/workflows/setup-path - name: Install dependencies - run: pip install -r requirements.txt + run: make init - name: Update chain types run: python ./scripts/create_type_file.py prod diff --git a/.gitignore b/.gitignore index d320acf0b..3f43d7ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ .vscode __pycache__ .pytest_cache -allure-report \ No newline at end of file +allure-results diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..b2a4ce996 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: +- repo: https://github.com/novasamatech/pre-commit-hooks + rev: a0eca3e206a0ee7d824489540565ce280c1d2da9 + hooks: + - id: check-chains-json + - id: end-of-file-fixer + - id: trailing-whitespace + - id: check-json diff --git a/README.md b/README.md index c3b15d12b..351063529 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Note: Icons should be used from trusted sources, however currently icons are not [Nova Wallet]: https://t.me/novawallet +### Submitting Contributions + +- Fork the repository and create a new branch for your contribution. +- Initialize repository by: `make init` +- Commit your changes with a descriptive commit message. +- Push your branch to your forked repository. +- Submit a pull request detailing your changes and explaining why they should be merged. + ## License Nova utils is available under the Apache 2.0 license. See the LICENSE file for more info. © Novasama Technologies GmbH 2023 \ No newline at end of file diff --git a/chains/apply_dev_to_prod.py b/chains/apply_dev_to_prod.py index bd7e77ee3..a7a26041a 100644 --- a/chains/apply_dev_to_prod.py +++ b/chains/apply_dev_to_prod.py @@ -22,4 +22,4 @@ def get_ids(chains): with open("chains.json", "w") as fout: - json.dump(prod_chains, fout, indent=4) \ No newline at end of file + json.dump(prod_chains, fout, indent=4) diff --git a/makefile b/makefile new file mode 100644 index 000000000..197bc1ec5 --- /dev/null +++ b/makefile @@ -0,0 +1,68 @@ +# Variables +PYTHON := python +PYTHON_VERSION := 3.11 +VENV ?= .venv + +THREADS = 4 +RE_RUNS = 2 +RE_RUN_DELAY = 15 +ALLURE_DIR = allure-results +TEST_RUN = $(VENV)/bin/python -m pytest --rootdir . --alluredir=$(ALLURE_DIR) -n $(THREADS) -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) + +CHAINS_FILES=\ + chains + +# Targets +.PHONY: test clean lint init venv requirements generate_network_list test-all + +clean: + rm -rf *.pyc __pycache__/ **/__pycache__/ + +init: venv .create-venv requirements .install-pre-commit + +generate_network_list: + $(VENV)/bin/python ./scripts/generate_network_list.py + +generate_dapp_list: + $(VENV)/bin/python ./scripts/generate_dapps_list.py + +generate_test_file: + $(VENV)/bin/python ./scripts/update_test_data.py + +venv: + $(PYTHON) -m venv .venv + +.create-venv: + test -d $(VENV) || python$(PYTHON_VERSION) -m venv $(VENV) + $(VENV)/bin/python -m pip install --upgrade pip + $(VENV)/bin/python -m pip install poetry + +.install-pre-commit: + $(VENV)/bin/poetry run pre-commit install + +requirements: + $(VENV)/bin/poetry install + . .venv/bin/activate + +test-all: test-nodes-availability test-networks-precision test-network-chain-id test-network-prefix test-eth-availability test-new-assets + +test-nodes-availability: + $(TEST_RUN) "./tests/test_nodes_availability.py" + +test-networks-precision: + $(TEST_RUN) "./tests/test_network_parameters.py::TestPrecision" + +test-network-chain-id: + $(TEST_RUN) "./tests/test_network_parameters.py::TestChainId" + +test-network-prefix: + $(TEST_RUN) "./tests/test_network_parameters.py::TestNetworkPrefix" + +test-eth-availability: + $(TEST_RUN) "./tests/test_eth_nodes_availability.py" + +test-new-assets: + $(TEST_RUN) "./tests/test_check_new_assets.py" + +allure: + allure serve $(ALLURE_DIR) diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 000000000..38ce9b022 --- /dev/null +++ b/poetry.lock @@ -0,0 +1,2775 @@ +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. + +[[package]] +name = "aiohttp" +version = "3.8.5" +description = "Async http client/server framework (asyncio)" +optional = false +python-versions = ">=3.6" +files = [ + {file = "aiohttp-3.8.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a94159871304770da4dd371f4291b20cac04e8c94f11bdea1c3478e557fbe0d8"}, + {file = "aiohttp-3.8.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:13bf85afc99ce6f9ee3567b04501f18f9f8dbbb2ea11ed1a2e079670403a7c84"}, + {file = "aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2ce2ac5708501afc4847221a521f7e4b245abf5178cf5ddae9d5b3856ddb2f3a"}, + {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:96943e5dcc37a6529d18766597c491798b7eb7a61d48878611298afc1fca946c"}, + {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ad5c3c4590bb3cc28b4382f031f3783f25ec223557124c68754a2231d989e2b"}, + {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c413c633d0512df4dc7fd2373ec06cc6a815b7b6d6c2f208ada7e9e93a5061d"}, + {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:df72ac063b97837a80d80dec8d54c241af059cc9bb42c4de68bd5b61ceb37caa"}, + {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c48c5c0271149cfe467c0ff8eb941279fd6e3f65c9a388c984e0e6cf57538e14"}, + {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:368a42363c4d70ab52c2c6420a57f190ed3dfaca6a1b19afda8165ee16416a82"}, + {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7607ec3ce4993464368505888af5beb446845a014bc676d349efec0e05085905"}, + {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:0d21c684808288a98914e5aaf2a7c6a3179d4df11d249799c32d1808e79503b5"}, + {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:312fcfbacc7880a8da0ae8b6abc6cc7d752e9caa0051a53d217a650b25e9a691"}, + {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ad093e823df03bb3fd37e7dec9d4670c34f9e24aeace76808fc20a507cace825"}, + {file = "aiohttp-3.8.5-cp310-cp310-win32.whl", hash = "sha256:33279701c04351a2914e1100b62b2a7fdb9a25995c4a104259f9a5ead7ed4802"}, + {file = "aiohttp-3.8.5-cp310-cp310-win_amd64.whl", hash = "sha256:6e4a280e4b975a2e7745573e3fc9c9ba0d1194a3738ce1cbaa80626cc9b4f4df"}, + {file = "aiohttp-3.8.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ae871a964e1987a943d83d6709d20ec6103ca1eaf52f7e0d36ee1b5bebb8b9b9"}, + {file = "aiohttp-3.8.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:461908b2578955045efde733719d62f2b649c404189a09a632d245b445c9c975"}, + {file = "aiohttp-3.8.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:72a860c215e26192379f57cae5ab12b168b75db8271f111019509a1196dfc780"}, + {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc14be025665dba6202b6a71cfcdb53210cc498e50068bc088076624471f8bb9"}, + {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8af740fc2711ad85f1a5c034a435782fbd5b5f8314c9a3ef071424a8158d7f6b"}, + {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:841cd8233cbd2111a0ef0a522ce016357c5e3aff8a8ce92bcfa14cef890d698f"}, + {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ed1c46fb119f1b59304b5ec89f834f07124cd23ae5b74288e364477641060ff"}, + {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84f8ae3e09a34f35c18fa57f015cc394bd1389bce02503fb30c394d04ee6b938"}, + {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:62360cb771707cb70a6fd114b9871d20d7dd2163a0feafe43fd115cfe4fe845e"}, + {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:23fb25a9f0a1ca1f24c0a371523546366bb642397c94ab45ad3aedf2941cec6a"}, + {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:b0ba0d15164eae3d878260d4c4df859bbdc6466e9e6689c344a13334f988bb53"}, + {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:5d20003b635fc6ae3f96d7260281dfaf1894fc3aa24d1888a9b2628e97c241e5"}, + {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0175d745d9e85c40dcc51c8f88c74bfbaef9e7afeeeb9d03c37977270303064c"}, + {file = "aiohttp-3.8.5-cp311-cp311-win32.whl", hash = "sha256:2e1b1e51b0774408f091d268648e3d57f7260c1682e7d3a63cb00d22d71bb945"}, + {file = "aiohttp-3.8.5-cp311-cp311-win_amd64.whl", hash = "sha256:043d2299f6dfdc92f0ac5e995dfc56668e1587cea7f9aa9d8a78a1b6554e5755"}, + {file = "aiohttp-3.8.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:cae533195e8122584ec87531d6df000ad07737eaa3c81209e85c928854d2195c"}, + {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f21e83f355643c345177a5d1d8079f9f28b5133bcd154193b799d380331d5d3"}, + {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a7a75ef35f2df54ad55dbf4b73fe1da96f370e51b10c91f08b19603c64004acc"}, + {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e2e9839e14dd5308ee773c97115f1e0a1cb1d75cbeeee9f33824fa5144c7634"}, + {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c44e65da1de4403d0576473e2344828ef9c4c6244d65cf4b75549bb46d40b8dd"}, + {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:78d847e4cde6ecc19125ccbc9bfac4a7ab37c234dd88fbb3c5c524e8e14da543"}, + {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:c7a815258e5895d8900aec4454f38dca9aed71085f227537208057853f9d13f2"}, + {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:8b929b9bd7cd7c3939f8bcfffa92fae7480bd1aa425279d51a89327d600c704d"}, + {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:5db3a5b833764280ed7618393832e0853e40f3d3e9aa128ac0ba0f8278d08649"}, + {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:a0215ce6041d501f3155dc219712bc41252d0ab76474615b9700d63d4d9292af"}, + {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:fd1ed388ea7fbed22c4968dd64bab0198de60750a25fe8c0c9d4bef5abe13824"}, + {file = "aiohttp-3.8.5-cp36-cp36m-win32.whl", hash = "sha256:6e6783bcc45f397fdebc118d772103d751b54cddf5b60fbcc958382d7dd64f3e"}, + {file = "aiohttp-3.8.5-cp36-cp36m-win_amd64.whl", hash = "sha256:b5411d82cddd212644cf9360879eb5080f0d5f7d809d03262c50dad02f01421a"}, + {file = "aiohttp-3.8.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:01d4c0c874aa4ddfb8098e85d10b5e875a70adc63db91f1ae65a4b04d3344cda"}, + {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5980a746d547a6ba173fd5ee85ce9077e72d118758db05d229044b469d9029a"}, + {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2a482e6da906d5e6e653be079b29bc173a48e381600161c9932d89dfae5942ef"}, + {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:80bd372b8d0715c66c974cf57fe363621a02f359f1ec81cba97366948c7fc873"}, + {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1161b345c0a444ebcf46bf0a740ba5dcf50612fd3d0528883fdc0eff578006a"}, + {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd56db019015b6acfaaf92e1ac40eb8434847d9bf88b4be4efe5bfd260aee692"}, + {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:153c2549f6c004d2754cc60603d4668899c9895b8a89397444a9c4efa282aaf4"}, + {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4a01951fabc4ce26ab791da5f3f24dca6d9a6f24121746eb19756416ff2d881b"}, + {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bfb9162dcf01f615462b995a516ba03e769de0789de1cadc0f916265c257e5d8"}, + {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:7dde0009408969a43b04c16cbbe252c4f5ef4574ac226bc8815cd7342d2028b6"}, + {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:4149d34c32f9638f38f544b3977a4c24052042affa895352d3636fa8bffd030a"}, + {file = "aiohttp-3.8.5-cp37-cp37m-win32.whl", hash = "sha256:68c5a82c8779bdfc6367c967a4a1b2aa52cd3595388bf5961a62158ee8a59e22"}, + {file = "aiohttp-3.8.5-cp37-cp37m-win_amd64.whl", hash = "sha256:2cf57fb50be5f52bda004b8893e63b48530ed9f0d6c96c84620dc92fe3cd9b9d"}, + {file = "aiohttp-3.8.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:eca4bf3734c541dc4f374ad6010a68ff6c6748f00451707f39857f429ca36ced"}, + {file = "aiohttp-3.8.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1274477e4c71ce8cfe6c1ec2f806d57c015ebf84d83373676036e256bc55d690"}, + {file = "aiohttp-3.8.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:28c543e54710d6158fc6f439296c7865b29e0b616629767e685a7185fab4a6b9"}, + {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:910bec0c49637d213f5d9877105d26e0c4a4de2f8b1b29405ff37e9fc0ad52b8"}, + {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5443910d662db951b2e58eb70b0fbe6b6e2ae613477129a5805d0b66c54b6cb7"}, + {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e460be6978fc24e3df83193dc0cc4de46c9909ed92dd47d349a452ef49325b7"}, + {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb1558def481d84f03b45888473fc5a1f35747b5f334ef4e7a571bc0dfcb11f8"}, + {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34dd0c107799dcbbf7d48b53be761a013c0adf5571bf50c4ecad5643fe9cfcd0"}, + {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:aa1990247f02a54185dc0dff92a6904521172a22664c863a03ff64c42f9b5410"}, + {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:0e584a10f204a617d71d359fe383406305a4b595b333721fa50b867b4a0a1548"}, + {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:a3cf433f127efa43fee6b90ea4c6edf6c4a17109d1d037d1a52abec84d8f2e42"}, + {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:c11f5b099adafb18e65c2c997d57108b5bbeaa9eeee64a84302c0978b1ec948b"}, + {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:84de26ddf621d7ac4c975dbea4c945860e08cccde492269db4e1538a6a6f3c35"}, + {file = "aiohttp-3.8.5-cp38-cp38-win32.whl", hash = "sha256:ab88bafedc57dd0aab55fa728ea10c1911f7e4d8b43e1d838a1739f33712921c"}, + {file = "aiohttp-3.8.5-cp38-cp38-win_amd64.whl", hash = "sha256:5798a9aad1879f626589f3df0f8b79b3608a92e9beab10e5fda02c8a2c60db2e"}, + {file = "aiohttp-3.8.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a6ce61195c6a19c785df04e71a4537e29eaa2c50fe745b732aa937c0c77169f3"}, + {file = "aiohttp-3.8.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:773dd01706d4db536335fcfae6ea2440a70ceb03dd3e7378f3e815b03c97ab51"}, + {file = "aiohttp-3.8.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f83a552443a526ea38d064588613aca983d0ee0038801bc93c0c916428310c28"}, + {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f7372f7341fcc16f57b2caded43e81ddd18df53320b6f9f042acad41f8e049a"}, + {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ea353162f249c8097ea63c2169dd1aa55de1e8fecbe63412a9bc50816e87b761"}, + {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d47ae48db0b2dcf70bc8a3bc72b3de86e2a590fc299fdbbb15af320d2659de"}, + {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d827176898a2b0b09694fbd1088c7a31836d1a505c243811c87ae53a3f6273c1"}, + {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3562b06567c06439d8b447037bb655ef69786c590b1de86c7ab81efe1c9c15d8"}, + {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4e874cbf8caf8959d2adf572a78bba17cb0e9d7e51bb83d86a3697b686a0ab4d"}, + {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6809a00deaf3810e38c628e9a33271892f815b853605a936e2e9e5129762356c"}, + {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:33776e945d89b29251b33a7e7d006ce86447b2cfd66db5e5ded4e5cd0340585c"}, + {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:eaeed7abfb5d64c539e2db173f63631455f1196c37d9d8d873fc316470dfbacd"}, + {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e91d635961bec2d8f19dfeb41a539eb94bd073f075ca6dae6c8dc0ee89ad6f91"}, + {file = "aiohttp-3.8.5-cp39-cp39-win32.whl", hash = "sha256:00ad4b6f185ec67f3e6562e8a1d2b69660be43070bd0ef6fcec5211154c7df67"}, + {file = "aiohttp-3.8.5-cp39-cp39-win_amd64.whl", hash = "sha256:c0a9034379a37ae42dea7ac1e048352d96286626251862e448933c0f59cbd79c"}, + {file = "aiohttp-3.8.5.tar.gz", hash = "sha256:b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc"}, +] + +[package.dependencies] +aiosignal = ">=1.1.2" +async-timeout = ">=4.0.0a3,<5.0" +attrs = ">=17.3.0" +charset-normalizer = ">=2.0,<4.0" +frozenlist = ">=1.1.1" +multidict = ">=4.5,<7.0" +yarl = ">=1.0,<2.0" + +[package.extras] +speedups = ["Brotli", "aiodns", "cchardet"] + +[[package]] +name = "aiosignal" +version = "1.3.1" +description = "aiosignal: a list of registered asynchronous callbacks" +optional = false +python-versions = ">=3.7" +files = [ + {file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"}, + {file = "aiosignal-1.3.1.tar.gz", hash = "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"}, +] + +[package.dependencies] +frozenlist = ">=1.1.0" + +[[package]] +name = "allure-pytest" +version = "2.12.0" +description = "Allure pytest integration" +optional = false +python-versions = "*" +files = [ + {file = "allure-pytest-2.12.0.tar.gz", hash = "sha256:85b73b1dbe9908ba4f84b80118a93e1049c02dd593209260d8c1c950cf286f6c"}, + {file = "allure_pytest-2.12.0-py3-none-any.whl", hash = "sha256:1a10b2b78334443097d7be890a53c991e857e13d14781377c2f8d11eb4b5582c"}, +] + +[package.dependencies] +allure-python-commons = "2.12.0" +pytest = ">=4.5.0" +six = ">=1.9.0" + +[[package]] +name = "allure-python-commons" +version = "2.12.0" +description = "Common module for integrate allure with python-based frameworks" +optional = false +python-versions = ">=3.5" +files = [ + {file = "allure-python-commons-2.12.0.tar.gz", hash = "sha256:d5c362dd01167f086331822e9b1912d4e6fd6cbc2d1a006dd048e77e82a7ae73"}, + {file = "allure_python_commons-2.12.0-py3-none-any.whl", hash = "sha256:f968c69d4e656bcf274f2ef6578f24afcaab663f8814e238d0ab2b8bec2e0134"}, +] + +[package.dependencies] +attrs = ">=16.0.0" +pluggy = ">=0.4.0" +six = ">=1.9.0" + +[[package]] +name = "async-timeout" +version = "4.0.3" +description = "Timeout context manager for asyncio programs" +optional = false +python-versions = ">=3.7" +files = [ + {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, + {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, +] + +[[package]] +name = "attrs" +version = "23.1.0" +description = "Classes Without Boilerplate" +optional = false +python-versions = ">=3.7" +files = [ + {file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"}, + {file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"}, +] + +[package.extras] +cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] +dev = ["attrs[docs,tests]", "pre-commit"] +docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] +tests = ["attrs[tests-no-zope]", "zope-interface"] +tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] + +[[package]] +name = "base58" +version = "2.1.1" +description = "Base58 and Base58Check implementation." +optional = false +python-versions = ">=3.5" +files = [ + {file = "base58-2.1.1-py3-none-any.whl", hash = "sha256:11a36f4d3ce51dfc1043f3218591ac4eb1ceb172919cebe05b52a5bcc8d245c2"}, + {file = "base58-2.1.1.tar.gz", hash = "sha256:c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c"}, +] + +[package.extras] +tests = ["PyHamcrest (>=2.0.2)", "mypy", "pytest (>=4.6)", "pytest-benchmark", "pytest-cov", "pytest-flake8"] + +[[package]] +name = "bitarray" +version = "2.8.1" +description = "efficient arrays of booleans -- C extension" +optional = false +python-versions = "*" +files = [ + {file = "bitarray-2.8.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6be965028785413a6163dd55a639b898b22f67f9b6ed554081c23e94a602031e"}, + {file = "bitarray-2.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:29e19cb80a69f6d1a64097bfbe1766c418e1a785d901b583ef0328ea10a30399"}, + {file = "bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a0f6d705860f59721d7282496a4d29b5fd78690e1c1473503832c983e762b01b"}, + {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6df04efdba4e1bf9d93a1735e42005f8fcf812caf40c03934d9322412d563499"}, + {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:18530ed3ddd71e9ff95440afce531efc3df7a3e0657f1c201c2c3cb41dd65869"}, + {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e4cd81ffd2d58ef68c22c825aff89f4a47bd721e2ada0a3a96793169f370ae21"}, + {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8367768ab797105eb97dfbd4577fcde281618de4d8d3b16ad62c477bb065f347"}, + {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:848af80518d0ed2aee782018588c7c88805f51b01271935df5b256c8d81c726e"}, + {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c54b0af16be45de534af9d77e8a180126cd059f72db8b6550f62dda233868942"}, + {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f30cdce22af3dc7c73e70af391bfd87c4574cc40c74d651919e20efc26e014b5"}, + {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:bc03bb358ae3917247d257207c79162e666d407ac473718d1b95316dac94162b"}, + {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:cf38871ed4cd89df9db7c70f729b948fa3e2848a07c69f78e4ddfbe4f23db63c"}, + {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4a637bcd199c1366c65b98f18884f0d0b87403f04676b21e4635831660d722a7"}, + {file = "bitarray-2.8.1-cp310-cp310-win32.whl", hash = "sha256:904719fb7304d4115228b63c178f0cc725ad3b73e285c4b328e45a99a8e3fad6"}, + {file = "bitarray-2.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:1e859c664500d57526fe07140889a3b58dca54ff3b16ac6dc6d534a65c933084"}, + {file = "bitarray-2.8.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2d3f28a80f2e6bb96e9360a4baf3fbacb696b5aba06a14c18a15488d4b6f398f"}, + {file = "bitarray-2.8.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4677477a406f2a9e064920463f69172b865e4d69117e1f2160064d3f5912b0bd"}, + {file = "bitarray-2.8.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9061c0a50216f24c97fb2325de84200e5ad5555f25c854ddcb3ceb6f12136055"}, + {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:843af12991161b358b6379a8dc5f6636798f3dacdae182d30995b6a2df3b263e"}, + {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9336300fd0acf07ede92e424930176dc4b43ef1b298489e93ba9a1695e8ea752"}, + {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0af01e1f61fe627f63648c0c6f52de8eac56710a2ef1dbce4851d867084cc7e"}, + {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ab81c74a1805fe74330859b38e70d7525cdd80953461b59c06660046afaffcf"}, + {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2015a9dd718393e814ff7b9e80c58190eb1cef7980f86a97a33e8440e158ce2"}, + {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5b0493ab66c6b8e17e9fde74c646b39ee09c236cf28a787cb8cbd3a83c05bff7"}, + {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:81e83ed7e0b1c09c5a33b97712da89e7a21fd3e5598eff3975c39540f5619792"}, + {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:741c3a2c0997c8f8878edfc65a4a8f7aa72eede337c9bc0b7bd8a45cf6e70dbc"}, + {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:57aeab27120a8a50917845bb81b0976e33d4759f2156b01359e2b43d445f5127"}, + {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:17c32ba584e8fb9322419390e0e248769ed7d59de3ffa7432562a4c0ec4f1f82"}, + {file = "bitarray-2.8.1-cp311-cp311-win32.whl", hash = "sha256:b67733a240a96f09b7597af97ac4d60c59140cfcfd180f11a7221863b82f023a"}, + {file = "bitarray-2.8.1-cp311-cp311-win_amd64.whl", hash = "sha256:7b29d4bf3d3da1847f2be9e30105bf51caaf5922e94dc827653e250ed33f4e8a"}, + {file = "bitarray-2.8.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:5f6175c1cf07dadad3213d60075704cf2e2f1232975cfd4ac8328c24a05e8f78"}, + {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cc066c7290151600b8872865708d2d00fb785c5db8a0df20d70d518e02f172b"}, + {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4ce2ef9291a193a0e0cd5e23970bf3b682cc8b95220561d05b775b8d616d665f"}, + {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c5582dd7d906e6f9ec1704f99d56d812f7d395d28c02262bc8b50834d51250c3"}, + {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2aa2267eb6d2b88ef7d139e79a6daaa84cd54d241b9797478f10dcb95a9cd620"}, + {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a04d4851e83730f03c4a6aac568c7d8b42f78f0f9cc8231d6db66192b030ce1e"}, + {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:f7d2ec2174d503cbb092f8353527842633c530b4e03b9922411640ac9c018a19"}, + {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:b65a04b2e029b0694b52d60786732afd15b1ec6517de61a36afbb7808a2ffac1"}, + {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:55020d6fb9b72bd3606969f5431386c592ed3666133bd475af945aa0fa9e84ec"}, + {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:797de3465f5f6c6be9a412b4e99eb6e8cdb86b83b6756655c4d83a65d0b9a376"}, + {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:f9a66745682e175e143a180524a63e692acb2b8c86941073f6dd4ee906e69608"}, + {file = "bitarray-2.8.1-cp36-cp36m-win32.whl", hash = "sha256:443726af4bd60515e4e41ea36c5dbadb29a59bc799bcbf431011d1c6fd4363e3"}, + {file = "bitarray-2.8.1-cp36-cp36m-win_amd64.whl", hash = "sha256:2b0f754a5791635b8239abdcc0258378111b8ee7a8eb3e2bbc24bcc48a0f0b08"}, + {file = "bitarray-2.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d175e16419a52d54c0ac44c93309ba76dc2cfd33ee9d20624f1a5eb86b8e162e"}, + {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3128234bde3629ab301a501950587e847d30031a9cbf04d95f35cbf44469a9e"}, + {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:75104c3076676708c1ac2484ebf5c26464fb3850312de33a5b5bf61bfa7dbec5"}, + {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:82bfb6ab9b1b5451a5483c9a2ae2a8f83799d7503b384b54f6ab56ea74abb305"}, + {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dc064a63445366f6b26eaf77230d326b9463e903ba59d6ff5efde0c5ec1ea0e"}, + {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cbe54685cf6b17b3e15faf6c4b76773bc1c484bc447020737d2550a9dde5f6e6"}, + {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:9fed8aba8d1b09cf641b50f1e6dd079c31677106ea4b63ec29f4c49adfabd63f"}, + {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7c17dd8fb146c2c680bf1cb28b358f9e52a14076e44141c5442148863ee95d7d"}, + {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:c9efcee311d9ba0c619743060585af9a9b81496e97b945843d5e954c67722a75"}, + {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dc7acffee09822b334d1b46cd384e969804abdf18f892c82c05c2328066cd2ae"}, + {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ea71e0a50060f96ad0821e0ac785e91e44807f8b69555970979d81934961d5bd"}, + {file = "bitarray-2.8.1-cp37-cp37m-win32.whl", hash = "sha256:69ab51d551d50e4d6ca35abc95c9d04b33ad28418019bb5481ab09bdbc0df15c"}, + {file = "bitarray-2.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:3024ab4c4906c3681408ca17c35833237d18813ebb9f24ae9f9e3157a4a66939"}, + {file = "bitarray-2.8.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:46fdd27c8fa4186d8b290bf74a28cbd91b94127b1b6a35c265a002e394fa9324"}, + {file = "bitarray-2.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d32ccd2c0d906eae103ef84015f0545a395052b0b6eb0e02e9023ca0132557f6"}, + {file = "bitarray-2.8.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9186cf8135ca170cd907d8c4df408a87747570d192d89ec4ff23805611c702a0"}, + {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8d6e5ff385fea25caf26fd58b43f087deb763dcaddd18d3df2895235cf1b484"}, + {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d6a9c72354327c7aa9890ff87904cbe86830cb1fb58c39750a0afac8df5e051"}, + {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d2f13b7d0694ce2024c82fc595e6ccc3918e7f069747c3de41b1ce72a9a1e346"}, + {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d38ceca90ed538706e3f111513073590f723f90659a7af0b992b29776a6e816"}, + {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b977c39e3734e73540a2e3a71501c2c6261c70c6ce59d427bb7c4ecf6331c7e"}, + {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:214c05a7642040f6174e29f3e099549d3c40ac44616405081bf230dcafb38767"}, + {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ad440c17ef2ff42e94286186b5bcf82bf87c4026f91822675239102ebe1f7035"}, + {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:28dee92edd0d21655e56e1870c22468d0dabe557df18aa69f6d06b1543614180"}, + {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:df9d8a9a46c46950f306394705512553c552b633f8bf3c11359c4204289f11e3"}, + {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1a0d27aad02d8abcb1d3b7d85f463877c4937e71adf9b6adb9367f2cdad91a52"}, + {file = "bitarray-2.8.1-cp38-cp38-win32.whl", hash = "sha256:6033303431a7c85a535b3f1b0ec28abc2ebc2167c263f244993b56ccb87cae6b"}, + {file = "bitarray-2.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:9b65d487451e0e287565c8436cf4da45260f958f911299f6122a20d7ec76525c"}, + {file = "bitarray-2.8.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:9aad7b4670f090734b272c072c9db375c63bd503512be9a9393e657dcacfc7e2"}, + {file = "bitarray-2.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bf80804014e3736515b84044c2be0e70080616b4ceddd4e38d85f3167aeb8165"}, + {file = "bitarray-2.8.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e7f7231ef349e8f4955d9b39561f4683a418a73443cfce797a4eddbee1ba9664"}, + {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67e8fb18df51e649adbc81359e1db0f202d72708fba61b06f5ac8db47c08d107"}, + {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d5df3d6358425c9dfb6bdbd4f576563ec4173d24693a9042d05aadcb23c0b98"}, + {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6ea51ba4204d086d5b76e84c31d2acbb355ed1b075ded54eb9b7070b0b95415d"}, + {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1414582b3b7516d2282433f0914dd9846389b051b2aea592ae7cc165806c24ac"}, + {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5934e3a623a1d485e1dcfc1990246e3c32c6fc6e7f0fd894750800d35fdb5794"}, + {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:aa08a9b03888c768b9b2383949a942804d50d8164683b39fe62f0bfbfd9b4204"}, + {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:00ff372dfaced7dd6cc2dffd052fafc118053cf81a442992b9a23367479d77d7"}, + {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:dd76bbf5a4b2ab84b8ffa229f5648e80038ba76bf8d7acc5de9dd06031b38117"}, + {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e88a706f92ad1e0e1e66f6811d10b6155d5f18f0de9356ee899a7966a4e41992"}, + {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b2560475c5a1ff96fcab01fae7cf6b9a6da590f02659556b7fccc7991e401884"}, + {file = "bitarray-2.8.1-cp39-cp39-win32.whl", hash = "sha256:74cd1725d08325b6669e6e9a5d09cec29e7c41f7d58e082286af5387414d046d"}, + {file = "bitarray-2.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:e48c45ea7944225bcee026c457a70eaea61db3659d9603f07fc8a643ab7e633b"}, + {file = "bitarray-2.8.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:c2426dc7a0d92d8254def20ab7a231626397ce5b6fb3d4f44be74cc1370a60c3"}, + {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d34790a919f165b6f537935280ef5224957d9ce8ab11d339f5e6d0319a683ccc"}, + {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c26a923080bc211cab8f5a5e242e3657b32951fec8980db0616e9239aade482"}, + {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0de1bc5f971aba46de88a4eb0dbb5779e30bbd7514f4dcbff743c209e0c02667"}, + {file = "bitarray-2.8.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:3bb5f2954dd897b0bac13b5449e5c977534595b688120c8af054657a08b01f46"}, + {file = "bitarray-2.8.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:62ac31059a3c510ef64ed93d930581b262fd4592e6d95ede79fca91e8d3d3ef6"}, + {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae32ac7217e83646b9f64d7090bf7b737afaa569665621f110a05d9738ca841a"}, + {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3994f7dc48d21af40c0d69fca57d8040b02953f4c7c3652c2341d8947e9cbedf"}, + {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c361201e1c3ee6d6b2266f8b7a645389880bccab1b29e22e7a6b7b6e7831ad5"}, + {file = "bitarray-2.8.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:861850d6a58e7b6a7096d0b0efed9c6d993a6ab8b9d01e781df1f4d80cc00efa"}, + {file = "bitarray-2.8.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ee772c20dcb56b03d666a4e4383d0b5b942b0ccc27815e42fe0737b34cba2082"}, + {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63fa75e87ad8c57d5722cc87902ca148ef8bbbba12b5c5b3c3730a1bc9ac2886"}, + {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b999fb66980f885961d197d97d7ff5a13b7ab524ccf45ccb4704f4b82ce02e3"}, + {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3243e4b8279ff2fe4c6e7869f0e6930c17799ee9f8d07317f68d44a66b46281e"}, + {file = "bitarray-2.8.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:542358b178b025dcc95e7fb83389e9954f701c41d312cbb66bdd763cbe5414b5"}, + {file = "bitarray-2.8.1.tar.gz", hash = "sha256:e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3"}, +] + +[[package]] +name = "certifi" +version = "2023.7.22" +description = "Python package for providing Mozilla's CA Bundle." +optional = false +python-versions = ">=3.6" +files = [ + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, +] + +[[package]] +name = "cffi" +version = "1.15.1" +description = "Foreign Function Interface for Python calling C code." +optional = false +python-versions = "*" +files = [ + {file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"}, + {file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"}, + {file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"}, + {file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"}, + {file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"}, + {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"}, + {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"}, + {file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"}, + {file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"}, + {file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"}, + {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"}, + {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"}, + {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"}, + {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"}, + {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"}, + {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"}, + {file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"}, + {file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"}, + {file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"}, + {file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"}, + {file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"}, + {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"}, + {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"}, + {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"}, + {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"}, + {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"}, + {file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"}, + {file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"}, + {file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"}, + {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"}, + {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"}, + {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"}, + {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"}, + {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"}, + {file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"}, + {file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"}, + {file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"}, + {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"}, + {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"}, + {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"}, + {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"}, + {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"}, + {file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"}, + {file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"}, + {file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"}, + {file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"}, + {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"}, + {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"}, + {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"}, + {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"}, + {file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"}, + {file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"}, + {file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"}, + {file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"}, + {file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"}, + {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"}, + {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"}, + {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"}, + {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"}, + {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"}, + {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"}, + {file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"}, + {file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"}, + {file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"}, +] + +[package.dependencies] +pycparser = "*" + +[[package]] +name = "cfgv" +version = "3.4.0" +description = "Validate configuration and produce human readable error messages." +optional = false +python-versions = ">=3.8" +files = [ + {file = "cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9"}, + {file = "cfgv-3.4.0.tar.gz", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"}, +] + +[[package]] +name = "chardet" +version = "5.2.0" +description = "Universal encoding detector for Python 3" +optional = false +python-versions = ">=3.7" +files = [ + {file = "chardet-5.2.0-py3-none-any.whl", hash = "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"}, + {file = "chardet-5.2.0.tar.gz", hash = "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"}, +] + +[[package]] +name = "charset-normalizer" +version = "3.2.0" +description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +optional = false +python-versions = ">=3.7.0" +files = [ + {file = "charset-normalizer-3.2.0.tar.gz", hash = "sha256:3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b87549028f680ca955556e3bd57013ab47474c3124dc069faa0b6545b6c9710"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7c70087bfee18a42b4040bb9ec1ca15a08242cf5867c58726530bdf3945672ed"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a103b3a7069b62f5d4890ae1b8f0597618f628b286b03d4bc9195230b154bfa9"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94aea8eff76ee6d1cdacb07dd2123a68283cb5569e0250feab1240058f53b623"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db901e2ac34c931d73054d9797383d0f8009991e723dab15109740a63e7f902a"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b0dac0ff919ba34d4df1b6131f59ce95b08b9065233446be7e459f95554c0dc8"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:193cbc708ea3aca45e7221ae58f0fd63f933753a9bfb498a3b474878f12caaad"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09393e1b2a9461950b1c9a45d5fd251dc7c6f228acab64da1c9c0165d9c7765c"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:baacc6aee0b2ef6f3d308e197b5d7a81c0e70b06beae1f1fcacffdbd124fe0e3"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:bf420121d4c8dce6b889f0e8e4ec0ca34b7f40186203f06a946fa0276ba54029"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c04a46716adde8d927adb9457bbe39cf473e1e2c2f5d0a16ceb837e5d841ad4f"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:aaf63899c94de41fe3cf934601b0f7ccb6b428c6e4eeb80da72c58eab077b19a"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d62e51710986674142526ab9f78663ca2b0726066ae26b78b22e0f5e571238dd"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-win32.whl", hash = "sha256:04e57ab9fbf9607b77f7d057974694b4f6b142da9ed4a199859d9d4d5c63fe96"}, + {file = "charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:48021783bdf96e3d6de03a6e39a1171ed5bd7e8bb93fc84cc649d11490f87cea"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-win32.whl", hash = "sha256:f2a1d0fd4242bd8643ce6f98927cf9c04540af6efa92323e9d3124f57727bfc1"}, + {file = "charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:681eb3d7e02e3c3655d1b16059fbfb605ac464c834a0c629048a30fad2b27489"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c57921cda3a80d0f2b8aec7e25c8aa14479ea92b5b51b6876d975d925a2ea346"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41b25eaa7d15909cf3ac4c96088c1f266a9a93ec44f87f1d13d4a0e86c81b982"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f058f6963fd82eb143c692cecdc89e075fa0828db2e5b291070485390b2f1c9c"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7647ebdfb9682b7bb97e2a5e7cb6ae735b1c25008a70b906aecca294ee96cf4"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eef9df1eefada2c09a5e7a40991b9fc6ac6ef20b1372abd48d2794a316dc0449"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e03b8895a6990c9ab2cdcd0f2fe44088ca1c65ae592b8f795c3294af00a461c3"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ee4006268ed33370957f55bf2e6f4d263eaf4dc3cfc473d1d90baff6ed36ce4a"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c4983bf937209c57240cff65906b18bb35e64ae872da6a0db937d7b4af845dd7"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:3bb7fda7260735efe66d5107fb7e6af6a7c04c7fce9b2514e04b7a74b06bf5dd"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:72814c01533f51d68702802d74f77ea026b5ec52793c791e2da806a3844a46c3"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:70c610f6cbe4b9fce272c407dd9d07e33e6bf7b4aa1b7ffb6f6ded8e634e3592"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-win32.whl", hash = "sha256:a401b4598e5d3f4a9a811f3daf42ee2291790c7f9d74b18d75d6e21dda98a1a1"}, + {file = "charset_normalizer-3.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c0b21078a4b56965e2b12f247467b234734491897e99c1d51cee628da9786959"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:95eb302ff792e12aba9a8b8f8474ab229a83c103d74a750ec0bd1c1eea32e669"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1a100c6d595a7f316f1b6f01d20815d916e75ff98c27a01ae817439ea7726329"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6339d047dab2780cc6220f46306628e04d9750f02f983ddb37439ca47ced7149"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4b749b9cc6ee664a3300bb3a273c1ca8068c46be705b6c31cf5d276f8628a94"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a38856a971c602f98472050165cea2cdc97709240373041b69030be15047691f"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f87f746ee241d30d6ed93969de31e5ffd09a2961a051e60ae6bddde9ec3583aa"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89f1b185a01fe560bc8ae5f619e924407efca2191b56ce749ec84982fc59a32a"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1c8a2f4c69e08e89632defbfabec2feb8a8d99edc9f89ce33c4b9e36ab63037"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2f4ac36d8e2b4cc1aa71df3dd84ff8efbe3bfb97ac41242fbcfc053c67434f46"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a386ebe437176aab38c041de1260cd3ea459c6ce5263594399880bbc398225b2"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ccd16eb18a849fd8dcb23e23380e2f0a354e8daa0c984b8a732d9cfaba3a776d"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e6a5bf2cba5ae1bb80b154ed68a3cfa2fa00fde979a7f50d6598d3e17d9ac20c"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:45de3f87179c1823e6d9e32156fb14c1927fcc9aba21433f088fdfb555b77c10"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-win32.whl", hash = "sha256:1000fba1057b92a65daec275aec30586c3de2401ccdcd41f8a5c1e2c87078706"}, + {file = "charset_normalizer-3.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:8b2c760cfc7042b27ebdb4a43a4453bd829a5742503599144d54a032c5dc7e9e"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:855eafa5d5a2034b4621c74925d89c5efef61418570e5ef9b37717d9c796419c"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:203f0c8871d5a7987be20c72442488a0b8cfd0f43b7973771640fc593f56321f"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e857a2232ba53ae940d3456f7533ce6ca98b81917d47adc3c7fd55dad8fab858"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e86d77b090dbddbe78867a0275cb4df08ea195e660f1f7f13435a4649e954e5"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4fb39a81950ec280984b3a44f5bd12819953dc5fa3a7e6fa7a80db5ee853952"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2dee8e57f052ef5353cf608e0b4c871aee320dd1b87d351c28764fc0ca55f9f4"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1920d4ff15ce893210c1f0c0e9d19bfbecb7983c76b33f046c13a8ffbd570252"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c1c76a1743432b4b60ab3358c937a3fe1341c828ae6194108a94c69028247f22"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f7560358a6811e52e9c4d142d497f1a6e10103d3a6881f18d04dbce3729c0e2c"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c8063cf17b19661471ecbdb3df1c84f24ad2e389e326ccaf89e3fb2484d8dd7e"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:cd6dbe0238f7743d0efe563ab46294f54f9bc8f4b9bcf57c3c666cc5bc9d1299"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1249cbbf3d3b04902ff081ffbb33ce3377fa6e4c7356f759f3cd076cc138d020"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-win32.whl", hash = "sha256:6c409c0deba34f147f77efaa67b8e4bb83d2f11c8806405f76397ae5b8c0d1c9"}, + {file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80"}, + {file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"}, +] + +[[package]] +name = "colorama" +version = "0.4.6" +description = "Cross-platform colored terminal text." +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" +files = [ + {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, + {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, +] + +[[package]] +name = "cytoolz" +version = "0.12.2" +description = "Cython implementation of Toolz: High performance functional utilities" +optional = false +python-versions = ">=3.6" +files = [ + {file = "cytoolz-0.12.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4bff49986c9bae127928a2f9fd6313146a342bfae8292f63e562f872bd01b871"}, + {file = "cytoolz-0.12.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:908c13f305d34322e11b796de358edaeea47dd2d115c33ca22909c5e8fb036fd"}, + {file = "cytoolz-0.12.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:735147aa41b8eeb104da186864b55e2a6623c758000081d19c93d759cd9523e3"}, + {file = "cytoolz-0.12.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7d352d4de060604e605abdc5c8a5d0429d5f156cb9866609065d3003454d4cea"}, + {file = "cytoolz-0.12.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:89247ac220031a4f9f689688bcee42b38fd770d4cce294e5d914afc53b630abe"}, + {file = "cytoolz-0.12.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9070ae35c410d644e6df98a8f69f3ed2807e657d0df2a26b2643127cbf6944a5"}, + {file = "cytoolz-0.12.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:843500cd3e4884b92fd4037912bc42d5f047108d2c986d36352e880196d465b0"}, + {file = "cytoolz-0.12.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6a93644d7996fd696ab7f1f466cd75d718d0a00d5c8118b9fe8c64231dc1f85e"}, + {file = "cytoolz-0.12.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:96796594c770bc6587376e74ddc7d9c982d68f47116bb69d90873db5e0ea88b6"}, + {file = "cytoolz-0.12.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:48425107fbb1af3f0f2410c004f16be10ffc9374358e5600b57fa543f46f8def"}, + {file = "cytoolz-0.12.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:cde6dbb788a4cbc4a80a72aa96386ba4c2b17bdfff3ace0709799adbe16d6476"}, + {file = "cytoolz-0.12.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:68ae7091cc73a752f0b938f15bb193de80ca5edf5ae2ea6360d93d3e9228357b"}, + {file = "cytoolz-0.12.2-cp310-cp310-win32.whl", hash = "sha256:997b7e0960072f6bb445402da162f964ea67387b9f18bda2361edcc026e13597"}, + {file = "cytoolz-0.12.2-cp310-cp310-win_amd64.whl", hash = "sha256:663911786dcde3e4a5d88215c722c531c7548903dc07d418418c0d1c768072c0"}, + {file = "cytoolz-0.12.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4a7d8b869ded171f6cdf584fc2fc6ae03b30a0e1e37a9daf213a59857a62ed90"}, + {file = "cytoolz-0.12.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9b28787eaf2174e68f0acb3c66f9c6b98bdfeb0930c0d0b08e1941c7aedc8d27"}, + {file = "cytoolz-0.12.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00547da587f124b32b072ce52dd5e4b37cf199fedcea902e33c67548523e4678"}, + {file = "cytoolz-0.12.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:275d53fd769df2102d6c9fc98e553bd8a9a38926f54d6b20cf29f0dd00bf3b75"}, + {file = "cytoolz-0.12.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5556acde785a61d4cf8b8534ae109b023cbd2f9df65ee2afbe070be47c410f8c"}, + {file = "cytoolz-0.12.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b41a85b9b9a2530b72b0d3d10e383fc3c2647ae88169d557d5e216f881860318"}, + {file = "cytoolz-0.12.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:673d6e9e3aa86949343b46ac2b7be266c36e07ce77fa1d40f349e6987a814d6e"}, + {file = "cytoolz-0.12.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:81e6a9a8fda78a2f4901d2915b25bf620f372997ca1f20a14f7cefef5ad6f6f4"}, + {file = "cytoolz-0.12.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:fa44215bc31675a6380cd896dadb7f2054a7b94cfb87e53e52af844c65406a54"}, + {file = "cytoolz-0.12.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:a08b4346350660799d81d4016e748bcb134a9083301d41f9618f64a6077f89f2"}, + {file = "cytoolz-0.12.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:2fb740482794a72e2e5fec58e4d9b00dcd5a60a8cef68431ff12f2ba0e0d9a7e"}, + {file = "cytoolz-0.12.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9007bb1290c79402be6b84bcf9e7a622a073859d61fcee146dc7bc47afe328f3"}, + {file = "cytoolz-0.12.2-cp311-cp311-win32.whl", hash = "sha256:a973f5286758f76824ecf19ae1999f6697371a9121c8f163295d181d19a819d7"}, + {file = "cytoolz-0.12.2-cp311-cp311-win_amd64.whl", hash = "sha256:1ce324d1b413636ea5ee929f79637821f13c9e55e9588f38228947294944d2ed"}, + {file = "cytoolz-0.12.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c08094b9e5d1b6dfb0845a0253cc2655ca64ce70d15162dfdb102e28c8993493"}, + {file = "cytoolz-0.12.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:baf020f4b708f800b353259cd7575e335a79f1ac912d9dda55b2aa0bf3616e42"}, + {file = "cytoolz-0.12.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4416ee86a87180b6a28e7483102c92debc077bec59c67eda8cc63fc52a218ac0"}, + {file = "cytoolz-0.12.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c6ee222671eed5c5b16a5ad2aea07f0a715b8b199ee534834bc1dd2798f1ade7"}, + {file = "cytoolz-0.12.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ad92e37be0b106fdbc575a3a669b43b364a5ef334495c9764de4c2d7541f7a99"}, + {file = "cytoolz-0.12.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:460c05238fbfe6d848141669d17a751a46c923f9f0c9fd8a3a462ab737623a44"}, + {file = "cytoolz-0.12.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9e5075e30be626ef0f9bedf7a15f55ed4d7209e832bc314fdc232dbd61dcbf44"}, + {file = "cytoolz-0.12.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:03b58f843f09e73414e82e57f7e8d88f087eaabf8f276b866a40661161da6c51"}, + {file = "cytoolz-0.12.2-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:5e4e612b7ecc9596e7c859cd9e0cd085e6d0c576b4f0d917299595eb56bf9c05"}, + {file = "cytoolz-0.12.2-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:08a0e03f287e45eb694998bb55ac1643372199c659affa8319dfbbdec7f7fb3c"}, + {file = "cytoolz-0.12.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:b029bdd5a8b6c9a7c0e8fdbe4fc25ffaa2e09b77f6f3462314696e3a20511829"}, + {file = "cytoolz-0.12.2-cp36-cp36m-win32.whl", hash = "sha256:18580d060fa637ff01541640ecde6de832a248df02b8fb57e6dd578f189d62c7"}, + {file = "cytoolz-0.12.2-cp36-cp36m-win_amd64.whl", hash = "sha256:97cf514a9f3426228d8daf880f56488330e4b2948a6d183a106921217850d9eb"}, + {file = "cytoolz-0.12.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:18a0f838677f9510aef0330c0096778dd6406d21d4ff9504bf79d85235a18460"}, + {file = "cytoolz-0.12.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb081b2b02bf4405c804de1ece6f904916838ab0e057f1446e4ac12fac827960"}, + {file = "cytoolz-0.12.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57233e1600560ceb719bed759dc78393edd541b9a3e7fefc3079abd83c26a6ea"}, + {file = "cytoolz-0.12.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0295289c4510efa41174850e75bc9188f82b72b1b54d0ea57d1781729c2924d5"}, + {file = "cytoolz-0.12.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a92aab8dd1d427ac9bc7480cfd3481dbab0ef024558f2f5a47de672d8a5ffaa"}, + {file = "cytoolz-0.12.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:51d3495235af09f21aa92a7cdd51504bda640b108b6be834448b774f52852c09"}, + {file = "cytoolz-0.12.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:f9c690b359f503f18bf1c46a6456370e4f6f3fc4320b8774ae69c4f85ecc6c94"}, + {file = "cytoolz-0.12.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:481e3129a76ea01adcc0e7097ccb8dbddab1cfc40b6f0e32c670153512957c0f"}, + {file = "cytoolz-0.12.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:55e94124af9c8fbb1df54195cc092688fdad0765641b738970b6f1d5ea72e776"}, + {file = "cytoolz-0.12.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:5616d386dfbfba7c39e9418ba668c734f6ceaacc0130877e8a100cad11e6838b"}, + {file = "cytoolz-0.12.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:732d08228fa8d366fec284f7032cc868d28a99fa81fc71e3adf7ecedbcf33a0f"}, + {file = "cytoolz-0.12.2-cp37-cp37m-win32.whl", hash = "sha256:f039c5373f7b314b151432c73219216857b19ab9cb834f0eb5d880f74fc7851c"}, + {file = "cytoolz-0.12.2-cp37-cp37m-win_amd64.whl", hash = "sha256:246368e983eaee9851b15d7755f82030eab4aa82098d2a34f6bef9c689d33fcc"}, + {file = "cytoolz-0.12.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:81074edf3c74bc9bd250d223408a5df0ff745d1f7a462597536cd26b9390e2d6"}, + {file = "cytoolz-0.12.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:960d85ebaa974ecea4e71fa56d098378fa51fd670ee744614cbb95bf95e28fc7"}, + {file = "cytoolz-0.12.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c8d0dff4865da54ae825d43e1721925721b19f3b9aca8e730c2ce73dee2c630"}, + {file = "cytoolz-0.12.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0a9d12436fd64937bd2c9609605f527af7f1a8db6e6637639b44121c0fe715d6"}, + {file = "cytoolz-0.12.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd461e402e24929d866f05061d2f8337e3a8456e75e21b72c125abff2477c7f7"}, + {file = "cytoolz-0.12.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0568d4da0a9ee9f9f5ab318f6501557f1cfe26d18c96c8e0dac7332ae04c6717"}, + {file = "cytoolz-0.12.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:101b5bd32badfc8b1f9c7be04ba3ae04fb47f9c8736590666ce9449bff76e0b1"}, + {file = "cytoolz-0.12.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8bb624dbaef4661f5e3625c1e39ad98ecceef281d1380e2774d8084ad0810275"}, + {file = "cytoolz-0.12.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3e993804e6b04113d61fdb9541b6df2f096ec265a506dad7437517470919c90f"}, + {file = "cytoolz-0.12.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ab911033e5937fc221a2c165acce7f66ae5ac9d3e54bec56f3c9c197a96be574"}, + {file = "cytoolz-0.12.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e6de6a4bdfaee382c2de2a3580b3ae76fce6105da202bbd835e5efbeae6a9c6e"}, + {file = "cytoolz-0.12.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:9480b4b327be83c4d29cb88bcace761b11f5e30198ffe2287889455c6819e934"}, + {file = "cytoolz-0.12.2-cp38-cp38-win32.whl", hash = "sha256:4180b2785d1278e6abb36a72ac97c92432db53fa2df00ee943d2c15a33627d31"}, + {file = "cytoolz-0.12.2-cp38-cp38-win_amd64.whl", hash = "sha256:d0086ba8d41d73647b13087a3ca9c020f6bfec338335037e8f5172b4c7c8dce5"}, + {file = "cytoolz-0.12.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d29988bde28a90a00367edcf92afa1a2f7ecf43ea3ae383291b7da6d380ccc25"}, + {file = "cytoolz-0.12.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:24c0d71e9ac91f4466b1bd280f7de43aa4d94682daaf34d85d867a9b479b87cc"}, + {file = "cytoolz-0.12.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fa436abd4ac9ca71859baf5794614e6ec8fa27362f0162baedcc059048da55f7"}, + {file = "cytoolz-0.12.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45c7b4eac7571707269ebc2893facdf87e359cd5c7cfbfa9e6bd8b33fb1079c5"}, + {file = "cytoolz-0.12.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:294d24edc747ef4e1b28e54365f713becb844e7898113fafbe3e9165dc44aeea"}, + {file = "cytoolz-0.12.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:478051e5ef8278b2429864c8d148efcebdc2be948a61c9a44757cd8c816c98f5"}, + {file = "cytoolz-0.12.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:14108cafb140dd68fdda610c2bbc6a37bf052cd48cfebf487ed44145f7a2b67f"}, + {file = "cytoolz-0.12.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:5fef7b602ccf8a3c77ab483479ccd7a952a8c5bb1c263156671ba7aaa24d1035"}, + {file = "cytoolz-0.12.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:9bf51354e15520715f068853e6ab8190e77139940e8b8b633bdb587956a08fb0"}, + {file = "cytoolz-0.12.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:388f840fd911d61a96e9e595eaf003f9dc39e847c9060b8e623ab29e556f009b"}, + {file = "cytoolz-0.12.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:a67f75cc51a2dc7229a8ac84291e4d61dc5abfc8940befcf37a2836d95873340"}, + {file = "cytoolz-0.12.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:63b31345e20afda2ae30dba246955517a4264464d75e071fc2fa641e88c763ec"}, + {file = "cytoolz-0.12.2-cp39-cp39-win32.whl", hash = "sha256:f6e86ac2b45a95f75c6f744147483e0fc9697ce7dfe1726083324c236f873f8b"}, + {file = "cytoolz-0.12.2-cp39-cp39-win_amd64.whl", hash = "sha256:5998f81bf6a2b28a802521efe14d9fc119f74b64e87b62ad1b0e7c3d8366d0c7"}, + {file = "cytoolz-0.12.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:593e89e2518eaf81e96edcc9ef2c5fca666e8fc922b03d5cb7a7b8964dbee336"}, + {file = "cytoolz-0.12.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ff451d614ca1d4227db0ffa627fb51df71968cf0d9baf0210528dad10fdbc3ab"}, + {file = "cytoolz-0.12.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ad9ea4a50d2948738351790047d45f2b1a023facc01bf0361988109b177e8b2f"}, + {file = "cytoolz-0.12.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cbe038bb78d599b5a29d09c438905defaa615a522bc7e12f8016823179439497"}, + {file = "cytoolz-0.12.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:d494befe648c13c98c0f3d56d05489c839c9228a32f58e9777305deb6c2c1cee"}, + {file = "cytoolz-0.12.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:c26805b6c8dc8565ed91045c44040bf6c0fe5cb5b390c78cd1d9400d08a6cd39"}, + {file = "cytoolz-0.12.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:df4e32badb2ccf1773e1e74020b7e3b8caf9e92f842c6be7d14888ecdefc2c6c"}, + {file = "cytoolz-0.12.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce7889dc3701826d519ede93cdff11940fb5567dbdc165dce0e78047eece02b7"}, + {file = "cytoolz-0.12.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c820608e7077416f766b148d75e158e454881961881b657cff808529d261dd24"}, + {file = "cytoolz-0.12.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:698da4fa1f7baeea0607738cb1f9877ed1ba50342b29891b0223221679d6f729"}, + {file = "cytoolz-0.12.2.tar.gz", hash = "sha256:31d4b0455d72d914645f803d917daf4f314d115c70de0578d3820deb8b101f66"}, +] + +[package.dependencies] +toolz = ">=0.8.0" + +[package.extras] +cython = ["cython"] + +[[package]] +name = "dataproperty" +version = "1.0.1" +description = "Python library for extract property from data." +optional = false +python-versions = ">=3.7" +files = [ + {file = "DataProperty-1.0.1-py3-none-any.whl", hash = "sha256:0b8b07d4fb6453fcf975b53d35dea41f3cfd69c9d79b5010c3cf224ff0407a7a"}, + {file = "DataProperty-1.0.1.tar.gz", hash = "sha256:723e5729fa6e885e127a771a983ee1e0e34bb141aca4ffe1f0bfa7cde34650a4"}, +] + +[package.dependencies] +mbstrdecoder = ">=1.0.0,<2" +typepy = {version = ">=1.2.0,<2", extras = ["datetime"]} + +[package.extras] +logging = ["loguru (>=0.4.1,<1)"] +test = ["pytest (>=6.0.1)", "pytest-md-report (>=0.3)", "tcolorpy (>=0.1.2)"] + +[[package]] +name = "deepdiff" +version = "6.2.1" +description = "Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other." +optional = false +python-versions = ">=3.7" +files = [ + {file = "deepdiff-6.2.1-py3-none-any.whl", hash = "sha256:8ba27c185f9197b78c316ce7bb0c743d25d14f7cdb8ec3b340437dbc93dcbff2"}, + {file = "deepdiff-6.2.1.tar.gz", hash = "sha256:3fe134dde5b3922ff8c51fc1e95a972e659c853797231b836a5ccf15532fd516"}, +] + +[package.dependencies] +ordered-set = ">=4.0.2,<4.2.0" + +[package.extras] +cli = ["clevercsv (==0.7.4)", "click (==8.1.3)", "pyyaml (==6.0)", "toml (==0.10.2)"] + +[[package]] +name = "delayed-assert" +version = "0.3.6" +description = "Delayed/soft assertions for python" +optional = false +python-versions = "*" +files = [ + {file = "delayed_assert-0.3.6-py3-none-any.whl", hash = "sha256:9987466c4d05c94af21151f27e58a8c13beba176e5f358d16c21b6abd3e6268b"}, + {file = "delayed_assert-0.3.6.tar.gz", hash = "sha256:0e1c65afae4bae9c57b91c76e38287562924c9964a58c309249790c725c46239"}, +] + +[[package]] +name = "distlib" +version = "0.3.7" +description = "Distribution utilities" +optional = false +python-versions = "*" +files = [ + {file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"}, + {file = "distlib-0.3.7.tar.gz", hash = "sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8"}, +] + +[[package]] +name = "ecdsa" +version = "0.18.0" +description = "ECDSA cryptographic signature library (pure python)" +optional = false +python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" +files = [ + {file = "ecdsa-0.18.0-py2.py3-none-any.whl", hash = "sha256:80600258e7ed2f16b9aa1d7c295bd70194109ad5a30fdee0eaeefef1d4c559dd"}, + {file = "ecdsa-0.18.0.tar.gz", hash = "sha256:190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"}, +] + +[package.dependencies] +six = ">=1.9.0" + +[package.extras] +gmpy = ["gmpy"] +gmpy2 = ["gmpy2"] + +[[package]] +name = "eth-abi" +version = "4.1.0" +description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" +optional = false +python-versions = ">=3.7.2, <4" +files = [ + {file = "eth_abi-4.1.0-py3-none-any.whl", hash = "sha256:15f9870ca054c09a8e474d2d7e81aff0c32421aebdac896193183fc143e31b50"}, + {file = "eth_abi-4.1.0.tar.gz", hash = "sha256:fe738cdb24983adfe89abf727c723c288f8d0029e97fb08160b20bb5290ab475"}, +] + +[package.dependencies] +eth-typing = ">=3.0.0" +eth-utils = ">=2.0.0" +parsimonious = ">=0.9.0,<0.10.0" + +[package.extras] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "hypothesis (>=4.18.2,<5.0.0)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-pythonpath (>=0.7.1)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +test = ["eth-hash[pycryptodome]", "hypothesis (>=4.18.2,<5.0.0)", "pytest (>=7.0.0)", "pytest-pythonpath (>=0.7.1)", "pytest-xdist (>=2.4.0)"] +tools = ["hypothesis (>=4.18.2,<5.0.0)"] + +[[package]] +name = "eth-account" +version = "0.9.0" +description = "eth-account: Sign Ethereum transactions and messages with local private keys" +optional = false +python-versions = ">=3.7, <4" +files = [ + {file = "eth-account-0.9.0.tar.gz", hash = "sha256:5f66ecb7bc52569924dfaf4a9add501b1c2a4901eec74e3c0598cd26d0971777"}, + {file = "eth_account-0.9.0-py3-none-any.whl", hash = "sha256:35636ca14e9063dea233648703338be1a44e8cb1a2f9de1519d2b1be4655da59"}, +] + +[package.dependencies] +bitarray = ">=2.4.0" +eth-abi = ">=4.0.0-b.2" +eth-keyfile = ">=0.6.0" +eth-keys = ">=0.4.0" +eth-rlp = ">=0.3.0" +eth-utils = ">=2.0.0" +hexbytes = ">=0.1.0" +rlp = ">=1.0.0" + +[package.extras] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "coverage", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "hypothesis (>=4.18.0,<5)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] + +[[package]] +name = "eth-hash" +version = "0.5.2" +description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" +optional = false +python-versions = ">=3.7, <4" +files = [ + {file = "eth-hash-0.5.2.tar.gz", hash = "sha256:1b5f10eca7765cc385e1430eefc5ced6e2e463bb18d1365510e2e539c1a6fe4e"}, + {file = "eth_hash-0.5.2-py3-none-any.whl", hash = "sha256:251f62f6579a1e247561679d78df37548bd5f59908da0b159982bf8293ad32f0"}, +] + +[package.dependencies] +pycryptodome = {version = ">=3.6.6,<4", optional = true, markers = "extra == \"pycryptodome\""} + +[package.extras] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +doc = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +pycryptodome = ["pycryptodome (>=3.6.6,<4)"] +pysha3 = ["pysha3 (>=1.0.0,<2.0.0)", "safe-pysha3 (>=1.0.0)"] +test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] + +[[package]] +name = "eth-keyfile" +version = "0.6.1" +description = "A library for handling the encrypted keyfiles used to store ethereum private keys." +optional = false +python-versions = "*" +files = [ + {file = "eth-keyfile-0.6.1.tar.gz", hash = "sha256:471be6e5386fce7b22556b3d4bde5558dbce46d2674f00848027cb0a20abdc8c"}, + {file = "eth_keyfile-0.6.1-py3-none-any.whl", hash = "sha256:609773a1ad5956944a33348413cad366ec6986c53357a806528c8f61c4961560"}, +] + +[package.dependencies] +eth-keys = ">=0.4.0,<0.5.0" +eth-utils = ">=2,<3" +pycryptodome = ">=3.6.6,<4" + +[package.extras] +dev = ["bumpversion (>=0.5.3,<1)", "eth-keys (>=0.4.0,<0.5.0)", "eth-utils (>=2,<3)", "flake8 (==4.0.1)", "idna (==2.7)", "pluggy (>=1.0.0,<2)", "pycryptodome (>=3.6.6,<4)", "pytest (>=6.2.5,<7)", "requests (>=2.20,<3)", "setuptools (>=38.6.0)", "tox (>=2.7.0)", "twine", "wheel"] +keyfile = ["eth-keys (>=0.4.0,<0.5.0)", "eth-utils (>=2,<3)", "pycryptodome (>=3.6.6,<4)"] +lint = ["flake8 (==4.0.1)"] +test = ["pytest (>=6.2.5,<7)"] + +[[package]] +name = "eth-keys" +version = "0.4.0" +description = "Common API for Ethereum key operations." +optional = false +python-versions = "*" +files = [ + {file = "eth-keys-0.4.0.tar.gz", hash = "sha256:7d18887483bc9b8a3fdd8e32ddcb30044b9f08fcb24a380d93b6eee3a5bb3216"}, + {file = "eth_keys-0.4.0-py3-none-any.whl", hash = "sha256:e07915ffb91277803a28a379418bdd1fad1f390c38ad9353a0f189789a440d5d"}, +] + +[package.dependencies] +eth-typing = ">=3.0.0,<4" +eth-utils = ">=2.0.0,<3.0.0" + +[package.extras] +coincurve = ["coincurve (>=7.0.0,<16.0.0)"] +dev = ["asn1tools (>=0.146.2,<0.147)", "bumpversion (==0.5.3)", "eth-hash[pycryptodome]", "eth-hash[pysha3]", "eth-typing (>=3.0.0,<4)", "eth-utils (>=2.0.0,<3.0.0)", "factory-boy (>=3.0.1,<3.1)", "flake8 (==3.0.4)", "hypothesis (>=5.10.3,<6.0.0)", "mypy (==0.782)", "pyasn1 (>=0.4.5,<0.5)", "pytest (==6.2.5)", "tox (==3.20.0)", "twine"] +eth-keys = ["eth-typing (>=3.0.0,<4)", "eth-utils (>=2.0.0,<3.0.0)"] +lint = ["flake8 (==3.0.4)", "mypy (==0.782)"] +test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysha3]", "factory-boy (>=3.0.1,<3.1)", "hypothesis (>=5.10.3,<6.0.0)", "pyasn1 (>=0.4.5,<0.5)", "pytest (==6.2.5)"] + +[[package]] +name = "eth-rlp" +version = "0.3.0" +description = "eth-rlp: RLP definitions for common Ethereum objects in Python" +optional = false +python-versions = ">=3.7, <4" +files = [ + {file = "eth-rlp-0.3.0.tar.gz", hash = "sha256:f3263b548df718855d9a8dbd754473f383c0efc82914b0b849572ce3e06e71a6"}, + {file = "eth_rlp-0.3.0-py3-none-any.whl", hash = "sha256:e88e949a533def85c69fa94224618bbbd6de00061f4cff645c44621dab11cf33"}, +] + +[package.dependencies] +eth-utils = ">=2.0.0,<3" +hexbytes = ">=0.1.0,<1" +rlp = ">=0.6.0,<4" + +[package.extras] +dev = ["Sphinx (>=1.6.5,<2)", "bumpversion (>=0.5.3,<1)", "eth-hash[pycryptodome]", "flake8 (==3.7.9)", "ipython", "isort (>=4.2.15,<5)", "mypy (==0.770)", "pydocstyle (>=3.0.0,<4)", "pytest (>=6.2.5,<7)", "pytest-watch (>=4.1.0,<5)", "pytest-xdist", "sphinx-rtd-theme (>=0.1.9)", "towncrier (>=19.2.0,<20)", "tox (==3.14.6)", "twine", "wheel"] +doc = ["Sphinx (>=1.6.5,<2)", "sphinx-rtd-theme (>=0.1.9)", "towncrier (>=19.2.0,<20)"] +lint = ["flake8 (==3.7.9)", "isort (>=4.2.15,<5)", "mypy (==0.770)", "pydocstyle (>=3.0.0,<4)"] +test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (==3.14.6)"] + +[[package]] +name = "eth-typing" +version = "3.4.0" +description = "eth-typing: Common type annotations for ethereum python packages" +optional = false +python-versions = ">=3.7.2, <4" +files = [ + {file = "eth-typing-3.4.0.tar.gz", hash = "sha256:7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f"}, + {file = "eth_typing-3.4.0-py3-none-any.whl", hash = "sha256:347d50713dd58ab50063b228d8271624ab2de3071bfa32d467b05f0ea31ab4c5"}, +] + +[package.extras] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] + +[[package]] +name = "eth-utils" +version = "2.2.0" +description = "eth-utils: Common utility functions for python code that interacts with Ethereum" +optional = false +python-versions = ">=3.7,<4" +files = [ + {file = "eth-utils-2.2.0.tar.gz", hash = "sha256:7f1a9e10400ee332432a778c321f446abaedb8f538df550e7c9964f446f7e265"}, + {file = "eth_utils-2.2.0-py3-none-any.whl", hash = "sha256:d6e107d522f83adff31237a95bdcc329ac0819a3ac698fe43c8a56fd80813eab"}, +] + +[package.dependencies] +cytoolz = {version = ">=0.10.1", markers = "implementation_name == \"cpython\""} +eth-hash = ">=0.3.1" +eth-typing = ">=3.0.0" +toolz = {version = ">0.8.2", markers = "implementation_name == \"pypy\""} + +[package.extras] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "flake8 (==3.8.3)", "hypothesis (>=4.43.0)", "ipython", "isort (>=5.11.0)", "mypy (==0.971)", "pydocstyle (>=5.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "types-setuptools", "wheel"] +doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==3.8.3)", "isort (>=5.11.0)", "mypy (==0.971)", "pydocstyle (>=5.0.0)", "types-setuptools"] +test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "types-setuptools"] + +[[package]] +name = "exceptiongroup" +version = "1.1.3" +description = "Backport of PEP 654 (exception groups)" +optional = false +python-versions = ">=3.7" +files = [ + {file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"}, + {file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"}, +] + +[package.extras] +test = ["pytest (>=6)"] + +[[package]] +name = "execnet" +version = "2.0.2" +description = "execnet: rapid multi-Python deployment" +optional = false +python-versions = ">=3.7" +files = [ + {file = "execnet-2.0.2-py3-none-any.whl", hash = "sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41"}, + {file = "execnet-2.0.2.tar.gz", hash = "sha256:cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af"}, +] + +[package.extras] +testing = ["hatch", "pre-commit", "pytest", "tox"] + +[[package]] +name = "filelock" +version = "3.12.2" +description = "A platform independent file lock." +optional = false +python-versions = ">=3.7" +files = [ + {file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"}, + {file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"}, +] + +[package.extras] +docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] + +[[package]] +name = "flake8" +version = "6.1.0" +description = "the modular source code checker: pep8 pyflakes and co" +optional = false +python-versions = ">=3.8.1" +files = [ + {file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"}, + {file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"}, +] + +[package.dependencies] +mccabe = ">=0.7.0,<0.8.0" +pycodestyle = ">=2.11.0,<2.12.0" +pyflakes = ">=3.1.0,<3.2.0" + +[[package]] +name = "frozenlist" +version = "1.4.0" +description = "A list-like structure which implements collections.abc.MutableSequence" +optional = false +python-versions = ">=3.8" +files = [ + {file = "frozenlist-1.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:764226ceef3125e53ea2cb275000e309c0aa5464d43bd72abd661e27fffc26ab"}, + {file = "frozenlist-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d6484756b12f40003c6128bfcc3fa9f0d49a687e171186c2d85ec82e3758c559"}, + {file = "frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9ac08e601308e41eb533f232dbf6b7e4cea762f9f84f6357136eed926c15d12c"}, + {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d081f13b095d74b67d550de04df1c756831f3b83dc9881c38985834387487f1b"}, + {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:71932b597f9895f011f47f17d6428252fc728ba2ae6024e13c3398a087c2cdea"}, + {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:981b9ab5a0a3178ff413bca62526bb784249421c24ad7381e39d67981be2c326"}, + {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e41f3de4df3e80de75845d3e743b3f1c4c8613c3997a912dbf0229fc61a8b963"}, + {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6918d49b1f90821e93069682c06ffde41829c346c66b721e65a5c62b4bab0300"}, + {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0e5c8764c7829343d919cc2dfc587a8db01c4f70a4ebbc49abde5d4b158b007b"}, + {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8d0edd6b1c7fb94922bf569c9b092ee187a83f03fb1a63076e7774b60f9481a8"}, + {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:e29cda763f752553fa14c68fb2195150bfab22b352572cb36c43c47bedba70eb"}, + {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:0c7c1b47859ee2cac3846fde1c1dc0f15da6cec5a0e5c72d101e0f83dcb67ff9"}, + {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:901289d524fdd571be1c7be054f48b1f88ce8dddcbdf1ec698b27d4b8b9e5d62"}, + {file = "frozenlist-1.4.0-cp310-cp310-win32.whl", hash = "sha256:1a0848b52815006ea6596c395f87449f693dc419061cc21e970f139d466dc0a0"}, + {file = "frozenlist-1.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:b206646d176a007466358aa21d85cd8600a415c67c9bd15403336c331a10d956"}, + {file = "frozenlist-1.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:de343e75f40e972bae1ef6090267f8260c1446a1695e77096db6cfa25e759a95"}, + {file = "frozenlist-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ad2a9eb6d9839ae241701d0918f54c51365a51407fd80f6b8289e2dfca977cc3"}, + {file = "frozenlist-1.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bd7bd3b3830247580de99c99ea2a01416dfc3c34471ca1298bccabf86d0ff4dc"}, + {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bdf1847068c362f16b353163391210269e4f0569a3c166bc6a9f74ccbfc7e839"}, + {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:38461d02d66de17455072c9ba981d35f1d2a73024bee7790ac2f9e361ef1cd0c"}, + {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5a32087d720c608f42caed0ef36d2b3ea61a9d09ee59a5142d6070da9041b8f"}, + {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dd65632acaf0d47608190a71bfe46b209719bf2beb59507db08ccdbe712f969b"}, + {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:261b9f5d17cac914531331ff1b1d452125bf5daa05faf73b71d935485b0c510b"}, + {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b89ac9768b82205936771f8d2eb3ce88503b1556324c9f903e7156669f521472"}, + {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:008eb8b31b3ea6896da16c38c1b136cb9fec9e249e77f6211d479db79a4eaf01"}, + {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e74b0506fa5aa5598ac6a975a12aa8928cbb58e1f5ac8360792ef15de1aa848f"}, + {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:490132667476f6781b4c9458298b0c1cddf237488abd228b0b3650e5ecba7467"}, + {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:76d4711f6f6d08551a7e9ef28c722f4a50dd0fc204c56b4bcd95c6cc05ce6fbb"}, + {file = "frozenlist-1.4.0-cp311-cp311-win32.whl", hash = "sha256:a02eb8ab2b8f200179b5f62b59757685ae9987996ae549ccf30f983f40602431"}, + {file = "frozenlist-1.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:515e1abc578dd3b275d6a5114030b1330ba044ffba03f94091842852f806f1c1"}, + {file = "frozenlist-1.4.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f0ed05f5079c708fe74bf9027e95125334b6978bf07fd5ab923e9e55e5fbb9d3"}, + {file = "frozenlist-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ca265542ca427bf97aed183c1676e2a9c66942e822b14dc6e5f42e038f92a503"}, + {file = "frozenlist-1.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:491e014f5c43656da08958808588cc6c016847b4360e327a62cb308c791bd2d9"}, + {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17ae5cd0f333f94f2e03aaf140bb762c64783935cc764ff9c82dff626089bebf"}, + {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1e78fb68cf9c1a6aa4a9a12e960a5c9dfbdb89b3695197aa7064705662515de2"}, + {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5655a942f5f5d2c9ed93d72148226d75369b4f6952680211972a33e59b1dfdc"}, + {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c11b0746f5d946fecf750428a95f3e9ebe792c1ee3b1e96eeba145dc631a9672"}, + {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e66d2a64d44d50d2543405fb183a21f76b3b5fd16f130f5c99187c3fb4e64919"}, + {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:88f7bc0fcca81f985f78dd0fa68d2c75abf8272b1f5c323ea4a01a4d7a614efc"}, + {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5833593c25ac59ede40ed4de6d67eb42928cca97f26feea219f21d0ed0959b79"}, + {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:fec520865f42e5c7f050c2a79038897b1c7d1595e907a9e08e3353293ffc948e"}, + {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:b826d97e4276750beca7c8f0f1a4938892697a6bcd8ec8217b3312dad6982781"}, + {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ceb6ec0a10c65540421e20ebd29083c50e6d1143278746a4ef6bcf6153171eb8"}, + {file = "frozenlist-1.4.0-cp38-cp38-win32.whl", hash = "sha256:2b8bcf994563466db019fab287ff390fffbfdb4f905fc77bc1c1d604b1c689cc"}, + {file = "frozenlist-1.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:a6c8097e01886188e5be3e6b14e94ab365f384736aa1fca6a0b9e35bd4a30bc7"}, + {file = "frozenlist-1.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6c38721585f285203e4b4132a352eb3daa19121a035f3182e08e437cface44bf"}, + {file = "frozenlist-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a0c6da9aee33ff0b1a451e867da0c1f47408112b3391dd43133838339e410963"}, + {file = "frozenlist-1.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:93ea75c050c5bb3d98016b4ba2497851eadf0ac154d88a67d7a6816206f6fa7f"}, + {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f61e2dc5ad442c52b4887f1fdc112f97caeff4d9e6ebe78879364ac59f1663e1"}, + {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aa384489fefeb62321b238e64c07ef48398fe80f9e1e6afeff22e140e0850eef"}, + {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10ff5faaa22786315ef57097a279b833ecab1a0bfb07d604c9cbb1c4cdc2ed87"}, + {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:007df07a6e3eb3e33e9a1fe6a9db7af152bbd8a185f9aaa6ece10a3529e3e1c6"}, + {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f4f399d28478d1f604c2ff9119907af9726aed73680e5ed1ca634d377abb087"}, + {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c5374b80521d3d3f2ec5572e05adc94601985cc526fb276d0c8574a6d749f1b3"}, + {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:ce31ae3e19f3c902de379cf1323d90c649425b86de7bbdf82871b8a2a0615f3d"}, + {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:7211ef110a9194b6042449431e08c4d80c0481e5891e58d429df5899690511c2"}, + {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:556de4430ce324c836789fa4560ca62d1591d2538b8ceb0b4f68fb7b2384a27a"}, + {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7645a8e814a3ee34a89c4a372011dcd817964ce8cb273c8ed6119d706e9613e3"}, + {file = "frozenlist-1.4.0-cp39-cp39-win32.whl", hash = "sha256:19488c57c12d4e8095a922f328df3f179c820c212940a498623ed39160bc3c2f"}, + {file = "frozenlist-1.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:6221d84d463fb110bdd7619b69cb43878a11d51cbb9394ae3105d082d5199167"}, + {file = "frozenlist-1.4.0.tar.gz", hash = "sha256:09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251"}, +] + +[[package]] +name = "hexbytes" +version = "0.3.1" +description = "hexbytes: Python `bytes` subclass that decodes hex, with a readable console output" +optional = false +python-versions = ">=3.7, <4" +files = [ + {file = "hexbytes-0.3.1-py3-none-any.whl", hash = "sha256:383595ad75026cf00abd570f44b368c6cdac0c6becfae5c39ff88829877f8a59"}, + {file = "hexbytes-0.3.1.tar.gz", hash = "sha256:a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d"}, +] + +[package.extras] +dev = ["black (>=22)", "bumpversion (>=0.5.3)", "eth-utils (>=1.0.1,<3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "hypothesis (>=3.44.24,<=6.31.6)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=5.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=22)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=5.0.0)"] +test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] + +[[package]] +name = "identify" +version = "2.5.27" +description = "File identification library for Python" +optional = false +python-versions = ">=3.8" +files = [ + {file = "identify-2.5.27-py2.py3-none-any.whl", hash = "sha256:fdb527b2dfe24602809b2201e033c2a113d7bdf716db3ca8e3243f735dcecaba"}, + {file = "identify-2.5.27.tar.gz", hash = "sha256:287b75b04a0e22d727bc9a41f0d4f3c1bcada97490fa6eabb5b28f0e9097e733"}, +] + +[package.extras] +license = ["ukkonen"] + +[[package]] +name = "idna" +version = "3.4" +description = "Internationalized Domain Names in Applications (IDNA)" +optional = false +python-versions = ">=3.5" +files = [ + {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, + {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, +] + +[[package]] +name = "iniconfig" +version = "2.0.0" +description = "brain-dead simple config-ini parsing" +optional = false +python-versions = ">=3.7" +files = [ + {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"}, + {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, +] + +[[package]] +name = "jinja2" +version = "3.1.2" +description = "A very fast and expressive template engine." +optional = false +python-versions = ">=3.7" +files = [ + {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, + {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, +] + +[package.dependencies] +MarkupSafe = ">=2.0" + +[package.extras] +i18n = ["Babel (>=2.7)"] + +[[package]] +name = "jsonschema" +version = "4.19.0" +description = "An implementation of JSON Schema validation for Python" +optional = false +python-versions = ">=3.8" +files = [ + {file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"}, + {file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"}, +] + +[package.dependencies] +attrs = ">=22.2.0" +jsonschema-specifications = ">=2023.03.6" +referencing = ">=0.28.4" +rpds-py = ">=0.7.1" + +[package.extras] +format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] +format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] + +[[package]] +name = "jsonschema-specifications" +version = "2023.7.1" +description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" +optional = false +python-versions = ">=3.8" +files = [ + {file = "jsonschema_specifications-2023.7.1-py3-none-any.whl", hash = "sha256:05adf340b659828a004220a9613be00fa3f223f2b82002e273dee62fd50524b1"}, + {file = "jsonschema_specifications-2023.7.1.tar.gz", hash = "sha256:c91a50404e88a1f6ba40636778e2ee08f6e24c5613fe4c53ac24578a5a7f72bb"}, +] + +[package.dependencies] +referencing = ">=0.28.0" + +[[package]] +name = "lru-dict" +version = "1.2.0" +description = "An Dict like LRU container." +optional = false +python-versions = "*" +files = [ + {file = "lru-dict-1.2.0.tar.gz", hash = "sha256:13c56782f19d68ddf4d8db0170041192859616514c706b126d0df2ec72a11bd7"}, + {file = "lru_dict-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:de906e5486b5c053d15b7731583c25e3c9147c288ac8152a6d1f9bccdec72641"}, + {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:604d07c7604b20b3130405d137cae61579578b0e8377daae4125098feebcb970"}, + {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:203b3e78d03d88f491fa134f85a42919020686b6e6f2d09759b2f5517260c651"}, + {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:020b93870f8c7195774cbd94f033b96c14f51c57537969965c3af300331724fe"}, + {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1184d91cfebd5d1e659d47f17a60185bbf621635ca56dcdc46c6a1745d25df5c"}, + {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:fc42882b554a86e564e0b662da47b8a4b32fa966920bd165e27bb8079a323bc1"}, + {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:18ee88ada65bd2ffd483023be0fa1c0a6a051ef666d1cd89e921dcce134149f2"}, + {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:756230c22257597b7557eaef7f90484c489e9ba78e5bb6ab5a5bcfb6b03cb075"}, + {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c4da599af36618881748b5db457d937955bb2b4800db891647d46767d636c408"}, + {file = "lru_dict-1.2.0-cp310-cp310-win32.whl", hash = "sha256:35a142a7d1a4fd5d5799cc4f8ab2fff50a598d8cee1d1c611f50722b3e27874f"}, + {file = "lru_dict-1.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:6da5b8099766c4da3bf1ed6e7d7f5eff1681aff6b5987d1258a13bd2ed54f0c9"}, + {file = "lru_dict-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b20b7c9beb481e92e07368ebfaa363ed7ef61e65ffe6e0edbdbaceb33e134124"}, + {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22147367b296be31cc858bf167c448af02435cac44806b228c9be8117f1bfce4"}, + {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:34a3091abeb95e707f381a8b5b7dc8e4ee016316c659c49b726857b0d6d1bd7a"}, + {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:877801a20f05c467126b55338a4e9fa30e2a141eb7b0b740794571b7d619ee11"}, + {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d3336e901acec897bcd318c42c2b93d5f1d038e67688f497045fc6bad2c0be7"}, + {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8dafc481d2defb381f19b22cc51837e8a42631e98e34b9e0892245cc96593deb"}, + {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:87bbad3f5c3de8897b8c1263a9af73bbb6469fb90e7b57225dad89b8ef62cd8d"}, + {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:25f9e0bc2fe8f41c2711ccefd2871f8a5f50a39e6293b68c3dec576112937aad"}, + {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ae301c282a499dc1968dd633cfef8771dd84228ae9d40002a3ea990e4ff0c469"}, + {file = "lru_dict-1.2.0-cp311-cp311-win32.whl", hash = "sha256:c9617583173a29048e11397f165501edc5ae223504a404b2532a212a71ecc9ed"}, + {file = "lru_dict-1.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:6b7a031e47421d4b7aa626b8c91c180a9f037f89e5d0a71c4bb7afcf4036c774"}, + {file = "lru_dict-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:ea2ac3f7a7a2f32f194c84d82a034e66780057fd908b421becd2f173504d040e"}, + {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd46c94966f631a81ffe33eee928db58e9fbee15baba5923d284aeadc0e0fa76"}, + {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:086ce993414f0b28530ded7e004c77dc57c5748fa6da488602aa6e7f79e6210e"}, + {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df25a426446197488a6702954dcc1de511deee20c9db730499a2aa83fddf0df1"}, + {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c53b12b89bd7a6c79f0536ff0d0a84fdf4ab5f6252d94b24b9b753bd9ada2ddf"}, + {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:f9484016e6765bd295708cccc9def49f708ce07ac003808f69efa386633affb9"}, + {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:d0f7ec902a0097ac39f1922c89be9eaccf00eb87751e28915320b4f72912d057"}, + {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:981ef3edc82da38d39eb60eae225b88a538d47b90cce2e5808846fd2cf64384b"}, + {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e25b2e90a032dc248213af7f3f3e975e1934b204f3b16aeeaeaff27a3b65e128"}, + {file = "lru_dict-1.2.0-cp36-cp36m-win32.whl", hash = "sha256:59f3df78e94e07959f17764e7fa7ca6b54e9296953d2626a112eab08e1beb2db"}, + {file = "lru_dict-1.2.0-cp36-cp36m-win_amd64.whl", hash = "sha256:de24b47159e07833aeab517d9cb1c3c5c2d6445cc378b1c2f1d8d15fb4841d63"}, + {file = "lru_dict-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d0dd4cd58220351233002f910e35cc01d30337696b55c6578f71318b137770f9"}, + {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a87bdc291718bbdf9ea4be12ae7af26cbf0706fa62c2ac332748e3116c5510a7"}, + {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05fb8744f91f58479cbe07ed80ada6696ec7df21ea1740891d4107a8dd99a970"}, + {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:00f6e8a3fc91481b40395316a14c94daa0f0a5de62e7e01a7d589f8d29224052"}, + {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b172fce0a0ffc0fa6d282c14256d5a68b5db1e64719c2915e69084c4b6bf555"}, + {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:e707d93bae8f0a14e6df1ae8b0f076532b35f00e691995f33132d806a88e5c18"}, + {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b9ec7a4a0d6b8297102aa56758434fb1fca276a82ed7362e37817407185c3abb"}, + {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:f404dcc8172da1f28da9b1f0087009578e608a4899b96d244925c4f463201f2a"}, + {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1171ad3bff32aa8086778be4a3bdff595cc2692e78685bcce9cb06b96b22dcc2"}, + {file = "lru_dict-1.2.0-cp37-cp37m-win32.whl", hash = "sha256:0c316dfa3897fabaa1fe08aae89352a3b109e5f88b25529bc01e98ac029bf878"}, + {file = "lru_dict-1.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:5919dd04446bc1ee8d6ecda2187deeebfff5903538ae71083e069bc678599446"}, + {file = "lru_dict-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:fbf36c5a220a85187cacc1fcb7dd87070e04b5fc28df7a43f6842f7c8224a388"}, + {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:712e71b64da181e1c0a2eaa76cd860265980cd15cb0e0498602b8aa35d5db9f8"}, + {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f54908bf91280a9b8fa6a8c8f3c2f65850ce6acae2852bbe292391628ebca42f"}, + {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3838e33710935da2ade1dd404a8b936d571e29268a70ff4ca5ba758abb3850df"}, + {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5d5a5f976b39af73324f2b793862859902ccb9542621856d51a5993064f25e4"}, + {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8bda3a9afd241ee0181661decaae25e5336ce513ac268ab57da737eacaa7871f"}, + {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:bd2cd1b998ea4c8c1dad829fc4fa88aeed4dee555b5e03c132fc618e6123f168"}, + {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:b55753ee23028ba8644fd22e50de7b8f85fa60b562a0fafaad788701d6131ff8"}, + {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7e51fa6a203fa91d415f3b2900e5748ec8e06ad75777c98cc3aeb3983ca416d7"}, + {file = "lru_dict-1.2.0-cp38-cp38-win32.whl", hash = "sha256:cd6806313606559e6c7adfa0dbeb30fc5ab625f00958c3d93f84831e7a32b71e"}, + {file = "lru_dict-1.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:5d90a70c53b0566084447c3ef9374cc5a9be886e867b36f89495f211baabd322"}, + {file = "lru_dict-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a3ea7571b6bf2090a85ff037e6593bbafe1a8598d5c3b4560eb56187bcccb4dc"}, + {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:287c2115a59c1c9ed0d5d8ae7671e594b1206c36ea9df2fca6b17b86c468ff99"}, + {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b5ccfd2291c93746a286c87c3f895165b697399969d24c54804ec3ec559d4e43"}, + {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b710f0f4d7ec4f9fa89dfde7002f80bcd77de8024017e70706b0911ea086e2ef"}, + {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5345bf50e127bd2767e9fd42393635bbc0146eac01f6baf6ef12c332d1a6a329"}, + {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:291d13f85224551913a78fe695cde04cbca9dcb1d84c540167c443eb913603c9"}, + {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d5bb41bc74b321789803d45b124fc2145c1b3353b4ad43296d9d1d242574969b"}, + {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:0facf49b053bf4926d92d8d5a46fe07eecd2af0441add0182c7432d53d6da667"}, + {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:987b73a06bcf5a95d7dc296241c6b1f9bc6cda42586948c9dabf386dc2bef1cd"}, + {file = "lru_dict-1.2.0-cp39-cp39-win32.whl", hash = "sha256:231d7608f029dda42f9610e5723614a35b1fff035a8060cf7d2be19f1711ace8"}, + {file = "lru_dict-1.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:71da89e134747e20ed5b8ad5b4ee93fc5b31022c2b71e8176e73c5a44699061b"}, + {file = "lru_dict-1.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:21b3090928c7b6cec509e755cc3ab742154b33660a9b433923bd12c37c448e3e"}, + {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aaecd7085212d0aa4cd855f38b9d61803d6509731138bf798a9594745953245b"}, + {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ead83ac59a29d6439ddff46e205ce32f8b7f71a6bd8062347f77e232825e3d0a"}, + {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:312b6b2a30188586fe71358f0f33e4bac882d33f5e5019b26f084363f42f986f"}, + {file = "lru_dict-1.2.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:b30122e098c80e36d0117810d46459a46313421ce3298709170b687dc1240b02"}, + {file = "lru_dict-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f010cfad3ab10676e44dc72a813c968cd586f37b466d27cde73d1f7f1ba158c2"}, + {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20f5f411f7751ad9a2c02e80287cedf69ae032edd321fe696e310d32dd30a1f8"}, + {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:afdadd73304c9befaed02eb42f5f09fdc16288de0a08b32b8080f0f0f6350aa6"}, + {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7ab0c10c4fa99dc9e26b04e6b62ac32d2bcaea3aad9b81ec8ce9a7aa32b7b1b"}, + {file = "lru_dict-1.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:edad398d5d402c43d2adada390dd83c74e46e020945ff4df801166047013617e"}, + {file = "lru_dict-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:91d577a11b84387013815b1ad0bb6e604558d646003b44c92b3ddf886ad0f879"}, + {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb12f19cdf9c4f2d9aa259562e19b188ff34afab28dd9509ff32a3f1c2c29326"}, + {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9e4c85aa8844bdca3c8abac3b7f78da1531c74e9f8b3e4890c6e6d86a5a3f6c0"}, + {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c6acbd097b15bead4de8e83e8a1030bb4d8257723669097eac643a301a952f0"}, + {file = "lru_dict-1.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:b6613daa851745dd22b860651de930275be9d3e9373283a2164992abacb75b62"}, +] + +[package.extras] +test = ["pytest"] + +[[package]] +name = "markupsafe" +version = "2.1.3" +description = "Safely add untrusted strings to HTML/XML markup." +optional = false +python-versions = ">=3.7" +files = [ + {file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl", hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431"}, + {file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl", hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl", hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb"}, + {file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl", hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0"}, + {file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl", hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl", hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5"}, + {file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl", hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl", hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2"}, + {file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl", hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba"}, + {file = "MarkupSafe-2.1.3.tar.gz", hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"}, +] + +[[package]] +name = "mbstrdecoder" +version = "1.1.3" +description = "mbstrdecoder is a Python library for multi-byte character string decoder" +optional = false +python-versions = ">=3.7" +files = [ + {file = "mbstrdecoder-1.1.3-py3-none-any.whl", hash = "sha256:d66c1ed3f2dc4e7c5d87cd44a75be10bc5af4250f95b38bbaedd7851308ce938"}, + {file = "mbstrdecoder-1.1.3.tar.gz", hash = "sha256:dcfd2c759322eb44fe193a9e0b1b86c5b87f3ec5ea8e1bb43b3e9ae423f1e8fe"}, +] + +[package.dependencies] +chardet = ">=3.0.4,<6" + +[package.extras] +test = ["Faker (>=1.0.2)", "pytest (>=6.0.1)", "pytest-md-report (>=0.1)"] + +[[package]] +name = "mccabe" +version = "0.7.0" +description = "McCabe checker, plugin for flake8" +optional = false +python-versions = ">=3.6" +files = [ + {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, + {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, +] + +[[package]] +name = "more-itertools" +version = "10.1.0" +description = "More routines for operating on iterables, beyond itertools" +optional = false +python-versions = ">=3.8" +files = [ + {file = "more-itertools-10.1.0.tar.gz", hash = "sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a"}, + {file = "more_itertools-10.1.0-py3-none-any.whl", hash = "sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6"}, +] + +[[package]] +name = "multidict" +version = "6.0.4" +description = "multidict implementation" +optional = false +python-versions = ">=3.7" +files = [ + {file = "multidict-6.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b1a97283e0c85772d613878028fec909f003993e1007eafa715b24b377cb9b8"}, + {file = "multidict-6.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eeb6dcc05e911516ae3d1f207d4b0520d07f54484c49dfc294d6e7d63b734171"}, + {file = "multidict-6.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d6d635d5209b82a3492508cf5b365f3446afb65ae7ebd755e70e18f287b0adf7"}, + {file = "multidict-6.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c048099e4c9e9d615545e2001d3d8a4380bd403e1a0578734e0d31703d1b0c0b"}, + {file = "multidict-6.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ea20853c6dbbb53ed34cb4d080382169b6f4554d394015f1bef35e881bf83547"}, + {file = "multidict-6.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:16d232d4e5396c2efbbf4f6d4df89bfa905eb0d4dc5b3549d872ab898451f569"}, + {file = "multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36c63aaa167f6c6b04ef2c85704e93af16c11d20de1d133e39de6a0e84582a93"}, + {file = "multidict-6.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:64bdf1086b6043bf519869678f5f2757f473dee970d7abf6da91ec00acb9cb98"}, + {file = "multidict-6.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:43644e38f42e3af682690876cff722d301ac585c5b9e1eacc013b7a3f7b696a0"}, + {file = "multidict-6.0.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7582a1d1030e15422262de9f58711774e02fa80df0d1578995c76214f6954988"}, + {file = "multidict-6.0.4-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:ddff9c4e225a63a5afab9dd15590432c22e8057e1a9a13d28ed128ecf047bbdc"}, + {file = "multidict-6.0.4-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ee2a1ece51b9b9e7752e742cfb661d2a29e7bcdba2d27e66e28a99f1890e4fa0"}, + {file = "multidict-6.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a2e4369eb3d47d2034032a26c7a80fcb21a2cb22e1173d761a162f11e562caa5"}, + {file = "multidict-6.0.4-cp310-cp310-win32.whl", hash = "sha256:574b7eae1ab267e5f8285f0fe881f17efe4b98c39a40858247720935b893bba8"}, + {file = "multidict-6.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:4dcbb0906e38440fa3e325df2359ac6cb043df8e58c965bb45f4e406ecb162cc"}, + {file = "multidict-6.0.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:0dfad7a5a1e39c53ed00d2dd0c2e36aed4650936dc18fd9a1826a5ae1cad6f03"}, + {file = "multidict-6.0.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:64da238a09d6039e3bd39bb3aee9c21a5e34f28bfa5aa22518581f910ff94af3"}, + {file = "multidict-6.0.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ff959bee35038c4624250473988b24f846cbeb2c6639de3602c073f10410ceba"}, + {file = "multidict-6.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01a3a55bd90018c9c080fbb0b9f4891db37d148a0a18722b42f94694f8b6d4c9"}, + {file = "multidict-6.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c5cb09abb18c1ea940fb99360ea0396f34d46566f157122c92dfa069d3e0e982"}, + {file = "multidict-6.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:666daae833559deb2d609afa4490b85830ab0dfca811a98b70a205621a6109fe"}, + {file = "multidict-6.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11bdf3f5e1518b24530b8241529d2050014c884cf18b6fc69c0c2b30ca248710"}, + {file = "multidict-6.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7d18748f2d30f94f498e852c67d61261c643b349b9d2a581131725595c45ec6c"}, + {file = "multidict-6.0.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:458f37be2d9e4c95e2d8866a851663cbc76e865b78395090786f6cd9b3bbf4f4"}, + {file = "multidict-6.0.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b1a2eeedcead3a41694130495593a559a668f382eee0727352b9a41e1c45759a"}, + {file = "multidict-6.0.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7d6ae9d593ef8641544d6263c7fa6408cc90370c8cb2bbb65f8d43e5b0351d9c"}, + {file = "multidict-6.0.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:5979b5632c3e3534e42ca6ff856bb24b2e3071b37861c2c727ce220d80eee9ed"}, + {file = "multidict-6.0.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:dcfe792765fab89c365123c81046ad4103fcabbc4f56d1c1997e6715e8015461"}, + {file = "multidict-6.0.4-cp311-cp311-win32.whl", hash = "sha256:3601a3cece3819534b11d4efc1eb76047488fddd0c85a3948099d5da4d504636"}, + {file = "multidict-6.0.4-cp311-cp311-win_amd64.whl", hash = "sha256:81a4f0b34bd92df3da93315c6a59034df95866014ac08535fc819f043bfd51f0"}, + {file = "multidict-6.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:67040058f37a2a51ed8ea8f6b0e6ee5bd78ca67f169ce6122f3e2ec80dfe9b78"}, + {file = "multidict-6.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:853888594621e6604c978ce2a0444a1e6e70c8d253ab65ba11657659dcc9100f"}, + {file = "multidict-6.0.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:39ff62e7d0f26c248b15e364517a72932a611a9b75f35b45be078d81bdb86603"}, + {file = "multidict-6.0.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:af048912e045a2dc732847d33821a9d84ba553f5c5f028adbd364dd4765092ac"}, + {file = "multidict-6.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b1e8b901e607795ec06c9e42530788c45ac21ef3aaa11dbd0c69de543bfb79a9"}, + {file = "multidict-6.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62501642008a8b9871ddfccbf83e4222cf8ac0d5aeedf73da36153ef2ec222d2"}, + {file = "multidict-6.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:99b76c052e9f1bc0721f7541e5e8c05db3941eb9ebe7b8553c625ef88d6eefde"}, + {file = "multidict-6.0.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:509eac6cf09c794aa27bcacfd4d62c885cce62bef7b2c3e8b2e49d365b5003fe"}, + {file = "multidict-6.0.4-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:21a12c4eb6ddc9952c415f24eef97e3e55ba3af61f67c7bc388dcdec1404a067"}, + {file = "multidict-6.0.4-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:5cad9430ab3e2e4fa4a2ef4450f548768400a2ac635841bc2a56a2052cdbeb87"}, + {file = "multidict-6.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ab55edc2e84460694295f401215f4a58597f8f7c9466faec545093045476327d"}, + {file = "multidict-6.0.4-cp37-cp37m-win32.whl", hash = "sha256:5a4dcf02b908c3b8b17a45fb0f15b695bf117a67b76b7ad18b73cf8e92608775"}, + {file = "multidict-6.0.4-cp37-cp37m-win_amd64.whl", hash = "sha256:6ed5f161328b7df384d71b07317f4d8656434e34591f20552c7bcef27b0ab88e"}, + {file = "multidict-6.0.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5fc1b16f586f049820c5c5b17bb4ee7583092fa0d1c4e28b5239181ff9532e0c"}, + {file = "multidict-6.0.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1502e24330eb681bdaa3eb70d6358e818e8e8f908a22a1851dfd4e15bc2f8161"}, + {file = "multidict-6.0.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b692f419760c0e65d060959df05f2a531945af31fda0c8a3b3195d4efd06de11"}, + {file = "multidict-6.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45e1ecb0379bfaab5eef059f50115b54571acfbe422a14f668fc8c27ba410e7e"}, + {file = "multidict-6.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ddd3915998d93fbcd2566ddf9cf62cdb35c9e093075f862935573d265cf8f65d"}, + {file = "multidict-6.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:59d43b61c59d82f2effb39a93c48b845efe23a3852d201ed2d24ba830d0b4cf2"}, + {file = "multidict-6.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc8e1d0c705233c5dd0c5e6460fbad7827d5d36f310a0fadfd45cc3029762258"}, + {file = "multidict-6.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6aa0418fcc838522256761b3415822626f866758ee0bc6632c9486b179d0b52"}, + {file = "multidict-6.0.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6748717bb10339c4760c1e63da040f5f29f5ed6e59d76daee30305894069a660"}, + {file = "multidict-6.0.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4d1a3d7ef5e96b1c9e92f973e43aa5e5b96c659c9bc3124acbbd81b0b9c8a951"}, + {file = "multidict-6.0.4-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:4372381634485bec7e46718edc71528024fcdc6f835baefe517b34a33c731d60"}, + {file = "multidict-6.0.4-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:fc35cb4676846ef752816d5be2193a1e8367b4c1397b74a565a9d0389c433a1d"}, + {file = "multidict-6.0.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:4b9d9e4e2b37daddb5c23ea33a3417901fa7c7b3dee2d855f63ee67a0b21e5b1"}, + {file = "multidict-6.0.4-cp38-cp38-win32.whl", hash = "sha256:e41b7e2b59679edfa309e8db64fdf22399eec4b0b24694e1b2104fb789207779"}, + {file = "multidict-6.0.4-cp38-cp38-win_amd64.whl", hash = "sha256:d6c254ba6e45d8e72739281ebc46ea5eb5f101234f3ce171f0e9f5cc86991480"}, + {file = "multidict-6.0.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:16ab77bbeb596e14212e7bab8429f24c1579234a3a462105cda4a66904998664"}, + {file = "multidict-6.0.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bc779e9e6f7fda81b3f9aa58e3a6091d49ad528b11ed19f6621408806204ad35"}, + {file = "multidict-6.0.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4ceef517eca3e03c1cceb22030a3e39cb399ac86bff4e426d4fc6ae49052cc60"}, + {file = "multidict-6.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:281af09f488903fde97923c7744bb001a9b23b039a909460d0f14edc7bf59706"}, + {file = "multidict-6.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:52f2dffc8acaba9a2f27174c41c9e57f60b907bb9f096b36b1a1f3be71c6284d"}, + {file = "multidict-6.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b41156839806aecb3641f3208c0dafd3ac7775b9c4c422d82ee2a45c34ba81ca"}, + {file = "multidict-6.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5e3fc56f88cc98ef8139255cf8cd63eb2c586531e43310ff859d6bb3a6b51f1"}, + {file = "multidict-6.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8316a77808c501004802f9beebde51c9f857054a0c871bd6da8280e718444449"}, + {file = "multidict-6.0.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f70b98cd94886b49d91170ef23ec5c0e8ebb6f242d734ed7ed677b24d50c82cf"}, + {file = "multidict-6.0.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bf6774e60d67a9efe02b3616fee22441d86fab4c6d335f9d2051d19d90a40063"}, + {file = "multidict-6.0.4-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:e69924bfcdda39b722ef4d9aa762b2dd38e4632b3641b1d9a57ca9cd18f2f83a"}, + {file = "multidict-6.0.4-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:6b181d8c23da913d4ff585afd1155a0e1194c0b50c54fcfe286f70cdaf2b7176"}, + {file = "multidict-6.0.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:52509b5be062d9eafc8170e53026fbc54cf3b32759a23d07fd935fb04fc22d95"}, + {file = "multidict-6.0.4-cp39-cp39-win32.whl", hash = "sha256:27c523fbfbdfd19c6867af7346332b62b586eed663887392cff78d614f9ec313"}, + {file = "multidict-6.0.4-cp39-cp39-win_amd64.whl", hash = "sha256:33029f5734336aa0d4c0384525da0387ef89148dc7191aae00ca5fb23d7aafc2"}, + {file = "multidict-6.0.4.tar.gz", hash = "sha256:3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49"}, +] + +[[package]] +name = "nodeenv" +version = "1.8.0" +description = "Node.js virtual environment builder" +optional = false +python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" +files = [ + {file = "nodeenv-1.8.0-py2.py3-none-any.whl", hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"}, + {file = "nodeenv-1.8.0.tar.gz", hash = "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2"}, +] + +[package.dependencies] +setuptools = "*" + +[[package]] +name = "ordered-set" +version = "4.1.0" +description = "An OrderedSet is a custom MutableSet that remembers its order, so that every" +optional = false +python-versions = ">=3.7" +files = [ + {file = "ordered-set-4.1.0.tar.gz", hash = "sha256:694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8"}, + {file = "ordered_set-4.1.0-py3-none-any.whl", hash = "sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562"}, +] + +[package.extras] +dev = ["black", "mypy", "pytest"] + +[[package]] +name = "packaging" +version = "23.1" +description = "Core utilities for Python packages" +optional = false +python-versions = ">=3.7" +files = [ + {file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"}, + {file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"}, +] + +[[package]] +name = "parsimonious" +version = "0.9.0" +description = "(Soon to be) the fastest pure-Python PEG parser I could muster" +optional = false +python-versions = "*" +files = [ + {file = "parsimonious-0.9.0.tar.gz", hash = "sha256:b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1"}, +] + +[package.dependencies] +regex = ">=2022.3.15" + +[[package]] +name = "pathvalidate" +version = "2.5.2" +description = "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc." +optional = false +python-versions = ">=3.6" +files = [ + {file = "pathvalidate-2.5.2-py3-none-any.whl", hash = "sha256:e39a4dfacdba70e3a96d3e4c6ff617a39e991cf242e6e1f2017f1f67c3408d33"}, + {file = "pathvalidate-2.5.2.tar.gz", hash = "sha256:5ff57d0fabe5ecb7a4f1e4957bfeb5ad8ab5ab4c0fa71f79c6bbc24bd9b7d14d"}, +] + +[package.extras] +test = ["allpairspy", "click", "faker", "pytest (>=6.0.1)", "pytest-discord (>=0.0.6)", "pytest-md-report (>=0.0.12)"] + +[[package]] +name = "platformdirs" +version = "3.10.0" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +optional = false +python-versions = ">=3.7" +files = [ + {file = "platformdirs-3.10.0-py3-none-any.whl", hash = "sha256:d7c24979f292f916dc9cbf8648319032f551ea8c49a4c9bf2fb556a02070ec1d"}, + {file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"}, +] + +[package.extras] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.1)", "sphinx-autodoc-typehints (>=1.24)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)"] + +[[package]] +name = "pluggy" +version = "1.2.0" +description = "plugin and hook calling mechanisms for python" +optional = false +python-versions = ">=3.7" +files = [ + {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, + {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, +] + +[package.extras] +dev = ["pre-commit", "tox"] +testing = ["pytest", "pytest-benchmark"] + +[[package]] +name = "pre-commit" +version = "3.3.3" +description = "A framework for managing and maintaining multi-language pre-commit hooks." +optional = false +python-versions = ">=3.8" +files = [ + {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, + {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, +] + +[package.dependencies] +cfgv = ">=2.0.0" +identify = ">=1.0.0" +nodeenv = ">=0.11.1" +pyyaml = ">=5.1" +virtualenv = ">=20.10.0" + +[[package]] +name = "protobuf" +version = "4.24.1" +description = "" +optional = false +python-versions = ">=3.7" +files = [ + {file = "protobuf-4.24.1-cp310-abi3-win32.whl", hash = "sha256:d414199ca605eeb498adc4d2ba82aedc0379dca4a7c364ff9bc9a179aa28e71b"}, + {file = "protobuf-4.24.1-cp310-abi3-win_amd64.whl", hash = "sha256:5906c5e79ff50fe38b2d49d37db5874e3c8010826f2362f79996d83128a8ed9b"}, + {file = "protobuf-4.24.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:970c701ee16788d74f3de20938520d7a0aebc7e4fff37096a48804c80d2908cf"}, + {file = "protobuf-4.24.1-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:fc361148e902949dcb953bbcb148c99fe8f8854291ad01107e4120361849fd0e"}, + {file = "protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:5d32363d14aca6e5c9e9d5918ad8fb65b091b6df66740ae9de50ac3916055e43"}, + {file = "protobuf-4.24.1-cp37-cp37m-win32.whl", hash = "sha256:df015c47d6855b8efa0b9be706c70bf7f050a4d5ac6d37fb043fbd95157a0e25"}, + {file = "protobuf-4.24.1-cp37-cp37m-win_amd64.whl", hash = "sha256:d4af4fd9e9418e819be30f8df2a16e72fbad546a7576ac7f3653be92a6966d30"}, + {file = "protobuf-4.24.1-cp38-cp38-win32.whl", hash = "sha256:302e8752c760549ed4c7a508abc86b25d46553c81989343782809e1a062a2ef9"}, + {file = "protobuf-4.24.1-cp38-cp38-win_amd64.whl", hash = "sha256:06437f0d4bb0d5f29e3d392aba69600188d4be5ad1e0a3370e581a9bf75a3081"}, + {file = "protobuf-4.24.1-cp39-cp39-win32.whl", hash = "sha256:0b2b224e9541fe9f046dd7317d05f08769c332b7e4c54d93c7f0f372dedb0b1a"}, + {file = "protobuf-4.24.1-cp39-cp39-win_amd64.whl", hash = "sha256:bd39b9094a4cc003a1f911b847ab379f89059f478c0b611ba1215053e295132e"}, + {file = "protobuf-4.24.1-py3-none-any.whl", hash = "sha256:55dd644adc27d2a624339332755fe077c7f26971045b469ebb9732a69ce1f2ca"}, + {file = "protobuf-4.24.1.tar.gz", hash = "sha256:44837a5ed9c9418ad5d502f89f28ba102e9cd172b6668bc813f21716f9273348"}, +] + +[[package]] +name = "py-bip39-bindings" +version = "0.1.11" +description = "Python bindings for tiny-bip39 RUST crate" +optional = false +python-versions = "*" +files = [ + {file = "py_bip39_bindings-0.1.11-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:324a7363f8b49201ebe1cc72d970017ec5139f8a5ddf605fa2774904eb7f08a1"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:77173b83c7ade4ca3c91fae0da9c9b1bc5f4c6819baa2276feacd5abec6005fa"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:84e5177fb3d3b9607f5d7d526a89f91b35687fcc34b643fc96cd168a0ae025cb"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76ecd1cfb17f0b1bb56f0b1de5c533ff9830a60b5d657846b8cf500ff9fca8b3"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d3408dc0809fca5691f9c02c8292d62590d90de4f02a4b2dcab35817fa857a71"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-manylinux_2_28_armv7l.whl", hash = "sha256:d6f0eda277c6d0ef28cc83fd3f59a0f745394ea1e2807f2fea49186084b3d47d"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:963357db40dc7a816d55097a85929cae18c6174c5bedf0410f6e72181270b2b1"}, + {file = "py_bip39_bindings-0.1.11-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:be06dc751be86cbd72cd71e318979d3ab27cee12fd84d1e5e4e84575c5c9355d"}, + {file = "py_bip39_bindings-0.1.11-cp310-none-win32.whl", hash = "sha256:b4e05b06831874fa8715bdb128ea776674ad708858a4b3b1a27e5710859b086d"}, + {file = "py_bip39_bindings-0.1.11-cp310-none-win_amd64.whl", hash = "sha256:e01a03e858a648d294bcf063368bf09027efa282f5192abddaf7af69c5e2a574"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:27cce22727e28705a660464689ade6d2cdad4e622bead5bde2ffa53c4f605ee5"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:cdf35d031587296dcbdb22dbc67f2eaf5b5df9d5036b77fbeb93affbb9eec8d3"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2fd5b926686207752d5f2e2ff164a9489b3613239d0967362f10c2fbd64eb018"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba84c38962bffdaea0e499245731d669cc21d1280f81ace8ff60ed3550024570"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9024ec3c4a3db005b355f9a00602cede290dec5e9c7cf7dd06a26f620b0cf99"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-manylinux_2_28_armv7l.whl", hash = "sha256:ce028c8aef51dec2a85f298461b2988cca28740bf3cc23472c3469d3f853714e"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:51882cd0fa7529173b3543c089c24c775f1876ddf48f10e60f2ed07ad2af5cae"}, + {file = "py_bip39_bindings-0.1.11-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:4ee776f3b33b2d71fee48679951f117e3d1f052449ec2fcb184f3c64a4c77e4f"}, + {file = "py_bip39_bindings-0.1.11-cp311-none-win32.whl", hash = "sha256:d8b722e49562810f94eb61c9efa172f327537c74c37da3e86b161f7f444c51bf"}, + {file = "py_bip39_bindings-0.1.11-cp311-none-win_amd64.whl", hash = "sha256:be934052497f07605768e2c7184e4f4269b3e2e77930131dfc9bdbb791e6fdf4"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:76fc141ed154ccef9c36d5e2eb615565f2e272a43ed56edbdda538840b597187"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:3837f7040e732f7be49da5f595f147de2304e92a67267b12d5aa08a9bb02dd4b"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82de90eabe531095d4e4721ea1546873f0161c101c30b43dcf0a7bbd9cdcce69"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:19794bafd088cfb50f99b04f3710c895756fe25ec342eaea0b5c579512493b61"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-manylinux_2_28_armv7l.whl", hash = "sha256:8b9aa564a0081c360776b2230472475bd2971ddbe8f99ed7d8676c0ab3b2e0e4"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1f55ab4fc519b8a9b80b28e02756788b9da037a2484e42282497eb9a253e5a58"}, + {file = "py_bip39_bindings-0.1.11-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:cd1b874bc812866804a40242cdb1303de9caeb0ed261852dfbb5cbce94db31a4"}, + {file = "py_bip39_bindings-0.1.11-cp37-none-win32.whl", hash = "sha256:aa643eae0ebc185e50fcbc088210930f2cb4b30145dfd18a2b031451ce3edb03"}, + {file = "py_bip39_bindings-0.1.11-cp37-none-win_amd64.whl", hash = "sha256:e68673dbe4d2d99f64e493ac1369ac39b0bd9266dddefe476802d853f9637906"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:b1bece61da3c8ed37b86ac19051bab4cb599318066cdcf6ca9d795bdf7553525"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:5cc8a25d058f8f7741af38015b56177a1fbd442d7a2d463860c76fb86ff33211"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ac1d37c0266c40f592a53b282c392f40bc23c117ca092a46e419c9d141a3dc89"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd63afb8451a0ee91658144f1fa9d1b5ed908ca458e713864e775e47bb806414"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa30b9b4b01cc703801924be51e802f7ae778abea433f4e3908fc470e2a517ef"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-manylinux_2_28_armv7l.whl", hash = "sha256:f826af5e54e250272af9203ce85bf53064fe514df8222836c3ff43f23ccd55fe"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:08ba04fbad6d795c0bc59bbdf05a2bae9de929f34101fa149501e83fc4e52d6f"}, + {file = "py_bip39_bindings-0.1.11-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1f9ba82d427353bd6e7521b03583e0e72d745e7d6bf0b1505555a1032b6fd656"}, + {file = "py_bip39_bindings-0.1.11-cp38-none-win32.whl", hash = "sha256:86df39df8c573be8ff92e613d833045919e1351446898d683cc9a49ebeb25a87"}, + {file = "py_bip39_bindings-0.1.11-cp38-none-win_amd64.whl", hash = "sha256:e26cde6585ab95042fef48f6740a4f1a7962f2a571e73f1f12bfc4daee786c9a"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:3bb22e4f2430bc28d93599c70a4d6ce9fc3e88db3f20b24ca17902f796be6ae9"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:75de7c7e76581244c3893fb624e44d84dadcceddd73f221ab74a9cb3c04b416b"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7e1a364081460498caa7d8238c54ae78b009d331afcb4f037d659b02639b969e"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3112f408f2d58be9ea3189903e5f2d944a0d882fa35b91b7bb88a195a16a8c1"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b921f36a4ef7a3bccb2635f2a5f91647a63ebaa1a4962a24fa236e5a32834cf"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-manylinux_2_28_armv7l.whl", hash = "sha256:77accd187ef9a87e1d32f279b45a6e23123816b933a7e3d8c4a2fe61f6bd1d2e"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fd74fd810cc1076dd0c2944490d4acb1a109837cc9cfd58b29605ea81b4034f5"}, + {file = "py_bip39_bindings-0.1.11-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:153f310e55795509b8b004590dbc0cff58d65e8f032c1558021fc0898121a465"}, + {file = "py_bip39_bindings-0.1.11-cp39-none-win32.whl", hash = "sha256:b769bcc358c806ca1a5983e57eb94ee33ec3a8ef69fa01aa6b28960fa3e0ab5a"}, + {file = "py_bip39_bindings-0.1.11-cp39-none-win_amd64.whl", hash = "sha256:3d8a802d504c928d97e951489e942f39c9bfeec2a7305a6f0f3d5d38e152db9e"}, + {file = "py_bip39_bindings-0.1.11.tar.gz", hash = "sha256:ebc128ccf3a0750d758557e094802f0975c3760a939f8a8b76392d7dbe6b52a1"}, +] + +[[package]] +name = "py-ed25519-zebra-bindings" +version = "1.0.1" +description = "Python bindings for the ed25519-zebra RUST crate" +optional = false +python-versions = "*" +files = [ + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:a5c83e3a30f2f34556244422962cb9d2214fbf6ebdc82e9afb1e09d1d44ac457"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:28b6addbf398b92bd8bf16da188094f3af2344c352d78647d0b2f13d5f7e4bd0"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:908029ef33cad332bdc93bde4bd81bc60c42c171584f5e5dafcb1b18764f8c07"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b804356c81cac5ab29e72fbdff4dc02222f763dfa0f0e221d21d1265a0db5144"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:93a703eb4b754959a375371a3fa35c1a19da98d4a3c4da0db7b7659ba6517d25"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_28_armv7l.whl", hash = "sha256:8c741ea2e0f92df500d9c1cc5b566198c75b6cb7dbf8a122d0bed269e5088e1c"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:903830c6f08b722fba4dae7c23993c998a657729c60bcc3fb27ba70091eaea11"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:529011a6182d73d36974e6e670fc62d11ee33e4a3e3ba9f37924d22e92a54c15"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:04ce9ca5fc634a0ee5ee2d6d91a284d09ee6fe6162288938bfb71c7495033d38"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-none-win32.whl", hash = "sha256:8d4e04a453a5a86efc4c6b5e82b1ed2e9110a41e73292c631728dfcbc620396d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp310-none-win_amd64.whl", hash = "sha256:3042988709fa6b1f5f0f0f928bddbf81ebd3c11b80a43014bfb92e985659a385"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e249b0d57187077859652a1119b315dec49e4d458c9795a7aeb2381799ce34e6"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:50d383684b650d92f93e1482891ce0c1c2011d2ca3b0821b5b049d6bb35dca3e"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d32d2c4d50789e6d3e081ab9a6d4e6f82bcf414e6b1c41a8f64a04065f6db340"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:363599e810ccc1f09092803a14a386ee8bce44d7057a3e36a14b1bf31de7e0b5"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fa59836fac97352def00c2c7c6fed33ba351258b24d3f7cbced646271aa94de6"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:3d16da4fd6da771fd2323a90d779076066a02bb2a2c62b15ecf51ca2706f451b"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2e715341b4927f6735ed7113644c0a5362310df4ddad1f938b5040c85884db15"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-none-win32.whl", hash = "sha256:21498379d5e85d97a9633b7cf6362b4d187c7575ab8633c3ba6c99b1dcb83358"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp311-none-win_amd64.whl", hash = "sha256:58e7d56a6f565fc044d313ec429b782150366a39ada973051dde60f1363abd9b"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl", hash = "sha256:ac9d378114ce16420f66fd990ff09156f1d056b993a6076edeae4f866f5fd67f"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5e884b347d4a8d821327bafbdfcc19b2c8997d6a78704db15ef1db33baea4c1"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3fcbe7677a8ba0888df9ce882402e13153b23dfdb97c8d0ec4e2ebd41d7c6b69"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp36-none-win32.whl", hash = "sha256:acb25c465eca7deb7b0238fa0e2e69a5944856495a316a12e75f01ca5a4003c3"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp36-none-win_amd64.whl", hash = "sha256:8d520eb4303624ac8a0a3a01f555fe55b1c0614a138da56bd753ece19660e470"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:3a37105f9cf44dd997ad0161a6e08969d96181173f22327329907a4825941c74"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf0ff95e75318b28020ed91beb76a8faecd3beefc092417867b3732dd94e55ca"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:57a325635c7bf833d3ed10ac0f29fc6a54e18e7ccf962325b0104445192bce98"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_aarch64.whl", hash = "sha256:962553eea9eaf5bec9be9d7a7e0687b1aaa741eb57534a1905cacaf09a8e425d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_28_armv7l.whl", hash = "sha256:67f743c8775b04ea7591753d7beeecaa5094edc23e4a26ced857dee7ac355d15"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:93eb5662e3af1083d81fd4a5a9cd254ac94f9e282e38f21e030f7d1c12d5dd98"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:9cbec53099bbeca1ff7d89cb977c7251b5740ac1019dc42d34752f318212c3e1"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e0a58597049d6478406f4231d9532740b64b0d1558bd37e9735474a9fb559bdd"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-none-win32.whl", hash = "sha256:8a0ccb15371744e5eca7557532132ee7a5dfad41cbfcc3a6bbf4431f4c18cd87"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp37-none-win_amd64.whl", hash = "sha256:f3f209988adf229e98b07629698fc5fb2401b95e1db0b7a063f1945049e857bc"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:831ff6b3ba2f73d46671e0ba7efd26f26827839d652c4eed157c43fc58d44ed7"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d32570528ad5c514bbe92264a1a7ea0242884a63ea560067240b66740e6b3576"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fd402a6795442af3a325907b5aab2b9154292eff7469adab3b3676c615704238"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb318f6c2d32292c9252e5626ac80253d1d7dcf93e9c03714c6e3fef8a83077e"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:6b537ae31ea90c670e93c7139e86b8299cbbeab7ceb2cdd67c54e9f0ac0607bf"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_28_armv7l.whl", hash = "sha256:7aea3a70d07adccb378aa3edfa3aef214e9154c25e9b505b8a22c886f78f8bef"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:48c8728ac5d6468b936b1568ccca00a9a025b70b120ca578f5188066e777c63d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:3b3b8b8a977cc842bbcd7f5c54f00a9dfb08668a1a0c3e67f811f445822561d8"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ea66861e82597c81ae4d42ccf6f7215b50e5fcebbf9657067011b0e3a93e05aa"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-none-win32.whl", hash = "sha256:0bfe4309f4dbc1257716c3d64336246429284b55c2cc36785638d4abf7f41bfa"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp38-none-win_amd64.whl", hash = "sha256:139e297b51979ac8b7ad736033fa5243169d84c4cc92df9e036be93a363cc2c0"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:a44384ed0ff3cb6430e0a5dec19c3928a5aa1d9c0f9185c03dd09193a37de252"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:14c543aacce2abbbaa73044752fc1174b7faae4a163400da727c6bd7935cef7d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:871aafae7973e5c5895084ab9ebcb547709a24eeb3c757f430ad33a49d47cc3d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:027c8a92cea1e95926cad0c78de09d627751fc942fca2e413708e70eba18f41a"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:38adce4f22560a558a589532624b47c958d66bc0cca1921a67b5986c11f96f1d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_28_armv7l.whl", hash = "sha256:b3de615cdfc544dd3bd6d1ef46e4e315a397cf0df8b764bf898522e61aad3d1a"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2d145aff9d5e12e2b99922d7dac3f97071805e46378157ffff6bb6ec51d27d1c"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d4ca9b0cccd3e3e5d5a6c045b8f28c63de8cb7603fc8d0db2855a6fc7b1f19f3"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6268fe204967c626a03cd2f62f343a684361a23e273c4568a16072d676624555"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-none-win32.whl", hash = "sha256:d0fe3d60374e0a295cccf618ca1c3ee8896670b0ebf676026b112fae328dcdb5"}, + {file = "py_ed25519_zebra_bindings-1.0.1-cp39-none-win_amd64.whl", hash = "sha256:6e393d68e3dcae521d5da88c4dbb3ca4f2ba79a274e6f2eecd7a3768c00cab25"}, + {file = "py_ed25519_zebra_bindings-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:670f01572012aabd02436de78bd880a63691031f7758289a05529368e8af5ac6"}, + {file = "py_ed25519_zebra_bindings-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aae847c456757dc8e5022c0f5af64db07baaf8e0d60e0931912e92c1e9ea532d"}, + {file = "py_ed25519_zebra_bindings-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:98450820e82e4fd446e2b9fd7b449e8b4cb645fa4c053d4e0a598a9c43ed8209"}, + {file = "py_ed25519_zebra_bindings-1.0.1.tar.gz", hash = "sha256:0062f189e1c8672ba94676cedb346fae4c33a0cabaf12e75a1aedcf9db47403b"}, +] + +[[package]] +name = "py-sr25519-bindings" +version = "0.2.0" +description = "Python bindings for sr25519 library" +optional = false +python-versions = "*" +files = [ + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:86cc1a571852a4f2ade827ebf211e066b23ab805d3e864cbe213a3d8cd53f7d5"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:453c9088e39dd04b07bf3ada6c473a5349c4dfd965009a35124b2c807117eda8"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f12122a18b688e4a4bf0e74d3969d9e3f6f83d2b01fe88ab5f19c969e95192a2"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2815ecc958f6edbad79fee76899bd33b8950caa7106c1db08c828ec90e16fa7"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bfe52e73d7f0237820f7a935397d5004733a1d890464701f2c3c71be6033c442"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-manylinux_2_28_armv7l.whl", hash = "sha256:df7e2fad636831919bfa479cd4b6fffdd429cde778da72b1834c1434dadaf982"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f4ebeb2aac26a39160f2fad8ffc40ff98da835af57618c0446637bf182b9c927"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:942a6b52e871d6e152dda80a60ed338dccedc69b6375e080e496bf886f2556c0"}, + {file = "py_sr25519_bindings-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b24307c34a06209d0e34ca15ab4c0275617538dfdac1eac8aa25e792fa9f4108"}, + {file = "py_sr25519_bindings-0.2.0-cp310-none-win32.whl", hash = "sha256:2e06a2d1119a2ad063f11448bb27ec4f4ba77416043d98ae28ef30624cf0e12d"}, + {file = "py_sr25519_bindings-0.2.0-cp310-none-win_amd64.whl", hash = "sha256:16b36d9fe8bda873ab8376f3a4d0894b8d4ab2d702665afc3ab3ca69f0dc9495"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:54e8c41081a4c23eca4b19f52de2514c48ddec6f49844dff7ad4cfac0bc11712"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:6c73bd1a87849db9cd0e664b2d2e14208183dd8d11ac083d70e688fc28283a71"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47d21382ea24f7f25e72cdddaca2f013ce46cc7983bcfebc611c795cea177eff"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c1448cf55bbf6f52d2e24766a8a84ba6d77100a991897e8519711ccd7409830"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:392b8b9875c89c9302930ad3d59567b62176f33adeee96a55ff61ba17fb7aac2"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7b56b5cbbfb36b41ddfa462989a03386590ac036f3a755ef64fffeb2fed88654"}, + {file = "py_sr25519_bindings-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8f06ea3237e06666e3a4ff4719b4fba415472943831b229428753c37d5ecd1b4"}, + {file = "py_sr25519_bindings-0.2.0-cp311-none-win_amd64.whl", hash = "sha256:d62af30b2022f5fa787e46c06823c35a21abe791bf55012f498f9ba8e4baabc8"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-macosx_10_7_x86_64.whl", hash = "sha256:c3de899a1e911b8945f09e6389f8d2df68924c12c78e3e66fedb15f1e4ff56ad"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:758761b605f90e4238304df7520155a3358b13cc55ee18c5113632da17343163"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f63580a224607e68b861eb03421465091c3104b6309e5fca7448f5aa6dbda60"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37b999075b76cae8e84d5f19f2c8f28d3f24c93ba858ad49e58bcf22afe0406b"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-manylinux_2_28_armv7l.whl", hash = "sha256:5102c94e97d316009ad4482f24d9a933fc0b7eb0bb88e6a784a820cd1bd25827"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b477b18940f472d4e25e141f19503a6e55aadff31b4822228a491c9638096baf"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:7e69bf7bdc9920013c1a2bea25a8b02df9588d9856cb20270f4d8d95b8e83f52"}, + {file = "py_sr25519_bindings-0.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:dc436a34e17037833c3909062722ee3d46e28288972c87f619d163d00054d68e"}, + {file = "py_sr25519_bindings-0.2.0-cp36-none-win32.whl", hash = "sha256:fc27c847dd4df727388aaadc3870aeb472f2d5c35717536d319792fe08f6120a"}, + {file = "py_sr25519_bindings-0.2.0-cp36-none-win_amd64.whl", hash = "sha256:0441381c2a6f532831d560a1f2ae8a917c7190cf27f5428d9b0528fa28a72e2d"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:e1471134450e6189b7e38d245ab16b06f3de900b6d07aa66b1e6973cdbc00d01"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:302bd20e75d900d98e7961934b03958e8acc8784eed594ab48f9bb298396c734"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e09ac91f4b2e2b9c50e268f6ee292d9fa447c5b7cc6327cfeae7750d716f49e"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-manylinux_2_28_armv7l.whl", hash = "sha256:28b904739147c4f797627bd3b44d1e64d061533253abd1882c6d3b8944e7bbd8"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0931ac85331aae33bef67460a3cce554ef5c1f7dfec0ebe2f5b9ea57c5bee65c"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cd8da64f9e42ff973b394ed9164f1e9a454279a058eed08ac8d006fcbd61093b"}, + {file = "py_sr25519_bindings-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:297ad50e3cace5c89dbf5bd916b714aac3ebe6bc76f85382dac228cbeb71449e"}, + {file = "py_sr25519_bindings-0.2.0-cp37-none-win32.whl", hash = "sha256:422d62ca74ebe5065eca88607552b9a5f1dc4abff0c597cc3793dd8adfb8c4ea"}, + {file = "py_sr25519_bindings-0.2.0-cp37-none-win_amd64.whl", hash = "sha256:d1b0ed9a4dded60f671f34fdd81c974dad159e98f43bcab21833f984e05920f9"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:37f11ffee535c624bf5ddc6109c2cdca9a2dbd10f7d310bcd1dd97f6121c532f"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:4e1b553a6b1cc1b0aa9da2d7157329713cc7f299acb12a052d326f9b594b145c"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f0b6dcf1328027dba1f9236bd3432cc3cce1de55a12c1a3a4ea7a8dc3ab3e857"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:458c7e6d7447bd267a6f870a8801e995d710952566a0a52634f408bf804cf27a"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d64253d7d08fd6073e7b79bba9cff78687e76698cc210d3c6f236b90766b9421"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-manylinux_2_28_armv7l.whl", hash = "sha256:a9aac20a196416b8daf764704a9cee71ddee16bc705d12b5c6bcb6f51e81ac6e"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e162687189cf765f602178aa195a2be4284107622141ff746e92e14e266cf3b7"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d44ab4d150c9bdd1641ccad49942ecf2d0ef61bd66a7da41094bb4a9cbaca529"}, + {file = "py_sr25519_bindings-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:251ff9cef5dafd96ff241b77ff471912c40249b6df31e71c6c32de6a26a8dbc6"}, + {file = "py_sr25519_bindings-0.2.0-cp38-none-win32.whl", hash = "sha256:ca9794f9d4fc37cdc8cbb6724d5432a064d22c26ecde312928154b6bc691f4d3"}, + {file = "py_sr25519_bindings-0.2.0-cp38-none-win_amd64.whl", hash = "sha256:6406cb0aeb5cbb8cfaa37d59d15d7640c0d812a1cbb55657bee52fd3d9e92aa9"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:b9da73447c8f5b8392a8229c2b65d742709c6aa2d0c6b32e39b635fb245145f1"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:7f00236a802d6d3f3705713d5352ba968c0ce353a20519c445e66ce19869bfdc"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d473199c0dbad846b0723c6663b1b6a04040ccdca700cb1609acac3e621f2087"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44bede0dd42f75cf849d3ccb4e443d6425218035bc00a6330b11dc2cc1146f3b"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-manylinux_2_28_armv7l.whl", hash = "sha256:a8e462d2442726d9db07854dc2eb640b1a8a548948b1ff3aa580771ab739bab8"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:55b1f67fdaeab91481fda54432dffdf87ed516d26461d31e70911c7ea55d6164"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ec11493d59075ba75fe0bc0312d502ffdc45b641a46fb084bf8b04906597688b"}, + {file = "py_sr25519_bindings-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:101ee46368da149ad332aea225d4ff2907dffce574e8f8f7fe56f5c29211f333"}, + {file = "py_sr25519_bindings-0.2.0-cp39-none-win32.whl", hash = "sha256:909f13f63f67f1e5595d4d495cf8a3c95e392626c08f94550cbf8f0e8ea1c743"}, + {file = "py_sr25519_bindings-0.2.0-cp39-none-win_amd64.whl", hash = "sha256:b3f86e4aad6c2b8ff74af76f38fde7fbaf9dd83bc4a7c259709092008c3b8e5d"}, + {file = "py_sr25519_bindings-0.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:38db0ee90bd676b9df7ddd03fcb2113b5a5e9d9c984d82426728acc0e9d54277"}, + {file = "py_sr25519_bindings-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dfe767069d5c5e8a313e77b6bd681ea4f6b5988b09b6b4c9399e255fe4a7c53"}, + {file = "py_sr25519_bindings-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8951d1a6e310a682a6253d547e44a9e7a606476dbc18dea3f121d98bdb81042"}, + {file = "py_sr25519_bindings-0.2.0.tar.gz", hash = "sha256:0c2fe92b7cdcebf6c5611a90054f8ba6ea90b68b8832896d2dc565537bc40b0c"}, +] + +[[package]] +name = "pycodestyle" +version = "2.11.0" +description = "Python style guide checker" +optional = false +python-versions = ">=3.8" +files = [ + {file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"}, + {file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"}, +] + +[[package]] +name = "pycparser" +version = "2.21" +description = "C parser in Python" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +files = [ + {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, + {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, +] + +[[package]] +name = "pycryptodome" +version = "3.18.0" +description = "Cryptographic library for Python" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "pycryptodome-3.18.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:d1497a8cd4728db0e0da3c304856cb37c0c4e3d0b36fcbabcc1600f18504fc54"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:928078c530da78ff08e10eb6cada6e0dff386bf3d9fa9871b4bbc9fbc1efe024"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:157c9b5ba5e21b375f052ca78152dd309a09ed04703fd3721dce3ff8ecced148"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2014_aarch64.whl", hash = "sha256:d20082bdac9218649f6abe0b885927be25a917e29ae0502eaf2b53f1233ce0c2"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-musllinux_1_1_aarch64.whl", hash = "sha256:e8ad74044e5f5d2456c11ed4cfd3e34b8d4898c0cb201c4038fe41458a82ea27"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-win32.whl", hash = "sha256:62a1e8847fabb5213ccde38915563140a5b338f0d0a0d363f996b51e4a6165cf"}, + {file = "pycryptodome-3.18.0-cp27-cp27m-win_amd64.whl", hash = "sha256:16bfd98dbe472c263ed2821284118d899c76968db1a6665ade0c46805e6b29a4"}, + {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:7a3d22c8ee63de22336679e021c7f2386f7fc465477d59675caa0e5706387944"}, + {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:78d863476e6bad2a592645072cc489bb90320972115d8995bcfbee2f8b209918"}, + {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2014_aarch64.whl", hash = "sha256:b6a610f8bfe67eab980d6236fdc73bfcdae23c9ed5548192bb2d530e8a92780e"}, + {file = "pycryptodome-3.18.0-cp27-cp27mu-musllinux_1_1_aarch64.whl", hash = "sha256:422c89fd8df8a3bee09fb8d52aaa1e996120eafa565437392b781abec2a56e14"}, + {file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:9ad6f09f670c466aac94a40798e0e8d1ef2aa04589c29faa5b9b97566611d1d1"}, + {file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:53aee6be8b9b6da25ccd9028caf17dcdce3604f2c7862f5167777b707fbfb6cb"}, + {file = "pycryptodome-3.18.0-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:10da29526a2a927c7d64b8f34592f461d92ae55fc97981aab5bbcde8cb465bb6"}, + {file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f21efb8438971aa16924790e1c3dba3a33164eb4000106a55baaed522c261acf"}, + {file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4944defabe2ace4803f99543445c27dd1edbe86d7d4edb87b256476a91e9ffa4"}, + {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:51eae079ddb9c5f10376b4131be9589a6554f6fd84f7f655180937f611cd99a2"}, + {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:83c75952dcf4a4cebaa850fa257d7a860644c70a7cd54262c237c9f2be26f76e"}, + {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:957b221d062d5752716923d14e0926f47670e95fead9d240fa4d4862214b9b2f"}, + {file = "pycryptodome-3.18.0-cp35-abi3-win32.whl", hash = "sha256:795bd1e4258a2c689c0b1f13ce9684fa0dd4c0e08680dcf597cf9516ed6bc0f3"}, + {file = "pycryptodome-3.18.0-cp35-abi3-win_amd64.whl", hash = "sha256:b1d9701d10303eec8d0bd33fa54d44e67b8be74ab449052a8372f12a66f93fb9"}, + {file = "pycryptodome-3.18.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:cb1be4d5af7f355e7d41d36d8eec156ef1382a88638e8032215c215b82a4b8ec"}, + {file = "pycryptodome-3.18.0-pp27-pypy_73-win32.whl", hash = "sha256:fc0a73f4db1e31d4a6d71b672a48f3af458f548059aa05e83022d5f61aac9c08"}, + {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f022a4fd2a5263a5c483a2bb165f9cb27f2be06f2f477113783efe3fe2ad887b"}, + {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:363dd6f21f848301c2dcdeb3c8ae5f0dee2286a5e952a0f04954b82076f23825"}, + {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:12600268763e6fec3cefe4c2dcdf79bde08d0b6dc1813887e789e495cb9f3403"}, + {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:4604816adebd4faf8810782f137f8426bf45fee97d8427fa8e1e49ea78a52e2c"}, + {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:01489bbdf709d993f3058e2996f8f40fee3f0ea4d995002e5968965fa2fe89fb"}, + {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3811e31e1ac3069988f7a1c9ee7331b942e605dfc0f27330a9ea5997e965efb2"}, + {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f4b967bb11baea9128ec88c3d02f55a3e338361f5e4934f5240afcb667fdaec"}, + {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:9c8eda4f260072f7dbe42f473906c659dcbadd5ae6159dfb49af4da1293ae380"}, + {file = "pycryptodome-3.18.0.tar.gz", hash = "sha256:c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413"}, +] + +[[package]] +name = "pyflakes" +version = "3.1.0" +description = "passive checker of Python programs" +optional = false +python-versions = ">=3.8" +files = [ + {file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"}, + {file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"}, +] + +[[package]] +name = "pynacl" +version = "1.5.0" +description = "Python binding to the Networking and Cryptography (NaCl) library" +optional = false +python-versions = ">=3.6" +files = [ + {file = "PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1"}, + {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92"}, + {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394"}, + {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d"}, + {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858"}, + {file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:a422368fc821589c228f4c49438a368831cb5bbc0eab5ebe1d7fac9dded6567b"}, + {file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:61f642bf2378713e2c2e1de73444a3778e5f0a38be6fee0fe532fe30060282ff"}, + {file = "PyNaCl-1.5.0-cp36-abi3-win32.whl", hash = "sha256:e46dae94e34b085175f8abb3b0aaa7da40767865ac82c928eeb9e57e1ea8a543"}, + {file = "PyNaCl-1.5.0-cp36-abi3-win_amd64.whl", hash = "sha256:20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93"}, + {file = "PyNaCl-1.5.0.tar.gz", hash = "sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"}, +] + +[package.dependencies] +cffi = ">=1.4.1" + +[package.extras] +docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"] +tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] + +[[package]] +name = "pytablewriter" +version = "0.64.2" +description = "pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV / YAML." +optional = false +python-versions = ">=3.6" +files = [ + {file = "pytablewriter-0.64.2-py3-none-any.whl", hash = "sha256:c46d1ddc40ef4d084213a86f8626cee33b3aa0119535aa8555da64cb5b65e382"}, + {file = "pytablewriter-0.64.2.tar.gz", hash = "sha256:99409d401d6ef5f06d1bc40f265a8e3053afe4cbfbaf709f71124076afb40dbb"}, +] + +[package.dependencies] +DataProperty = ">=0.55.0,<2" +mbstrdecoder = ">=1.0.0,<2" +pathvalidate = ">=2.3.0,<3" +setuptools = ">=38.3.0" +tabledata = ">=1.3.0,<2" +tcolorpy = ">=0.0.5,<1" +typepy = {version = ">=1.2.0,<2", extras = ["datetime"]} + +[package.extras] +all = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.1.3,<2)", "XlsxWriter (>=0.9.6,<4)", "dominate (>=2.1.5,<3)", "elasticsearch (>=7.0.5,<8)", "loguru (>=0.4.1,<1)", "pytablereader (>=0.31.3,<2)", "pytablewriter-altrow-theme (>=0.0.2,<1)", "simplejson (>=3.8.1,<4)", "toml (>=0.9.3,<1)", "xlwt"] +docs = ["Sphinx (>=2.4)", "sphinx-rtd-theme"] +es = ["elasticsearch (>=7.0.5,<8)"] +es7 = ["elasticsearch (>=7.0.5,<8)"] +excel = ["XlsxWriter (>=0.9.6,<4)", "xlwt"] +from = ["pytablereader (>=0.31.3,<2)"] +html = ["dominate (>=2.1.5,<3)"] +logging = ["loguru (>=0.4.1,<1)"] +sqlite = ["SimpleSQLite (>=1.1.3,<2)"] +test = ["PyYAML (>=3.11,<7)", "SimpleSQLite (>=1.1.3,<2)", "XlsxWriter (>=0.9.6,<4)", "beautifulsoup4 (>=4.10)", "dominate (>=2.1.5,<3)", "elasticsearch (>=7.0.5,<8)", "idna (<3)", "loguru (>=0.4.1,<1)", "pytablereader (>=0.31.3,<2)", "pytablereader[excel,sqlite] (>=0.31.3)", "pytablewriter-altrow-theme (>=0.0.2,<1)", "pytest (>=6.0.1)", "pytest-md-report (>=0.1)", "simplejson (>=3.8.1,<4)", "sqliteschema (>=1.3.0)", "tablib (>=3.2.0)", "toml (>=0.9.3,<1)", "xlwt"] +theme = ["pytablewriter-altrow-theme (>=0.0.2,<1)"] +toml = ["toml (>=0.9.3,<1)"] +yaml = ["PyYAML (>=3.11,<7)"] + +[[package]] +name = "pytest" +version = "7.2.0" +description = "pytest: simple powerful testing with Python" +optional = false +python-versions = ">=3.7" +files = [ + {file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, + {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, +] + +[package.dependencies] +attrs = ">=19.2.0" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} +iniconfig = "*" +packaging = "*" +pluggy = ">=0.12,<2.0" +tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} + +[package.extras] +testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] + +[[package]] +name = "pytest-rerunfailures" +version = "10.3" +description = "pytest plugin to re-run tests to eliminate flaky failures" +optional = false +python-versions = ">=3.6" +files = [ + {file = "pytest-rerunfailures-10.3.tar.gz", hash = "sha256:d8244d799f89a6edb5e57301ddaeb3b6f10d6691638d51e80b371311592e28c6"}, + {file = "pytest_rerunfailures-10.3-py3-none-any.whl", hash = "sha256:6be6f96510bf94b54198bf15bc5568fe2cdff88e83875912e22d29810acf65ff"}, +] + +[package.dependencies] +packaging = ">=17.1" +pytest = ">=5.3" + +[[package]] +name = "pytest-xdist" +version = "3.0.2" +description = "pytest xdist plugin for distributed testing and loop-on-failing modes" +optional = false +python-versions = ">=3.6" +files = [ + {file = "pytest-xdist-3.0.2.tar.gz", hash = "sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291"}, + {file = "pytest_xdist-3.0.2-py3-none-any.whl", hash = "sha256:9feb9a18e1790696ea23e1434fa73b325ed4998b0e9fcb221f16fd1945e6df1b"}, +] + +[package.dependencies] +execnet = ">=1.1" +pytest = ">=6.2.0" + +[package.extras] +psutil = ["psutil (>=3.0)"] +setproctitle = ["setproctitle"] +testing = ["filelock"] + +[[package]] +name = "python-dateutil" +version = "2.8.2" +description = "Extensions to the standard Python datetime module" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +files = [ + {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, + {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, +] + +[package.dependencies] +six = ">=1.5" + +[[package]] +name = "pytz" +version = "2023.3" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, + {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, +] + +[[package]] +name = "pywin32" +version = "306" +description = "Python for Window Extensions" +optional = false +python-versions = "*" +files = [ + {file = "pywin32-306-cp310-cp310-win32.whl", hash = "sha256:06d3420a5155ba65f0b72f2699b5bacf3109f36acbe8923765c22938a69dfc8d"}, + {file = "pywin32-306-cp310-cp310-win_amd64.whl", hash = "sha256:84f4471dbca1887ea3803d8848a1616429ac94a4a8d05f4bc9c5dcfd42ca99c8"}, + {file = "pywin32-306-cp311-cp311-win32.whl", hash = "sha256:e65028133d15b64d2ed8f06dd9fbc268352478d4f9289e69c190ecd6818b6407"}, + {file = "pywin32-306-cp311-cp311-win_amd64.whl", hash = "sha256:a7639f51c184c0272e93f244eb24dafca9b1855707d94c192d4a0b4c01e1100e"}, + {file = "pywin32-306-cp311-cp311-win_arm64.whl", hash = "sha256:70dba0c913d19f942a2db25217d9a1b726c278f483a919f1abfed79c9cf64d3a"}, + {file = "pywin32-306-cp312-cp312-win32.whl", hash = "sha256:383229d515657f4e3ed1343da8be101000562bf514591ff383ae940cad65458b"}, + {file = "pywin32-306-cp312-cp312-win_amd64.whl", hash = "sha256:37257794c1ad39ee9be652da0462dc2e394c8159dfd913a8a4e8eb6fd346da0e"}, + {file = "pywin32-306-cp312-cp312-win_arm64.whl", hash = "sha256:5821ec52f6d321aa59e2db7e0a35b997de60c201943557d108af9d4ae1ec7040"}, + {file = "pywin32-306-cp37-cp37m-win32.whl", hash = "sha256:1c73ea9a0d2283d889001998059f5eaaba3b6238f767c9cf2833b13e6a685f65"}, + {file = "pywin32-306-cp37-cp37m-win_amd64.whl", hash = "sha256:72c5f621542d7bdd4fdb716227be0dd3f8565c11b280be6315b06ace35487d36"}, + {file = "pywin32-306-cp38-cp38-win32.whl", hash = "sha256:e4c092e2589b5cf0d365849e73e02c391c1349958c5ac3e9d5ccb9a28e017b3a"}, + {file = "pywin32-306-cp38-cp38-win_amd64.whl", hash = "sha256:e8ac1ae3601bee6ca9f7cb4b5363bf1c0badb935ef243c4733ff9a393b1690c0"}, + {file = "pywin32-306-cp39-cp39-win32.whl", hash = "sha256:e25fd5b485b55ac9c057f67d94bc203f3f6595078d1fb3b458c9c28b7153a802"}, + {file = "pywin32-306-cp39-cp39-win_amd64.whl", hash = "sha256:39b61c15272833b5c329a2989999dcae836b1eed650252ab1b7bfbe1d59f30f4"}, +] + +[[package]] +name = "pyyaml" +version = "6.0.1" +description = "YAML parser and emitter for Python" +optional = false +python-versions = ">=3.6" +files = [ + {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, + {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, + {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, + {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, + {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, + {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, + {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, + {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, + {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, + {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, + {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, + {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, + {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, + {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, + {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"}, + {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"}, + {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"}, + {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"}, + {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"}, + {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"}, + {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"}, + {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"}, + {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"}, + {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"}, + {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, + {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, + {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, + {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, + {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, + {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"}, + {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, + {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, + {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, + {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, + {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, +] + +[[package]] +name = "referencing" +version = "0.30.2" +description = "JSON Referencing + Python" +optional = false +python-versions = ">=3.8" +files = [ + {file = "referencing-0.30.2-py3-none-any.whl", hash = "sha256:449b6669b6121a9e96a7f9e410b245d471e8d48964c67113ce9afe50c8dd7bdf"}, + {file = "referencing-0.30.2.tar.gz", hash = "sha256:794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"}, +] + +[package.dependencies] +attrs = ">=22.2.0" +rpds-py = ">=0.7.0" + +[[package]] +name = "regex" +version = "2023.8.8" +description = "Alternative regular expression module, to replace re." +optional = false +python-versions = ">=3.6" +files = [ + {file = "regex-2023.8.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:88900f521c645f784260a8d346e12a1590f79e96403971241e64c3a265c8ecdb"}, + {file = "regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3611576aff55918af2697410ff0293d6071b7e00f4b09e005d614686ac4cd57c"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8a0ccc8f2698f120e9e5742f4b38dc944c38744d4bdfc427616f3a163dd9de5"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c662a4cbdd6280ee56f841f14620787215a171c4e2d1744c9528bed8f5816c96"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cf0633e4a1b667bfe0bb10b5e53fe0d5f34a6243ea2530eb342491f1adf4f739"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:551ad543fa19e94943c5b2cebc54c73353ffff08228ee5f3376bd27b3d5b9800"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54de2619f5ea58474f2ac211ceea6b615af2d7e4306220d4f3fe690c91988a61"}, + {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5ec4b3f0aebbbe2fc0134ee30a791af522a92ad9f164858805a77442d7d18570"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3ae646c35cb9f820491760ac62c25b6d6b496757fda2d51be429e0e7b67ae0ab"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ca339088839582d01654e6f83a637a4b8194d0960477b9769d2ff2cfa0fa36d2"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:d9b6627408021452dcd0d2cdf8da0534e19d93d070bfa8b6b4176f99711e7f90"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:bd3366aceedf274f765a3a4bc95d6cd97b130d1dda524d8f25225d14123c01db"}, + {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7aed90a72fc3654fba9bc4b7f851571dcc368120432ad68b226bd593f3f6c0b7"}, + {file = "regex-2023.8.8-cp310-cp310-win32.whl", hash = "sha256:80b80b889cb767cc47f31d2b2f3dec2db8126fbcd0cff31b3925b4dc6609dcdb"}, + {file = "regex-2023.8.8-cp310-cp310-win_amd64.whl", hash = "sha256:b82edc98d107cbc7357da7a5a695901b47d6eb0420e587256ba3ad24b80b7d0b"}, + {file = "regex-2023.8.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1e7d84d64c84ad97bf06f3c8cb5e48941f135ace28f450d86af6b6512f1c9a71"}, + {file = "regex-2023.8.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ce0f9fbe7d295f9922c0424a3637b88c6c472b75eafeaff6f910494a1fa719ef"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06c57e14ac723b04458df5956cfb7e2d9caa6e9d353c0b4c7d5d54fcb1325c46"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7a9aaa5a1267125eef22cef3b63484c3241aaec6f48949b366d26c7250e0357"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b7408511fca48a82a119d78a77c2f5eb1b22fe88b0d2450ed0756d194fe7a9a"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14dc6f2d88192a67d708341f3085df6a4f5a0c7b03dec08d763ca2cd86e9f559"}, + {file = "regex-2023.8.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:48c640b99213643d141550326f34f0502fedb1798adb3c9eb79650b1ecb2f177"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0085da0f6c6393428bf0d9c08d8b1874d805bb55e17cb1dfa5ddb7cfb11140bf"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:964b16dcc10c79a4a2be9f1273fcc2684a9eedb3906439720598029a797b46e6"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7ce606c14bb195b0e5108544b540e2c5faed6843367e4ab3deb5c6aa5e681208"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:40f029d73b10fac448c73d6eb33d57b34607f40116e9f6e9f0d32e9229b147d7"}, + {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3b8e6ea6be6d64104d8e9afc34c151926f8182f84e7ac290a93925c0db004bfd"}, + {file = "regex-2023.8.8-cp311-cp311-win32.whl", hash = "sha256:942f8b1f3b223638b02df7df79140646c03938d488fbfb771824f3d05fc083a8"}, + {file = "regex-2023.8.8-cp311-cp311-win_amd64.whl", hash = "sha256:51d8ea2a3a1a8fe4f67de21b8b93757005213e8ac3917567872f2865185fa7fb"}, + {file = "regex-2023.8.8-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e951d1a8e9963ea51efd7f150450803e3b95db5939f994ad3d5edac2b6f6e2b4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:704f63b774218207b8ccc6c47fcef5340741e5d839d11d606f70af93ee78e4d4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22283c769a7b01c8ac355d5be0715bf6929b6267619505e289f792b01304d898"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:91129ff1bb0619bc1f4ad19485718cc623a2dc433dff95baadbf89405c7f6b57"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de35342190deb7b866ad6ba5cbcccb2d22c0487ee0cbb251efef0843d705f0d4"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b993b6f524d1e274a5062488a43e3f9f8764ee9745ccd8e8193df743dbe5ee61"}, + {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3026cbcf11d79095a32d9a13bbc572a458727bd5b1ca332df4a79faecd45281c"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:293352710172239bf579c90a9864d0df57340b6fd21272345222fb6371bf82b3"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:d909b5a3fff619dc7e48b6b1bedc2f30ec43033ba7af32f936c10839e81b9217"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:3d370ff652323c5307d9c8e4c62efd1956fb08051b0e9210212bc51168b4ff56"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:b076da1ed19dc37788f6a934c60adf97bd02c7eea461b73730513921a85d4235"}, + {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e9941a4ada58f6218694f382e43fdd256e97615db9da135e77359da257a7168b"}, + {file = "regex-2023.8.8-cp36-cp36m-win32.whl", hash = "sha256:a8c65c17aed7e15a0c824cdc63a6b104dfc530f6fa8cb6ac51c437af52b481c7"}, + {file = "regex-2023.8.8-cp36-cp36m-win_amd64.whl", hash = "sha256:aadf28046e77a72f30dcc1ab185639e8de7f4104b8cb5c6dfa5d8ed860e57236"}, + {file = "regex-2023.8.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:423adfa872b4908843ac3e7a30f957f5d5282944b81ca0a3b8a7ccbbfaa06103"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ae594c66f4a7e1ea67232a0846649a7c94c188d6c071ac0210c3e86a5f92109"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e51c80c168074faa793685656c38eb7a06cbad7774c8cbc3ea05552d615393d8"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:09b7f4c66aa9d1522b06e31a54f15581c37286237208df1345108fcf4e050c18"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e73e5243af12d9cd6a9d6a45a43570dbe2e5b1cdfc862f5ae2b031e44dd95a8"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:941460db8fe3bd613db52f05259c9336f5a47ccae7d7def44cc277184030a116"}, + {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f0ccf3e01afeb412a1a9993049cb160d0352dba635bbca7762b2dc722aa5742a"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:2e9216e0d2cdce7dbc9be48cb3eacb962740a09b011a116fd7af8c832ab116ca"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:5cd9cd7170459b9223c5e592ac036e0704bee765706445c353d96f2890e816c8"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:4873ef92e03a4309b3ccd8281454801b291b689f6ad45ef8c3658b6fa761d7ac"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:239c3c2a339d3b3ddd51c2daef10874410917cd2b998f043c13e2084cb191684"}, + {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1005c60ed7037be0d9dea1f9c53cc42f836188227366370867222bda4c3c6bd7"}, + {file = "regex-2023.8.8-cp37-cp37m-win32.whl", hash = "sha256:e6bd1e9b95bc5614a7a9c9c44fde9539cba1c823b43a9f7bc11266446dd568e3"}, + {file = "regex-2023.8.8-cp37-cp37m-win_amd64.whl", hash = "sha256:9a96edd79661e93327cfeac4edec72a4046e14550a1d22aa0dd2e3ca52aec921"}, + {file = "regex-2023.8.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f2181c20ef18747d5f4a7ea513e09ea03bdd50884a11ce46066bb90fe4213675"}, + {file = "regex-2023.8.8-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2ad5add903eb7cdde2b7c64aaca405f3957ab34f16594d2b78d53b8b1a6a7d6"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9233ac249b354c54146e392e8a451e465dd2d967fc773690811d3a8c240ac601"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:920974009fb37b20d32afcdf0227a2e707eb83fe418713f7a8b7de038b870d0b"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd2b6c5dfe0929b6c23dde9624483380b170b6e34ed79054ad131b20203a1a63"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96979d753b1dc3b2169003e1854dc67bfc86edf93c01e84757927f810b8c3c93"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2ae54a338191e1356253e7883d9d19f8679b6143703086245fb14d1f20196be9"}, + {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2162ae2eb8b079622176a81b65d486ba50b888271302190870b8cc488587d280"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c884d1a59e69e03b93cf0dfee8794c63d7de0ee8f7ffb76e5f75be8131b6400a"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf9273e96f3ee2ac89ffcb17627a78f78e7516b08f94dc435844ae72576a276e"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:83215147121e15d5f3a45d99abeed9cf1fe16869d5c233b08c56cdf75f43a504"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:3f7454aa427b8ab9101f3787eb178057c5250478e39b99540cfc2b889c7d0586"}, + {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f0640913d2c1044d97e30d7c41728195fc37e54d190c5385eacb52115127b882"}, + {file = "regex-2023.8.8-cp38-cp38-win32.whl", hash = "sha256:0c59122ceccb905a941fb23b087b8eafc5290bf983ebcb14d2301febcbe199c7"}, + {file = "regex-2023.8.8-cp38-cp38-win_amd64.whl", hash = "sha256:c12f6f67495ea05c3d542d119d270007090bad5b843f642d418eb601ec0fa7be"}, + {file = "regex-2023.8.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:82cd0a69cd28f6cc3789cc6adeb1027f79526b1ab50b1f6062bbc3a0ccb2dbc3"}, + {file = "regex-2023.8.8-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:bb34d1605f96a245fc39790a117ac1bac8de84ab7691637b26ab2c5efb8f228c"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:987b9ac04d0b38ef4f89fbc035e84a7efad9cdd5f1e29024f9289182c8d99e09"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9dd6082f4e2aec9b6a0927202c85bc1b09dcab113f97265127c1dc20e2e32495"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7eb95fe8222932c10d4436e7a6f7c99991e3fdd9f36c949eff16a69246dee2dc"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7098c524ba9f20717a56a8d551d2ed491ea89cbf37e540759ed3b776a4f8d6eb"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b694430b3f00eb02c594ff5a16db30e054c1b9589a043fe9174584c6efa8033"}, + {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b2aeab3895d778155054abea5238d0eb9a72e9242bd4b43f42fd911ef9a13470"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:988631b9d78b546e284478c2ec15c8a85960e262e247b35ca5eaf7ee22f6050a"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:67ecd894e56a0c6108ec5ab1d8fa8418ec0cff45844a855966b875d1039a2e34"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:14898830f0a0eb67cae2bbbc787c1a7d6e34ecc06fbd39d3af5fe29a4468e2c9"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:f2200e00b62568cfd920127782c61bc1c546062a879cdc741cfcc6976668dfcf"}, + {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9691a549c19c22d26a4f3b948071e93517bdf86e41b81d8c6ac8a964bb71e5a6"}, + {file = "regex-2023.8.8-cp39-cp39-win32.whl", hash = "sha256:6ab2ed84bf0137927846b37e882745a827458689eb969028af8032b1b3dac78e"}, + {file = "regex-2023.8.8-cp39-cp39-win_amd64.whl", hash = "sha256:5543c055d8ec7801901e1193a51570643d6a6ab8751b1f7dd9af71af467538bb"}, + {file = "regex-2023.8.8.tar.gz", hash = "sha256:fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e"}, +] + +[[package]] +name = "requests" +version = "2.31.0" +description = "Python HTTP for Humans." +optional = false +python-versions = ">=3.7" +files = [ + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, +] + +[package.dependencies] +certifi = ">=2017.4.17" +charset-normalizer = ">=2,<4" +idna = ">=2.5,<4" +urllib3 = ">=1.21.1,<3" + +[package.extras] +socks = ["PySocks (>=1.5.6,!=1.5.7)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] + +[[package]] +name = "rlp" +version = "3.0.0" +description = "A package for Recursive Length Prefix encoding and decoding" +optional = false +python-versions = "*" +files = [ + {file = "rlp-3.0.0-py2.py3-none-any.whl", hash = "sha256:d2a963225b3f26795c5b52310e0871df9824af56823d739511583ef459895a7d"}, + {file = "rlp-3.0.0.tar.gz", hash = "sha256:63b0465d2948cd9f01de449d7adfb92d207c1aef3982f20310f8009be4a507e8"}, +] + +[package.dependencies] +eth-utils = ">=2.0.0,<3" + +[package.extras] +dev = ["Sphinx (>=1.6.5,<2)", "bumpversion (>=0.5.3,<1)", "flake8 (==3.4.1)", "hypothesis (==5.19.0)", "ipython", "pytest (>=6.2.5,<7)", "pytest-watch (>=4.1.0,<5)", "pytest-xdist", "setuptools (>=36.2.0)", "sphinx-rtd-theme (>=0.1.9)", "tox (>=2.9.1,<3)", "twine", "wheel"] +doc = ["Sphinx (>=1.6.5,<2)", "sphinx-rtd-theme (>=0.1.9)"] +lint = ["flake8 (==3.4.1)"] +rust-backend = ["rusty-rlp (>=0.2.1,<0.3)"] +test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] + +[[package]] +name = "rpds-py" +version = "0.9.2" +description = "Python bindings to Rust's persistent data structures (rpds)" +optional = false +python-versions = ">=3.8" +files = [ + {file = "rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:ab6919a09c055c9b092798ce18c6c4adf49d24d4d9e43a92b257e3f2548231e7"}, + {file = "rpds_py-0.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d55777a80f78dd09410bd84ff8c95ee05519f41113b2df90a69622f5540c4f8b"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a216b26e5af0a8e265d4efd65d3bcec5fba6b26909014effe20cd302fd1138fa"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:29cd8bfb2d716366a035913ced99188a79b623a3512292963d84d3e06e63b496"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:44659b1f326214950a8204a248ca6199535e73a694be8d3e0e869f820767f12f"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:745f5a43fdd7d6d25a53ab1a99979e7f8ea419dfefebcab0a5a1e9095490ee5e"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a987578ac5214f18b99d1f2a3851cba5b09f4a689818a106c23dbad0dfeb760f"}, + {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bf4151acb541b6e895354f6ff9ac06995ad9e4175cbc6d30aaed08856558201f"}, + {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:03421628f0dc10a4119d714a17f646e2837126a25ac7a256bdf7c3943400f67f"}, + {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:13b602dc3e8dff3063734f02dcf05111e887f301fdda74151a93dbbc249930fe"}, + {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:fae5cb554b604b3f9e2c608241b5d8d303e410d7dfb6d397c335f983495ce7f6"}, + {file = "rpds_py-0.9.2-cp310-none-win32.whl", hash = "sha256:47c5f58a8e0c2c920cc7783113df2fc4ff12bf3a411d985012f145e9242a2764"}, + {file = "rpds_py-0.9.2-cp310-none-win_amd64.whl", hash = "sha256:4ea6b73c22d8182dff91155af018b11aac9ff7eca085750455c5990cb1cfae6e"}, + {file = "rpds_py-0.9.2-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e564d2238512c5ef5e9d79338ab77f1cbbda6c2d541ad41b2af445fb200385e3"}, + {file = "rpds_py-0.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f411330a6376fb50e5b7a3e66894e4a39e60ca2e17dce258d53768fea06a37bd"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e7521f5af0233e89939ad626b15278c71b69dc1dfccaa7b97bd4cdf96536bb7"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8d3335c03100a073883857e91db9f2e0ef8a1cf42dc0369cbb9151c149dbbc1b"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d25b1c1096ef0447355f7293fbe9ad740f7c47ae032c2884113f8e87660d8f6e"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6a5d3fbd02efd9cf6a8ffc2f17b53a33542f6b154e88dd7b42ef4a4c0700fdad"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c5934e2833afeaf36bd1eadb57256239785f5af0220ed8d21c2896ec4d3a765f"}, + {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:095b460e117685867d45548fbd8598a8d9999227e9061ee7f012d9d264e6048d"}, + {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:91378d9f4151adc223d584489591dbb79f78814c0734a7c3bfa9c9e09978121c"}, + {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:24a81c177379300220e907e9b864107614b144f6c2a15ed5c3450e19cf536fae"}, + {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:de0b6eceb46141984671802d412568d22c6bacc9b230174f9e55fc72ef4f57de"}, + {file = "rpds_py-0.9.2-cp311-none-win32.whl", hash = "sha256:700375326ed641f3d9d32060a91513ad668bcb7e2cffb18415c399acb25de2ab"}, + {file = "rpds_py-0.9.2-cp311-none-win_amd64.whl", hash = "sha256:0766babfcf941db8607bdaf82569ec38107dbb03c7f0b72604a0b346b6eb3298"}, + {file = "rpds_py-0.9.2-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:b1440c291db3f98a914e1afd9d6541e8fc60b4c3aab1a9008d03da4651e67386"}, + {file = "rpds_py-0.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0f2996fbac8e0b77fd67102becb9229986396e051f33dbceada3debaacc7033f"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f30d205755566a25f2ae0382944fcae2f350500ae4df4e795efa9e850821d82"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:159fba751a1e6b1c69244e23ba6c28f879a8758a3e992ed056d86d74a194a0f3"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a1f044792e1adcea82468a72310c66a7f08728d72a244730d14880cd1dabe36b"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9251eb8aa82e6cf88510530b29eef4fac825a2b709baf5b94a6094894f252387"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01899794b654e616c8625b194ddd1e5b51ef5b60ed61baa7a2d9c2ad7b2a4238"}, + {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b0c43f8ae8f6be1d605b0465671124aa8d6a0e40f1fb81dcea28b7e3d87ca1e1"}, + {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:207f57c402d1f8712618f737356e4b6f35253b6d20a324d9a47cb9f38ee43a6b"}, + {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b52e7c5ae35b00566d244ffefba0f46bb6bec749a50412acf42b1c3f402e2c90"}, + {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:978fa96dbb005d599ec4fd9ed301b1cc45f1a8f7982d4793faf20b404b56677d"}, + {file = "rpds_py-0.9.2-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:6aa8326a4a608e1c28da191edd7c924dff445251b94653988efb059b16577a4d"}, + {file = "rpds_py-0.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aad51239bee6bff6823bbbdc8ad85136c6125542bbc609e035ab98ca1e32a192"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4bd4dc3602370679c2dfb818d9c97b1137d4dd412230cfecd3c66a1bf388a196"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dd9da77c6ec1f258387957b754f0df60766ac23ed698b61941ba9acccd3284d1"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:190ca6f55042ea4649ed19c9093a9be9d63cd8a97880106747d7147f88a49d18"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:876bf9ed62323bc7dcfc261dbc5572c996ef26fe6406b0ff985cbcf460fc8a4c"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa2818759aba55df50592ecbc95ebcdc99917fa7b55cc6796235b04193eb3c55"}, + {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9ea4d00850ef1e917815e59b078ecb338f6a8efda23369677c54a5825dbebb55"}, + {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:5855c85eb8b8a968a74dc7fb014c9166a05e7e7a8377fb91d78512900aadd13d"}, + {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:14c408e9d1a80dcb45c05a5149e5961aadb912fff42ca1dd9b68c0044904eb32"}, + {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:65a0583c43d9f22cb2130c7b110e695fff834fd5e832a776a107197e59a1898e"}, + {file = "rpds_py-0.9.2-cp38-none-win32.whl", hash = "sha256:71f2f7715935a61fa3e4ae91d91b67e571aeb5cb5d10331ab681256bda2ad920"}, + {file = "rpds_py-0.9.2-cp38-none-win_amd64.whl", hash = "sha256:674c704605092e3ebbbd13687b09c9f78c362a4bc710343efe37a91457123044"}, + {file = "rpds_py-0.9.2-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:07e2c54bef6838fa44c48dfbc8234e8e2466d851124b551fc4e07a1cfeb37260"}, + {file = "rpds_py-0.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f7fdf55283ad38c33e35e2855565361f4bf0abd02470b8ab28d499c663bc5d7c"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:890ba852c16ace6ed9f90e8670f2c1c178d96510a21b06d2fa12d8783a905193"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:50025635ba8b629a86d9d5474e650da304cb46bbb4d18690532dd79341467846"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:517cbf6e67ae3623c5127206489d69eb2bdb27239a3c3cc559350ef52a3bbf0b"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0836d71ca19071090d524739420a61580f3f894618d10b666cf3d9a1688355b1"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c439fd54b2b9053717cca3de9583be6584b384d88d045f97d409f0ca867d80f"}, + {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f68996a3b3dc9335037f82754f9cdbe3a95db42bde571d8c3be26cc6245f2324"}, + {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7d68dc8acded354c972116f59b5eb2e5864432948e098c19fe6994926d8e15c3"}, + {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:f963c6b1218b96db85fc37a9f0851eaf8b9040aa46dec112611697a7023da535"}, + {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5a46859d7f947061b4010e554ccd1791467d1b1759f2dc2ec9055fa239f1bc26"}, + {file = "rpds_py-0.9.2-cp39-none-win32.whl", hash = "sha256:e07e5dbf8a83c66783a9fe2d4566968ea8c161199680e8ad38d53e075df5f0d0"}, + {file = "rpds_py-0.9.2-cp39-none-win_amd64.whl", hash = "sha256:682726178138ea45a0766907957b60f3a1bf3acdf212436be9733f28b6c5af3c"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:196cb208825a8b9c8fc360dc0f87993b8b260038615230242bf18ec84447c08d"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:c7671d45530fcb6d5e22fd40c97e1e1e01965fc298cbda523bb640f3d923b387"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83b32f0940adec65099f3b1c215ef7f1d025d13ff947975a055989cb7fd019a4"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f67da97f5b9eac838b6980fc6da268622e91f8960e083a34533ca710bec8611"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:03975db5f103997904c37e804e5f340c8fdabbb5883f26ee50a255d664eed58c"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:987b06d1cdb28f88a42e4fb8a87f094e43f3c435ed8e486533aea0bf2e53d931"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c861a7e4aef15ff91233751619ce3a3d2b9e5877e0fcd76f9ea4f6847183aa16"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:02938432352359805b6da099c9c95c8a0547fe4b274ce8f1a91677401bb9a45f"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:ef1f08f2a924837e112cba2953e15aacfccbbfcd773b4b9b4723f8f2ddded08e"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:35da5cc5cb37c04c4ee03128ad59b8c3941a1e5cd398d78c37f716f32a9b7f67"}, + {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:141acb9d4ccc04e704e5992d35472f78c35af047fa0cfae2923835d153f091be"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:79f594919d2c1a0cc17d1988a6adaf9a2f000d2e1048f71f298b056b1018e872"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:a06418fe1155e72e16dddc68bb3780ae44cebb2912fbd8bb6ff9161de56e1798"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b2eb034c94b0b96d5eddb290b7b5198460e2d5d0c421751713953a9c4e47d10"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b08605d248b974eb02f40bdcd1a35d3924c83a2a5e8f5d0fa5af852c4d960af"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a0805911caedfe2736935250be5008b261f10a729a303f676d3d5fea6900c96a"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab2299e3f92aa5417d5e16bb45bb4586171c1327568f638e8453c9f8d9e0f020"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c8d7594e38cf98d8a7df25b440f684b510cf4627fe038c297a87496d10a174f"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8b9ec12ad5f0a4625db34db7e0005be2632c1013b253a4a60e8302ad4d462afd"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1fcdee18fea97238ed17ab6478c66b2095e4ae7177e35fb71fbe561a27adf620"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:933a7d5cd4b84f959aedeb84f2030f0a01d63ae6cf256629af3081cf3e3426e8"}, + {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:686ba516e02db6d6f8c279d1641f7067ebb5dc58b1d0536c4aaebb7bf01cdc5d"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:0173c0444bec0a3d7d848eaeca2d8bd32a1b43f3d3fde6617aac3731fa4be05f"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d576c3ef8c7b2d560e301eb33891d1944d965a4d7a2eacb6332eee8a71827db6"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed89861ee8c8c47d6beb742a602f912b1bb64f598b1e2f3d758948721d44d468"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1054a08e818f8e18910f1bee731583fe8f899b0a0a5044c6e680ceea34f93876"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:99e7c4bb27ff1aab90dcc3e9d37ee5af0231ed98d99cb6f5250de28889a3d502"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c545d9d14d47be716495076b659db179206e3fd997769bc01e2d550eeb685596"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9039a11bca3c41be5a58282ed81ae422fa680409022b996032a43badef2a3752"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fb39aca7a64ad0c9490adfa719dbeeb87d13be137ca189d2564e596f8ba32c07"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:2d8b3b3a2ce0eaa00c5bbbb60b6713e94e7e0becab7b3db6c5c77f979e8ed1f1"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:99b1c16f732b3a9971406fbfe18468592c5a3529585a45a35adbc1389a529a03"}, + {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:c27ee01a6c3223025f4badd533bea5e87c988cb0ba2811b690395dfe16088cfe"}, + {file = "rpds_py-0.9.2.tar.gz", hash = "sha256:8d70e8f14900f2657c249ea4def963bed86a29b81f81f5b76b5a9215680de945"}, +] + +[[package]] +name = "scalecodec" +version = "1.1.4" +description = "Python SCALE Codec Library" +optional = false +python-versions = ">=3.6, <4" +files = [ + {file = "scalecodec-1.1.4-py3-none-any.whl", hash = "sha256:ebb9fa92af04766928080d7ca3f71712a923f47a7454a775bff05e4cf0357dd8"}, + {file = "scalecodec-1.1.4.tar.gz", hash = "sha256:91e23ac8f8f21203d5721a228a8f27caa8c4c78ce81cde8a6729efd8239aa7bb"}, +] + +[package.dependencies] +base58 = ">=2.0.1" +more-itertools = "*" +requests = ">=2.24.0" + +[package.extras] +test = ["coverage", "pytest"] + +[[package]] +name = "setuptools" +version = "68.1.2" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "setuptools-68.1.2-py3-none-any.whl", hash = "sha256:3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b"}, + {file = "setuptools-68.1.2.tar.gz", hash = "sha256:3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5,<=7.1.2)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] + +[[package]] +name = "six" +version = "1.16.0" +description = "Python 2 and 3 compatibility utilities" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +files = [ + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, +] + +[[package]] +name = "substrate-interface" +version = "1.4.0" +description = "Library for interfacing with a Substrate node" +optional = false +python-versions = ">=3.6, <4" +files = [ + {file = "substrate-interface-1.4.0.tar.gz", hash = "sha256:f04f10dea9e75dbc5d71e103fe7151ad525c6de3d06ad6d6cea709b6b8a9c933"}, + {file = "substrate_interface-1.4.0-py3-none-any.whl", hash = "sha256:c030b770b3ba561f0af09ddb6109a4b26704b406029e8d635ce5d2098339d868"}, +] + +[package.dependencies] +base58 = ">=1.0.3,<3" +certifi = ">=2019.3.9" +ecdsa = ">=0.17.0,<1" +eth-keys = ">=0.2.1,<1" +eth-utils = ">=1.3.0,<3" +idna = ">=2.1.0,<4" +py-bip39-bindings = ">=0.1.9,<1" +py-ed25519-zebra-bindings = ">=1.0,<2" +py-sr25519-bindings = ">=0.2.0,<1" +pycryptodome = ">=3.11.0,<4" +PyNaCl = ">=1.0.1,<2" +requests = ">=2.21.0,<3" +scalecodec = ">=1.1.0,<1.2" +websocket-client = ">=0.57.0,<2" +xxhash = ">=1.3.0,<4" + +[package.extras] +test = ["coverage", "pytest"] + +[[package]] +name = "tabledata" +version = "1.3.1" +description = "tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc." +optional = false +python-versions = ">=3.6" +files = [ + {file = "tabledata-1.3.1-py3-none-any.whl", hash = "sha256:73e610c378670a2b9bb80e56cece24427d18c8672a36c80fcdf2a3753b19642b"}, + {file = "tabledata-1.3.1.tar.gz", hash = "sha256:6608f86171f3285f16251ed6649dcf6e953d4fe6a8e622d39b80d1954b9e7711"}, +] + +[package.dependencies] +DataProperty = ">=0.54.2,<2" +typepy = ">=1.2.0,<2" + +[package.extras] +logging = ["loguru (>=0.4.1,<1)"] +test = ["pytablewriter (>=0.46)", "pytest"] + +[[package]] +name = "tcolorpy" +version = "0.1.3" +description = "tcolopy is a Python library to apply true color for terminal text." +optional = false +python-versions = ">=3.7" +files = [ + {file = "tcolorpy-0.1.3-py3-none-any.whl", hash = "sha256:4ba9e4d52696a36dc16a55c20317115fb46e4b8e02796e8e270132719bcefad4"}, + {file = "tcolorpy-0.1.3.tar.gz", hash = "sha256:43c1afe908f9968ff5ce59f129b62e392049b8e7cd6a8d3f416bd3d372bb5c7a"}, +] + +[package.extras] +test = ["pytest", "pytest-md-report (>=0.1)"] + +[[package]] +name = "tomli" +version = "2.0.1" +description = "A lil' TOML parser" +optional = false +python-versions = ">=3.7" +files = [ + {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, + {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, +] + +[[package]] +name = "toolz" +version = "0.12.0" +description = "List processing tools and functional utilities" +optional = false +python-versions = ">=3.5" +files = [ + {file = "toolz-0.12.0-py3-none-any.whl", hash = "sha256:2059bd4148deb1884bb0eb770a3cde70e7f954cfbbdc2285f1f2de01fd21eb6f"}, + {file = "toolz-0.12.0.tar.gz", hash = "sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"}, +] + +[[package]] +name = "typepy" +version = "1.3.1" +description = "typepy is a Python library for variable type checker/validator/converter at a run time." +optional = false +python-versions = ">=3.7" +files = [ + {file = "typepy-1.3.1-py3-none-any.whl", hash = "sha256:892566bff279368d63f02901aba0a3ce78cd7a319ec1f2bf6c8baab3520207a3"}, + {file = "typepy-1.3.1.tar.gz", hash = "sha256:dfc37b888d6eed8542208389efa60ec8454e06fd84b276b45b2e33897f9d7825"}, +] + +[package.dependencies] +mbstrdecoder = ">=1.0.0,<2" +packaging = {version = "*", optional = true, markers = "extra == \"datetime\""} +python-dateutil = {version = ">=2.8.0,<3.0.0", optional = true, markers = "extra == \"datetime\""} +pytz = {version = ">=2018.9", optional = true, markers = "extra == \"datetime\""} + +[package.extras] +datetime = ["packaging", "python-dateutil (>=2.8.0,<3.0.0)", "pytz (>=2018.9)"] +test = ["packaging", "pytest (>=6.0.1)", "python-dateutil (>=2.8.0,<3.0.0)", "pytz (>=2018.9)", "tcolorpy"] + +[[package]] +name = "urllib3" +version = "2.0.4" +description = "HTTP library with thread-safe connection pooling, file post, and more." +optional = false +python-versions = ">=3.7" +files = [ + {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"}, + {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"}, +] + +[package.extras] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] + +[[package]] +name = "virtualenv" +version = "20.24.3" +description = "Virtual Python Environment builder" +optional = false +python-versions = ">=3.7" +files = [ + {file = "virtualenv-20.24.3-py3-none-any.whl", hash = "sha256:95a6e9398b4967fbcb5fef2acec5efaf9aa4972049d9ae41f95e0972a683fd02"}, + {file = "virtualenv-20.24.3.tar.gz", hash = "sha256:e5c3b4ce817b0b328af041506a2a299418c98747c4b1e68cb7527e74ced23efc"}, +] + +[package.dependencies] +distlib = ">=0.3.7,<1" +filelock = ">=3.12.2,<4" +platformdirs = ">=3.9.1,<4" + +[package.extras] +docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] + +[[package]] +name = "web3" +version = "6.2.0" +description = "web3.py" +optional = false +python-versions = ">=3.7.2" +files = [ + {file = "web3-6.2.0-py3-none-any.whl", hash = "sha256:ca860ad23b1f71384620659f17a374e5850ab3c1bb928a09f0103ee25e3d4c1b"}, + {file = "web3-6.2.0.tar.gz", hash = "sha256:7695ee81162c644de0dfd0f5372f96a73be557b46365d218f581ca10197c6389"}, +] + +[package.dependencies] +aiohttp = ">=3.7.4.post0" +eth-abi = ">=4.0.0" +eth-account = ">=0.8.0" +eth-hash = {version = ">=0.5.1", extras = ["pycryptodome"]} +eth-typing = ">=3.0.0" +eth-utils = ">=2.1.0" +hexbytes = ">=0.1.0" +jsonschema = ">=4.0.0" +lru-dict = ">=1.1.6" +protobuf = ">=4.21.6" +pywin32 = {version = ">=223", markers = "platform_system == \"Windows\""} +requests = ">=2.16.0" +websockets = ">=10.0.0" + +[package.extras] +dev = ["black (>=22.1.0)", "build (>=0.9.0)", "bumpversion", "eth-tester[py-evm] (==v0.8.0-b.3)", "flake8 (==3.8.3)", "flaky (>=3.7.0)", "hypothesis (>=3.31.2)", "importlib-metadata (<5.0)", "ipfshttpclient (==0.8.0a2)", "isort (>=5.11.0)", "mypy (==0.910)", "pluggy (==0.13.1)", "py-geth (>=3.11.0)", "pytest (>=7.0.0)", "pytest-asyncio (>=0.18.1)", "pytest-mock (>=1.10)", "pytest-watch (>=4.2)", "pytest-xdist (>=1.29)", "setuptools (>=38.6.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=3.18.0)", "tqdm (>4.32)", "twine (>=1.13)", "types-protobuf (==3.19.13)", "types-requests (>=2.26.1)", "types-setuptools (>=57.4.4)", "when-changed (>=0.3.0)"] +docs = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +ipfs = ["ipfshttpclient (==0.8.0a2)"] +linter = ["black (>=22.1.0)", "flake8 (==3.8.3)", "isort (>=5.11.0)", "mypy (==0.910)", "types-protobuf (==3.19.13)", "types-requests (>=2.26.1)", "types-setuptools (>=57.4.4)"] +tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] + +[[package]] +name = "websocket-client" +version = "1.6.2" +description = "WebSocket client for Python with low level API options" +optional = false +python-versions = ">=3.8" +files = [ + {file = "websocket-client-1.6.2.tar.gz", hash = "sha256:53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa"}, + {file = "websocket_client-1.6.2-py3-none-any.whl", hash = "sha256:ce54f419dfae71f4bdba69ebe65bf7f0a93fe71bc009ad3a010aacc3eebad537"}, +] + +[package.extras] +docs = ["Sphinx (>=6.0)", "sphinx-rtd-theme (>=1.1.0)"] +optional = ["python-socks", "wsaccel"] +test = ["websockets"] + +[[package]] +name = "websockets" +version = "11.0.3" +description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" +optional = false +python-versions = ">=3.7" +files = [ + {file = "websockets-11.0.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:3ccc8a0c387629aec40f2fc9fdcb4b9d5431954f934da3eaf16cdc94f67dbfac"}, + {file = "websockets-11.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d67ac60a307f760c6e65dad586f556dde58e683fab03323221a4e530ead6f74d"}, + {file = "websockets-11.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:84d27a4832cc1a0ee07cdcf2b0629a8a72db73f4cf6de6f0904f6661227f256f"}, + {file = "websockets-11.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffd7dcaf744f25f82190856bc26ed81721508fc5cbf2a330751e135ff1283564"}, + {file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7622a89d696fc87af8e8d280d9b421db5133ef5b29d3f7a1ce9f1a7bf7fcfa11"}, + {file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bceab846bac555aff6427d060f2fcfff71042dba6f5fca7dc4f75cac815e57ca"}, + {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:54c6e5b3d3a8936a4ab6870d46bdd6ec500ad62bde9e44462c32d18f1e9a8e54"}, + {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:41f696ba95cd92dc047e46b41b26dd24518384749ed0d99bea0a941ca87404c4"}, + {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:86d2a77fd490ae3ff6fae1c6ceaecad063d3cc2320b44377efdde79880e11526"}, + {file = "websockets-11.0.3-cp310-cp310-win32.whl", hash = "sha256:2d903ad4419f5b472de90cd2d40384573b25da71e33519a67797de17ef849b69"}, + {file = "websockets-11.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:1d2256283fa4b7f4c7d7d3e84dc2ece74d341bce57d5b9bf385df109c2a1a82f"}, + {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e848f46a58b9fcf3d06061d17be388caf70ea5b8cc3466251963c8345e13f7eb"}, + {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aa5003845cdd21ac0dc6c9bf661c5beddd01116f6eb9eb3c8e272353d45b3288"}, + {file = "websockets-11.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b58cbf0697721120866820b89f93659abc31c1e876bf20d0b3d03cef14faf84d"}, + {file = "websockets-11.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:660e2d9068d2bedc0912af508f30bbeb505bbbf9774d98def45f68278cea20d3"}, + {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1f0524f203e3bd35149f12157438f406eff2e4fb30f71221c8a5eceb3617b6b"}, + {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:def07915168ac8f7853812cc593c71185a16216e9e4fa886358a17ed0fd9fcf6"}, + {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b30c6590146e53149f04e85a6e4fcae068df4289e31e4aee1fdf56a0dead8f97"}, + {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:619d9f06372b3a42bc29d0cd0354c9bb9fb39c2cbc1a9c5025b4538738dbffaf"}, + {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:01f5567d9cf6f502d655151645d4e8b72b453413d3819d2b6f1185abc23e82dd"}, + {file = "websockets-11.0.3-cp311-cp311-win32.whl", hash = "sha256:e1459677e5d12be8bbc7584c35b992eea142911a6236a3278b9b5ce3326f282c"}, + {file = "websockets-11.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:e7837cb169eca3b3ae94cc5787c4fed99eef74c0ab9506756eea335e0d6f3ed8"}, + {file = "websockets-11.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:9f59a3c656fef341a99e3d63189852be7084c0e54b75734cde571182c087b152"}, + {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2529338a6ff0eb0b50c7be33dc3d0e456381157a31eefc561771ee431134a97f"}, + {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34fd59a4ac42dff6d4681d8843217137f6bc85ed29722f2f7222bd619d15e95b"}, + {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:332d126167ddddec94597c2365537baf9ff62dfcc9db4266f263d455f2f031cb"}, + {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6505c1b31274723ccaf5f515c1824a4ad2f0d191cec942666b3d0f3aa4cb4007"}, + {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f467ba0050b7de85016b43f5a22b46383ef004c4f672148a8abf32bc999a87f0"}, + {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9d9acd80072abcc98bd2c86c3c9cd4ac2347b5a5a0cae7ed5c0ee5675f86d9af"}, + {file = "websockets-11.0.3-cp37-cp37m-win32.whl", hash = "sha256:e590228200fcfc7e9109509e4d9125eace2042fd52b595dd22bbc34bb282307f"}, + {file = "websockets-11.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:b16fff62b45eccb9c7abb18e60e7e446998093cdcb50fed33134b9b6878836de"}, + {file = "websockets-11.0.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fb06eea71a00a7af0ae6aefbb932fb8a7df3cb390cc217d51a9ad7343de1b8d0"}, + {file = "websockets-11.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8a34e13a62a59c871064dfd8ffb150867e54291e46d4a7cf11d02c94a5275bae"}, + {file = "websockets-11.0.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4841ed00f1026dfbced6fca7d963c4e7043aa832648671b5138008dc5a8f6d99"}, + {file = "websockets-11.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a073fc9ab1c8aff37c99f11f1641e16da517770e31a37265d2755282a5d28aa"}, + {file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:68b977f21ce443d6d378dbd5ca38621755f2063d6fdb3335bda981d552cfff86"}, + {file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1a99a7a71631f0efe727c10edfba09ea6bee4166a6f9c19aafb6c0b5917d09c"}, + {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:bee9fcb41db2a23bed96c6b6ead6489702c12334ea20a297aa095ce6d31370d0"}, + {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4b253869ea05a5a073ebfdcb5cb3b0266a57c3764cf6fe114e4cd90f4bfa5f5e"}, + {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1553cb82942b2a74dd9b15a018dce645d4e68674de2ca31ff13ebc2d9f283788"}, + {file = "websockets-11.0.3-cp38-cp38-win32.whl", hash = "sha256:f61bdb1df43dc9c131791fbc2355535f9024b9a04398d3bd0684fc16ab07df74"}, + {file = "websockets-11.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:03aae4edc0b1c68498f41a6772d80ac7c1e33c06c6ffa2ac1c27a07653e79d6f"}, + {file = "websockets-11.0.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:777354ee16f02f643a4c7f2b3eff8027a33c9861edc691a2003531f5da4f6bc8"}, + {file = "websockets-11.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8c82f11964f010053e13daafdc7154ce7385ecc538989a354ccc7067fd7028fd"}, + {file = "websockets-11.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3580dd9c1ad0701169e4d6fc41e878ffe05e6bdcaf3c412f9d559389d0c9e016"}, + {file = "websockets-11.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f1a3f10f836fab6ca6efa97bb952300b20ae56b409414ca85bff2ad241d2a61"}, + {file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df41b9bc27c2c25b486bae7cf42fccdc52ff181c8c387bfd026624a491c2671b"}, + {file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:279e5de4671e79a9ac877427f4ac4ce93751b8823f276b681d04b2156713b9dd"}, + {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:1fdf26fa8a6a592f8f9235285b8affa72748dc12e964a5518c6c5e8f916716f7"}, + {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:69269f3a0b472e91125b503d3c0b3566bda26da0a3261c49f0027eb6075086d1"}, + {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:97b52894d948d2f6ea480171a27122d77af14ced35f62e5c892ca2fae9344311"}, + {file = "websockets-11.0.3-cp39-cp39-win32.whl", hash = "sha256:c7f3cb904cce8e1be667c7e6fef4516b98d1a6a0635a58a57528d577ac18a128"}, + {file = "websockets-11.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:c792ea4eabc0159535608fc5658a74d1a81020eb35195dd63214dcf07556f67e"}, + {file = "websockets-11.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f2e58f2c36cc52d41f2659e4c0cbf7353e28c8c9e63e30d8c6d3494dc9fdedcf"}, + {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de36fe9c02995c7e6ae6efe2e205816f5f00c22fd1fbf343d4d18c3d5ceac2f5"}, + {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0ac56b661e60edd453585f4bd68eb6a29ae25b5184fd5ba51e97652580458998"}, + {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e052b8467dd07d4943936009f46ae5ce7b908ddcac3fda581656b1b19c083d9b"}, + {file = "websockets-11.0.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:42cc5452a54a8e46a032521d7365da775823e21bfba2895fb7b77633cce031bb"}, + {file = "websockets-11.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e6316827e3e79b7b8e7d8e3b08f4e331af91a48e794d5d8b099928b6f0b85f20"}, + {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8531fdcad636d82c517b26a448dcfe62f720e1922b33c81ce695d0edb91eb931"}, + {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c114e8da9b475739dde229fd3bc6b05a6537a88a578358bc8eb29b4030fac9c9"}, + {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e063b1865974611313a3849d43f2c3f5368093691349cf3c7c8f8f75ad7cb280"}, + {file = "websockets-11.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:92b2065d642bf8c0a82d59e59053dd2fdde64d4ed44efe4870fa816c1232647b"}, + {file = "websockets-11.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0ee68fe502f9031f19d495dae2c268830df2760c0524cbac5d759921ba8c8e82"}, + {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dcacf2c7a6c3a84e720d1bb2b543c675bf6c40e460300b628bab1b1efc7c034c"}, + {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b67c6f5e5a401fc56394f191f00f9b3811fe843ee93f4a70df3c389d1adf857d"}, + {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d5023a4b6a5b183dc838808087033ec5df77580485fc533e7dab2567851b0a4"}, + {file = "websockets-11.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:ed058398f55163a79bb9f06a90ef9ccc063b204bb346c4de78efc5d15abfe602"}, + {file = "websockets-11.0.3-py3-none-any.whl", hash = "sha256:6681ba9e7f8f3b19440921e99efbb40fc89f26cd71bf539e45d8c8a25c976dc6"}, + {file = "websockets-11.0.3.tar.gz", hash = "sha256:88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016"}, +] + +[[package]] +name = "xxhash" +version = "3.3.0" +description = "Python binding for xxHash" +optional = false +python-versions = ">=3.7" +files = [ + {file = "xxhash-3.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70ef7288d1cb1ad16e02d101ea43bb0e392d985d60b9b0035aee80663530960d"}, + {file = "xxhash-3.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:44ff8c673cab50be46784e0aec62aa6f0ca9ea765e2b0690e8945d0cd950dcaf"}, + {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfebc90273ae2beb813d8118a2bfffb5a5a81ac054fbfd061ea18fd0a81db0ac"}, + {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9084e68bedbd665c7e9241a7b597c28f4775edeb3941bf608ecb38732a5f8fb5"}, + {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d72493a14a3e89564b1a6c7400b9b40621e8f4692410706ef27c66aeadc7b431"}, + {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98779cbe9068dd7734cc3210693894d5cc9b156920e9c336f10fb99f46bebbd8"}, + {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:499f8a12767dd28b98ab6b7c7da7d294564e4c9024a2aaa5d0b0b98a8bef2f92"}, + {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4dabda7f42c548f98d8e07e390bda2953fc58302c0e07ded7b3fe0637e7ecd2f"}, + {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:c416409646c793c46370f0f1859253302ee70aeda5278c2a0ca41462f8ec1244"}, + {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b8bd31aaad8a80a7302730676cec26bea3ef1fd9835875aa47fea073aca9fe05"}, + {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:3af8e3bcd630f905efbdfe7a51b51fc1ca3c9dca8b155f841925f3ad41685d41"}, + {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d86b79c707fc7025d967af71db652429a06a8179175e45bd2e9f17b8af6f5949"}, + {file = "xxhash-3.3.0-cp310-cp310-win32.whl", hash = "sha256:98fe771f36ee9d3a1f5741424a956a2ba9651d9508a9f64a024b57f2cf796414"}, + {file = "xxhash-3.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:0a65131f7f731ecf7e3dd27f09d877aff3000a79a446caaa2c0d8d0ec0bc7186"}, + {file = "xxhash-3.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a9761e425e79d23797fa0bec2d781dbadb9fe5dcc2bf69030855f5e393c3bec8"}, + {file = "xxhash-3.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d28c7ef1deb3c3ac5f5290176ca3d501daa97c2e1f7443bf5d8b61ac651794b2"}, + {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:701b7cefffc25de1b7ddfae6505da70a3b3a11e312c2e2b33b09e180bbceb43d"}, + {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b1644f8b8e19a242c3047a089541067248a651038cabb9fcab3c13eb1dfcd757"}, + {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:20e7d0e3488cc0f0dbe360731b7fe32e1f2df46bf2de2db3317d301efb93084c"}, + {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:156c52eca2b20f9839723bef0b929a290f6c2f1c98ccb24e82f58f96f3c16007"}, + {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2d6ce4d3828d79044ed08994e196c20f69c18133ed8a4286afe3e98989adeeac"}, + {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b85b63757ade2439c8d7d71842c40d42c0ab3b69279ed02afbd3b1635f7d2b4b"}, + {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b2b9051e40b7b649a9a2a38fb223ca6a593d332012df885746b81968948f9435"}, + {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:81b7ce050f26fc1daaaa0d24e320815306736d14608e1ba31920e693a7ca9afb"}, + {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:7442500fcce71669953ca959682dcd47452bc3f9c95c8d88315874aeabec9f82"}, + {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:36a05bf59a515cfb07f3f83373c527fff2ecaa77eaf30c968c788aea582070a1"}, + {file = "xxhash-3.3.0-cp311-cp311-win32.whl", hash = "sha256:da16f9cd62c6fde74683be1b28c28ef865e706da13e3bee4ba836fcc520de0cc"}, + {file = "xxhash-3.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:40fd49ef6964b1c90c0bea63cd184f6d0b36e59144a080e8b3ac2c4c06bf6bf2"}, + {file = "xxhash-3.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:672c60cce1f8026ae32c651f877aa64f342876083a36a4b1ff91bc876aaf0e34"}, + {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6bb6c83d7a65dd3065566c77425ba72df96982174e8ef613d809052d68ae77ab"}, + {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a4170f3016b621e3200ebfcc18de6f50eb8e8fc1303e16324b1f5625afd51b57"}, + {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bfb9c45d502ab38c0f4edf98a678694ae0f345613ef4900ade98c71f64db4d78"}, + {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48af026a2b1569666da42a478248a1f03f4e2350a34eb661afe3cb45429ca1d7"}, + {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fe627de8fe8ddfa8b6477bda4ae5d5843ad1a0c83601dcff72247039465cc901"}, + {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:427fc60a188e345534f35b0aa76f7640c5ddf0354f1c9ad826a2bc086282982d"}, + {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:d80acb20c7f268fe3150ac0be6a6b798062af56a1795eef855b26c9eae11a99c"}, + {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:e71100818943422d1fbbe460e7be7fc4f2d2ba9371b2a745eb09e29ef0493f4a"}, + {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:e3b9bb5fdbe284c7b61c5d82c76688e52bbaf48ab1e53de98c072cc696fa331f"}, + {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1e25f6c8c46cf1ed8237f610abb231093a748c97d6c2c092789a7cad7e7ef290"}, + {file = "xxhash-3.3.0-cp37-cp37m-win32.whl", hash = "sha256:928208dfecc563be59ae91868d1658e78809cb1e6a0bd74960a96c915db6390c"}, + {file = "xxhash-3.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bd1b4531a66da6dde1974662c1fd6fb1a2f27e40542e3df5e5e5dbab8ea4aee7"}, + {file = "xxhash-3.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:deebb296df92e082b6d0171a7d6227b503e2897cea4f8bdd3d708094974d4cf6"}, + {file = "xxhash-3.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cd96e9cb0e2baa294e6d572207d9731c3bb8e2511f1ff70f2bf17266b4488bd9"}, + {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3756b44bf247e422a2e47a38f25d03cf4a5ed539fdc2be3c60043e872e6ff13d"}, + {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:69550c3c053b8f135ceac97b85dc1b2bc54b7613a966f550f32b43bed81c788a"}, + {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fc8736fc3e0c5aad435520873b9d2e27ddcc5a830b07e00e9c4d3a61ded9675"}, + {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80ead7774392efbd95f9f701155048f9ca26cf55133db6f5bb5a0ec69376bda5"}, + {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b8737c9b3fd944d856faafa92c95f6198649ad57987935b6d965d086938be917"}, + {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2c8e078d0b9f85212801c41bd9eec8122003929686b0ee33360ffbfdf1a189ab"}, + {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f399269d20ef1dd910331f9ad49e8510c3ba2aa657b623293b536038f266a5c5"}, + {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:f3661decef5f9ff7ab50edbef463bf7dc717621b56755dbae5458a946a033b10"}, + {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ec374d0f1e7d43ef48a4ff643600833d7a325ecc6933b4d6ad9282f55751cf7"}, + {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:39a947ff02d9a85673f5ce1f6f34059e24c714a797440485bd81b2c3cb69a7ff"}, + {file = "xxhash-3.3.0-cp38-cp38-win32.whl", hash = "sha256:4a4f0645a0ec03b229fb04f2e66bdbcb1ffd341a70d6c86c3ee015ffdcd70fad"}, + {file = "xxhash-3.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:8af5a687c0fb4357c230eec8a57ca07d3172faa3cb69beb0cbad40672ae6fa4b"}, + {file = "xxhash-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e5bfafda019ecc6202af6f3cf08220fa66af9612ba16ef831033ae3ac7bd1f89"}, + {file = "xxhash-3.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3d113b433bc817adf845689a051363777835577858263ec4325d1934fcb7e394"}, + {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:56aacf4bf65f575c0392be958aceff719d850950bb6af7d804b32d4bc293159c"}, + {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0f5d3e4e0937dad05585e9bd772bbdf0ca40cd8b2f54789d7a1f3091b608118c"}, + {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:23605d7fc67bc7daa0d263b3a26de3375cfcc0b51ab7de5026625415c05b6fed"}, + {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe525be0392d493558a2b10d764bcaae9850cc262b417176a8b001f16e085fc6"}, + {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b234d08786884f5c8d55dfebb839cfbd846d812e3a052c39ca7e8ce7055fed68"}, + {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b031395b4b9c3085d9ea1ce89896ab01a65fc63172b2bfda5dd318fefe5e2f93"}, + {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:5afe44da46b48c75169e622a532dca3fe585343c0577cfd7c18ecd3f1200305d"}, + {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c59f233f38b6a49d5e4ddf16be910a5bbf36a2989b6b2c8591853fb9f5a5e691"}, + {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:ed016e278c5c4633270903c7cf3b9dfb0bd293b7335e43fe695cb95541da53c9"}, + {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7a8bd6612fb35487e9ab329bb37b3df44f58baf752010dde9282593edbfed7e7"}, + {file = "xxhash-3.3.0-cp39-cp39-win32.whl", hash = "sha256:015a0498bde85364abc53fcc713af962dd4555391929736d9c0ff2c555436a03"}, + {file = "xxhash-3.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:06a484097af32caf1cfffadd60c3ca140c9e52b40a551fb1f6f0fdfd6f7f8977"}, + {file = "xxhash-3.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:6c3809740124bbc777d29e3ae53de24f4c13fd5e62878086a8feadf0dcb654a5"}, + {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae092f0daaeece2acdd6ec46e2ab307d8d6f22b01ecca14dc6078844dbd88339"}, + {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3498e72ff2610b049b97bb81d1ea6e7bfa5b7a45efb3f255d77ec2fa2bc91653"}, + {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0004dded9d86f129961326e980420187640fb7ba65a184009429861c1d09df7"}, + {file = "xxhash-3.3.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:41c8bfd27191928bae6fd2b66872965532267785094a03c0ee5f358d9dba51c2"}, + {file = "xxhash-3.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:71db8498e329cef3588b0617f762a3fe31d899872e76a68ce2840e35a1318a5b"}, + {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d1d24d71b6209bc0124286932c4f0660c1103cb996fe34cb374bc12ac251940"}, + {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61004587a09b5b385e43d95ffe3a76c9d934dfd79ea38272d5c20ddfba8eab8f"}, + {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f0c92e3fa826425c73acafb31e022a719c85423847a9433d3a9e61e4ac97543"}, + {file = "xxhash-3.3.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:367e03f1484ce471c94e731b98f5e4a05b43e7188b16692998e1cc89fd1159a5"}, + {file = "xxhash-3.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed04c47dfaab98fcda0b748af9ee6fe8c888a0a0fbd13720e0f0221671e387e1"}, + {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7cbfde62516435ca198220aff048a8793383cb7047c7b88714a061968bca786d"}, + {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73682225faa973ee56743f0fcd36bfcbfec503be258e0e420fb34313f52f1e7b"}, + {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d49efdce2086c2c506af20ed18a1115b40af7aad6d4ee27cb31d7c810585a3f2"}, + {file = "xxhash-3.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:546a0bb8e5a657cadf0da290b30ccd561cb89c256a5421ab8d5eb12eaf087349"}, + {file = "xxhash-3.3.0.tar.gz", hash = "sha256:c3f9e322b1ebeebd44e3d9d2d9b124e0c550c1ef41bd552afdcdd719516ee41a"}, +] + +[[package]] +name = "yarl" +version = "1.9.2" +description = "Yet another URL library" +optional = false +python-versions = ">=3.7" +files = [ + {file = "yarl-1.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8c2ad583743d16ddbdf6bb14b5cd76bf43b0d0006e918809d5d4ddf7bde8dd82"}, + {file = "yarl-1.9.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:82aa6264b36c50acfb2424ad5ca537a2060ab6de158a5bd2a72a032cc75b9eb8"}, + {file = "yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c0c77533b5ed4bcc38e943178ccae29b9bcf48ffd1063f5821192f23a1bd27b9"}, + {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee4afac41415d52d53a9833ebae7e32b344be72835bbb589018c9e938045a560"}, + {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9bf345c3a4f5ba7f766430f97f9cc1320786f19584acc7086491f45524a551ac"}, + {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a96c19c52ff442a808c105901d0bdfd2e28575b3d5f82e2f5fd67e20dc5f4ea"}, + {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:891c0e3ec5ec881541f6c5113d8df0315ce5440e244a716b95f2525b7b9f3608"}, + {file = "yarl-1.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c3a53ba34a636a256d767c086ceb111358876e1fb6b50dfc4d3f4951d40133d5"}, + {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:566185e8ebc0898b11f8026447eacd02e46226716229cea8db37496c8cdd26e0"}, + {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:2b0738fb871812722a0ac2154be1f049c6223b9f6f22eec352996b69775b36d4"}, + {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:32f1d071b3f362c80f1a7d322bfd7b2d11e33d2adf395cc1dd4df36c9c243095"}, + {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e9fdc7ac0d42bc3ea78818557fab03af6181e076a2944f43c38684b4b6bed8e3"}, + {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:56ff08ab5df8429901ebdc5d15941b59f6253393cb5da07b4170beefcf1b2528"}, + {file = "yarl-1.9.2-cp310-cp310-win32.whl", hash = "sha256:8ea48e0a2f931064469bdabca50c2f578b565fc446f302a79ba6cc0ee7f384d3"}, + {file = "yarl-1.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:50f33040f3836e912ed16d212f6cc1efb3231a8a60526a407aeb66c1c1956dde"}, + {file = "yarl-1.9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:646d663eb2232d7909e6601f1a9107e66f9791f290a1b3dc7057818fe44fc2b6"}, + {file = "yarl-1.9.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aff634b15beff8902d1f918012fc2a42e0dbae6f469fce134c8a0dc51ca423bb"}, + {file = "yarl-1.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a83503934c6273806aed765035716216cc9ab4e0364f7f066227e1aaea90b8d0"}, + {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b25322201585c69abc7b0e89e72790469f7dad90d26754717f3310bfe30331c2"}, + {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22a94666751778629f1ec4280b08eb11815783c63f52092a5953faf73be24191"}, + {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ec53a0ea2a80c5cd1ab397925f94bff59222aa3cf9c6da938ce05c9ec20428d"}, + {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:159d81f22d7a43e6eabc36d7194cb53f2f15f498dbbfa8edc8a3239350f59fe7"}, + {file = "yarl-1.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:832b7e711027c114d79dffb92576acd1bd2decc467dec60e1cac96912602d0e6"}, + {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:95d2ecefbcf4e744ea952d073c6922e72ee650ffc79028eb1e320e732898d7e8"}, + {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d4e2c6d555e77b37288eaf45b8f60f0737c9efa3452c6c44626a5455aeb250b9"}, + {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:783185c75c12a017cc345015ea359cc801c3b29a2966c2655cd12b233bf5a2be"}, + {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:b8cc1863402472f16c600e3e93d542b7e7542a540f95c30afd472e8e549fc3f7"}, + {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:822b30a0f22e588b32d3120f6d41e4ed021806418b4c9f0bc3048b8c8cb3f92a"}, + {file = "yarl-1.9.2-cp311-cp311-win32.whl", hash = "sha256:a60347f234c2212a9f0361955007fcf4033a75bf600a33c88a0a8e91af77c0e8"}, + {file = "yarl-1.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:be6b3fdec5c62f2a67cb3f8c6dbf56bbf3f61c0f046f84645cd1ca73532ea051"}, + {file = "yarl-1.9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:38a3928ae37558bc1b559f67410df446d1fbfa87318b124bf5032c31e3447b74"}, + {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac9bb4c5ce3975aeac288cfcb5061ce60e0d14d92209e780c93954076c7c4367"}, + {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3da8a678ca8b96c8606bbb8bfacd99a12ad5dd288bc6f7979baddd62f71c63ef"}, + {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13414591ff516e04fcdee8dc051c13fd3db13b673c7a4cb1350e6b2ad9639ad3"}, + {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf74d08542c3a9ea97bb8f343d4fcbd4d8f91bba5ec9d5d7f792dbe727f88938"}, + {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e7221580dc1db478464cfeef9b03b95c5852cc22894e418562997df0d074ccc"}, + {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:494053246b119b041960ddcd20fd76224149cfea8ed8777b687358727911dd33"}, + {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:52a25809fcbecfc63ac9ba0c0fb586f90837f5425edfd1ec9f3372b119585e45"}, + {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:e65610c5792870d45d7b68c677681376fcf9cc1c289f23e8e8b39c1485384185"}, + {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:1b1bba902cba32cdec51fca038fd53f8beee88b77efc373968d1ed021024cc04"}, + {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:662e6016409828ee910f5d9602a2729a8a57d74b163c89a837de3fea050c7582"}, + {file = "yarl-1.9.2-cp37-cp37m-win32.whl", hash = "sha256:f364d3480bffd3aa566e886587eaca7c8c04d74f6e8933f3f2c996b7f09bee1b"}, + {file = "yarl-1.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6a5883464143ab3ae9ba68daae8e7c5c95b969462bbe42e2464d60e7e2698368"}, + {file = "yarl-1.9.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5610f80cf43b6202e2c33ba3ec2ee0a2884f8f423c8f4f62906731d876ef4fac"}, + {file = "yarl-1.9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b9a4e67ad7b646cd6f0938c7ebfd60e481b7410f574c560e455e938d2da8e0f4"}, + {file = "yarl-1.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:83fcc480d7549ccebe9415d96d9263e2d4226798c37ebd18c930fce43dfb9574"}, + {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fcd436ea16fee7d4207c045b1e340020e58a2597301cfbcfdbe5abd2356c2fb"}, + {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84e0b1599334b1e1478db01b756e55937d4614f8654311eb26012091be109d59"}, + {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3458a24e4ea3fd8930e934c129b676c27452e4ebda80fbe47b56d8c6c7a63a9e"}, + {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:838162460b3a08987546e881a2bfa573960bb559dfa739e7800ceeec92e64417"}, + {file = "yarl-1.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4e2d08f07a3d7d3e12549052eb5ad3eab1c349c53ac51c209a0e5991bbada78"}, + {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:de119f56f3c5f0e2fb4dee508531a32b069a5f2c6e827b272d1e0ff5ac040333"}, + {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:149ddea5abf329752ea5051b61bd6c1d979e13fbf122d3a1f9f0c8be6cb6f63c"}, + {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:674ca19cbee4a82c9f54e0d1eee28116e63bc6fd1e96c43031d11cbab8b2afd5"}, + {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:9b3152f2f5677b997ae6c804b73da05a39daa6a9e85a512e0e6823d81cdad7cc"}, + {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5415d5a4b080dc9612b1b63cba008db84e908b95848369aa1da3686ae27b6d2b"}, + {file = "yarl-1.9.2-cp38-cp38-win32.whl", hash = "sha256:f7a3d8146575e08c29ed1cd287068e6d02f1c7bdff8970db96683b9591b86ee7"}, + {file = "yarl-1.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:63c48f6cef34e6319a74c727376e95626f84ea091f92c0250a98e53e62c77c72"}, + {file = "yarl-1.9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:75df5ef94c3fdc393c6b19d80e6ef1ecc9ae2f4263c09cacb178d871c02a5ba9"}, + {file = "yarl-1.9.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c027a6e96ef77d401d8d5a5c8d6bc478e8042f1e448272e8d9752cb0aff8b5c8"}, + {file = "yarl-1.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3b078dbe227f79be488ffcfc7a9edb3409d018e0952cf13f15fd6512847f3f7"}, + {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59723a029760079b7d991a401386390c4be5bfec1e7dd83e25a6a0881859e716"}, + {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b03917871bf859a81ccb180c9a2e6c1e04d2f6a51d953e6a5cdd70c93d4e5a2a"}, + {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c1012fa63eb6c032f3ce5d2171c267992ae0c00b9e164efe4d73db818465fac3"}, + {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74dcbfe780e62f4b5a062714576f16c2f3493a0394e555ab141bf0d746bb955"}, + {file = "yarl-1.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c56986609b057b4839968ba901944af91b8e92f1725d1a2d77cbac6972b9ed1"}, + {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2c315df3293cd521033533d242d15eab26583360b58f7ee5d9565f15fee1bef4"}, + {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:b7232f8dfbd225d57340e441d8caf8652a6acd06b389ea2d3222b8bc89cbfca6"}, + {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:53338749febd28935d55b41bf0bcc79d634881195a39f6b2f767870b72514caf"}, + {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:066c163aec9d3d073dc9ffe5dd3ad05069bcb03fcaab8d221290ba99f9f69ee3"}, + {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8288d7cd28f8119b07dd49b7230d6b4562f9b61ee9a4ab02221060d21136be80"}, + {file = "yarl-1.9.2-cp39-cp39-win32.whl", hash = "sha256:b124e2a6d223b65ba8768d5706d103280914d61f5cae3afbc50fc3dfcc016623"}, + {file = "yarl-1.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:61016e7d582bc46a5378ffdd02cd0314fb8ba52f40f9cf4d9a5e7dbef88dee18"}, + {file = "yarl-1.9.2.tar.gz", hash = "sha256:04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571"}, +] + +[package.dependencies] +idna = ">=2.0" +multidict = ">=4.0" + +[metadata] +lock-version = "2.0" +python-versions = "^3.10" +content-hash = "d67a5ded0043547174efb5314153c9efdfbdf0725aabe6741611bcee7901693e" diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..164505b58 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,31 @@ +[tool.poetry] +name = "nova-utils" +version = "1.0.0" +description = "Config project for Nova Wallet" +authors = ["Your Name "] +license = "apache 2.0" +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.10" +allure-pytest = "2.12.0" +allure-python-commons = "2.12.0" +delayed_assert = "0.3.6" +deepdiff = "6.2.1" +Jinja2 = "3.1.2" +pytablewriter = "0.64.2" +pytest = "7.2.0" +pytest-xdist = "3.0.2" +pytest-rerunfailures = "10.3" +substrate-interface = "1.4.0" +web3 = "6.2.0" +flake8 = "^6.1.0" + + + +[tool.poetry.group.dev.dependencies] +pre-commit = "^3.3.3" + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d2057421f..000000000 --- a/requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -allure-pytest==2.12.0 -allure-python-commons==2.12.0 -delayed_assert==0.3.6 -deepdiff==6.2.1 -Jinja2==3.1.2 -pytablewriter==0.64.2 -pytest==7.2.0 -pytest-xdist==3.0.2 -pytest-rerunfailures==10.3 -substrate-interface==1.4.0 -web3==6.2.0 diff --git a/scripts/generate_dapps_list.py b/scripts/generate_dapps_list.py index b0761ab8c..48835df63 100644 --- a/scripts/generate_dapps_list.py +++ b/scripts/generate_dapps_list.py @@ -43,3 +43,4 @@ def generate_value_matrix(): f.write(readme.render( dapps_table=generate_dapps_table() )) + f.write("\n") diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index e6464ac9d..7537dba02 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -166,3 +166,4 @@ def calculate_number_of_xcms(): unique_assets=uniques_assets, number_of_xcms=xcm_number )) + f.write("\n") diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index f9baddfab..f5f8c2a03 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -44,10 +44,10 @@ def del_element(test_ids): 'account': ' - '} options = dev_chains[dev_index].get('options') - + if (dev_chains[dev_index]['name'] in exludeChains): # Skip some special chains continue - + if options is not None: need_skip = [option for option in skip_options if option in options] if need_skip: continue @@ -57,3 +57,4 @@ def del_element(test_ids): with open("tests/chains_for_testBalance.json", "w") as fout: json.dump(test_chains, fout, indent=4) + fout.write("\n") From 782215d1026238a734c106695b46f77faa8934a3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Aug 2023 13:04:59 +0500 Subject: [PATCH 1439/2142] test --- chains/v13/chains_dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 1040db197..ae180a40c 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1182,6 +1182,16 @@ "assetId": "118095707745084482624853002839493125353" } }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + }, { "assetId": 22, "symbol": "xcTUR", From 2b5b686c31b3629872fb3bd0ba0797c7dc1d670f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Aug 2023 13:05:20 +0500 Subject: [PATCH 1440/2142] rollback --- chains/v13/chains_dev.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index ae180a40c..1040db197 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1182,16 +1182,6 @@ "assetId": "118095707745084482624853002839493125353" } }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - }, { "assetId": 22, "symbol": "xcTUR", From 3c71d937cf2764ded152f4bedd4dfe38554927da Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:28:43 +0300 Subject: [PATCH 1441/2142] Update test data file (#1990) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 265d401cc..a75d8fef9 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -384,4 +384,4 @@ "name": "Manta", "account": "0xfb1818aca757d6bc9aa65c3a94f5a39ff1edbd92e47311c91ace601676168703" } -] \ No newline at end of file +] From c8df80697b0e51c28b5fc18bc3cdd7602f7546bf Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Aug 2023 13:38:24 +0500 Subject: [PATCH 1442/2142] fix icon --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 97469542f..d5387fd1d 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5925,7 +5925,7 @@ "symbol": "vASTR", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", "currencyIdType": "node_primitives.currency.CurrencyId", From d23efad880f814f9118cef6c2b4ea67726c37542 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:39:57 +0300 Subject: [PATCH 1443/2142] Fix xcm comments workflow in order to use make commands (#1991) * add command in make * remove old variant --- .github/workflows/pull_request_for_xcm.yaml | 17 ++++++++++------- makefile | 3 +++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index 0cb166ab6..d15818d4b 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -7,6 +7,9 @@ on: pull_request_target: types: [labeled] +env: + BODY_FILE: body_file.txt + jobs: create-comment-with-changes: runs-on: ubuntu-latest @@ -37,19 +40,19 @@ jobs: run: make init - name: Build body text - run: echo This comment was written by a bot! >> body_file.txt + run: echo This comment was written by a bot! >> ${{ env.BODY_FILE }} - name: Generate message for PROD if: steps.prod.outputs.any_changed == 'true' run: | - echo "## Changes for PROD" >> body_file.txt - python scripts/print_xcm_changes.py prod >> body_file.txt + echo "## Changes for PROD" >> ${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=prod PR_FILE_NAME=${{ env.BODY_FILE }} - name: Generate message for DEV if: steps.dev.outputs.any_changed == 'true' run: | - echo "## Changes for DEV" >> body_file.txt - python scripts/print_xcm_changes.py dev >> body_file.txt + echo "## Changes for DEV" >> ${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=prod PR_FILE_NAME=${{ env.BODY_FILE }} - name: Find Comment uses: peter-evans/find-comment@v2 @@ -64,12 +67,12 @@ jobs: uses: peter-evans/create-or-update-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} - body-file: body_file.txt + body-file: ${{ env.BODY_FILE }} - name: Update comment if: steps.fc.outputs.comment-id != '' uses: peter-evans/create-or-update-comment@v2 with: comment-id: ${{ steps.fc.outputs.comment-id }} - body-file: body_file.txt + body-file: ${{ env.BODY_FILE }} edit-mode: replace diff --git a/makefile b/makefile index 197bc1ec5..8b9a8868d 100644 --- a/makefile +++ b/makefile @@ -66,3 +66,6 @@ test-new-assets: allure: allure serve $(ALLURE_DIR) + +pr-comment-creation: + $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) From 22bd901439d90963cec48d06c101999a6b1bad7d Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:40:16 +0300 Subject: [PATCH 1444/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#1993)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * fix command * fix params * change fee --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- .github/workflows/pull_request_for_xcm.yaml | 6 +-- makefile | 1 + scripts/print_xcm_changes.py | 12 +++--- xcm/v4/transfers_dev.json | 42 ++++++++++----------- 4 files changed, 30 insertions(+), 31 deletions(-) diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index d15818d4b..92b3d9625 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -45,14 +45,12 @@ jobs: - name: Generate message for PROD if: steps.prod.outputs.any_changed == 'true' run: | - echo "## Changes for PROD" >> ${{ env.BODY_FILE }} - make pr-comment-creation PR_ENV=prod PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=PROD PR_FILE_NAME=${{ env.BODY_FILE }} - name: Generate message for DEV if: steps.dev.outputs.any_changed == 'true' run: | - echo "## Changes for DEV" >> ${{ env.BODY_FILE }} - make pr-comment-creation PR_ENV=prod PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=DEV PR_FILE_NAME=${{ env.BODY_FILE }} - name: Find Comment uses: peter-evans/find-comment@v2 diff --git a/makefile b/makefile index 8b9a8868d..113ed62d6 100644 --- a/makefile +++ b/makefile @@ -68,4 +68,5 @@ allure: allure serve $(ALLURE_DIR) pr-comment-creation: + echo "## Changes for $(PR_ENV)" >> $(PR_FILE_NAME) $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 69c685746..73bdedabd 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -177,15 +177,15 @@ def main(argv): nova_utils_url = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/" - if 'dev' in argv: + if 'DEV' in argv: transfers_file = os.getenv( - "DEV_XCM_JSON_PATH", "xcm/v2/transfers_dev.json") + "DEV_XCM_JSON_PATH", "xcm/v4/transfers_dev.json") chains_url = nova_utils_url + \ - os.getenv("DEV_CHAINS_JSON_PATH", "chains/v6/chains_dev.json") - elif 'prod' in argv: - transfers_file = os.getenv("XCM_JSON_PATH", "xcm/v2/transfers.json") + os.getenv("DEV_CHAINS_JSON_PATH", "chains/v13/chains_dev.json") + elif 'PROD' in argv: + transfers_file = os.getenv("XCM_JSON_PATH", "xcm/v4/transfers.json") chains_url = nova_utils_url + \ - os.getenv("CHAINS_JSON_PATH", "chains/v6/chains.json") + os.getenv("CHAINS_JSON_PATH", "chains/v13/chains.json") else: raise Exception( 'Provide a string `dev` or `prod` as parameter for the script') diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index db0183975..9ce681b28 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -227,7 +227,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1010366358841716" + "value": "879987328182475" }, "instructions": "xtokensReserve" } @@ -283,7 +283,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensReserve" } @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2622993329" + "value": "1985780716" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -1893,7 +1893,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -2460,7 +2460,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7303816" + "value": "6344460" }, "instructions": "xcmPalletDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xtokensDest" } @@ -4798,7 +4798,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366358841716" + "value": "879987328182475" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "140087223707541" + "value": "141500457325574" }, "instructions": "xtokensDest" } @@ -5379,7 +5379,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2622993329" + "value": "1985780716" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413425968210" + "value": "397249105344" }, "instructions": "xcmPalletDest" } @@ -5798,7 +5798,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99824309215780225024" + "value": "99824309215780226800" }, "instructions": "xcmPalletDest" } @@ -5984,7 +5984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "121808020814554595328" + "value": "121808020814554596791" }, "instructions": "xtokensDest" } From 7257401517d434b073bf61737ddccd2ce8cde6d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 24 Aug 2023 15:03:29 +0500 Subject: [PATCH 1445/2142] fix icon (#1996) --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index cbfaf99b7..b7404d4f2 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -3375,7 +3375,7 @@ "precision": 18, "type": "statemine", "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg", "typeExtras": { "assetId": "125699734534028342599692732320197985871" } From 6089445863fd0003f4bf08575de16145514430f9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:07:09 +0300 Subject: [PATCH 1446/2142] adding alert to xcm workflow (#1994) --- .github/workflows/update_xcm_data.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index 10644128b..ca34047e7 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -77,3 +77,21 @@ jobs: pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 pr-base: master + + alert: + runs-on: ubuntu-latest + needs: update-xcm + if: always() && (needs.update-xcm.result == 'failure') + env: + GITHUB_WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} + steps: + - name: Report + uses: appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_TO }} + token: ${{ secrets.TELEGRAM_TOKEN }} + message: | + XCM update workflow failed, lets check: + + Failed run: + ${{ env.GITHUB_WORKFLOW_URL }} From d1158d7a9ce136e5586a29db6f1137ec450cf0c9 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 24 Aug 2023 19:25:37 +0300 Subject: [PATCH 1447/2142] adding new assets --- chains/v13/chains.json | 360 ++++++++++++++++++++++++++++++++++------- 1 file changed, 305 insertions(+), 55 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 5e00db26d..7fefc675a 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -456,10 +456,10 @@ }, { "assetId": 1, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", "type": "orml", "typeExtras": { "currencyIdScale": "0x0081", @@ -895,11 +895,11 @@ }, { "assetId": 2, - "symbol": "xcaUSD", + "symbol": "xcaSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "110021739665376159354538090254163045594" } @@ -1003,6 +1003,72 @@ "typeExtras": { "assetId": "91372035960551235635465443179559840483" } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } } ], "nodes": [ @@ -1262,11 +1328,11 @@ }, { "assetId": 8, - "symbol": "xcaUSD", + "symbol": "xcaSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "214920334981412447805621250067209749032" } @@ -1368,6 +1434,56 @@ "typeExtras": { "assetId": "108036400430056508975016746969135344601" } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 9, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } } ], "nodes": [ @@ -1526,11 +1642,11 @@ }, { "assetId": 7, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551616" } @@ -1684,11 +1800,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "node_primitives.currency.CurrencyId", @@ -1777,6 +1893,32 @@ "existentialDeposit": "100", "transfersEnabled": true } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -1862,11 +2004,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2053,11 +2195,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "103" } @@ -2274,11 +2416,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "4" } @@ -2653,11 +2795,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -2805,29 +2947,29 @@ }, { "assetId": 13, - "symbol": "USDT", - "precision": 6, + "symbol": "DAI", + "precision": 18, "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", "typeExtras": { - "currencyIdScale": "0x050c00", + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", + "existentialDeposit": "10000000000000000", "transfersEnabled": true } }, { "assetId": 14, - "symbol": "DAI", - "precision": 18, + "symbol": "USDT", + "precision": 6, "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", + "existentialDeposit": "10000", "transfersEnabled": true } } @@ -2994,11 +3136,11 @@ }, { "assetId": 8, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "18446744073709551617" } @@ -3110,11 +3252,11 @@ }, { "assetId": 4, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-acala", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "assetId": "104" } @@ -3615,11 +3757,11 @@ }, { "assetId": 5, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4252,7 +4394,7 @@ }, { "assetId": 2, - "symbol": "DAI-worm", + "symbol": "DAI-Acala", "precision": 18, "priceId": "dai", "type": "orml", @@ -4279,7 +4421,7 @@ }, { "assetId": 4, - "symbol": "WETH-worm", + "symbol": "WETH-Acala", "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", @@ -4293,7 +4435,7 @@ }, { "assetId": 5, - "symbol": "WBTC-worm", + "symbol": "WBTC-Acala", "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", @@ -4374,6 +4516,62 @@ "existentialDeposit": "32467532467532500", "transfersEnabled": true } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4802,11 +5000,11 @@ }, { "assetId": 2, - "symbol": "aUSD", + "symbol": "aSEED", "precision": 12, - "priceId": "acala-dollar", + "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5259,6 +5457,58 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -6942,4 +7192,4 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 } -] \ No newline at end of file +] From 036e7309a7f48b54ff8709fe53ed8d4795c4f3f6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 25 Aug 2023 12:47:42 +0300 Subject: [PATCH 1448/2142] fix comments --- chains/v13/chains.json | 6 +++--- chains/v13/chains_dev.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 7fefc675a..0e672ad7c 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1065,7 +1065,7 @@ "precision": 18, "type": "statemine", "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", "typeExtras": { "assetId": "125699734534028342599692732320197985871" } @@ -1468,7 +1468,7 @@ { "assetId": 21, "symbol": "xcMGX", - "precision": 9, + "precision": 18, "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "typeExtras": { @@ -6820,7 +6820,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" }, { "assetId": 1, diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index b7404d4f2..b6326ed67 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1175,7 +1175,7 @@ { "assetId": 21, "symbol": "xcMGX", - "precision": 9, + "precision": 18, "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "typeExtras": { @@ -3375,7 +3375,7 @@ "precision": 18, "type": "statemine", "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", "typeExtras": { "assetId": "125699734534028342599692732320197985871" } @@ -7970,7 +7970,7 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" }, { "assetId": 1, From 7be7cc5030f4fcd96265b72550b438ae4af335bd Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:30:00 +0300 Subject: [PATCH 1449/2142] Update xcm coefficients (#1999) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 9ce681b28..62ad3bee1 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1985780716" + "value": "1992069875" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6344460" + "value": "6198527" }, "instructions": "xcmPalletDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "141500457325574" + "value": "142616934486986" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1985780716" + "value": "1992069875" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "397249105344" + "value": "401224421309" }, "instructions": "xcmPalletDest" } From 581ebaf7a6cfcb79c7ba4c6d7d6c9780e8d1c76e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 28 Aug 2023 12:35:56 +0500 Subject: [PATCH 1450/2142] update nodes to fix response is too big error --- chains/v13/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 5e00db26d..68bed3e46 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -22,8 +22,8 @@ ], "nodes": [ { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://rpc.ibp.network/polkadot", @@ -34,8 +34,8 @@ "name": "Parity node" }, { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" }, { "url": "wss://polkadot.api.onfinality.io/public-ws", From b1d18632ecacc4dffb9e6c5b8a96422076c77746 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:00:11 +0300 Subject: [PATCH 1451/2142] Update xcm coefficients (#2001) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 62ad3bee1..59a5efce5 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1992069875" + "value": "2069861573" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6198527" + "value": "6047205" }, "instructions": "xcmPalletDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "142616934486986" + "value": "140739583946927" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1992069875" + "value": "2069861573" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "401224421309" + "value": "391495989977" }, "instructions": "xcmPalletDest" } From e98c5c8bc6b1ddaf614ea547fca70d3054fb8529 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 28 Aug 2023 18:41:55 +0500 Subject: [PATCH 1452/2142] add Vara testnet --- chains/v13/chains_dev.json | 30 ++++++++++++++++++++++++++++++ chains/v2/types/vara_testnet.json | 16 ++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 chains/v2/types/vara_testnet.json diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index b6326ed67..c16db78d9 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8809,5 +8809,35 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] } ] diff --git a/chains/v2/types/vara_testnet.json b/chains/v2/types/vara_testnet.json new file mode 100644 index 000000000..a00e2453b --- /dev/null +++ b/chains/v2/types/vara_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 219, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "vara_runtime.RuntimeEvent": "GenericEvent", + "vara_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 52782bde603325b11e39ba1c836f579a52ea93fd Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 28 Aug 2023 18:55:23 +0500 Subject: [PATCH 1453/2142] add icon --- chains/v13/chains_dev.json | 2 +- icons/chains/gradient/Vara_Testnet.svg | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Vara_Testnet.svg diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index c16db78d9..3e07e720c 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8834,7 +8834,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", "addressPrefix": 137, "options": [ "testnet" diff --git a/icons/chains/gradient/Vara_Testnet.svg b/icons/chains/gradient/Vara_Testnet.svg new file mode 100644 index 000000000..7e74a9611 --- /dev/null +++ b/icons/chains/gradient/Vara_Testnet.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From b6b8888b26a15b24df78c9e9b92da4b30a11097d Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:29:56 +0300 Subject: [PATCH 1454/2142] Update xcm coefficients (#2002) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 9565703d9..3fcf0cafa 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -201,7 +201,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1010366358841716" + "value": "879987328182475" }, "instructions": "xtokensReserve" } @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensReserve" } @@ -499,7 +499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -740,7 +740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2622993329" + "value": "2069861573" }, "instructions": "xtokensDest" } @@ -903,7 +903,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xcmPalletDest" } @@ -1224,7 +1224,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -1734,7 +1734,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -2301,7 +2301,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -2431,7 +2431,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7303816" + "value": "6033965" }, "instructions": "xcmPalletDest" } @@ -2631,7 +2631,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -2868,7 +2868,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -3259,7 +3259,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "413365096584" + "value": "391495989977" }, "instructions": "xtokensDest" } @@ -4393,7 +4393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1010366358841716" + "value": "879987328182475" }, "instructions": "xtokensDest" } @@ -4481,7 +4481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "140087223707541" + "value": "140847683805351" }, "instructions": "xtokensDest" } @@ -4918,7 +4918,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001602564102564096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -4983,7 +4983,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2622993329" + "value": "2069861573" }, "instructions": "xcmPalletDest" } @@ -5188,7 +5188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99824309215780225024" + "value": "99824309215780226800" }, "instructions": "xcmPalletDest" } @@ -5216,7 +5216,7 @@ "fee": { "mode": { "type": "proportional", - "value": "121808020814554595328" + "value": "121808020814554596791" }, "instructions": "xtokensDest" } From b492ff67966fdb0d9dce63b4cf3e331ae34a9d0f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Sep 2023 13:14:44 +0500 Subject: [PATCH 1455/2142] add energy web to dev --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 58bee1cc5..31a657b85 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -341,5 +341,13 @@ "website": "https://acala.network/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "customFlow": "Acala" + }, + { + "paraid": "3345", + "name": "Energy Web", + "token": "EWT", + "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", + "website": "https://crowdloan.energywebx.com", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg" } ] From 5e4b565605ce756e3c9daea6f6ec8474ae916cbd Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Sep 2023 13:30:14 +0500 Subject: [PATCH 1456/2142] add icon --- crowdloan/polkadot-dev.json | 2 +- icons/chains/gradient/Energy_Web.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Energy_Web.svg diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 31a657b85..97eda232a 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -348,6 +348,6 @@ "token": "EWT", "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", "website": "https://crowdloan.energywebx.com", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg" } ] diff --git a/icons/chains/gradient/Energy_Web.svg b/icons/chains/gradient/Energy_Web.svg new file mode 100644 index 000000000..654d19e54 --- /dev/null +++ b/icons/chains/gradient/Energy_Web.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 1714c6e9e527ce9496b2737e086e72fd414deefa Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Sep 2023 13:35:19 +0500 Subject: [PATCH 1457/2142] fix --- crowdloan/polkadot-dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 97eda232a..fe6dce774 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -344,7 +344,7 @@ }, { "paraid": "3345", - "name": "Energy Web", + "name": "Energy Web X", "token": "EWT", "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", "website": "https://crowdloan.energywebx.com", From 49e9f1feb4d32d643f360f21e524a0451718cbd8 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Sep 2023 13:53:37 +0500 Subject: [PATCH 1458/2142] add reward rate --- crowdloan/polkadot-dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index fe6dce774..e1958e668 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -348,6 +348,7 @@ "token": "EWT", "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", "website": "https://crowdloan.energywebx.com", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "rewardRate": 1 } ] From d4153130114e1977a17253f254f6ad781c3235eb Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Sep 2023 16:00:39 +0500 Subject: [PATCH 1459/2142] promote energy web --- crowdloan/polkadot.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 4cf4a7421..b213167cd 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -340,5 +340,14 @@ "website": "https://acala.network/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "customFlow": "Acala" + }, + { + "paraid": "3345", + "name": "Energy Web X", + "token": "EWT", + "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", + "website": "https://crowdloan.energywebx.com", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "rewardRate": 1 } ] From 94aaec3bc790dd3469b0b2464129444baf2b84fb Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:50:04 +0300 Subject: [PATCH 1460/2142] Update xcm coefficients (#2006) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 59a5efce5..bd241d460 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2069861573" + "value": "2257948853" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6047205" + "value": "6124410" }, "instructions": "xcmPalletDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "140739583946927" + "value": "147673438981064" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2069861573" + "value": "2257948853" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "400391143455" }, "instructions": "xcmPalletDest" } From d68d9bded284c07107c48ac60d9666701ad293cf Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:25:32 +0700 Subject: [PATCH 1461/2142] Add default block time for Aleph Zero (#2009) --- chains/v13/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 3e07e720c..e093fa720 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5707,7 +5707,8 @@ "addressPrefix": 42, "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 1000 } }, { From 67af4a96c0f5fa28fb8aa1cd7b562eddc3cd60a5 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:40:18 +0300 Subject: [PATCH 1462/2142] Adding reusable workflow (#2004) * adding reusable workflow * fix event workflow * remove description --- .github/workflows/trigger_event.yml | 43 +++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/trigger_event.yml diff --git a/.github/workflows/trigger_event.yml b/.github/workflows/trigger_event.yml new file mode 100644 index 000000000..d68020ddc --- /dev/null +++ b/.github/workflows/trigger_event.yml @@ -0,0 +1,43 @@ +name: Reusable workflow for trigger event in another repo + +on: + workflow_call: + inputs: + repository: + required: true + type: string + event-type: + required: true + type: string + payload: + required: true + type: string + + secrets: + PR_APP_ID: + required: true + PR_APP_TOKEN: + required: true + +env: + PR_APP_ID: ${{ secrets.PR_APP_ID}} + PR_APP_TOKEN: ${{ secrets.PR_APP_TOKEN}} + +jobs: + trigger-event: + runs-on: ubuntu-latest + timeout-minutes: 30 + steps: + - uses: tibdex/github-app-token@v1 + id: generate-token + with: + app_id: ${{ env.PR_APP_ID }} + private_key: ${{ env.PR_APP_TOKEN }} + + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ steps.generate-token.outputs.token }} + repository: ${{ inputs.repository }} + event-type: ${{ inputs.event-type }} + client-payload: ${{ inputs.payload }} From 18e3a2f40410699f7a848c7e0feea2b3a8412f60 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 7 Sep 2023 18:52:40 +0300 Subject: [PATCH 1463/2142] update block time --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e093fa720..cc13db1a1 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5708,7 +5708,7 @@ "additional": { "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 1000 + "defaultBlockTime": 100000 } }, { From 6519e19235d935016e841d7c546023e82f14b35d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 7 Sep 2023 22:20:27 +0300 Subject: [PATCH 1464/2142] return to 1000 --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index cc13db1a1..e093fa720 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5708,7 +5708,7 @@ "additional": { "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 100000 + "defaultBlockTime": 1000 } }, { From 38724c840885155733775be4b0a2f7e74fda9f6a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 7 Sep 2023 22:32:02 +0300 Subject: [PATCH 1465/2142] adding more block times --- chains/v13/chains_dev.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index e093fa720..a09a72196 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -117,7 +117,8 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "defaultBlockTime": 6000 } }, { @@ -241,7 +242,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "defaultBlockTime": 6000 } }, { @@ -329,7 +331,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "defaultBlockTime": 6000 } }, { @@ -1274,7 +1277,8 @@ ], "additional": { "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 } }, { @@ -1767,7 +1771,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 } }, { @@ -2725,7 +2730,8 @@ ], "additional": { "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 } }, { @@ -3462,7 +3468,8 @@ ], "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 } }, { @@ -5653,7 +5660,8 @@ ], "additional": { "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 } }, { @@ -5902,7 +5910,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 6000 } }, { @@ -6883,7 +6892,8 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 6000 } }, { From 6167dae5260f7b87ed7413cffb33ce0571c5ebac Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 7 Sep 2023 22:39:29 +0300 Subject: [PATCH 1466/2142] decrease aleph zero default --- chains/v13/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index a09a72196..144a0319b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5716,7 +5716,7 @@ "additional": { "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 1000 + "defaultBlockTime": 900 } }, { From 6ffc7d2de8920a086f9c77ee39341c8b6f12d9d4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 8 Sep 2023 09:35:37 +0300 Subject: [PATCH 1467/2142] remove redundant times --- chains/v13/chains_dev.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 144a0319b..56b6d26dd 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -117,8 +117,7 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "defaultBlockTime": 6000 + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" } }, { @@ -242,8 +241,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "defaultBlockTime": 6000 + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" } }, { @@ -331,8 +329,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "defaultBlockTime": 6000 + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" } }, { @@ -5716,7 +5713,7 @@ "additional": { "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 900 + "defaultBlockTime": 1000 } }, { @@ -5910,8 +5907,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 6000 + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" } }, { @@ -6892,8 +6888,7 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 6000 + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" } }, { From 684734f8bf9d907affb4e4f40f3847893958c7ea Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 8 Sep 2023 18:19:22 +0300 Subject: [PATCH 1468/2142] add v14 as copy of v13 (#2012) --- chains/v14/chains.json | 7195 +++++++++++++++++++++++++++++ chains/v14/chains_dev.json | 8849 ++++++++++++++++++++++++++++++++++++ 2 files changed, 16044 insertions(+) create mode 100644 chains/v14/chains.json create mode 100644 chains/v14/chains_dev.json diff --git a/chains/v14/chains.json b/chains/v14/chains.json new file mode 100644 index 000000000..8756e7348 --- /dev/null +++ b/chains/v14/chains.json @@ -0,0 +1,7195 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json new file mode 100644 index 000000000..56b6d26dd --- /dev/null +++ b/chains/v14/chains_dev.json @@ -0,0 +1,8849 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + }, + { + "url": "wss://manta.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + } +] From a0ae86a4d3bf16c770f46daa63b810f7dd3602c5 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Sep 2023 17:25:28 +0500 Subject: [PATCH 1469/2142] promote pools-staking, colors and default blockTime --- chains/v14/chains.json | 83 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 68 insertions(+), 15 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 8756e7348..f8c3c18e9 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -10,7 +10,8 @@ "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -113,7 +114,11 @@ "crowdloans", "governance-v1", "governance" - ] + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } }, { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", @@ -126,7 +131,8 @@ "priceId": "kusama", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -232,7 +238,11 @@ "options": [ "crowdloans", "governance" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } }, { "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", @@ -244,7 +254,8 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ] } ], @@ -306,7 +317,11 @@ "options": [ "testnet", "crowdloans" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", @@ -1142,7 +1157,12 @@ "options": [ "ethereumBased", "governance-v1" - ] + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } }, { "chainId": "eip155:1", @@ -1560,7 +1580,12 @@ "ethereumBased", "governance", "governance-v1" - ] + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } }, { "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", @@ -2644,7 +2669,12 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } }, { "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", @@ -4046,7 +4076,11 @@ "addressPrefix": 73, "options": [ "governance-v1" - ] + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", @@ -5122,7 +5156,12 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } }, { "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", @@ -5133,7 +5172,8 @@ "symbol": "AZERO", "priceId": "aleph-zero", "staking": [ - "aleph-zero" + "aleph-zero", + "nomination-pools" ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" @@ -5171,7 +5211,12 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 1000 + } }, { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", @@ -5337,7 +5382,11 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", @@ -6170,7 +6219,11 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } }, { "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", From c70f818d237594a97023a8bef14fca086a2f3923 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Sep 2023 17:38:16 +0500 Subject: [PATCH 1470/2142] remove nomination-pools --- chains/v14/chains.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index f8c3c18e9..e0c379ff5 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -10,8 +10,7 @@ "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ - "relaychain", - "nomination-pools" + "relaychain" ], "buyProviders": { "transak": { @@ -131,8 +130,7 @@ "priceId": "kusama", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ - "relaychain", - "nomination-pools" + "relaychain" ], "buyProviders": { "transak": { @@ -254,8 +252,7 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ - "relaychain", - "nomination-pools" + "relaychain" ] } ], @@ -5172,8 +5169,7 @@ "symbol": "AZERO", "priceId": "aleph-zero", "staking": [ - "aleph-zero", - "nomination-pools" + "aleph-zero" ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" From d7ae946a622e7c27c59bfb04123c28a9f2ab22d4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:46:20 +0300 Subject: [PATCH 1471/2142] adding to testnet nomination pools (#2014) --- chains/v13/chains_dev.json | 3 ++- chains/v14/chains_dev.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 56b6d26dd..03a9621cc 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7167,7 +7167,8 @@ "symbol": "KSM", "precision": 12, "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 56b6d26dd..03a9621cc 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7167,7 +7167,8 @@ "symbol": "KSM", "precision": 12, "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" } From a9ac884783f9ff4e10a1aca3a919296ad34227da Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Sep 2023 13:17:25 +0500 Subject: [PATCH 1472/2142] add subquery projects --- chains/v13/chains_dev.json | 80 ++++++++++++++++++++++++++++++++++++++ chains/v14/chains_dev.json | 72 ++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 56b6d26dd..469cd7a2b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7120,6 +7120,14 @@ "account": "https://polymesh.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true @@ -8002,6 +8010,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true @@ -8056,6 +8072,14 @@ "account": "https://crab.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true @@ -8095,6 +8119,14 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true @@ -8129,6 +8161,14 @@ "event": "https://explorer.vara-network.io/event/{event}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true @@ -8157,6 +8197,14 @@ "name": "Anchor node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true @@ -8380,6 +8428,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true @@ -8418,6 +8474,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true @@ -8464,6 +8528,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true @@ -8737,6 +8809,14 @@ "account": "https://krest.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", "overridesCommon": true diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 56b6d26dd..1d8657be2 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7120,6 +7120,14 @@ "account": "https://polymesh.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", "overridesCommon": true @@ -8056,6 +8064,14 @@ "account": "https://crab.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true @@ -8095,6 +8111,14 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true @@ -8129,6 +8153,14 @@ "event": "https://explorer.vara-network.io/event/{event}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true @@ -8157,6 +8189,14 @@ "name": "Anchor node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true @@ -8380,6 +8420,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true @@ -8418,6 +8466,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", "overridesCommon": true @@ -8464,6 +8520,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", "overridesCommon": true @@ -8737,6 +8801,14 @@ "account": "https://krest.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", "overridesCommon": true From 815eacbc7a9035d9dd3912cb4ee8cb7567ed6c54 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Sep 2023 13:27:31 +0500 Subject: [PATCH 1473/2142] fix --- chains/v13/chains_dev.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 469cd7a2b..1d8657be2 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -8010,14 +8010,6 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true From 94ebbabc6cc6066f9f882692eb322329ce94e20c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:27:42 +0300 Subject: [PATCH 1474/2142] fix kapex (#2015) --- chains/v13/chains.json | 8 ++++++-- chains/v13/chains_dev.json | 8 ++++++-- chains/v14/chains.json | 8 ++++++-- chains/v14/chains_dev.json | 8 ++++++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 8756e7348..5cba6fdd5 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -6227,8 +6227,12 @@ ], "nodes": [ { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 03a9621cc..8015aaf0b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7066,8 +7066,12 @@ ], "nodes": [ { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v14/chains.json b/chains/v14/chains.json index e0c379ff5..41ad7e0cd 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6276,8 +6276,12 @@ ], "nodes": [ { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 03a9621cc..8015aaf0b 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7066,8 +7066,12 @@ ], "nodes": [ { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From 29a8e1fab89e4a69aa9673de06efcb8341626e23 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Sep 2023 15:39:28 +0500 Subject: [PATCH 1475/2142] add USDC to Polkadot AssetHub --- chains/v13/chains_dev.json | 11 +++++++++++ chains/v14/chains_dev.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 8015aaf0b..3ed8b6e29 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -4155,6 +4155,17 @@ "typeExtras": { "assetId": "1984" } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } } ], "nodes": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 8015aaf0b..3ed8b6e29 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4155,6 +4155,17 @@ "typeExtras": { "assetId": "1984" } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } } ], "nodes": [ From 9dce60bf02934ad0188f148188600926130b9dc2 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Sep 2023 15:54:28 +0500 Subject: [PATCH 1476/2142] promote USDC to Polkadot AssetHub --- chains/v13/chains.json | 11 +++++++++++ chains/v14/chains.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 5cba6fdd5..f01ac06d5 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -3504,6 +3504,17 @@ "typeExtras": { "assetId": "1984" } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } } ], "nodes": [ diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 41ad7e0cd..8fb34012e 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -3531,6 +3531,17 @@ "typeExtras": { "assetId": "1984" } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } } ], "nodes": [ From 3de5e518be2a89f79c1b5d9b639ea8eb01159cf6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Sep 2023 16:54:34 +0500 Subject: [PATCH 1477/2142] add USDC to HydraDX --- chains/v13/chains_dev.json | 14 ++++++++++++++ chains/v14/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 3ed8b6e29..1da0e782b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -5079,6 +5079,20 @@ "existentialDeposit": "7000000000000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 3ed8b6e29..1da0e782b 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -5079,6 +5079,20 @@ "existentialDeposit": "7000000000000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From 6e7d3deafc149e96f0129c246c983a7cdc76e9d7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 14 Sep 2023 10:10:06 +0500 Subject: [PATCH 1478/2142] promote nomination-pools --- chains/v14/chains.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 8fb34012e..e3394fff7 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -10,7 +10,8 @@ "priceId": "polkadot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -130,7 +131,8 @@ "priceId": "kusama", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "buyProviders": { "transak": { @@ -252,7 +254,8 @@ "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ] } ], @@ -5180,7 +5183,8 @@ "symbol": "AZERO", "priceId": "aleph-zero", "staking": [ - "aleph-zero" + "aleph-zero", + "nomination-pools" ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" From 678169f82c89f8401c0ab6fba769fd2550aebf42 Mon Sep 17 00:00:00 2001 From: Russel Date: Thu, 14 Sep 2023 10:51:58 +0500 Subject: [PATCH 1479/2142] change stage urls to production --- chains/v13/chains.json | 4 ++-- chains/v14/chains.json | 4 ++-- chains/v14/chains_dev.json | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index f01ac06d5..849eaa011 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -287,13 +287,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "crowdloans": [ diff --git a/chains/v14/chains.json b/chains/v14/chains.json index e3394fff7..08708a205 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -298,13 +298,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "crowdloans": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 3ed8b6e29..0a2ae191f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -82,13 +82,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" } ], "crowdloans": [ @@ -207,13 +207,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ @@ -298,13 +298,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" } ], "crowdloans": [ @@ -5709,13 +5709,13 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" } ] }, From 82309c9abcc0e920504f6c87cd23afec33c392b4 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 14 Sep 2023 19:51:05 +0500 Subject: [PATCH 1480/2142] update nodes on Polkadot (#2022) --- chains/v13/chains.json | 16 ++++++++-------- chains/v13/chains_dev.json | 20 ++++++++++---------- chains/v14/chains.json | 16 ++++++++-------- chains/v14/chains_dev.json | 20 ++++++++++---------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 849eaa011..d7b2a4192 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -21,6 +21,14 @@ } ], "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -29,10 +37,6 @@ "url": "wss://rpc.ibp.network/polkadot", "name": "IBP network node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" @@ -41,10 +45,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index eb362b250..30ad190d8 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -23,28 +23,28 @@ ], "nodes": [ { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://rpc.ibp.network/polkadot", "name": "IBP network node" }, { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" }, { "url": "wss://1rpc.io/dot", diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 08708a205..ae7f92217 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -22,6 +22,14 @@ } ], "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -30,10 +38,6 @@ "url": "wss://rpc.ibp.network/polkadot", "name": "IBP network node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" @@ -42,10 +46,6 @@ "url": "wss://polkadot.api.onfinality.io/public-ws", "name": "OnFinality node" }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ff2aab840..2096c8c22 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -23,28 +23,28 @@ ], "nodes": [ { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://rpc.polkadot.io", "name": "Parity node" }, { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://rpc.ibp.network/polkadot", "name": "IBP network node" }, { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" }, { "url": "wss://1rpc.io/dot", From 55ebea9f9fb64e9f860855c3d7f2b97e7711147e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:05:22 +0300 Subject: [PATCH 1481/2142] Update xcm coefficients (#2010) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 126 +++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index bd241d460..2d42e9496 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensReserve" } @@ -297,7 +297,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensReserve" } @@ -380,7 +380,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -459,7 +459,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -608,7 +608,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -631,7 +631,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25854915806339" + "value": "20746401591009" }, "instructions": "xtokensDest" } @@ -713,7 +713,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -778,7 +778,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267093333367" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2257948853" + "value": "2560736159" }, "instructions": "xtokensDest" } @@ -922,7 +922,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xcmPalletDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -1522,7 +1522,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -1601,7 +1601,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -1694,7 +1694,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -1768,7 +1768,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -1819,7 +1819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -1916,7 +1916,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -2014,7 +2014,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xcmPalletDest" } @@ -2562,7 +2562,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000995" + "value": "803215" }, "instructions": "xcmPalletDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6124410" + "value": "6482619" }, "instructions": "xcmPalletDest" } @@ -2660,7 +2660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -2697,7 +2697,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25854915806339" + "value": "20746401591009" }, "instructions": "xtokensDest" } @@ -2748,7 +2748,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -2869,7 +2869,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -2962,7 +2962,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267093333367" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -3041,7 +3041,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -3190,7 +3190,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001600" + "value": "803700" }, "instructions": "xcmPalletDest" } @@ -3316,7 +3316,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3339,7 +3339,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3432,7 +3432,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -3553,7 +3553,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -3660,7 +3660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3697,7 +3697,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3878,7 +3878,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -3957,7 +3957,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -4050,7 +4050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4110,7 +4110,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4161,7 +4161,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4277,7 +4277,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4328,7 +4328,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4379,7 +4379,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -4598,7 +4598,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xtokensDest" } @@ -4654,7 +4654,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4705,7 +4705,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "147673438981064" + "value": "120377421112530" }, "instructions": "xtokensDest" } @@ -4984,7 +4984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -5035,7 +5035,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5184,7 +5184,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5319,7 +5319,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -5402,7 +5402,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2257948853" + "value": "2560736159" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "400391143455" + "value": "425507219934" }, "instructions": "xcmPalletDest" } @@ -5509,7 +5509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xcmPalletDest" } @@ -5607,7 +5607,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5756,7 +5756,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xcmPalletDest" } @@ -5821,7 +5821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xcmPalletDest" } From 28eed7223a7faa03ee69907d47fda382b65625ff Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:19:53 +0300 Subject: [PATCH 1482/2142] Update xcm coefficients (#2024) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 120 +++++++++++++++++++++--------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 3fcf0cafa..53d58f861 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensReserve" } @@ -70,7 +70,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensReserve" } @@ -271,7 +271,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensReserve" } @@ -350,7 +350,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -429,7 +429,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -499,7 +499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -564,7 +564,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -587,7 +587,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25854915806339" + "value": "20746401591009" }, "instructions": "xtokensDest" } @@ -638,7 +638,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -703,7 +703,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267093333367" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -740,7 +740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2069861573" + "value": "2592588856" }, "instructions": "xtokensDest" } @@ -847,7 +847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xcmPalletDest" } @@ -903,7 +903,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xcmPalletDest" } @@ -1224,7 +1224,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -1363,7 +1363,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -1442,7 +1442,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -1535,7 +1535,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -1609,7 +1609,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -1660,7 +1660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -1757,7 +1757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -1855,7 +1855,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xcmPalletDest" } @@ -2403,7 +2403,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000995" + "value": "803215" }, "instructions": "xcmPalletDest" } @@ -2431,7 +2431,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6033965" + "value": "6504180" }, "instructions": "xcmPalletDest" } @@ -2487,7 +2487,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -2524,7 +2524,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25854915806339" + "value": "20746401591009" }, "instructions": "xtokensDest" } @@ -2561,7 +2561,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -2631,7 +2631,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -2654,7 +2654,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -2747,7 +2747,7 @@ "fee": { "mode": { "type": "proportional", - "value": "267093333367" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -2826,7 +2826,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -2868,7 +2868,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -2961,7 +2961,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1001600" + "value": "803700" }, "instructions": "xcmPalletDest" } @@ -3087,7 +3087,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3110,7 +3110,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3203,7 +3203,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -3259,7 +3259,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -3310,7 +3310,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -3417,7 +3417,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3454,7 +3454,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3524,7 +3524,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -3603,7 +3603,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -3696,7 +3696,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3756,7 +3756,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -3807,7 +3807,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -3900,7 +3900,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -3951,7 +3951,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4002,7 +4002,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -4221,7 +4221,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "391495989977" + "value": "431540085177" }, "instructions": "xtokensDest" } @@ -4263,7 +4263,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100160000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4314,7 +4314,7 @@ "fee": { "mode": { "type": "proportional", - "value": "70834981884" + "value": "56839132328" }, "instructions": "xtokensDest" } @@ -4481,7 +4481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "140847683805351" + "value": "120589288288142" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -4574,7 +4574,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -4723,7 +4723,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -4858,7 +4858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4941,7 +4941,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10103663588417159168" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -4983,7 +4983,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2069861573" + "value": "2592588856" }, "instructions": "xcmPalletDest" } @@ -5025,7 +5025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2864709086" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5146,7 +5146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016000000000000000" + "value": "8037000000000000000" }, "instructions": "xcmPalletDest" } From 0bc35480fd4e03ae790cc2d6379f18264e26fc68 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 18 Sep 2023 12:30:46 +0300 Subject: [PATCH 1483/2142] update subscan urls --- chains/v13/chains.json | 9 +++++++-- chains/v13/chains_dev.json | 5 +++++ chains/v14/chains.json | 9 +++++++-- chains/v14/chains_dev.json | 9 +++++++-- 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index d7b2a4192..ac446f015 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -408,8 +408,8 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}" + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" }, { "name": "Statescan", @@ -3540,6 +3540,11 @@ } ], "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, { "name": "Statescan", "account": "https://statemint.statescan.io/account/{address}", diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 30ad190d8..bcc061c79 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -4191,6 +4191,11 @@ } ], "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, { "name": "Statescan", "account": "https://statemint.statescan.io/account/{address}", diff --git a/chains/v14/chains.json b/chains/v14/chains.json index ae7f92217..44069d4ab 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -423,8 +423,8 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}" + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" }, { "name": "Statescan", @@ -3570,6 +3570,11 @@ } ], "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, { "name": "Statescan", "account": "https://statemint.statescan.io/account/{address}", diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2096c8c22..034dd0a3f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -482,8 +482,8 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}" + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" }, { "name": "Statescan", @@ -4191,6 +4191,11 @@ } ], "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, { "name": "Statescan", "account": "https://statemint.statescan.io/account/{address}", From 41deafa7185129602173e66586d9b82359ddc9f4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:38:20 +0300 Subject: [PATCH 1484/2142] fix CI run (#2027) --- .github/workflows/update_network_list.yaml | 1 + .github/workflows/update_type_files.yaml | 2 +- makefile | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index 3878b2525..f61d41dd0 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + workflow_dispatch: jobs: diff --git a/.github/workflows/update_type_files.yaml b/.github/workflows/update_type_files.yaml index 301adc46d..747c2c2c7 100644 --- a/.github/workflows/update_type_files.yaml +++ b/.github/workflows/update_type_files.yaml @@ -19,7 +19,7 @@ jobs: run: make init - name: Update chain types - run: python ./scripts/create_type_file.py prod + run: make generate_type_files - name: Make Pull Request uses: ./.github/workflows/make-pull-request diff --git a/makefile b/makefile index 113ed62d6..96d9dbabe 100644 --- a/makefile +++ b/makefile @@ -20,6 +20,9 @@ clean: init: venv .create-venv requirements .install-pre-commit +generate_type_files: + $(VENV)/bin/python ./scripts/create_type_file.py prod + generate_network_list: $(VENV)/bin/python ./scripts/generate_network_list.py From 68bc3011edf4f7de19eb8d36f5cabed1818af893 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:56:29 +0300 Subject: [PATCH 1485/2142] Update xcm coefficients (#2026) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers_dev.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index 2d42e9496..e41bf2b06 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -529,7 +529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -838,7 +838,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2560736159" + "value": "2738222496" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xcmPalletDest" } @@ -1313,7 +1313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -2590,7 +2590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6482619" + "value": "6439862" }, "instructions": "xcmPalletDest" } @@ -2832,7 +2832,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -3083,7 +3083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -3488,7 +3488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -4612,7 +4612,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xtokensDest" } @@ -4942,7 +4942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "120377421112530" + "value": "120306304551951" }, "instructions": "xtokensDest" } @@ -5444,7 +5444,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2560736159" + "value": "2738222496" }, "instructions": "xcmPalletDest" } @@ -5481,7 +5481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "425507219934" + "value": "423833805788" }, "instructions": "xcmPalletDest" } From 28ca4ee213e47b2f413ffe653278fbaa8e7c3df1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:59:05 +0300 Subject: [PATCH 1486/2142] Fix/generate files rules (#2028) * fix: redundant line in the end * test --- chains/README.md | 170 +++++++++++++++---------------- scripts/generate_dapps_list.py | 1 - scripts/generate_network_list.py | 1 - 3 files changed, 85 insertions(+), 87 deletions(-) diff --git a/chains/README.md b/chains/README.md index b5fbb3aac..2352ec07b 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,93 +1,93 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 297 -### 🪙 Unique assets: 148 +### 💰 All assets 319 +### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 288 ### 🧾 SubQuery API projects: 67 ### 👀 Networks with block explorers: 72 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aUSD
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
USDT
DAI | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | - | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aUSD
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aUSD
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aUSD
vsKSM
USDT
MOVR
PHA
vKSM
kBTC | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crab | CRAB
CKTON | Subscan | - | -| 20 | Crust | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 23 | Darwinia | RING
KTON | Subscan | - | -| 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 25 | Edgeware | EDG | Subscan
Sub.ID | - | -| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 31 | Frequency | FRQCY | Polkaholic | - | -| 32 | GIANT | GIANT | - | - | -| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 35 | HydraDX | HDX
DOT
DAI-worm
LRNA
WETH-worm
WBTC-worm
iBTC
ZTG
ASTR
USDT
CFG | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 39 | Jur | JUR | Polkascan | - | -| 40 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 41 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 42 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 43 | Karura | KAR
aUSD
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aUSD
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 45 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aUSD
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 46 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 47 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 48 | Kusama Bridge Hub | KSM | - | - | -| 49 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 50 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 51 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 53 | Moonbeam | GLMR
xcDOT
xcaUSD
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaUSD
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 55 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 58 | Parallel | PARA
DOT
sDOT
ACA
aUSD
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 59 | Parallel Heiko | HKO
KSM
aUSD
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 60 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 64 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 65 | Polkadot Asset Hub | DOT
USDT | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Polkadot Bridge Hub | DOT | - | - | -| 67 | Polkadot Collectives | DOT | - | - | -| 68 | Polymesh | POLYX | Subscan | - | -| 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 70 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aUSD
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 72 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 73 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 75 | Turing | TUR
KSM
aUSD
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 76 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 77 | Vara | VARA | Varascan | - | -| 78 | Westend | WND | Subscan | [nova-wallet-westend__bm92Y](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend__bm92Y) | -| 79 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 80 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 81 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | - | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Crab | CRAB
CKTON | Subscan | - | +| 20 | Crust | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 23 | Darwinia | RING
KTON | Subscan | - | +| 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 25 | Edgeware | EDG | Subscan
Sub.ID | - | +| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | +| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 31 | Frequency | FRQCY | Polkaholic | - | +| 32 | GIANT | GIANT | - | - | +| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 39 | Jur | JUR | Polkascan | - | +| 40 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 41 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 42 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 43 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 45 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 46 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 47 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 48 | Kusama Bridge Hub | KSM | - | - | +| 49 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | +| 50 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 51 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 53 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 55 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 58 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 59 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 60 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 64 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 65 | Polkadot Asset Hub | DOT
USDT
USDC | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Polkadot Bridge Hub | DOT | - | - | +| 67 | Polkadot Collectives | DOT | - | - | +| 68 | Polymesh | POLYX | Subscan | - | +| 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 70 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 72 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 73 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 75 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 76 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 77 | Vara | VARA | Varascan | - | +| 78 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 79 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 80 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 81 | krest | KREST | Subscan | - | diff --git a/scripts/generate_dapps_list.py b/scripts/generate_dapps_list.py index 48835df63..b0761ab8c 100644 --- a/scripts/generate_dapps_list.py +++ b/scripts/generate_dapps_list.py @@ -43,4 +43,3 @@ def generate_value_matrix(): f.write(readme.render( dapps_table=generate_dapps_table() )) - f.write("\n") diff --git a/scripts/generate_network_list.py b/scripts/generate_network_list.py index 7537dba02..e6464ac9d 100644 --- a/scripts/generate_network_list.py +++ b/scripts/generate_network_list.py @@ -166,4 +166,3 @@ def calculate_number_of_xcms(): unique_assets=uniques_assets, number_of_xcms=xcm_number )) - f.write("\n") From 172dacd464bf629d7f72d05adf89e7127669d936 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:19:48 +0300 Subject: [PATCH 1487/2142] Update xcm coefficients (#2029) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v4/transfers.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 53d58f861..5fb89797b 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -499,7 +499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -740,7 +740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2592588856" + "value": "2738222496" }, "instructions": "xtokensDest" } @@ -903,7 +903,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xcmPalletDest" } @@ -1224,7 +1224,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -2431,7 +2431,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6504180" + "value": "6405623" }, "instructions": "xcmPalletDest" } @@ -2631,7 +2631,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -2868,7 +2868,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -3259,7 +3259,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "431540085177" + "value": "423199129191" }, "instructions": "xtokensDest" } @@ -4481,7 +4481,7 @@ "fee": { "mode": { "type": "proportional", - "value": "120589288288142" + "value": "120085352824542" }, "instructions": "xtokensDest" } @@ -4983,7 +4983,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2592588856" + "value": "2738222496" }, "instructions": "xcmPalletDest" } From ecd48d22e5dd3cbf410aac743dff5c2337b8336a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Sep 2023 16:23:38 +0500 Subject: [PATCH 1488/2142] promote Subquery indexers --- chains/v14/chains.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index ae7f92217..89b169234 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -7007,6 +7007,14 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", "overridesCommon": true @@ -7038,6 +7046,14 @@ "event": "https://explorer.vara-network.io/event/{event}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", "overridesCommon": true @@ -7062,6 +7078,14 @@ "name": "Anchor node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", "overridesCommon": true @@ -7100,6 +7124,14 @@ "name": "Stakeworld node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", "overridesCommon": true From 456779f40ec637a6bda7f7f6328e327215d1b0f7 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 20 Sep 2023 17:33:39 +0500 Subject: [PATCH 1489/2142] update settings for DOT: Astar -> Polkadot --- xcm/v4/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index e41bf2b06..d377eaa44 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -5921,10 +5921,10 @@ "type": "proportional", "value": "92895362664" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { From 5129f63ea7afaf7c1b2f4d14d9644948245b67c0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Sep 2023 18:42:28 +0500 Subject: [PATCH 1490/2142] remove Efinity, add Enjin Matrixchain --- chains/v14/chains_dev.json | 88 ++++++++++---------------- chains/v2/types/enjin_matrixchain.json | 16 +++++ icons/chains/gradient/Enjin.svg | 16 +++++ icons/tokens/white/ENJ.svg | 3 + 4 files changed, 67 insertions(+), 56 deletions(-) create mode 100644 chains/v2/types/enjin_matrixchain.json create mode 100644 icons/chains/gradient/Enjin.svg create mode 100644 icons/tokens/white/ENJ.svg diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2096c8c22..2b3153990 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4817,62 +4817,6 @@ "governance-v1" ] }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -8947,5 +8891,37 @@ "options": [ "testnet" ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrixchain", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] } ] diff --git a/chains/v2/types/enjin_matrixchain.json b/chains/v2/types/enjin_matrixchain.json new file mode 100644 index 000000000..b90708393 --- /dev/null +++ b/chains/v2/types/enjin_matrixchain.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 604, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "matrix_runtime.RuntimeEvent": "GenericEvent", + "matrix_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Enjin.svg b/icons/chains/gradient/Enjin.svg new file mode 100644 index 000000000..d67513e01 --- /dev/null +++ b/icons/chains/gradient/Enjin.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/ENJ.svg b/icons/tokens/white/ENJ.svg new file mode 100644 index 000000000..73def117b --- /dev/null +++ b/icons/tokens/white/ENJ.svg @@ -0,0 +1,3 @@ + + + From 71d35168a1cf4e35a8539c07f4a4a4b3a01cf81c Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:22:01 +0000 Subject: [PATCH 1491/2142] Update networks list --- chains/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2352ec07b..3e5de9db7 100644 --- a/chains/README.md +++ b/chains/README.md @@ -4,7 +4,7 @@ ### 💰 All assets 319 ### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 288 -### 🧾 SubQuery API projects: 67 +### 🧾 SubQuery API projects: 71 ### 👀 Networks with block explorers: 72 --- # List of supported networks @@ -40,8 +40,8 @@ | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 31 | Frequency | FRQCY | Polkaholic | - | -| 32 | GIANT | GIANT | - | - | +| 31 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 32 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | | 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | | 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | @@ -74,8 +74,8 @@ | 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 64 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 65 | Polkadot Asset Hub | DOT
USDT
USDC | Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Polkadot Bridge Hub | DOT | - | - | +| 65 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 66 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | | 67 | Polkadot Collectives | DOT | - | - | | 68 | Polymesh | POLYX | Subscan | - | | 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | @@ -86,7 +86,7 @@ | 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | | 75 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | | 76 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 77 | Vara | VARA | Varascan | - | +| 77 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | | 78 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | | 79 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | | 80 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | From 03d1457f332f983708314bfda1116ea00eea7fa0 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:22:25 +0000 Subject: [PATCH 1492/2142] Update test data file --- tests/chains_for_testBalance.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index a75d8fef9..8bd849579 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -364,11 +364,6 @@ "name": "Polkadot Collectives", "account": "0x5270ec35ba01254d8bff046a1a58f16d3ae615c235efd6e99a35f233b2d9df2c" }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "account": "0x5a2e5cc6b13a12fe352bcd49b6e0ad27b6658f2535b5a7f291a8d15f264a1870" - }, { "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", "name": "krest", @@ -383,5 +378,10 @@ "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", "name": "Manta", "account": "0xfb1818aca757d6bc9aa65c3a94f5a39ff1edbd92e47311c91ace601676168703" + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrixchain", + "account": " - " } ] From 1ed24c56bf8f936c533d27d70f29b62fe72c9743 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Sep 2023 13:14:56 +0500 Subject: [PATCH 1493/2142] add test acc for Enjin --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 8bd849579..5f441250c 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -382,6 +382,6 @@ { "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", "name": "Enjin Matrixchain", - "account": " - " + "account": "0xae15009cdde97c2e28d430224ca3a119311f41ef15153854b2c62eb770b0fd3e" } ] From b900da850034dc18faceec7e8392ec225b4f1654 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Sep 2023 14:41:25 +0500 Subject: [PATCH 1494/2142] promote remove Efinity, add Enjin Matrixchain --- chains/v14/chains.json | 82 +++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 53 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index f617e999c..e3d320f35 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -4363,59 +4363,6 @@ "governance-v1" ] }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -7296,5 +7243,34 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrixchain", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 } ] From 2b49bd05f982fa100089d26ba328559e78fd2b6b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Sep 2023 15:51:51 +0500 Subject: [PATCH 1495/2142] fix naming --- chains/v14/chains.json | 2 +- chains/v14/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index e3d320f35..cf651ea33 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -7246,7 +7246,7 @@ }, { "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrixchain", + "name": "Enjin", "assets": [ { "assetId": 0, diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 414f39b16..85e02cd66 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8899,7 +8899,7 @@ }, { "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrixchain", + "name": "Enjin", "assets": [ { "assetId": 0, From 766dfffa90c6ae392b9a7854cf4f6bd024b189a4 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Sep 2023 17:30:25 +0500 Subject: [PATCH 1496/2142] add v5 transfers (#2036) --- xcm/v5/transfers.json | 5245 ++++++++++++++++++++++++++++++++ xcm/v5/transfers_dev.json | 6013 +++++++++++++++++++++++++++++++++++++ 2 files changed, 11258 insertions(+) create mode 100644 xcm/v5/transfers.json create mode 100644 xcm/v5/transfers_dev.json diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json new file mode 100644 index 000000000..5fb89797b --- /dev/null +++ b/xcm/v5/transfers.json @@ -0,0 +1,5245 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "2738222496" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "6405623" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "803700" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8799" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423199129191" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "120085352824542" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "2738222496" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "99824309215780226800" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "121808020814554596791" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json new file mode 100644 index 000000000..d377eaa44 --- /dev/null +++ b/xcm/v5/transfers_dev.json @@ -0,0 +1,6013 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "UNIT": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "WND": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10353145803353" + }, + "instructions": "xtokensReserve" + } + }, + "WND-Westmint": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "multiLocation": {} + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "200000000", + "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443": "1000000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "2738222496" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assets": [ + { + "assetId": 1, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assets": [ + { + "assetId": 0, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "523779593547" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "6439862" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "803700" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8799" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assets": [ + { + "assetId": 7, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND-Westmint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10353145803353" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "120306304551951" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "2738222496" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "99824309215780226800" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "121808020814554596791" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + } + ] +} \ No newline at end of file From c29c09776f032396eefbc993afa80d76cdc64204 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Sep 2023 11:07:01 +0500 Subject: [PATCH 1497/2142] add NEER, AZERO, ETH on transak, ETH on mercuryo --- chains/v14/chains_dev.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 414f39b16..378ddd91c 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2803,7 +2803,12 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } }, { "assetId": 1, @@ -3479,7 +3484,13 @@ "priceId": "ethereum", "type": "evmNative", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": {} + } } ], "nodeSelectionStrategy": "uniform", @@ -5648,7 +5659,12 @@ ], "priceId": "aleph-zero", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + } + } } ], "nodes": [ From ebdfb3124db2c3f10088a0ef8e8c1caf24ed99a6 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Sep 2023 11:30:40 +0500 Subject: [PATCH 1498/2142] add network --- chains/v14/chains_dev.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 378ddd91c..60d85a666 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3489,7 +3489,9 @@ "transak": { "network": "ETHEREUM" }, - "mercuryo": {} + "mercuryo": { + "network": "ETHEREUM" + } } } ], From aaa3b889e41de473dcd7bc16d793837a1cf1c51c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:59:05 +0300 Subject: [PATCH 1499/2142] Update networks list (#2037) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 3e5de9db7..087c5d287 100644 --- a/chains/README.md +++ b/chains/README.md @@ -4,8 +4,8 @@ ### 💰 All assets 319 ### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 288 -### 🧾 SubQuery API projects: 71 -### 👀 Networks with block explorers: 72 +### 🧾 SubQuery API projects: 70 +### 👀 Networks with block explorers: 71 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -35,8 +35,8 @@ | 23 | Darwinia | RING
KTON | Subscan | - | | 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | -| 26 | Efinity | EFI | Subscan
Polkaholic | [nova-wallet-efinity](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-efinity) | -| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 27 | Enjin | ENJ | - | - | | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | From 5bfcfa175232df44e2849b7bd2a78aa23e07caec Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Sep 2023 12:46:37 +0500 Subject: [PATCH 1500/2142] add Subscan to Enjin --- chains/v14/chains.json | 7 +++++++ chains/v14/chains_dev.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index cf651ea33..9d2765101 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -7266,6 +7266,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index c819109f4..be12fdd00 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8937,6 +8937,13 @@ "name": "Dwellir node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true From 9bb9c9e4db1715464d8ed2a9b49d839ac8c88884 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:43:51 +0000 Subject: [PATCH 1501/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 087c5d287..052376e24 100644 --- a/chains/README.md +++ b/chains/README.md @@ -5,7 +5,7 @@ ### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 288 ### 🧾 SubQuery API projects: 70 -### 👀 Networks with block explorers: 71 +### 👀 Networks with block explorers: 72 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -36,7 +36,7 @@ | 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | | 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 27 | Enjin | ENJ | - | - | +| 27 | Enjin | ENJ | Subscan | - | | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | From 0520b922d4d1c2018763441fe9df16cb7db23afe Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:27:05 +0300 Subject: [PATCH 1502/2142] update xcm script entrypoints (#2042) --- .github/workflows/update_xcm_data.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_xcm_data.yaml b/.github/workflows/update_xcm_data.yaml index ca34047e7..f852bc3fe 100644 --- a/.github/workflows/update_xcm_data.yaml +++ b/.github/workflows/update_xcm_data.yaml @@ -46,12 +46,12 @@ jobs: - name: ⚙️ Install dependencies run: | cd ./support - pip install -r ./requirements.txt + make install - name: 🦾 Generate new xcm coefficients run: | cd ./support - python nova-utils/update_xcm_data.py + make update-xcm - name: Move generated file run: | @@ -77,7 +77,7 @@ jobs: pr-title: 🆙 Update XCM coefficients for ${{ env.ENVIRONMENT }} env pr-body: This PR was generated automatically 🤖 pr-base: master - + alert: runs-on: ubuntu-latest needs: update-xcm From 19eaeac066944dd79464a4eee755af7a8569b731 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:11:40 +0300 Subject: [PATCH 1503/2142] Astar XCMs to DEV (#2043) * Update destinations and add ACA * Astar < ACA > Moonbeam, Parallel * Astar < GLMR > Moonbeam * Acala < GLMR > Astar * Astar < GLMR > Bifrost * Astar < GLMR > Parallel * Astar < INTR > Interlay * Astar < INTR > Acala * Astar < INTR > Parallel, Moonbeam * Astar iBTC -> All --- xcm/v5/transfers_dev.json | 508 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 489 insertions(+), 19 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index d377eaa44..903dfa4e9 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -1542,6 +1542,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1714,6 +1728,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1788,6 +1816,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1853,6 +1895,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2183,6 +2239,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2248,6 +2318,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2420,6 +2504,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3898,6 +3996,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4056,6 +4168,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4130,6 +4256,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4195,6 +4335,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4297,6 +4451,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4362,6 +4530,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5004,6 +5186,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5339,6 +5535,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5823,10 +6033,10 @@ "type": "proportional", "value": "2298688790" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5837,10 +6047,10 @@ "type": "proportional", "value": "8799000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5851,10 +6061,10 @@ "type": "proportional", "value": "30000000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5865,10 +6075,10 @@ "type": "proportional", "value": "18012616398" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5879,10 +6089,10 @@ "type": "proportional", "value": "33068783068" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5893,10 +6103,10 @@ "type": "proportional", "value": "53711462025" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5907,10 +6117,10 @@ "type": "proportional", "value": "800000000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { @@ -5935,10 +6145,10 @@ "type": "proportional", "value": "3959149500" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" } ] }, @@ -5958,10 +6168,270 @@ "type": "proportional", "value": "175000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -6010,4 +6480,4 @@ ] } ] -} \ No newline at end of file +} From 78d78c2c0038cd028b5ab266e936aea58d96cbb0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:19:32 +0300 Subject: [PATCH 1504/2142] Adding new tokens to Calamari (#2044) * Adding new tokens to Calamari * addin kma asset * Calamarin < MOVR > Moonriver * fix currencyId for Calamari * fix Carura assets * add KMA xcms * updated KMA fee * update KMA fee * Calamari < KMA > Carura * Calamari KAR xcms * KSM Calamari XCMs * more xcms for MOVR --- chains/v14/chains_dev.json | 33 +++ xcm/v5/transfers_dev.json | 588 ++++++++++++++++++++++++++++++++++++- 2 files changed, 620 insertions(+), 1 deletion(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index be12fdd00..f9f721873 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2669,6 +2669,39 @@ "staking": [ "parachain" ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } } ], "nodes": [ diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 903dfa4e9..000d3f693 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -301,6 +301,19 @@ }, "instructions": "xtokensReserve" } + }, + "KMA": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "multiLocation": { + "parachainId": 2084 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -360,7 +373,8 @@ "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", - "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", + "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000" }, "chains": [ { @@ -428,6 +442,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -549,6 +577,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -614,6 +656,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "500000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -846,6 +902,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 12, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -998,6 +1077,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1110,6 +1203,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1333,6 +1440,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1398,6 +1519,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "500000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1446,6 +1581,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 18, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2764,6 +2922,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "500000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2950,6 +3122,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3015,6 +3201,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3201,6 +3401,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3485,6 +3699,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3671,6 +3899,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "500000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4690,6 +4932,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4814,6 +5079,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4963,6 +5242,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "166666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6478,6 +6771,299 @@ ] } ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assets": [ + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "13681387839982488" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 29446af33e29c7a06cdacd06c59c3162df44b47a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:45:36 +0300 Subject: [PATCH 1505/2142] Remove KSM xcms from Interla (#2045) * remove KSM from Calamari -> Interlay * remove KSM from Interlay --- xcm/v5/transfers_dev.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 000d3f693..2499819ff 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -4932,29 +4932,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 5, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "166666666667" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -6824,20 +6801,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 6a0ee86a8679a21c1d79b56e0ef1f1f7dc939083 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:45:46 +0300 Subject: [PATCH 1506/2142] fix imbue nodes (#2046) --- chains/v13/chains.json | 2 +- chains/v13/chains_dev.json | 2 +- chains/v14/chains.json | 2 +- chains/v14/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ac446f015..9c87e7ee5 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -5974,7 +5974,7 @@ ], "nodes": [ { - "url": "wss://imbue-kusama.imbue.network", + "url": "wss://kusama.imbuenetwork.com", "name": "Imbue node" } ], diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index bcc061c79..c1396acc0 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -6663,7 +6663,7 @@ ], "nodes": [ { - "url": "wss://imbue-kusama.imbue.network", + "url": "wss://kusama.imbuenetwork.com", "name": "Imbue node" } ], diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 9d2765101..e3e95fa78 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5970,7 +5970,7 @@ ], "nodes": [ { - "url": "wss://imbue-kusama.imbue.network", + "url": "wss://kusama.imbuenetwork.com", "name": "Imbue node" } ], diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index f9f721873..ce0a7b522 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6658,7 +6658,7 @@ ], "nodes": [ { - "url": "wss://imbue-kusama.imbue.network", + "url": "wss://kusama.imbuenetwork.com", "name": "Imbue node" } ], From 74144765de6104fb02d16b283ec7312629c2f79f Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:01:42 +0300 Subject: [PATCH 1507/2142] Update xcm coefficients (#2040) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 2499819ff..81c497fa3 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -557,7 +557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -894,7 +894,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2738222496" + "value": "2598711023" }, "instructions": "xtokensDest" } @@ -1057,7 +1057,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xcmPalletDest" } @@ -1420,7 +1420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -2846,7 +2846,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6439862" + "value": "5874788" }, "instructions": "xcmPalletDest" } @@ -3102,7 +3102,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -3381,7 +3381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -3814,7 +3814,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -5036,7 +5036,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -5394,7 +5394,7 @@ "fee": { "mode": { "type": "proportional", - "value": "120306304551951" + "value": "116801005257558" }, "instructions": "xtokensDest" } @@ -5924,7 +5924,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2738222496" + "value": "2598711023" }, "instructions": "xcmPalletDest" } @@ -5961,7 +5961,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xcmPalletDest" } @@ -6794,7 +6794,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423833805788" + "value": "395967565737" }, "instructions": "xtokensDest" } @@ -6938,7 +6938,7 @@ "fee": { "mode": { "type": "proportional", - "value": "13681387839982488" + "value": "13681387839982487" }, "instructions": "xtokensDest" } @@ -7029,4 +7029,4 @@ ] } ] -} +} \ No newline at end of file From f267ddd691bfb73a90b93741733ec4a66484f8a0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:46:21 +0300 Subject: [PATCH 1508/2142] acala aca -> astar (#2049) --- xcm/v5/transfers_dev.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 81c497fa3..099af9b38 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -2346,6 +2346,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7029,4 +7043,4 @@ ] } ] -} \ No newline at end of file +} From c6bc504d2e11f1ec0100d23720f29b3b0a612971 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:08:56 +0300 Subject: [PATCH 1509/2142] Update xcm coefficients (#2048) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 099af9b38..22587c4d4 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -557,7 +557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -1057,7 +1057,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xcmPalletDest" } @@ -1420,7 +1420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -2860,7 +2860,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5874788" + "value": "5887155" }, "instructions": "xcmPalletDest" } @@ -3116,7 +3116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -3395,7 +3395,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -3828,7 +3828,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -5050,7 +5050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } @@ -5975,7 +5975,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xcmPalletDest" } @@ -6808,7 +6808,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395967565737" + "value": "395797179213" }, "instructions": "xtokensDest" } From d702622c963178783c9917d51098568b9c0dff0c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:37:20 +0300 Subject: [PATCH 1510/2142] Update xcm coefficients (#2050) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 22587c4d4..ebe7ba7df 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -450,7 +450,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000000000" + "value": "63129375000000" }, "instructions": "xtokensDest" } @@ -557,7 +557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -585,7 +585,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -664,7 +664,7 @@ "fee": { "mode": { "type": "proportional", - "value": "500000000000000000" + "value": "1262587500000000000" }, "instructions": "xtokensDest" } @@ -894,7 +894,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2598711023" + "value": "2391931512" }, "instructions": "xtokensDest" } @@ -1057,7 +1057,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xcmPalletDest" } @@ -1085,7 +1085,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xcmPalletDest" } @@ -1211,7 +1211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000000000" + "value": "63129375000000" }, "instructions": "xtokensDest" } @@ -1420,7 +1420,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -1448,7 +1448,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -1527,7 +1527,7 @@ "fee": { "mode": { "type": "proportional", - "value": "500000000000000000" + "value": "1262587500000000000" }, "instructions": "xtokensDest" } @@ -2860,7 +2860,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5887155" + "value": "5571881" }, "instructions": "xcmPalletDest" } @@ -2944,7 +2944,7 @@ "fee": { "mode": { "type": "proportional", - "value": "500000000000000000" + "value": "1262587500000000000" }, "instructions": "xtokensDest" } @@ -3116,7 +3116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -3144,7 +3144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -3223,7 +3223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000000000" + "value": "63129375000000" }, "instructions": "xtokensDest" } @@ -3395,7 +3395,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -3423,7 +3423,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -3721,7 +3721,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000000000" + "value": "63129375000000" }, "instructions": "xtokensDest" } @@ -3828,7 +3828,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -3921,7 +3921,7 @@ "fee": { "mode": { "type": "proportional", - "value": "500000000000000000" + "value": "1262587500000000000" }, "instructions": "xtokensDest" } @@ -5050,7 +5050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -5078,7 +5078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -5241,7 +5241,7 @@ "fee": { "mode": { "type": "proportional", - "value": "166666666667" + "value": "355657856051" }, "instructions": "xtokensDest" } @@ -5408,7 +5408,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116801005257558" + "value": "112304153214258" }, "instructions": "xtokensDest" } @@ -5938,7 +5938,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2598711023" + "value": "2391931512" }, "instructions": "xcmPalletDest" } @@ -5975,7 +5975,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xcmPalletDest" } @@ -6808,7 +6808,7 @@ "fee": { "mode": { "type": "proportional", - "value": "395797179213" + "value": "364326511523" }, "instructions": "xtokensDest" } @@ -7043,4 +7043,4 @@ ] } ] -} +} \ No newline at end of file From 05da79c140680cb421722c080d068398fd6a969d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Sep 2023 11:32:26 +0500 Subject: [PATCH 1511/2142] promote new tokens to buy --- chains/v14/chains.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index e3e95fa78..02e348817 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1174,7 +1174,15 @@ "priceId": "ethereum", "type": "evmNative", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } } ], "nodeSelectionStrategy": "uniform", @@ -2748,7 +2756,12 @@ "symbol": "NEER", "precision": 18, "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } }, { "assetId": 1, @@ -5139,7 +5152,12 @@ "nomination-pools" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + } + } } ], "nodes": [ From 3d3a4c9497fdb3162c9bb6dee2bbda225b53abd2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:47:24 +0300 Subject: [PATCH 1512/2142] Promote new xcms (#2047) * add new assets * add astar network * remove DOT -> Polkadot Asset Hub * remove Astar DOT > Asset Hub --- chains/v14/chains.json | 33 ++ makefile | 3 + xcm/v5/transfers.json | 653 +++++++++++++++++++++++++++++++++++++- xcm/v5/transfers_dev.json | 16 +- 4 files changed, 689 insertions(+), 16 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index e3e95fa78..beae0e6bb 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -2626,6 +2626,39 @@ "staking": [ "parachain" ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } } ], "nodes": [ diff --git a/makefile b/makefile index 96d9dbabe..fb09ae87f 100644 --- a/makefile +++ b/makefile @@ -73,3 +73,6 @@ allure: pr-comment-creation: echo "## Changes for $(PR_ENV)" >> $(PR_FILE_NAME) $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) + +update-xcm-to-prod: + $(VENV)/bin/python xcm/update_to_prod.py diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 5fb89797b..9d8790138 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -1383,6 +1383,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1555,6 +1569,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1629,6 +1657,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1694,6 +1736,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1973,6 +2029,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2024,6 +2094,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2089,6 +2173,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2261,6 +2359,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3544,6 +3656,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3702,6 +3828,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3776,6 +3916,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3841,6 +3995,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3866,6 +4034,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3920,6 +4111,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3985,6 +4190,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4543,6 +4762,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4878,6 +5111,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5196,6 +5443,410 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "33068783068" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "115534810638445" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3529278897735" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "117205" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5242,4 +5893,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index ebe7ba7df..900d64f42 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -6419,20 +6419,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -7043,4 +7029,4 @@ ] } ] -} \ No newline at end of file +} From 10b45f28599cccbf2d6ade0cb4877d1e0190118e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:52:01 +0300 Subject: [PATCH 1513/2142] Update networks list (#2053) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 052376e24..dc12619c5 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 319 +### 💰 All assets 322 ### 🪙 Unique assets: 168 -### 💫 Cross Chain directions: 288 +### 💫 Cross Chain directions: 330 ### 🧾 SubQuery API projects: 70 ### 👀 Networks with block explorers: 72 --- @@ -25,7 +25,7 @@ | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 16 | Calamari | KMA
KAR
KSM
MOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crab | CRAB
CKTON | Subscan | - | From cb87c449cefe8d835c3654528fe4c53afe08a276 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:05:47 +0300 Subject: [PATCH 1514/2142] adding Shiden XCMs (#2052) * adding shiden XCMs * add more shiden XCMs --- xcm/v5/transfers_dev.json | 676 +++++++++++++++++++++++++++++++++++++- 1 file changed, 673 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 900d64f42..ff4584b1e 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -288,6 +288,19 @@ "instructions": "xtokensReserve" } }, + "SDN": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "multiLocation": { + "parachainId": 2007 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, "CFG": { "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", "multiLocation": { @@ -374,7 +387,8 @@ "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", - "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000" + "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000" }, "chains": [ { @@ -456,6 +470,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -591,6 +619,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -670,6 +712,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -840,6 +896,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -925,6 +995,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1091,6 +1184,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1217,6 +1324,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1254,6 +1375,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1454,6 +1589,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1533,6 +1682,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2866,6 +3029,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2950,6 +3127,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3150,6 +3341,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3229,6 +3434,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3294,6 +3513,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3429,6 +3662,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3727,6 +3974,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3848,6 +4109,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3927,6 +4202,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5084,8 +5373,22 @@ } }, "type": "xtokens" - } - ] + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5247,6 +5550,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7027,6 +7344,359 @@ ] } ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "364326511523" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "81460289737958539264" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 1c95e4348f8c20c223215db1f46fb2dac5ca4294 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 27 Sep 2023 11:07:49 +0300 Subject: [PATCH 1515/2142] adding Shiden XCMs --- xcm/v5/transfers.json | 676 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 673 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 9d8790138..9a6ac6b50 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -275,6 +275,19 @@ }, "instructions": "xtokensReserve" } + }, + "SDN": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "multiLocation": { + "parachainId": 2007 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -330,7 +343,8 @@ "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", - "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000" + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000" }, "chains": [ { @@ -398,6 +412,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -505,6 +533,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -570,6 +612,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -709,6 +765,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -771,6 +841,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -909,6 +1002,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1021,6 +1128,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1058,6 +1179,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1230,6 +1365,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1295,6 +1444,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2549,6 +2712,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2605,6 +2782,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2749,6 +2940,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2814,6 +3019,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2879,6 +3098,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2986,6 +3219,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3270,6 +3517,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3377,6 +3638,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3442,6 +3717,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4460,8 +4749,22 @@ } }, "type": "xtokens" - } - ] + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4595,6 +4898,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5891,6 +6208,359 @@ ] } ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "364326511523" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "81460289737958539264" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 784dfa8bdc356ee41260a4758db362fc68989fe6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Sep 2023 16:27:06 +0500 Subject: [PATCH 1516/2142] add banxa buyprovider and tokens with chains --- chains/v14/chains_dev.json | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ce0a7b522..cfdd8d16e 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -17,7 +17,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "Polkadot" + } } } ], @@ -138,7 +142,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "Kusama" + } } } ], @@ -953,6 +961,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "Moonriver" } } }, @@ -3230,6 +3242,10 @@ "buyProviders": { "transak": { "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "Moonbeam" } } }, @@ -3524,6 +3540,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "Ethereum (ERC20)" } } } @@ -6875,7 +6895,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "Ternoa" + } + } } ], "nodes": [ From a4bd53d79e9d8c5c32d70ffe7a1e315aaa6adf62 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Sep 2023 17:14:45 +0500 Subject: [PATCH 1517/2142] fix chain types --- chains/v14/chains_dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index cfdd8d16e..cf0205494 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -20,7 +20,7 @@ "mercuryo": {}, "banxa": { "coinType": "DOT", - "blockchain": "Polkadot" + "blockchain": "POLKADOT" } } } @@ -145,7 +145,7 @@ "mercuryo": {}, "banxa": { "coinType": "KSM", - "blockchain": "Kusama" + "blockchain": "KUSAMA" } } } @@ -964,7 +964,7 @@ }, "banxa": { "coinType": "MOVR", - "blockchain": "Moonriver" + "blockchain": "MOONRIVER" } } }, @@ -3245,7 +3245,7 @@ }, "banxa": { "coinType": "GLMR", - "blockchain": "Moonbeam" + "blockchain": "MOONBEAM" } } }, @@ -3543,7 +3543,7 @@ }, "banxa": { "coinType": "ETH", - "blockchain": "Ethereum (ERC20)" + "blockchain": "ETHEREUM" } } } @@ -6899,7 +6899,7 @@ "buyProviders": { "banxa": { "coinType": "CAPS", - "blockchain": "Ternoa" + "blockchain": "TERNOA" } } } From dbe089357460629753ad875b02cd5f170b0095d4 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:38:25 +0200 Subject: [PATCH 1518/2142] Feature/evm assets buy providers support (#2059) * Support banxa provider for ethereum chain * Fixed blockchain name * Support erc-20 assets buy providers * Update assets_dev.json * Update chains_dev.json --- assets/evm/v2/assets_dev.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 26ad19bb0..3210cb034 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -16,7 +16,12 @@ }, { "chainId": "eip155:1", - "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" + "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "buyProviders": { + "transak": { + "network": "ETHEREUM" + } + } } ] }, From 8fdad8ac6ba65d8f3798d73c032a128f0d08356a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Sep 2023 20:27:54 +0500 Subject: [PATCH 1519/2142] add EWT chain and EWV testnet --- chains/v14/chains_dev.json | 106 +++++++++++++++++++++++++++++++++++++ icons/chains/white/EWT.svg | 3 ++ 2 files changed, 109 insertions(+) create mode 100644 icons/chains/white/EWT.svg diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ce0a7b522..7344d903f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8986,5 +8986,111 @@ "options": [ "governance-v1" ] + }, + { + "chainId": "eip155:73799", + "name": "Energy Web Volta", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://volta-rpc.energyweb.org/ws", + "name": "Volta http node" + }, + { + "url": "wss://volta-rpc.energyweb.org/ws", + "name": "Volta wss node" + } + ], + "explorers": [ + { + "name": "Volta Explorer", + "extrinsic": "https://volta-explorer.energyweb.org/tx/{hash}", + "account": "https://volta-explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://volta-explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 73799, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/icons/chains/white/EWT.svg b/icons/chains/white/EWT.svg new file mode 100644 index 000000000..b9945da84 --- /dev/null +++ b/icons/chains/white/EWT.svg @@ -0,0 +1,3 @@ + + + From 0b86b6749d6757fb13b8793aca17c7509eaebe4f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Sep 2023 09:55:25 +0500 Subject: [PATCH 1520/2142] add testnet icon --- chains/v14/chains_dev.json | 2 +- icons/chains/gradient/Energy_Web_Testnet.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Energy_Web_Testnet.svg diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 7344d903f..78b816090 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9028,7 +9028,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", "addressPrefix": 73799, "options": [ "testnet", diff --git a/icons/chains/gradient/Energy_Web_Testnet.svg b/icons/chains/gradient/Energy_Web_Testnet.svg new file mode 100644 index 000000000..0820cc48c --- /dev/null +++ b/icons/chains/gradient/Energy_Web_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 222a94c05f52a7c2b4a53c6dc2f377256f69f17f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Sep 2023 12:44:34 +0500 Subject: [PATCH 1521/2142] remove ewv chain as not supported atm --- chains/v14/chains_dev.json | 49 -------------------------------------- 1 file changed, 49 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 4b1e2f66e..a7fbc02d4 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9013,55 +9013,6 @@ "governance-v1" ] }, - { - "chainId": "eip155:73799", - "name": "Energy Web Volta", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://volta-rpc.energyweb.org/ws", - "name": "Volta http node" - }, - { - "url": "wss://volta-rpc.energyweb.org/ws", - "name": "Volta wss node" - } - ], - "explorers": [ - { - "name": "Volta Explorer", - "extrinsic": "https://volta-explorer.energyweb.org/tx/{hash}", - "account": "https://volta-explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://volta-explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 73799, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, { "chainId": "eip155:246", "name": "Energy Web Chain", From acdf297686b1c93c6e9d22c0022cf648caa55bf4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:18:51 +0300 Subject: [PATCH 1522/2142] adding shiden kBTC (#2055) --- xcm/v5/transfers_dev.json | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index ff4584b1e..16b543fe9 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -189,6 +189,20 @@ "instructions": "xtokensReserve" } }, + "kBTC": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000b" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } + }, "BSX": { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "multiLocation": { @@ -3678,6 +3692,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "237" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -7695,6 +7732,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 1569f0374d8cb98cccee312cb02f4db2dae7f638 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:37:40 +0300 Subject: [PATCH 1523/2142] Update xcm coefficients (#2063) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 16b543fe9..84eaa015d 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -599,7 +599,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -978,7 +978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2391931512" + "value": "2319288151" }, "instructions": "xtokensDest" } @@ -1164,7 +1164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xcmPalletDest" } @@ -1569,7 +1569,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -3037,7 +3037,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5571881" + "value": "5105554" }, "instructions": "xcmPalletDest" } @@ -3321,7 +3321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -3642,7 +3642,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -4126,7 +4126,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -5376,7 +5376,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -5762,7 +5762,7 @@ "fee": { "mode": { "type": "proportional", - "value": "112304153214258" + "value": "107441009446322" }, "instructions": "xtokensDest" } @@ -6292,7 +6292,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2391931512" + "value": "2319288151" }, "instructions": "xcmPalletDest" } @@ -6329,7 +6329,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xcmPalletDest" } @@ -7148,7 +7148,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -7413,7 +7413,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "336657693192" }, "instructions": "xtokensDest" } @@ -7659,7 +7659,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81460289737958539264" + "value": "81460289737958539970" }, "instructions": "xtokensDest" } @@ -7759,4 +7759,4 @@ ] } ] -} +} \ No newline at end of file From f0268c4538ca9041cb7bb887de3b130a905267b7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:10:42 +0300 Subject: [PATCH 1524/2142] update types for Karura (#2064) --- chains/v2/types/karura.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index 04ae50bca..6101c0b18 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -10,7 +10,24 @@ "karura_runtime.RuntimeEvent": "GenericEvent", "karura_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From dbc0408536adbec8bb52040f33029090394ab5ac Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 28 Sep 2023 12:25:51 +0300 Subject: [PATCH 1525/2142] addin kBTC --- xcm/v5/transfers.json | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 9a6ac6b50..d166457d0 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -288,6 +288,20 @@ }, "instructions": "xtokensReserve" } + }, + "kBTC": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000b" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -3235,6 +3249,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "237" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -6559,6 +6596,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From c6ccbec619a55c93a4f5ff1fbfd4a0cab56d3369 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 28 Sep 2023 13:38:19 +0300 Subject: [PATCH 1526/2142] change instructions for SDN --- xcm/v5/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 84eaa015d..a5dfd1884 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -7661,10 +7661,10 @@ "type": "proportional", "value": "81460289737958539970" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] }, @@ -7759,4 +7759,4 @@ ] } ] -} \ No newline at end of file +} From 35477ad49e27508c82c2090c30b4cc3b755a6eec Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 28 Sep 2023 13:47:36 +0300 Subject: [PATCH 1527/2142] change SDN to relative --- xcm/v5/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index a5dfd1884..c6438c52c 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -7649,7 +7649,7 @@ "assetId": 0, "assetLocation": "SDN", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { @@ -7661,10 +7661,10 @@ "type": "proportional", "value": "81460289737958539970" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" } ] }, From d97db0cdd2f7f5a0a6d1ca2ef7862157d44acf7c Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:50:12 +0100 Subject: [PATCH 1528/2142] Update staking wiki links (#2065) * Update chains_dev.json Updated staking wiki links * Update chains.json Updated staking wiki links --- chains/v14/chains.json | 20 ++++++++++---------- chains/v14/chains_dev.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index ff4bd50af..661529c6b 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -117,7 +117,7 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" } }, { @@ -241,7 +241,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" } }, { @@ -1160,7 +1160,7 @@ ], "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", "defaultBlockTime": 12000 } }, @@ -1591,7 +1591,7 @@ ], "additional": { "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", "defaultBlockTime": 12000 } }, @@ -2713,7 +2713,7 @@ "addressPrefix": 78, "additional": { "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", "defaultBlockTime": 12000 } }, @@ -4141,7 +4141,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" } }, { @@ -5168,7 +5168,7 @@ "addressPrefix": 51, "additional": { "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", "defaultBlockTime": 12000 } }, @@ -5228,7 +5228,7 @@ "addressPrefix": 42, "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", "defaultBlockTime": 1000 } }, @@ -5399,7 +5399,7 @@ "addressPrefix": 88, "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" } }, { @@ -6236,7 +6236,7 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" } }, { diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a7fbc02d4..ccd78b8f3 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -121,7 +121,7 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" } }, { @@ -249,7 +249,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" } }, { @@ -1286,7 +1286,7 @@ ], "additional": { "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", "defaultBlockTime": 12000 } }, @@ -2772,7 +2772,7 @@ ], "additional": { "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", "defaultBlockTime": 12000 } }, @@ -3519,7 +3519,7 @@ ], "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", "defaultBlockTime": 12000 } }, @@ -4605,7 +4605,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" } }, { @@ -5697,7 +5697,7 @@ ], "additional": { "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", "defaultBlockTime": 12000 } }, @@ -5757,7 +5757,7 @@ "addressPrefix": 42, "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", "defaultBlockTime": 1000 } }, @@ -5952,7 +5952,7 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" } }, { @@ -6939,7 +6939,7 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" } }, { From 44b9c58cafef087b60b6666a0e9b8db69719c07d Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Sep 2023 16:40:33 +0500 Subject: [PATCH 1529/2142] add tokens to banxa --- chains/v14/chains_dev.json | 44 +++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ccd78b8f3..3aa12e369 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -534,7 +534,13 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KARURA" + } + } }, { "assetId": 1, @@ -1801,6 +1807,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINTSUGI" + } } }, { @@ -2210,7 +2222,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BASILISK" + } + } }, { "assetId": 1, @@ -3750,6 +3768,10 @@ "buyProviders": { "transak": { "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTAR" } } }, @@ -5173,6 +5195,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTERLAY" + } } }, { @@ -5718,6 +5746,10 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "ALEPH ZERO" } } } @@ -6620,7 +6652,13 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJUN" + } + } } ], "nodes": [ From ad80587fde0432ff67e5271efe9fd11ae2cf83ad Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 28 Sep 2023 19:52:48 +0300 Subject: [PATCH 1530/2142] remove kBTC --- xcm/v5/transfers.json | 23 ----------------------- xcm/v5/transfers_dev.json | 23 ----------------------- 2 files changed, 46 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index d166457d0..3e714e4bd 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -6596,29 +6596,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 4, - "assetLocation": "kBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] } diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index c6438c52c..5a7d41a67 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -7732,29 +7732,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 4, - "assetLocation": "kBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] } From a4cecbf8a8efafb88f96625bd031941895c789a1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 28 Sep 2023 19:56:16 +0300 Subject: [PATCH 1531/2142] return dev kBTC back --- xcm/v5/transfers_dev.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 5a7d41a67..c6438c52c 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -7732,6 +7732,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 3b5c6607df2cdc56979807ee88536627a0ff1694 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Sep 2023 12:52:16 +0500 Subject: [PATCH 1532/2142] add USDC on Polkadot Asset Hub --- xcm/v5/transfers_dev.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 84eaa015d..958f945e1 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -341,6 +341,21 @@ }, "instructions": "xtokensReserve" } + }, + "USDC-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1337" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { From b667f3dd5de114866f016a8dcbae13dac2ceba7a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Sep 2023 13:36:27 +0500 Subject: [PATCH 1533/2142] add Polkadot Asset Hub < USDC > HydraDX --- xcm/v5/transfers_dev.json | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 958f945e1..178359548 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3879,6 +3879,29 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 2, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "6800000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -6273,6 +6296,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 15, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From e7c75325ae4470d976f8d1f008a3ecb2479a506a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 29 Sep 2023 13:31:02 +0300 Subject: [PATCH 1534/2142] amplitude adding new assets --- chains/v14/chains_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ccd78b8f3..a89f938b6 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6848,6 +6848,34 @@ "symbol": "AMPE", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 10, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From bad1f78558b18f66250261083f3d935c293a03c3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 29 Sep 2023 13:31:49 +0300 Subject: [PATCH 1535/2142] fix precision --- chains/v14/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a89f938b6..ec15705b8 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6852,7 +6852,7 @@ { "assetId": 1, "symbol": "KSM", - "precision": 10, + "precision": 12, "type": "orml", "priceId": "kusama", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", From 32a7cc35fe26774362d14257b7c1c78b06350e61 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Sep 2023 15:53:46 +0500 Subject: [PATCH 1536/2142] add more ERC20 buyproviders --- assets/evm/v2/assets_dev.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 3210cb034..0b1ab8d38 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -20,6 +20,9 @@ "buyProviders": { "transak": { "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" } } } @@ -42,7 +45,16 @@ }, { "chainId": "eip155:1", - "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" + "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDC", + "blockchain": "ETHEREUM" + } + } } ] }, From 141e0552d22246b6b5ce25d2612c88b0f16e0097 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 1 Oct 2023 21:51:26 +0300 Subject: [PATCH 1537/2142] Amplitude < KSM > Kusama --- xcm/v5/transfers_dev.json | 47 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 178359548..8df21f14d 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -417,7 +417,8 @@ "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", - "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000" + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000" }, "chains": [ { @@ -1227,6 +1228,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -7818,6 +7833,34 @@ ] } ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] -} \ No newline at end of file +} From 26a9e883bc28c2ee8ee507c1ef5c72f8deaa533a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 1 Oct 2023 22:47:35 +0300 Subject: [PATCH 1538/2142] set xcm fee as 0 --- xcm/v5/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 8df21f14d..02e907f2d 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -1236,7 +1236,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "0" }, "instructions": "xcmPalletDest" } From adef71cd19d84b9cb4ff1f0728983d99f23eb83e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 1 Oct 2023 23:05:39 +0300 Subject: [PATCH 1539/2142] adding KSM bifrost kusama --- xcm/v5/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 02e907f2d..92f3fc70f 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3399,6 +3399,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7857,6 +7871,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 3903699ce151e2f33a2c677ee98c30fe4e78dfe0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 1 Oct 2023 23:36:34 +0300 Subject: [PATCH 1540/2142] Adding the rest of KSM XCMs --- xcm/v5/transfers_dev.json | 168 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 92f3fc70f..871ddea5f 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -663,6 +663,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1647,6 +1661,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3734,6 +3762,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4227,6 +4269,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5668,6 +5724,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7593,6 +7663,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7885,6 +7969,90 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "336657693192" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From 5c83e65eb5c0ec5318afff69ede279cae0bc1354 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 1 Oct 2023 23:38:26 +0300 Subject: [PATCH 1541/2142] adding USDT --- xcm/v5/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 871ddea5f..751ccb1bc 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3115,6 +3115,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -8055,6 +8069,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From feaf1bc775dc30b9c0d5e57dedf2882fb289f0b2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 2 Oct 2023 07:41:45 +0300 Subject: [PATCH 1542/2142] remove usdt fee --- xcm/v5/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 751ccb1bc..84e806209 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3123,7 +3123,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "0" }, "instructions": "xcmPalletDest" } From 9ed18c262f3a369e92682586f5a1394b1a68cb42 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 12:23:01 +0500 Subject: [PATCH 1543/2142] add USDT banxa --- assets/evm/v2/assets_dev.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 0b1ab8d38..39bcfb494 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -23,6 +23,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDT", + "blockchain": "ETHEREUM" } } } From 6a6bbc94857fe1e7b34e0d3b7f0cd3d11f1a6592 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 14:36:59 +0500 Subject: [PATCH 1544/2142] fix darwinia2 Subquery project --- chains/v14/chains_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index ccd78b8f3..68ff8c2b0 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8066,6 +8066,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true @@ -8120,14 +8128,6 @@ "account": "https://crab.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true From b4dc4cca6fd63cb4a2c10803cbcd89c4e770bb0d Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 15:30:07 +0500 Subject: [PATCH 1545/2142] add Logion crowdloan --- crowdloan/polkadot-dev.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index e1958e668..fa8d8a139 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -349,6 +349,15 @@ "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", "website": "https://crowdloan.energywebx.com", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "rewardRate": 1 + "rewardRate": + }, + { + "paraid": "3341", + "name": "Logion", + "token": "LGNT", + "description": "Harness the full potential of tokenization with Logion, the groundbreaking blockchain infrastructure that protects the inherent token value", + "website": "https://logion.network/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Logion.svg", + "rewardRate": 80 } ] From 1929fb859dcf93956fbabd58d787a5d0ffde9f2b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 15:31:50 +0500 Subject: [PATCH 1546/2142] add icon --- icons/chains/gradient/Logion.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icons/chains/gradient/Logion.svg diff --git a/icons/chains/gradient/Logion.svg b/icons/chains/gradient/Logion.svg new file mode 100644 index 000000000..9fce63543 --- /dev/null +++ b/icons/chains/gradient/Logion.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From 1b25b1fe905ca173b8cc04825a364dac5a54df8e Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 15:54:45 +0500 Subject: [PATCH 1547/2142] fix crowdloan json --- crowdloan/polkadot-dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index fa8d8a139..3c65e5e0f 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -349,7 +349,7 @@ "description": "Energy Web X is the next-generation platform helping enterprises unlock business value from clean and distributed energy. Real companies, real projects, real impact", "website": "https://crowdloan.energywebx.com", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "rewardRate": + "rewardRate": 1 }, { "paraid": "3341", From 08518b01043d33490dc7d2de83bd3d8083f88321 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 16:02:06 +0500 Subject: [PATCH 1548/2142] promote Logion crowdloan --- crowdloan/polkadot.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index b213167cd..f668ba7bc 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -349,5 +349,14 @@ "website": "https://crowdloan.energywebx.com", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", "rewardRate": 1 + }, + { + "paraid": "3341", + "name": "Logion", + "token": "LGNT", + "description": "Harness the full potential of tokenization with Logion, the groundbreaking blockchain infrastructure that protects the inherent token value", + "website": "https://logion.network/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Logion.svg", + "rewardRate": 80 } ] From 345672b3797e89e35a482ceb9a157e17ee2e0f0f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 2 Oct 2023 16:45:28 +0500 Subject: [PATCH 1549/2142] revert Subquery update, add Darwinia nodes --- chains/v14/chains_dev.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 68ff8c2b0..a72cd4255 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8057,6 +8057,18 @@ { "url": "wss://parachain-rpc.darwinia.network", "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -8066,14 +8078,6 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true @@ -8128,6 +8132,14 @@ "account": "https://crab.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true From 4854b56f45aa11ba0c215f38f48cee4a40147e42 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 3 Oct 2023 10:16:07 +0500 Subject: [PATCH 1550/2142] mark GM as Paused and add them to skipped --- chains/v14/chains_dev.json | 2 +- tests/data/setting_data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a72cd4255..e770511ff 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6775,7 +6775,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", + "name": "GM PAUSED", "assets": [ { "assetId": 0, diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index e0ed6aba5..6a0923832 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -5,7 +5,7 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") -skipped_networks = ['Edgeware'] +skipped_networks = ['Edgeware', 'Dora Factory', 'GM'] network_list = get_network_list('/' + network_file_path) From 69074b32916743dbf7cb27df89296617bac3da29 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 3 Oct 2023 10:17:16 +0500 Subject: [PATCH 1551/2142] add chains --- chains/v14/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 661529c6b..812af4ebe 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6090,7 +6090,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", + "name": "GM PAUSED", "assets": [ { "assetId": 0, From 5f718f783dd55b50dd4709158bbb276249920d31 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 3 Oct 2023 10:17:47 +0500 Subject: [PATCH 1552/2142] fix --- chains/v14/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 812af4ebe..b18e61ece 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6090,7 +6090,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM PAUSED", + "name": "GM PAUSED", "assets": [ { "assetId": 0, From c3fba965440ed4df41c57d20ea7a34640218d0d1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 3 Oct 2023 10:24:54 +0500 Subject: [PATCH 1553/2142] remove unavailable nodes --- chains/v14/chains.json | 12 ++---------- chains/v14/chains_dev.json | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index b18e61ece..3b839e767 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -407,10 +407,6 @@ "url": "wss://sys.dotters.network/statemine", "name": "Dotters Net node" }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" @@ -816,10 +812,6 @@ } ], "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://karura-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" @@ -3667,8 +3659,8 @@ "name": "Airalab node" }, { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index e770511ff..60883d2d8 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -474,10 +474,6 @@ "url": "wss://sys.dotters.network/statemine", "name": "Dotters Net node" }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" @@ -883,10 +879,6 @@ } ], "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://karura-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" @@ -4319,8 +4311,8 @@ "name": "Airalab node" }, { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" } ], "explorers": [ From 287ff8dc803210e496b5d48609da74c3747bd321 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:46:03 +0000 Subject: [PATCH 1554/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index dc12619c5..2904cbc5d 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 81 ### 💰 All assets 322 ### 🪙 Unique assets: 168 -### 💫 Cross Chain directions: 330 +### 💫 Cross Chain directions: 373 ### 🧾 SubQuery API projects: 70 ### 👀 Networks with block explorers: 72 --- @@ -42,7 +42,7 @@ | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 31 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | | 32 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 33 | GM | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 33 | GM PAUSED | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | | 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | From eccd242b39936d2ef64ef97dd99a5653e224e13f Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 27 Sep 2023 10:38:09 +0800 Subject: [PATCH 1555/2142] add Omni Liquid Staking --- dapps/dapps_dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index d7a3f57be..fba56b8fe 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -778,6 +778,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Omni Liquid Staking", + "url": "https://omni.ls/", + "icon": "https://cdn.liebi.com/images/OmniLS_Appicon.png", + "categories": [ + "bridge", + "staking" + ] } ] } From 1e252edfb2cb594b1af2c2e2bcbafdd4ebb551d1 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:53:06 +0700 Subject: [PATCH 1556/2142] v15 json (copy from v14) (#2079) --- chains/v15/chains.json | 7326 +++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 9143 ++++++++++++++++++++++++++++++++++++ 2 files changed, 16469 insertions(+) create mode 100644 chains/v15/chains.json create mode 100644 chains/v15/chains_dev.json diff --git a/chains/v15/chains.json b/chains/v15/chains.json new file mode 100644 index 000000000..3b839e767 --- /dev/null +++ b/chains/v15/chains.json @@ -0,0 +1,7326 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM PAUSED", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + } +] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json new file mode 100644 index 000000000..01b893277 --- /dev/null +++ b/chains/v15/chains_dev.json @@ -0,0 +1,9143 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "POLKADOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KUSAMA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KARURA" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINTSUGI" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BASILISK" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "MOONBEAM" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTERLAY" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "ALEPH ZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJUN" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM PAUSED", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + }, + { + "url": "wss://manta.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + } +] From 524de89d93847ac753e504dc174c9920972f298b Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:02:47 +0700 Subject: [PATCH 1557/2142] Add DOT to Westmint (#2080) --- chains/v15/chains_dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 01b893277..bfd6b32e7 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -360,6 +360,18 @@ "typeExtras": { "assetId": "81" } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } } ], "nodes": [ From ef1d39d31935507619159832e6141f9ceed32f2d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 4 Oct 2023 12:50:16 +0500 Subject: [PATCH 1558/2142] promote chains buyproviders --- chains/v14/chains.json | 76 ++++++++++++++++++++++++++++++++++++++---- chains/v15/chains.json | 76 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 140 insertions(+), 12 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 3b839e767..8d860a5cf 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -17,7 +17,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "POLKADOT" + } } } ], @@ -138,7 +142,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KUSAMA" + } } } ], @@ -463,7 +471,13 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KARURA" + } + } }, { "assetId": 1, @@ -886,6 +900,10 @@ "buyProviders": { "transak": { "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "MOONBEAM" } } }, @@ -1173,6 +1191,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETHEREUM" } } } @@ -1266,6 +1288,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOONRIVER" } } }, @@ -2011,7 +2037,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BASILISK" + } + } }, { "assetId": 1, @@ -3122,6 +3154,10 @@ "buyProviders": { "transak": { "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTAR" } } }, @@ -3781,6 +3817,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINTSUGI" + } } }, { @@ -4672,6 +4714,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTERLAY" + } } }, { @@ -5181,6 +5229,10 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "ALEPH ZERO" } } } @@ -5955,7 +6007,13 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJUN" + } + } } ], "nodes": [ @@ -6190,7 +6248,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3b839e767..8d860a5cf 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -17,7 +17,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "POLKADOT" + } } } ], @@ -138,7 +142,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KUSAMA" + } } } ], @@ -463,7 +471,13 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KARURA" + } + } }, { "assetId": 1, @@ -886,6 +900,10 @@ "buyProviders": { "transak": { "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "MOONBEAM" } } }, @@ -1173,6 +1191,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETHEREUM" } } } @@ -1266,6 +1288,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOONRIVER" } } }, @@ -2011,7 +2037,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BASILISK" + } + } }, { "assetId": 1, @@ -3122,6 +3154,10 @@ "buyProviders": { "transak": { "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTAR" } } }, @@ -3781,6 +3817,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINTSUGI" + } } }, { @@ -4672,6 +4714,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTERLAY" + } } }, { @@ -5181,6 +5229,10 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "ALEPH ZERO" } } } @@ -5955,7 +6007,13 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJUN" + } + } } ], "nodes": [ @@ -6190,7 +6248,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ From bbe4c389e1cdc080d9fa79a0df953fbeef131901 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 4 Oct 2023 12:54:10 +0500 Subject: [PATCH 1559/2142] promote assets buyproviders --- assets/evm/v2/assets.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 41eea5616..563a6e95b 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -16,7 +16,19 @@ }, { "chainId": "eip155:1", - "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7" + "contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7", + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDT", + "blockchain": "ETHEREUM" + } + } } ] }, @@ -37,7 +49,16 @@ }, { "chainId": "eip155:1", - "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" + "contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDC", + "blockchain": "ETHEREUM" + } + } } ] }, From d2abf6cfe1dd922ba64532e53484c4c8c8514870 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 4 Oct 2023 13:33:12 +0500 Subject: [PATCH 1560/2142] add Enjin Subquery --- chains/v14/chains_dev.json | 8 ++++++++ chains/v15/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 01b893277..7b580a298 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9073,6 +9073,14 @@ "account": "https://matrix.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index bfd6b32e7..5bbcbc70f 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9085,6 +9085,14 @@ "account": "https://matrix.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true From afb7d7aa8d441f872b03184f8afecb3ce4ca3cb3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 4 Oct 2023 13:42:27 +0500 Subject: [PATCH 1561/2142] add GLMR to HydraDX --- chains/v14/chains_dev.json | 14 ++++++++++++++ chains/v15/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 01b893277..6e03491e7 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -5122,6 +5122,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index bfd6b32e7..9c4a6e951 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -5134,6 +5134,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } } ], "nodes": [ From c88afd26cb09489236fdff4c90b6d623156f86b2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 4 Oct 2023 12:36:28 +0300 Subject: [PATCH 1562/2142] adding amplitude xcms --- xcm/v5/transfers.json | 278 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 277 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 3e714e4bd..0a6dad957 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -358,7 +358,8 @@ "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", - "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000" + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000" }, "chains": [ { @@ -561,6 +562,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1030,6 +1045,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1393,6 +1422,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2740,6 +2783,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2968,6 +3025,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3247,6 +3318,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3689,6 +3774,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4949,6 +5048,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6367,6 +6480,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6598,6 +6725,155 @@ ] } ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "336657693192" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 7798199e495036dc0214d20dfe618e3035d89afa Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 4 Oct 2023 12:36:52 +0300 Subject: [PATCH 1563/2142] adding tokens --- chains/v15/chains.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3b839e767..87465f7f9 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6155,6 +6155,34 @@ "symbol": "AMPE", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From 249dd5525f1d865411a50f6b404b951002382a87 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:02:07 +0700 Subject: [PATCH 1564/2142] Add sufficient asset on Westmint with pool present (#2087) * Add sufficient asset on Westmint with pool present * Update decmials of JOE --- chains/v15/chains_dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index bfd6b32e7..29af3fcc9 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -372,6 +372,16 @@ "assetId": "0x02010902", "palletName": "ForeignAssets" } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } } ], "nodes": [ From 03e9dac5ebcf2873e185d3b61f1d82332529d719 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 5 Oct 2023 11:37:57 +0500 Subject: [PATCH 1565/2142] add Parallel crowdloan --- crowdloan/polkadot-dev.json | 8 ++++++++ crowdloan/polkadot.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 3c65e5e0f..261724b60 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -359,5 +359,13 @@ "website": "https://logion.network/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Logion.svg", "rewardRate": 80 + }, + { + "paraid": "3350", + "name": "Parallel", + "token": "PARA", + "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", + "website": "https://www.frequency.xyz/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg" } ] diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index f668ba7bc..19e7f9ef9 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -358,5 +358,13 @@ "website": "https://logion.network/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Logion.svg", "rewardRate": 80 + }, + { + "paraid": "3350", + "name": "Parallel", + "token": "PARA", + "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", + "website": "https://www.frequency.xyz/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg" } ] From b2da6db65fce27c1cc6d04ca3440230f895d498d Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 5 Oct 2023 11:47:38 +0500 Subject: [PATCH 1566/2142] fix Omni LS icon --- dapps/dapps_dev.json | 2 +- icons/dapps/color/OmniLS.svg | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/dapps/color/OmniLS.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index fba56b8fe..528db8a20 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -782,7 +782,7 @@ { "name": "Omni Liquid Staking", "url": "https://omni.ls/", - "icon": "https://cdn.liebi.com/images/OmniLS_Appicon.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/OmniLS.svg", "categories": [ "bridge", "staking" diff --git a/icons/dapps/color/OmniLS.svg b/icons/dapps/color/OmniLS.svg new file mode 100644 index 000000000..33b2f33d2 --- /dev/null +++ b/icons/dapps/color/OmniLS.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From ad60f07572891d0327f365813b6bf5b84b764e80 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 5 Oct 2023 13:54:54 +0500 Subject: [PATCH 1567/2142] remove Banxa from prod --- chains/v14/chains.json | 76 ++++-------------------------------------- chains/v15/chains.json | 76 ++++-------------------------------------- 2 files changed, 12 insertions(+), 140 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 8d860a5cf..3b839e767 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -17,11 +17,7 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "POLKADOT" - } + "mercuryo": {} } } ], @@ -142,11 +138,7 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KUSAMA" - } + "mercuryo": {} } } ], @@ -471,13 +463,7 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KARURA" - } - } + "priceId": "karura" }, { "assetId": 1, @@ -900,10 +886,6 @@ "buyProviders": { "transak": { "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "MOONBEAM" } } }, @@ -1191,10 +1173,6 @@ }, "mercuryo": { "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETHEREUM" } } } @@ -1288,10 +1266,6 @@ "buyProviders": { "transak": { "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOONRIVER" } } }, @@ -2037,13 +2011,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BASILISK" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -3154,10 +3122,6 @@ "buyProviders": { "transak": { "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTAR" } } }, @@ -3817,12 +3781,6 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINTSUGI" - } } }, { @@ -4714,12 +4672,6 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTERLAY" - } } }, { @@ -5229,10 +5181,6 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "ALEPH ZERO" } } } @@ -6007,13 +5955,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJUN" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -6248,13 +6190,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 8d860a5cf..3b839e767 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -17,11 +17,7 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "POLKADOT" - } + "mercuryo": {} } } ], @@ -142,11 +138,7 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KUSAMA" - } + "mercuryo": {} } } ], @@ -471,13 +463,7 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KARURA" - } - } + "priceId": "karura" }, { "assetId": 1, @@ -900,10 +886,6 @@ "buyProviders": { "transak": { "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "MOONBEAM" } } }, @@ -1191,10 +1173,6 @@ }, "mercuryo": { "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETHEREUM" } } } @@ -1288,10 +1266,6 @@ "buyProviders": { "transak": { "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOONRIVER" } } }, @@ -2037,13 +2011,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BASILISK" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -3154,10 +3122,6 @@ "buyProviders": { "transak": { "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTAR" } } }, @@ -3817,12 +3781,6 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINTSUGI" - } } }, { @@ -4714,12 +4672,6 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTERLAY" - } } }, { @@ -5229,10 +5181,6 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "ALEPH ZERO" } } } @@ -6007,13 +5955,7 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJUN" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" } ], "nodes": [ @@ -6248,13 +6190,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ From 8699dfb35242e51a27cb7a10bb4bdc29ec752228 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 5 Oct 2023 13:55:57 +0500 Subject: [PATCH 1568/2142] remove Banxa from assets --- assets/evm/v2/assets.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 563a6e95b..2e0568340 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -23,10 +23,6 @@ }, "mercuryo": { "network": "ETHEREUM" - }, - "banxa": { - "coinType": "USDT", - "blockchain": "ETHEREUM" } } } @@ -53,10 +49,6 @@ "buyProviders": { "transak": { "network": "ETHEREUM" - }, - "banxa": { - "coinType": "USDC", - "blockchain": "ETHEREUM" } } } From eff050cfeb574e4d84b067d714d501259093835c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:01:38 +0300 Subject: [PATCH 1569/2142] adding runtimeDispatchInfo (#2085) --- chains/v2/types/encointer.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/chains/v2/types/encointer.json b/chains/v2/types/encointer.json index cf6b46617..0cc4f79e2 100644 --- a/chains/v2/types/encointer.json +++ b/chains/v2/types/encointer.json @@ -10,7 +10,24 @@ "encointer_runtime.Event": "GenericEvent", "encointer_runtime.Call": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From fb7b9770a0762d277a4d1839c72bd2b58806075d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 6 Oct 2023 15:17:54 +0500 Subject: [PATCH 1570/2142] promote GLMR on HydraDX --- chains/v14/chains.json | 14 ++++++++++++++ chains/v15/chains.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 3b839e767..0f777d485 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -4607,6 +4607,20 @@ "existentialDeposit": "7000000000000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3b839e767..0f777d485 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -4607,6 +4607,20 @@ "existentialDeposit": "7000000000000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } } ], "nodes": [ From 1ea9cfc7d6404a4292d29fe0caf5dbc27eee53a0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 6 Oct 2023 15:23:56 +0500 Subject: [PATCH 1571/2142] add USDC --- chains/v14/chains.json | 14 ++++++++++++++ chains/v15/chains.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 0f777d485..186f5d970 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -4610,6 +4610,20 @@ }, { "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 0f777d485..186f5d970 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -4610,6 +4610,20 @@ }, { "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", From 390900098aa62865d635b7899b43cbd96c23ddca Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 6 Oct 2023 16:01:46 +0500 Subject: [PATCH 1572/2142] add Darwinia Subquery --- chains/v14/chains_dev.json | 8 ++++++++ chains/v15/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 1c3ac7bcc..dbba930dc 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8150,6 +8150,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 16214a494..227015cc8 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8172,6 +8172,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true From 968ee57b5e1fd7cb38da6b5f2adf5fd40eea03a7 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 6 Oct 2023 16:11:01 +0500 Subject: [PATCH 1573/2142] add Astar, Centrifuge EVM netwroks (#2092) --- chains/v14/chains_dev.json | 92 ++++++++++++++++++++++++++++++++++---- chains/v15/chains_dev.json | 92 ++++++++++++++++++++++++++++++++++---- 2 files changed, 168 insertions(+), 16 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 1c3ac7bcc..bff257f43 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3875,10 +3875,6 @@ { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -4858,15 +4854,15 @@ "name": "Onfinality node" }, { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ { "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -9161,5 +9157,85 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://1rpc.io/astr", + "name": "1rpc node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master//icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 16214a494..cb38b83dc 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3897,10 +3897,6 @@ { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -4880,15 +4876,15 @@ "name": "Onfinality node" }, { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ { "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" }, { "name": "Sub.ID", @@ -9183,5 +9179,85 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://1rpc.io/astr", + "name": "1rpc node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master//icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] From 88451203279b3003db088051f630bc4e15f3c17a Mon Sep 17 00:00:00 2001 From: batman Date: Fri, 6 Oct 2023 17:11:09 +0530 Subject: [PATCH 1574/2142] add dotappstore logo --- icons/dapps/color/dotappstore.svg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 icons/dapps/color/dotappstore.svg diff --git a/icons/dapps/color/dotappstore.svg b/icons/dapps/color/dotappstore.svg new file mode 100644 index 000000000..a4044e6b8 --- /dev/null +++ b/icons/dapps/color/dotappstore.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + From ece2fff5cd559119395642f7f0aea6cd4d333af7 Mon Sep 17 00:00:00 2001 From: batman Date: Fri, 6 Oct 2023 17:12:59 +0530 Subject: [PATCH 1575/2142] Add dotappstore to dapps_dev.json --- dapps/dapps_dev.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 528db8a20..200c8527c 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -45,7 +45,14 @@ "id": "test" } ], - "dapps": [ + "dapps": [{ + "name": "dotappstore", + "url": "https://dotappstore.com/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/dotappstore.svg", + "categories": [ + "utilities" + ] + }, { "name": "Singular", "url": "https://singular.app/", From 0995e7bbaeda56e6a701ab10f663285113b2e6ae Mon Sep 17 00:00:00 2001 From: batman Date: Fri, 6 Oct 2023 17:16:51 +0530 Subject: [PATCH 1576/2142] fix logo URL --- dapps/dapps_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 200c8527c..91a51f6ef 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -48,7 +48,7 @@ "dapps": [{ "name": "dotappstore", "url": "https://dotappstore.com/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/dotappstore.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/ece2fff5cd559119395642f7f0aea6cd4d333af7/icons/dapps/color/dotappstore.svg", "categories": [ "utilities" ] From 1bfe62c1be9d5017bb6911ab3e138a484132b6f0 Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 7 Oct 2023 16:46:47 +0500 Subject: [PATCH 1577/2142] add Vara price --- chains/v14/chains.json | 1 + chains/v14/chains_dev.json | 1 + chains/v15/chains.json | 1 + chains/v15/chains_dev.json | 1 + 4 files changed, 4 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 3b839e767..41e7c4ad0 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -7025,6 +7025,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, + "priceId": "vara-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 368a617c4..4ac9da4d2 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8278,6 +8278,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, + "priceId": "vara-network", "staking": [ "relaychain" ], diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3b839e767..41e7c4ad0 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -7025,6 +7025,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, + "priceId": "vara-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } ], diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 94b176428..fe299d914 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8300,6 +8300,7 @@ "assetId": 0, "symbol": "VARA", "precision": 12, + "priceId": "vara-network", "staking": [ "relaychain" ], From 0fb4c15da8a119cda1c6dc6237cea50cdfa7b965 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Oct 2023 09:51:19 +0500 Subject: [PATCH 1578/2142] add P3D price --- chains/v14/chains.json | 1 + chains/v14/chains_dev.json | 1 + chains/v15/chains.json | 1 + chains/v15/chains_dev.json | 1 + 4 files changed, 4 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 41e7c4ad0..409d17260 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6842,6 +6842,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, + "priceId": "3dpass", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 4ac9da4d2..f05c118a6 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8030,6 +8030,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, + "priceId": "3dpass", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 41e7c4ad0..409d17260 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6842,6 +6842,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, + "priceId": "3dpass", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index fe299d914..d83e006c8 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8052,6 +8052,7 @@ "assetId": 0, "symbol": "P3D", "precision": 12, + "priceId": "3dpass", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" } ], From 57ad9d8356db8e5b7b94dbb2b20ff1f21845fec1 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:17:28 +0000 Subject: [PATCH 1579/2142] Update networks list --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2904cbc5d..63f92650f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 322 +### 💰 All assets 324 ### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 373 ### 🧾 SubQuery API projects: 70 @@ -44,7 +44,7 @@ | 32 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | | 33 | GM PAUSED | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From daae03c7b8effcd351c8316a26f8aebe109ae64f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Oct 2023 11:18:58 +0500 Subject: [PATCH 1580/2142] * update paused chains naming * update network_file_path to actual chains version * update test to skip paused chains * add Equilibrium to skipped --- chains/v14/chains.json | 2 +- chains/v14/chains_dev.json | 2 +- chains/v15/chains.json | 2 +- chains/v15/chains_dev.json | 2 +- tests/data/setting_data.py | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 3fb7090d6..4ffcce156 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6110,7 +6110,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM PAUSED", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index f05c118a6..a7bdf3baf 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6815,7 +6815,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM PAUSED", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3fb7090d6..4ffcce156 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6110,7 +6110,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM PAUSED", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index d83e006c8..1bfa3e5f3 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6837,7 +6837,7 @@ { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM PAUSED", + "name": "GM (PAUSED)", "assets": [ { "assetId": 0, diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 6a0923832..2964a2e96 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -4,15 +4,15 @@ from scripts.utils.work_with_data import get_network_list from scripts.utils.chain_model import Chain -network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v10/chains.json") -skipped_networks = ['Edgeware', 'Dora Factory', 'GM'] +network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v14/chains.json") +skipped_networks = ['Edgeware', 'Equilibrium'] network_list = get_network_list('/' + network_file_path) def get_substrate_chains(): substrate_chains = [] for data in network_list: - if data.get('name') in skipped_networks: + if data.get('name') in skipped_networks or data.get('name')[-7:-1] == 'PAUSED': continue options = data.get('options') From 1e63a45638324f0ef0d1b6f8802e8f579df109b9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Oct 2023 11:40:21 +0500 Subject: [PATCH 1581/2142] fix --- tests/data/setting_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 2964a2e96..91953b09c 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -12,7 +12,7 @@ def get_substrate_chains(): substrate_chains = [] for data in network_list: - if data.get('name') in skipped_networks or data.get('name')[-7:-1] == 'PAUSED': + if data.get('name') in skipped_networks or 'PAUSED' in data.get('name'): continue options = data.get('options') From 047e0b7aaaee66b2cce612b4ea8209b3f5d1de81 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Oct 2023 11:47:18 +0500 Subject: [PATCH 1582/2142] promote OmniLS dapp --- dapps/dapps.json | 9 +++++++++ dapps/dapps_full.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 85230aca1..610866dc6 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -529,6 +529,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Omni Liquid Staking", + "url": "https://omni.ls/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/OmniLS.svg", + "categories": [ + "bridge", + "staking" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index f7cfc5c63..7b1362e9e 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -687,6 +687,15 @@ "categories": [ "utilities" ] + }, + { + "name": "Omni Liquid Staking", + "url": "https://omni.ls/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/OmniLS.svg", + "categories": [ + "bridge", + "staking" + ] } ] } From 0f7374e827bfe2545181ee1348acca6684d510b1 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 9 Oct 2023 12:28:15 +0500 Subject: [PATCH 1583/2142] fix Equilibrium asset test --- tests/data/setting_data.py | 2 +- tests/test_check_new_assets.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 91953b09c..1a388cd54 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -5,7 +5,7 @@ from scripts.utils.chain_model import Chain network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v14/chains.json") -skipped_networks = ['Edgeware', 'Equilibrium'] +skipped_networks = ['Edgeware'] network_list = get_network_list('/' + network_file_path) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 81a3bd8a7..1ee1c5b73 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -18,7 +18,10 @@ class TestAssets: # assets that has no working cases on network exclusions = { 'Bifrost Kusama': {'DOT': ''}, - 'Kintsugi': {'INTR': '', 'IBTC': '', 'DOT': ''}} + 'Kintsugi': {'INTR': '', 'IBTC': '', 'DOT': ''}, + 'Equilibrium': {'TOKEN': ''} + } + def test_has_new_assets(self, chain: Chain): From f432398d9d3bd470fc307cef73efcccbd8775d2d Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:32:58 +0000 Subject: [PATCH 1584/2142] Update networks list --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 63f92650f..9d0b064a0 100644 --- a/chains/README.md +++ b/chains/README.md @@ -42,7 +42,7 @@ | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 31 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | | 32 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 33 | GM PAUSED | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 33 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | | 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | From de58cfb913336b65830750aed376fed0efb49fa0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 9 Oct 2023 23:29:18 +0300 Subject: [PATCH 1585/2142] remove paused networks from test run --- scripts/update_test_data.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index f5f8c2a03..508cf2c93 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -1,7 +1,7 @@ import json import os -CHAINS_VERISON = os.getenv('CHAINS_VERSION', default = "v11") +CHAINS_VERISON = os.getenv('CHAINS_VERSION') with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) @@ -14,7 +14,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium', 'Polkadot Bridge Hub'] +exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium'] skip_options = ['ethereumBased', 'noSubstrateRuntime', 'testnet'] dev_ids = get_ids(dev_chains) @@ -48,6 +48,9 @@ def del_element(test_ids): if (dev_chains[dev_index]['name'] in exludeChains): # Skip some special chains continue + if ('PAUSED' in dev_chains[dev_index]['name']): # Skip paused networks + continue + if options is not None: need_skip = [option for option in skip_options if option in options] if need_skip: continue From 0a8205b26648eb89b5197cf69484af8380bd76ca Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 10 Oct 2023 00:04:00 +0300 Subject: [PATCH 1586/2142] fix puased network generation --- scripts/update_test_data.py | 7 +++---- tests/chains_for_testBalance.json | 15 +++++---------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 508cf2c93..3d0c9e669 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -5,6 +5,8 @@ with open(f"chains/{CHAINS_VERISON}/chains_dev.json") as fin: dev_chains = json.load(fin) + # Skip paused networks + dev_chains = [chain for chain in dev_chains if 'PAUSED' not in chain['name']] with open("tests/chains_for_testBalance.json") as fin: test_chains = json.load(fin) @@ -37,7 +39,7 @@ def del_element(test_ids): for dev_index, dev_id in enumerate(dev_ids): # Add new network - if dev_id not in test_ids and ':' not in dev_id: + if dev_id not in test_ids: chain_dict = { 'chainId': dev_chains[dev_index]['chainId'], 'name': dev_chains[dev_index]['name'], @@ -48,9 +50,6 @@ def del_element(test_ids): if (dev_chains[dev_index]['name'] in exludeChains): # Skip some special chains continue - if ('PAUSED' in dev_chains[dev_index]['name']): # Skip paused networks - continue - if options is not None: need_skip = [option for option in skip_options if option in options] if need_skip: continue diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 5f441250c..a20b0d773 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -214,11 +214,6 @@ "name": "UNIQUE", "account": "0x0ea4c0330527235090286f906763f5dce6ee76cb8d91916185e0e071dce7356d" }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "name": "Dora Factory", - "account": "0x1c78db691342ffdd4d23a3b3a13e55e4939fbc01c2021d87c98139c5a1ff9a4c" - }, { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", "name": "OriginTrail Parachain", @@ -244,11 +239,6 @@ "name": "Bajun", "account": "0x826939f45e70591448e916f5093700a02d0c4bbf677cf1a946279813f37b0e32" }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "name": "GM", - "account": "0x7cc8f7ae75fa8c2e8deb07fd0f0e528784f70e626114aaea40e5f73772512166" - }, { "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", "name": "Tinkernet", @@ -383,5 +373,10 @@ "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", "name": "Enjin Matrixchain", "account": "0xae15009cdde97c2e28d430224ca3a119311f41ef15153854b2c62eb770b0fd3e" + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "name": "Polkadot Bridge Hub", + "account": "0xe27cf0ba46292cc95548cd67e3e29036b0eaf1ab66a4a6f5d7065408d50b9759" } ] From 2e5082baab16af1919b911d457957a622b81b241 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 12:22:37 +0500 Subject: [PATCH 1587/2142] promote Subquery projects for Crab, Darwinia, Enjin --- chains/v14/chains.json | 24 ++++++++++++++++++++++++ chains/v15/chains.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 4ffcce156..2170bb2cd 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6938,6 +6938,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true @@ -6992,6 +7000,14 @@ "account": "https://crab.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true @@ -7346,6 +7362,14 @@ "account": "https://matrix.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 4ffcce156..2170bb2cd 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6938,6 +6938,14 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", "overridesCommon": true @@ -6992,6 +7000,14 @@ "account": "https://crab.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", "overridesCommon": true @@ -7346,6 +7362,14 @@ "account": "https://matrix.subscan.io/account/{address}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", "overridesCommon": true From 2b69961e54a6deb5b1199ef1d9678a28d9f219df Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 17:12:03 +0500 Subject: [PATCH 1588/2142] add OTP, vDOT, vFIL, vGLMR to Moonbeam --- chains/v14/chains_dev.json | 40 ++++++++++++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a7bdf3baf..a74a3f6a0 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3446,6 +3446,46 @@ "typeExtras": { "assetId": "125699734534028342599692732320197985871" } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "144012926827374458669278577633504620722" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 1bfa3e5f3..b9fce3ade 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3468,6 +3468,46 @@ "typeExtras": { "assetId": "125699734534028342599692732320197985871" } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "144012926827374458669278577633504620722" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } } ], "nodes": [ From 19dec16ead65169cc5ce3387448f8b7fa692cdcf Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 17:29:01 +0500 Subject: [PATCH 1589/2142] add vKSM, BNC to Shiden --- chains/v14/chains_dev.json | 21 +++++++++++++++++++++ chains/v15/chains_dev.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a74a3f6a0..111f8fdf0 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -1466,6 +1466,27 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index b9fce3ade..8c7151d6d 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -1488,6 +1488,27 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } } ], "nodes": [ From c086d76ad3d592a4021391e0504f1c7123eef20f Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 18:23:56 +0500 Subject: [PATCH 1590/2142] add KINT, kBTC to Parallel Heiko --- chains/v14/chains_dev.json | 22 ++++++++++++++++++++++ chains/v15/chains_dev.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 111f8fdf0..1058111c9 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2187,6 +2187,28 @@ "typeExtras": { "assetId": "102" } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 8c7151d6d..fda79cc42 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2209,6 +2209,28 @@ "typeExtras": { "assetId": "102" } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } } ], "nodes": [ From 08d995ad9c92dcf3cd73bf262f8a01ee6818e4fe Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 18:37:22 +0500 Subject: [PATCH 1591/2142] add CRAB, SDN, NEER, BIT, PICA to Khala --- chains/v14/chains_dev.json | 53 ++++++++++++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 53 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 1058111c9..8af58f097 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2567,6 +2567,59 @@ "typeExtras": { "assetId": "10" } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index fda79cc42..8430f74f4 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2589,6 +2589,59 @@ "typeExtras": { "assetId": "10" } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } } ], "nodes": [ From 7335ce95f8ce2e2edb17339fdacb27fb6768f3c9 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 18:45:56 +0500 Subject: [PATCH 1592/2142] add USDT, USDC, DAI Calamari --- chains/v14/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 8af58f097..1a2cad796 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2820,6 +2820,39 @@ "typeExtras": { "assetId": "11" } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 8430f74f4..a6f29cb19 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2842,6 +2842,39 @@ "typeExtras": { "assetId": "11" } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } } ], "nodes": [ From 6068ae56791bc740157e23b56cbb50c5d59c5268 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 10 Oct 2023 18:55:54 +0500 Subject: [PATCH 1593/2142] add BNC, UNQ, vDOT, LDOT, EQD on Astar --- chains/v14/chains_dev.json | 54 ++++++++++++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 54 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 1a2cad796..662251fef 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4034,6 +4034,60 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 14, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index a6f29cb19..6bd90ad56 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -4056,6 +4056,60 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 14, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } } ], "nodes": [ From 9836f49f05dac560e7f99f3bb278ca5abf7d9a0f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Oct 2023 11:46:40 +0500 Subject: [PATCH 1594/2142] fix vFIL assetId --- chains/v14/chains_dev.json | 2 +- chains/v15/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 662251fef..3cedf492e 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3603,7 +3603,7 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { - "assetId": "144012926827374458669278577633504620722" + "assetId": "272547899416482196831721420898811311297" } }, { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 6bd90ad56..95052e93a 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3625,7 +3625,7 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { - "assetId": "144012926827374458669278577633504620722" + "assetId": "272547899416482196831721420898811311297" } }, { From 37d7496ad8842d92f4135dc57d98cf9e499c637c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Oct 2023 12:48:37 +0500 Subject: [PATCH 1595/2142] remove extra LDOT from Astar --- chains/v14/chains_dev.json | 11 ----------- chains/v15/chains_dev.json | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 3cedf492e..e32807d98 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4069,17 +4069,6 @@ }, { "assetId": 13, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 14, "symbol": "EQD", "precision": 9, "type": "statemine", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 95052e93a..dd40b6e1a 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -4091,17 +4091,6 @@ }, { "assetId": 13, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 14, "symbol": "EQD", "precision": 9, "type": "statemine", From a7c25fa4cd801b3f1e562a0fd227ddcd36f34525 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Oct 2023 13:45:33 +0500 Subject: [PATCH 1596/2142] promote tokens --- chains/v14/chains.json | 212 +++++++++++++++++++++++++++++++++++++++++ chains/v15/chains.json | 212 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 424 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 4ffcce156..96a319c8d 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1076,6 +1076,46 @@ "typeExtras": { "assetId": "125699734534028342599692732320197985871" } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } } ], "nodes": [ @@ -1708,6 +1748,27 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } } ], "nodes": [ @@ -2304,6 +2365,28 @@ "typeExtras": { "assetId": "102" } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } } ], "nodes": [ @@ -2502,6 +2585,59 @@ "typeExtras": { "assetId": "10" } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } } ], "nodes": [ @@ -2659,6 +2795,39 @@ "typeExtras": { "assetId": "11" } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } } ], "nodes": [ @@ -3223,6 +3392,49 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 4ffcce156..96a319c8d 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1076,6 +1076,46 @@ "typeExtras": { "assetId": "125699734534028342599692732320197985871" } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } } ], "nodes": [ @@ -1708,6 +1748,27 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } } ], "nodes": [ @@ -2304,6 +2365,28 @@ "typeExtras": { "assetId": "102" } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } } ], "nodes": [ @@ -2502,6 +2585,59 @@ "typeExtras": { "assetId": "10" } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } } ], "nodes": [ @@ -2659,6 +2795,39 @@ "typeExtras": { "assetId": "11" } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } } ], "nodes": [ @@ -3223,6 +3392,49 @@ "typeExtras": { "assetId": "4294969280" } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } } ], "nodes": [ From 4217eca3245ffaf2d2ed4d413098f51bdd441268 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Oct 2023 14:20:00 +0500 Subject: [PATCH 1597/2142] add Multix dapp --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/Multix.svg | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 icons/dapps/color/Multix.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 91a51f6ef..2f95302cc 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -794,6 +794,14 @@ "bridge", "staking" ] + }, + { + "name": "MULTIX", + "url": "https://multix.chainsafe.io/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Multix.svg", + "categories": [ + "utilities" + ] } ] } diff --git a/icons/dapps/color/Multix.svg b/icons/dapps/color/Multix.svg new file mode 100644 index 000000000..150c38ba4 --- /dev/null +++ b/icons/dapps/color/Multix.svg @@ -0,0 +1,3 @@ + + + From e0ed58cf29e92848955716d2c44a89d00dcf3290 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:58:36 +0000 Subject: [PATCH 1598/2142] Update networks list --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 9d0b064a0..3f8e31cf8 100644 --- a/chains/README.md +++ b/chains/README.md @@ -4,7 +4,7 @@ ### 💰 All assets 324 ### 🪙 Unique assets: 168 ### 💫 Cross Chain directions: 373 -### 🧾 SubQuery API projects: 70 +### 🧾 SubQuery API projects: 73 ### 👀 Networks with block explorers: 72 --- # List of supported networks @@ -28,15 +28,15 @@ | 16 | Calamari | KMA
KAR
KSM
MOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crab | CRAB
CKTON | Subscan | - | +| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | 20 | Crust | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | | 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 23 | Darwinia | RING
KTON | Subscan | - | +| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | | 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 25 | Edgeware | EDG | Subscan
Sub.ID | - | | 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 27 | Enjin | ENJ | Subscan | - | +| 27 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | | 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | From d145e25233e3530626855192e70bc111fd50330c Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:59:51 +0000 Subject: [PATCH 1599/2142] Update networks list --- chains/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/README.md b/chains/README.md index 3f8e31cf8..94134db38 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 324 -### 🪙 Unique assets: 168 +### 💰 All assets 344 +### 🪙 Unique assets: 174 ### 💫 Cross Chain directions: 373 ### 🧾 SubQuery API projects: 73 ### 👀 Networks with block explorers: 72 @@ -16,7 +16,7 @@ | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | | 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | | 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | @@ -25,7 +25,7 @@ | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | | 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | @@ -53,7 +53,7 @@ | 41 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 42 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 43 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | 45 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | | 46 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | | 47 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | @@ -62,13 +62,13 @@ | 50 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 51 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 53 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 53 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 55 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | | 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | | 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | | 58 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 59 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 59 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | 60 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | | 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | @@ -80,7 +80,7 @@ | 68 | Polymesh | POLYX | Subscan | - | | 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | | 70 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | | 72 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | 73 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | | 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | From b2bb76660500f9b423ada7500b3261eac2438af0 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 13 Oct 2023 16:04:31 +0500 Subject: [PATCH 1600/2142] promote Multix dapp --- dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 610866dc6..a0b309223 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -538,6 +538,14 @@ "bridge", "staking" ] + }, + { + "name": "MULTIX", + "url": "https://multix.chainsafe.io/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Multix.svg", + "categories": [ + "utilities" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 7b1362e9e..d96d1740e 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -696,6 +696,14 @@ "bridge", "staking" ] + }, + { + "name": "MULTIX", + "url": "https://multix.chainsafe.io/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Multix.svg", + "categories": [ + "utilities" + ] } ] } From de0e9b7b4910d2499500ebf52aec86905b3db5d6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 13 Oct 2023 16:58:08 +0300 Subject: [PATCH 1601/2142] add rococo --- chains/v15/chains_dev.json | 72 +++++++++++++++++++++++++++ chains/v2/types/rococo_asset_hub.json | 16 ++++++ 2 files changed, 88 insertions(+) create mode 100644 chains/v2/types/rococo_asset_hub.json diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index dd40b6e1a..d2e252e9c 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9481,5 +9481,77 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://rococo.subscan.io/extrinsic/{hash}", + "account": "https://rococo.subscan.ioaccount/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x0001007d12" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 2 } ] diff --git a/chains/v2/types/rococo_asset_hub.json b/chains/v2/types/rococo_asset_hub.json new file mode 100644 index 000000000..0391e7217 --- /dev/null +++ b/chains/v2/types/rococo_asset_hub.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 10005, + "types": { + "Balance": "u128", + "Index": "u8", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "asset_hub_kusama_runtime.RuntimeEvent": "GenericEvent", + "asset_hub_kusama_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 5335503cf190cc69aac83949a5b76aac120dffc8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 13 Oct 2023 17:16:07 +0300 Subject: [PATCH 1602/2142] update config --- chains/v15/chains_dev.json | 39 +------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index d2e252e9c..ee3799a7b 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9482,43 +9482,6 @@ "noSubstrateRuntime" ] }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://rococo.subscan.io/extrinsic/{hash}", - "account": "https://rococo.subscan.ioaccount/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "options": [ - "crowdloans" - ] - }, { "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", @@ -9537,7 +9500,7 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { - "assetId": "0x0001007d12" + "assetId": "0x010100b11c" } } ], From 23e98268b50e93b991f444a7afaa64737c2e1275 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 16 Oct 2023 09:25:21 +0300 Subject: [PATCH 1603/2142] Adding to v14 --- chains/v14/chains.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 3b839e767..87465f7f9 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6155,6 +6155,34 @@ "symbol": "AMPE", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ From c2c00f6aa40edced7c7da7112186b6fc434eca1b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Oct 2023 13:32:15 +0500 Subject: [PATCH 1604/2142] add xcms --- xcm/v5/transfers_dev.json | 323 +++++++++++++++++++++++++++++++++++++- 1 file changed, 322 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 70169eee8..77d6edcc0 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -2158,6 +2158,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2925,6 +2939,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2971,6 +2999,71 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "759878419452887" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4729,6 +4822,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4924,6 +5031,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5114,6 +5235,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": null, + "value": "8799000000000000" + }, + "instructions": null + } + }, + "type": null } ] } @@ -5989,6 +6138,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6135,6 +6298,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -6384,6 +6598,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6432,6 +6674,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -7086,6 +7393,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -8096,4 +8417,4 @@ ] } ] -} +} \ No newline at end of file From 1f64f1680c7887e29c088356bcb68a7852383ec7 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Oct 2023 13:44:48 +0500 Subject: [PATCH 1605/2142] remove Parallel destinatios --- xcm/v5/transfers_dev.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 77d6edcc0..e50eeaaa7 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -5235,34 +5235,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, - "fee": { - "mode": { - "type": null, - "value": "8799000000000000" - }, - "instructions": null - } - }, - "type": null } ] } From 563a66103902cdc22eae321c77ed60f55efdcd0b Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:10:21 +0000 Subject: [PATCH 1606/2142] Update dapps list --- dapps/README.md | 84 +++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 8b227f710..28b827459 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -32,44 +32,46 @@ | 28 | KodaDot | https://kodadot.xyz/ | nft | | 29 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | | 30 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 31 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 32 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 33 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 34 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 35 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 36 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 37 | PABLO | https://app.pablo.finance/ | dex | -| 38 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 39 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 40 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 41 | Phala App | https://app.phala.network/ | staking | -| 42 | PolkaVerse | https://polkaverse.com/ | social | -| 43 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 44 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 45 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 46 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 47 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 48 | Polkawatch | https://polkawatch.app/ | staking | -| 49 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 50 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 51 | Raresama | https://raresama.com/ | nft | -| 52 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 53 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 54 | Singular | https://singular.rmrk.app/ | nft | -| 55 | Singular 2.0 | https://singular.app/ | nft | -| 56 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 57 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 58 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 59 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 60 | Sub.ID | https://sub.id/#/ | utilities | -| 61 | SubBridge | https://subbridge.io/ | bridge,evm | -| 62 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 63 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 64 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 65 | The Button | https://the-button.azero.dev/play | gaming | -| 66 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 67 | TofuNFT | https://tofunft.com/ | nft,evm | -| 68 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 69 | Zenlink | https://app.zenlink.pro | dex,staking | -| 70 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 71 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 31 | MULTIX | https://multix.chainsafe.io/ | utilities | +| 32 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 33 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 34 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 35 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 36 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 37 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 38 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | +| 39 | PABLO | https://app.pablo.finance/ | dex | +| 40 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 41 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 42 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 43 | Phala App | https://app.phala.network/ | staking | +| 44 | PolkaVerse | https://polkaverse.com/ | social | +| 45 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 46 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 47 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 48 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 49 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 50 | Polkawatch | https://polkawatch.app/ | staking | +| 51 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 52 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 53 | Raresama | https://raresama.com/ | nft | +| 54 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 55 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 56 | Singular | https://singular.rmrk.app/ | nft | +| 57 | Singular 2.0 | https://singular.app/ | nft | +| 58 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 59 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 60 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 61 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 62 | Sub.ID | https://sub.id/#/ | utilities | +| 63 | SubBridge | https://subbridge.io/ | bridge,evm | +| 64 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 65 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 66 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 67 | The Button | https://the-button.azero.dev/play | gaming | +| 68 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 69 | TofuNFT | https://tofunft.com/ | nft,evm | +| 70 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 71 | Zenlink | https://app.zenlink.pro | dex,staking | +| 72 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 73 | xx network Hub | https://hub.xx.network | social,staking,utilities | From c8183877d780e85f01437f7467cee14d282d83bc Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:15:14 +0000 Subject: [PATCH 1607/2142] Update networks list --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 94134db38..5e94acf76 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 81 -### 💰 All assets 344 +### 💰 All assets 346 ### 🪙 Unique assets: 174 -### 💫 Cross Chain directions: 373 +### 💫 Cross Chain directions: 391 ### 🧾 SubQuery API projects: 73 ### 👀 Networks with block explorers: 72 --- @@ -15,7 +15,7 @@ | 3 | Ajuna | AJUN | - | - | | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | | 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | | 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | From a162be9db993b798f0c381bd133ba05d2f8276c9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Oct 2023 18:20:43 +0500 Subject: [PATCH 1608/2142] fix PARA coefficients for Acala, Moonbeam --- xcm/v5/transfers_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index e50eeaaa7..7deb002f1 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "799640384636630" }, "instructions": "xtokensDest" } @@ -5025,7 +5025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "799640384636630" }, "instructions": "xtokensDest" } From ec914e7315cf6aa85b27bd1ef11c9403467b2445 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Oct 2023 21:01:07 +0500 Subject: [PATCH 1609/2142] add TUR price (#2119) --- chains/v14/chains.json | 3 +++ chains/v14/chains_dev.json | 2 ++ chains/v15/chains.json | 3 +++ chains/v15/chains_dev.json | 3 +++ 4 files changed, 11 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 4f6d1af9e..bc903bd20 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -2580,6 +2580,7 @@ "assetId": 10, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { @@ -5257,6 +5258,7 @@ "turing" ], "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { @@ -6038,6 +6040,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index e32807d98..667cbf7aa 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -2562,6 +2562,7 @@ "assetId": 10, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { @@ -5787,6 +5788,7 @@ "turing" ], "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 4f6d1af9e..bc903bd20 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -2580,6 +2580,7 @@ "assetId": 10, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { @@ -5257,6 +5258,7 @@ "turing" ], "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { @@ -6038,6 +6040,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index ee3799a7b..2075223b3 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2584,6 +2584,7 @@ "assetId": 10, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "typeExtras": { @@ -5809,6 +5810,7 @@ "turing" ], "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" }, { @@ -6627,6 +6629,7 @@ "assetId": 3, "symbol": "TUR", "precision": 10, + "priceId": "turing-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", "type": "orml", "typeExtras": { From a650791427403555d1e4caad581bd0e6e64a7cb6 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 16 Oct 2023 21:51:27 +0500 Subject: [PATCH 1610/2142] update OnFinality nodes to Dwellir --- chains/v14/chains.json | 8 ++++---- chains/v14/chains_dev.json | 8 ++++---- chains/v15/chains.json | 8 ++++---- chains/v15/chains_dev.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index bc903bd20..d99338787 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -2974,8 +2974,8 @@ ], "nodes": [ { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" } ], "explorers": [ @@ -6296,8 +6296,8 @@ ], "nodes": [ { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 667cbf7aa..56bc492d5 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3011,8 +3011,8 @@ ], "nodes": [ { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" } ], "explorers": [ @@ -7000,8 +7000,8 @@ ], "nodes": [ { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index bc903bd20..d99338787 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -2974,8 +2974,8 @@ ], "nodes": [ { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" } ], "explorers": [ @@ -6296,8 +6296,8 @@ ], "nodes": [ { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 2075223b3..a2122c7a7 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3033,8 +3033,8 @@ ], "nodes": [ { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" } ], "explorers": [ @@ -7023,8 +7023,8 @@ ], "nodes": [ { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From eea8292ace20bafb265eb1bb54292e33c865189f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:00:32 +0300 Subject: [PATCH 1611/2142] update logic for type creation (#2114) * update logic for type creation * change if\else construction --- chains/v2/types/3dpass.json | 2 +- chains/v2/types/Integritee.json | 2 +- chains/v2/types/acala.json | 2 +- chains/v2/types/astar.json | 2 +- chains/v2/types/aventus.json | 2 +- chains/v2/types/bifrost.json | 2 +- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/bittensor.json | 2 +- chains/v2/types/calamari.json | 2 +- chains/v2/types/centrifuge.json | 2 +- chains/v2/types/composable.json | 2 +- chains/v2/types/encointer.json | 8 ++++---- chains/v2/types/equilibrium_types.json | 6 +++--- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/interlay.json | 2 +- chains/v2/types/karura.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/kilt_spiritnet.json | 2 +- chains/v2/types/kintsugi.json | 2 +- chains/v2/types/litentry.json | 2 +- chains/v2/types/nodle.json | 2 +- chains/v2/types/origintrail.json | 2 +- chains/v2/types/parallel.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/polkadex.json | 2 +- chains/v2/types/polymesh_mainnet.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/shiden.json | 2 +- chains/v2/types/subsocial.json | 2 +- chains/v2/types/ternoa.json | 2 +- chains/v2/types/turing.json | 2 +- chains/v2/types/unique.json | 2 +- chains/v2/types/vara.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- scripts/utils/metadata_interaction.py | 6 +++++- 36 files changed, 45 insertions(+), 41 deletions(-) diff --git a/chains/v2/types/3dpass.json b/chains/v2/types/3dpass.json index 28456d4fd..db19db7b2 100644 --- a/chains/v2/types/3dpass.json +++ b/chains/v2/types/3dpass.json @@ -1,5 +1,5 @@ { - "runtime_id": 112, + "runtime_id": 113, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/Integritee.json b/chains/v2/types/Integritee.json index b29e43a2f..559529196 100644 --- a/chains/v2/types/Integritee.json +++ b/chains/v2/types/Integritee.json @@ -1,5 +1,5 @@ { - "runtime_id": 35, + "runtime_id": 38, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index 169872132..fccbb1a0e 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2180, + "runtime_id": 2210, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index e0063553d..63716a50b 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 61, + "runtime_id": 66, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 5f867cdd9..3366a473b 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 31, + "runtime_id": 41, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 0b1edb395..4eaba2180 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 978, + "runtime_id": 982, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index 002519462..35bc0075f 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 978, + "runtime_id": 982, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 5de4492e2..5249b3bdf 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,5 +1,5 @@ { - "runtime_id": 127, + "runtime_id": 135, "types": { "Balance": "u64", "Index": "u32", diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index a45f4c22c..cceca8d80 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4310, + "runtime_id": 4400, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index 7025ab07b..0ba0c821f 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1019, + "runtime_id": 1020, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 5c234eb51..33b660eaa 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10036, + "runtime_id": 10039, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/encointer.json b/chains/v2/types/encointer.json index 0cc4f79e2..990c86597 100644 --- a/chains/v2/types/encointer.json +++ b/chains/v2/types/encointer.json @@ -1,14 +1,14 @@ { - "runtime_id": 12, + "runtime_id": 16, "types": { "Balance": "u128", - "Index": "u32", + "Index": "u8", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "encointer_runtime.Event": "GenericEvent", - "encointer_runtime.Call": "GenericCall", + "encointer_runtime.RuntimeEvent": "GenericEvent", + "encointer_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index f258975fd..82947fe38 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 29, + "runtime_id": 35, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "eq_node_runtime.Event": "GenericEvent", - "eq_node_runtime.Call": "GenericCall", + "eq_node_runtime.RuntimeEvent": "GenericEvent", + "eq_node_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 23466cca9..4353accbc 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 170, + "runtime_id": 176, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 0129e3b0d..17a1452e6 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024004, + "runtime_id": 1025002, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index 6101c0b18..dafec7b16 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2180, + "runtime_id": 2210, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 8692c1e1a..3844e837b 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1251, + "runtime_id": 1253, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index 0e23ba10c..f7e3dd3af 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 11000, + "runtime_id": 11110, "types": { "Balance": "u128", "Index": "u64", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 5b9d4fc98..4dd8d9291 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1024004, + "runtime_id": 1025002, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/litentry.json b/chains/v2/types/litentry.json index c21f63cfe..6faaa1797 100644 --- a/chains/v2/types/litentry.json +++ b/chains/v2/types/litentry.json @@ -1,5 +1,5 @@ { - "runtime_id": 9155, + "runtime_id": 9168, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/nodle.json b/chains/v2/types/nodle.json index fa3c4fcdd..299a96534 100644 --- a/chains/v2/types/nodle.json +++ b/chains/v2/types/nodle.json @@ -1,5 +1,5 @@ { - "runtime_id": 20, + "runtime_id": 23, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/origintrail.json b/chains/v2/types/origintrail.json index 6a360216f..7f371a38a 100644 --- a/chains/v2/types/origintrail.json +++ b/chains/v2/types/origintrail.json @@ -1,5 +1,5 @@ { - "runtime_id": 120, + "runtime_id": 121, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index 99e1c7a66..b2db96505 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 198, + "runtime_id": 200, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 28508bb26..21c05032b 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1251, + "runtime_id": 1253, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 6d28f2996..6e0a3dafc 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10036, + "runtime_id": 10039, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index fc03ef156..c83c55a7e 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 308, + "runtime_id": 310, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polymesh_mainnet.json b/chains/v2/types/polymesh_mainnet.json index 84e46a462..c4c5da9dd 100644 --- a/chains/v2/types/polymesh_mainnet.json +++ b/chains/v2/types/polymesh_mainnet.json @@ -1,5 +1,5 @@ { - "runtime_id": 5004001, + "runtime_id": 6000004, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 5e8f0e696..2c0285805 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 942057, + "runtime_id": 943061, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index 2e2509114..c42c210b2 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 104, + "runtime_id": 106, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index c2248568d..60fea938a 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 27, + "runtime_id": 28, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index ed0be3461..cb5c9574d 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 15, + "runtime_id": 21, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/turing.json b/chains/v2/types/turing.json index afd4619e4..3e87ddc00 100644 --- a/chains/v2/types/turing.json +++ b/chains/v2/types/turing.json @@ -1,5 +1,5 @@ { - "runtime_id": 294, + "runtime_id": 295, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index a6c3fad38..8fc425246 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 942057, + "runtime_id": 943061, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/vara.json b/chains/v2/types/vara.json index c03bed661..72ad053d7 100644 --- a/chains/v2/types/vara.json +++ b/chains/v2/types/vara.json @@ -1,5 +1,5 @@ { - "runtime_id": 210, + "runtime_id": 1000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 991e86cd2..b09ddce47 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 47, + "runtime_id": 48, "types": { "Balance": "u128", "Index": "u64", diff --git a/scripts/utils/metadata_interaction.py b/scripts/utils/metadata_interaction.py index d9decc3cb..ce2d9676c 100644 --- a/scripts/utils/metadata_interaction.py +++ b/scripts/utils/metadata_interaction.py @@ -161,7 +161,11 @@ def find_type_id_in_metadata(name, metadata_types, default_path_marker='typeName else: value = value[path] continue - return value['type'] + elif value.get('type') is None: + return value['index'] + else: + return value['type'] + value = value[path] # if nothing were found, then try to find with another marker From a5d560cafe4e56a26f1e6e4273b310187e59bb5a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 17 Oct 2023 12:26:41 +0300 Subject: [PATCH 1612/2142] fix moonbeam PARA fee --- xcm/v5/transfers_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 7deb002f1..2ac8154a5 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "799640384636630" + "value": "759878419452887" }, "instructions": "xtokensDest" } @@ -5025,7 +5025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "799640384636630" + "value": "759878419452887" }, "instructions": "xtokensDest" } @@ -8389,4 +8389,4 @@ ] } ] -} \ No newline at end of file +} From b636e1ea04eb1fe62fdd561f46da62d0ac5c44f1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:28:09 +0300 Subject: [PATCH 1613/2142] adding swap-hub (#2115) * adding swap-hub * Update chains/v15/chains_dev.json Co-authored-by: leohar --------- Co-authored-by: leohar --- chains/v15/chains_dev.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index a2122c7a7..1f62074a9 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -409,7 +409,8 @@ "overridesCommon": true }, "options": [ - "testnet" + "testnet", + "swap-hub" ] }, { @@ -9518,6 +9519,10 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "options":[ + "testnet", + "swap-hub" + ] } ] From b82ad13fa49740256dccdbc7548ebdea60c6684a Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 17 Oct 2023 21:52:03 +0500 Subject: [PATCH 1614/2142] promote new xcms --- xcm/v5/transfers.json | 295 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 294 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 0a6dad957..a35a604c3 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -1826,6 +1826,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2593,6 +2607,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2639,6 +2667,71 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "799640384636630" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4095,6 +4188,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4290,6 +4397,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5243,6 +5364,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5389,6 +5524,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5638,6 +5824,34 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5663,6 +5877,71 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -6168,6 +6447,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6876,4 +7169,4 @@ ] } ] -} +} \ No newline at end of file From 2f2c07e387daed7f4bec109f7c8e8cece4a693a7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:51:31 +0300 Subject: [PATCH 1615/2142] update xcm_table_update flow (#2125) --- .github/workflows/update_network_list.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update_network_list.yaml b/.github/workflows/update_network_list.yaml index f61d41dd0..a44670b51 100644 --- a/.github/workflows/update_network_list.yaml +++ b/.github/workflows/update_network_list.yaml @@ -160,12 +160,8 @@ jobs: with: python-version: '3.9.15' - - name: Install dependencies - run: | - cd ../support - pip install -r ./requirements.txt - - - name: Generate new xcm list + - name: Generate google table run: | cd ../support - python ./nova-utils/generate_xcm_google_table.py + make install + make generate-google-table From 591d61b566cf79e00a1ba53963dfb323ad9888db Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:52:01 +0300 Subject: [PATCH 1616/2142] fix primitives generation (#2123) --- chains/v2/types/bittensor.json | 2 +- chains/v2/types/centrifuge.json | 2 +- chains/v2/types/encointer.json | 2 +- chains/v2/types/enjin_matrixchain.json | 2 +- chains/v2/types/imbue.json | 2 +- chains/v2/types/jur.json | 2 +- chains/v2/types/kilt_spiritnet.json | 2 +- chains/v2/types/krest.json | 6 +++--- chains/v2/types/tinkernet.json | 2 +- chains/v2/types/zeitgeist.json | 4 ++-- scripts/create_type_file.py | 6 +++--- scripts/utils/metadata_interaction.py | 19 ++----------------- 12 files changed, 18 insertions(+), 33 deletions(-) diff --git a/chains/v2/types/bittensor.json b/chains/v2/types/bittensor.json index 5249b3bdf..6f0cd0371 100644 --- a/chains/v2/types/bittensor.json +++ b/chains/v2/types/bittensor.json @@ -1,7 +1,7 @@ { "runtime_id": 135, "types": { - "Balance": "u64", + "Balance": "u128", "Index": "u32", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", diff --git a/chains/v2/types/centrifuge.json b/chains/v2/types/centrifuge.json index 0ba0c821f..2e95ae79f 100644 --- a/chains/v2/types/centrifuge.json +++ b/chains/v2/types/centrifuge.json @@ -1,5 +1,5 @@ { - "runtime_id": 1020, + "runtime_id": 1023, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/encointer.json b/chains/v2/types/encointer.json index 990c86597..f0a459c6d 100644 --- a/chains/v2/types/encointer.json +++ b/chains/v2/types/encointer.json @@ -2,7 +2,7 @@ "runtime_id": 16, "types": { "Balance": "u128", - "Index": "u8", + "Index": "u32", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", diff --git a/chains/v2/types/enjin_matrixchain.json b/chains/v2/types/enjin_matrixchain.json index b90708393..b2c20ba05 100644 --- a/chains/v2/types/enjin_matrixchain.json +++ b/chains/v2/types/enjin_matrixchain.json @@ -1,5 +1,5 @@ { - "runtime_id": 604, + "runtime_id": 605, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/imbue.json b/chains/v2/types/imbue.json index 6bee9a2f7..ff642f6e2 100644 --- a/chains/v2/types/imbue.json +++ b/chains/v2/types/imbue.json @@ -1,5 +1,5 @@ { - "runtime_id": 1038, + "runtime_id": 9432, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/jur.json b/chains/v2/types/jur.json index 1da87cd5f..596eecdbc 100644 --- a/chains/v2/types/jur.json +++ b/chains/v2/types/jur.json @@ -1,5 +1,5 @@ { - "runtime_id": 103, + "runtime_id": 112, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kilt_spiritnet.json b/chains/v2/types/kilt_spiritnet.json index f7e3dd3af..f9d3e1bd0 100644 --- a/chains/v2/types/kilt_spiritnet.json +++ b/chains/v2/types/kilt_spiritnet.json @@ -2,7 +2,7 @@ "runtime_id": 11110, "types": { "Balance": "u128", - "Index": "u64", + "Index": "u32", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", diff --git a/chains/v2/types/krest.json b/chains/v2/types/krest.json index c1867f702..f182bb1ea 100644 --- a/chains/v2/types/krest.json +++ b/chains/v2/types/krest.json @@ -1,5 +1,5 @@ { - "runtime_id": 3, + "runtime_id": 4, "types": { "Balance": "u128", "Index": "u32", @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "peaq_krest_runtime.Event": "GenericEvent", - "peaq_krest_runtime.Call": "GenericCall", + "peaq_krest_runtime.RuntimeEvent": "GenericEvent", + "peaq_krest_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/tinkernet.json b/chains/v2/types/tinkernet.json index a93d47c9f..3e5e3bb75 100644 --- a/chains/v2/types/tinkernet.json +++ b/chains/v2/types/tinkernet.json @@ -1,5 +1,5 @@ { - "runtime_id": 18, + "runtime_id": 19, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index b09ddce47..180b3f294 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,8 +1,8 @@ { - "runtime_id": 48, + "runtime_id": 49, "types": { "Balance": "u128", - "Index": "u64", + "Index": "u32", "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", diff --git a/scripts/create_type_file.py b/scripts/create_type_file.py index ad70fea94..e99716b7a 100644 --- a/scripts/create_type_file.py +++ b/scripts/create_type_file.py @@ -31,7 +31,7 @@ def compare_type_files_for_all_networks(chains_file): f"Generating has started for: {chain['name']}. {index}/{len(chains_file)}") chain_options = chain.get('options') skip_options = {'ethereumBased', 'noSubstrateRuntime'} - + if chain_options is not None: if skip_options.intersection(chain_options): # TODO need to implement creation type file for EVM networks @@ -81,11 +81,11 @@ def main(argv): """ if 'dev' in argv: - chains_path = os.getenv("DEV_CHAINS_JSON_PATH", "chains/v11/chains_dev.json") + chains_path = os.getenv("DEV_CHAINS_JSON_PATH") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) elif 'prod' in argv: - chains_path = os.getenv("CHAINS_JSON_PATH", "chains/v11/chains.json") + chains_path = os.getenv("CHAINS_JSON_PATH") chains_file = get_data_from_file(chains_path) compare_type_files_for_all_networks(chains_file) else: diff --git a/scripts/utils/metadata_interaction.py b/scripts/utils/metadata_interaction.py index ce2d9676c..b7bbb8a78 100644 --- a/scripts/utils/metadata_interaction.py +++ b/scripts/utils/metadata_interaction.py @@ -115,8 +115,8 @@ def get_metadata_param(substrate: SubstrateInterface) -> JsonObject: metadata_json = JsonObject( runtime_id=metadata.runtime_config.active_spec_version_id, - types_balance=find_primitive("Balance", metadata_types), - types_index=find_primitive("Index", metadata_types), + types_balance=substrate.get_type_definition('Balance'), + types_index=substrate.get_type_definition('Index'), types_phase=find_path_for_type_in_metadata("Phase", metadata_types), types_address=return_type_path(address_type, 'path'), types_extrinsicSignature=signature_type_path, @@ -195,21 +195,6 @@ def find_dispatch_info(metadata_types) -> dict: return dispatch_info_object -def find_primitive(name, metadata_types): - """Find primitive value in metadata types - - Args: - name (str): Primitive name - metadata_types (array): Array with metadata types - - Returns: - str: Value for found type - """ - type_id = find_type_id_in_metadata(name, metadata_types) - type_with_primitive = metadata_types[type_id] - return deep_search_an_elemnt_by_key(type_with_primitive, "primitive") - - def find_path_for_type_in_metadata(name, metadata_types, check_path=None): """Find path for type in metadata From 3e59924271dc8d2b5f2cb1fbecb4261b6fd2cc2f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 10:14:37 +0500 Subject: [PATCH 1617/2142] fix coeff Acala PARA Moonbeam --- xcm/v5/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index a35a604c3..48ff664d5 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -2726,7 +2726,7 @@ "fee": { "mode": { "type": "proportional", - "value": "799640384636630" + "value": "759878419452887" }, "instructions": "xtokensDest" } From f37953367241d150bd9a3c1e625a347952f482fe Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 11:36:57 +0500 Subject: [PATCH 1618/2142] add staking to Amplitude, Pendulum (#2084) --- chains/v14/chains_dev.json | 15 ++++++++++++--- chains/v15/chains_dev.json | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 56bc492d5..2b7218e98 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7101,7 +7101,10 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -7733,7 +7736,10 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -8904,7 +8910,10 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", + "staking": [ + "parachain" + ] } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 1f62074a9..76d1b291e 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7125,7 +7125,10 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -7757,7 +7760,10 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -8928,7 +8934,10 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", + "staking": [ + "parachain" + ] } ], "nodes": [ From ce4a495f2f1a412dcfb2053de90e9cdc2bdfd5c7 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 12:28:51 +0500 Subject: [PATCH 1619/2142] update blockchain params for banxa --- assets/evm/v2/assets_dev.json | 4 ++-- chains/v14/chains_dev.json | 24 ++++++++++++------------ chains/v15/chains_dev.json | 24 ++++++++++++------------ 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 39bcfb494..2362d0b23 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -26,7 +26,7 @@ }, "banxa": { "coinType": "USDT", - "blockchain": "ETHEREUM" + "blockchain": "ETH" } } } @@ -56,7 +56,7 @@ }, "banxa": { "coinType": "USDC", - "blockchain": "ETHEREUM" + "blockchain": "ETH" } } } diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2b7218e98..c8d6967bf 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -20,7 +20,7 @@ "mercuryo": {}, "banxa": { "coinType": "DOT", - "blockchain": "POLKADOT" + "blockchain": "DOT" } } } @@ -145,7 +145,7 @@ "mercuryo": {}, "banxa": { "coinType": "KSM", - "blockchain": "KUSAMA" + "blockchain": "KSM" } } } @@ -534,7 +534,7 @@ "buyProviders": { "banxa": { "coinType": "KAR", - "blockchain": "KARURA" + "blockchain": "KAR" } } }, @@ -962,7 +962,7 @@ }, "banxa": { "coinType": "MOVR", - "blockchain": "MOONRIVER" + "blockchain": "MOVR" } } }, @@ -1824,7 +1824,7 @@ "buyProviders": { "banxa": { "coinType": "KINT", - "blockchain": "KINTSUGI" + "blockchain": "KINT" } } }, @@ -2261,7 +2261,7 @@ "buyProviders": { "banxa": { "coinType": "BSX", - "blockchain": "BASILISK" + "blockchain": "BSX" } } }, @@ -3385,7 +3385,7 @@ }, "banxa": { "coinType": "GLMR", - "blockchain": "MOONBEAM" + "blockchain": "GLMR" } } }, @@ -3723,7 +3723,7 @@ }, "banxa": { "coinType": "ETH", - "blockchain": "ETHEREUM" + "blockchain": "ETH" } } } @@ -3933,7 +3933,7 @@ }, "banxa": { "coinType": "ASTR", - "blockchain": "ASTAR" + "blockchain": "ASTR" } } }, @@ -5414,7 +5414,7 @@ "buyProviders": { "banxa": { "coinType": "INTR", - "blockchain": "INTERLAY" + "blockchain": "INTR" } } }, @@ -5965,7 +5965,7 @@ }, "banxa": { "coinType": "AZERO", - "blockchain": "ALEPH ZERO" + "blockchain": "AZERO" } } } @@ -6872,7 +6872,7 @@ "buyProviders": { "banxa": { "coinType": "BAJU", - "blockchain": "BAJUN" + "blockchain": "BAJU" } } } diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 76d1b291e..a85e70976 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -20,7 +20,7 @@ "mercuryo": {}, "banxa": { "coinType": "DOT", - "blockchain": "POLKADOT" + "blockchain": "DOT" } } } @@ -145,7 +145,7 @@ "mercuryo": {}, "banxa": { "coinType": "KSM", - "blockchain": "KUSAMA" + "blockchain": "KSM" } } } @@ -557,7 +557,7 @@ "buyProviders": { "banxa": { "coinType": "KAR", - "blockchain": "KARURA" + "blockchain": "KAR" } } }, @@ -985,7 +985,7 @@ }, "banxa": { "coinType": "MOVR", - "blockchain": "MOONRIVER" + "blockchain": "MOVR" } } }, @@ -1847,7 +1847,7 @@ "buyProviders": { "banxa": { "coinType": "KINT", - "blockchain": "KINTSUGI" + "blockchain": "KINT" } } }, @@ -2284,7 +2284,7 @@ "buyProviders": { "banxa": { "coinType": "BSX", - "blockchain": "BASILISK" + "blockchain": "BSX" } } }, @@ -3408,7 +3408,7 @@ }, "banxa": { "coinType": "GLMR", - "blockchain": "MOONBEAM" + "blockchain": "GLMR" } } }, @@ -3746,7 +3746,7 @@ }, "banxa": { "coinType": "ETH", - "blockchain": "ETHEREUM" + "blockchain": "ETH" } } } @@ -3956,7 +3956,7 @@ }, "banxa": { "coinType": "ASTR", - "blockchain": "ASTAR" + "blockchain": "ASTR" } } }, @@ -5437,7 +5437,7 @@ "buyProviders": { "banxa": { "coinType": "INTR", - "blockchain": "INTERLAY" + "blockchain": "INTR" } } }, @@ -5988,7 +5988,7 @@ }, "banxa": { "coinType": "AZERO", - "blockchain": "ALEPH ZERO" + "blockchain": "AZERO" } } } @@ -6896,7 +6896,7 @@ "buyProviders": { "banxa": { "coinType": "BAJU", - "blockchain": "BAJUN" + "blockchain": "BAJU" } } } From bdd78fce946617446b6d37946db0af8c454866dd Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 12:55:30 +0500 Subject: [PATCH 1620/2142] * add Acala Mandala TC9 to dev * fix Centrifuge EVM icon --- chains/v14/chains_dev.json | 33 ++++++++++++++++++++++++++++++++- chains/v15/chains_dev.json | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2b7218e98..ebeba45db 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9446,7 +9446,7 @@ "symbol": "CFG", "priceId": "centrifuge", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master//icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "precision": 18 } ], @@ -9470,5 +9470,36 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 12 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] } ] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 76d1b291e..e173e315a 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9470,7 +9470,7 @@ "symbol": "CFG", "priceId": "centrifuge", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master//icons/chains/white/Centrifuge.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", "precision": 18 } ], @@ -9533,5 +9533,36 @@ "testnet", "swap-hub" ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 12 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] } ] From f2836e660f0435a5904f8525021b5faf023784e2 Mon Sep 17 00:00:00 2001 From: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:15:32 +0000 Subject: [PATCH 1621/2142] Update chain types --- chains/v2/types/calamari.json | 2 +- chains/v2/types/hydra_dx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/calamari.json b/chains/v2/types/calamari.json index cceca8d80..18f67059f 100644 --- a/chains/v2/types/calamari.json +++ b/chains/v2/types/calamari.json @@ -1,5 +1,5 @@ { - "runtime_id": 4400, + "runtime_id": 4401, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index 4353accbc..e8c16c8ef 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 176, + "runtime_id": 183, "types": { "Balance": "u128", "Index": "u32", From eb9d6a8e7f50c5f8a895224b268523397f7f6587 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 13:16:47 +0500 Subject: [PATCH 1622/2142] update/remove OnFinality nodes --- chains/v14/chains.json | 24 ++++++++++-------------- chains/v14/chains_dev.json | 28 ++++++++++------------------ chains/v15/chains.json | 24 ++++++++++-------------- chains/v15/chains_dev.json | 28 ++++++++++------------------ 4 files changed, 40 insertions(+), 64 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index d99338787..152153c19 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -3684,6 +3684,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3944,10 +3948,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5098,8 +5098,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -6559,10 +6563,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -6718,10 +6718,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2b7218e98..8ddb87865 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4331,6 +4331,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4614,10 +4618,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5601,8 +5601,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -7404,10 +7408,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -7693,10 +7693,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -9237,10 +9233,6 @@ { "url": "wss://ws.manta.systems", "name": "Manta node" - }, - { - "url": "wss://manta.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index d99338787..152153c19 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -3684,6 +3684,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3944,10 +3948,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5098,8 +5098,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -6559,10 +6563,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -6718,10 +6718,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 76d1b291e..0694de250 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -4354,6 +4354,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4637,10 +4641,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5624,8 +5624,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -7428,10 +7432,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -7717,10 +7717,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -9261,10 +9257,6 @@ { "url": "wss://ws.manta.systems", "name": "Manta node" - }, - { - "url": "wss://manta.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From d816cc760d066e469fd95e7dede0f5b65914adad Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 13:35:43 +0500 Subject: [PATCH 1623/2142] update/remove OnFinality nodes (#2131) --- chains/v14/chains.json | 24 ++++++++++-------------- chains/v14/chains_dev.json | 28 ++++++++++------------------ chains/v15/chains.json | 24 ++++++++++-------------- chains/v15/chains_dev.json | 28 ++++++++++------------------ 4 files changed, 40 insertions(+), 64 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index d99338787..152153c19 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -3684,6 +3684,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3944,10 +3948,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5098,8 +5098,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -6559,10 +6563,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -6718,10 +6718,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a53b16737..b1563918c 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4331,6 +4331,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4614,10 +4618,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5601,8 +5601,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -7404,10 +7408,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -7693,10 +7693,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -9237,10 +9233,6 @@ { "url": "wss://ws.manta.systems", "name": "Manta node" - }, - { - "url": "wss://manta.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index d99338787..152153c19 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -3684,6 +3684,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3944,10 +3948,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5098,8 +5098,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -6559,10 +6563,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -6718,10 +6718,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 1a458dae3..bcc8979cc 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -4354,6 +4354,10 @@ { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -4637,10 +4641,6 @@ { "url": "wss://api.kusama.encointer.org", "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5624,8 +5624,12 @@ "name": "Kintsugi Labs node" }, { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" } ], "explorers": [ @@ -7428,10 +7432,6 @@ { "url": "wss://kapex-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -7717,10 +7717,6 @@ { "url": "wss://rpc-do.xx.network", "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -9261,10 +9257,6 @@ { "url": "wss://ws.manta.systems", "name": "Manta node" - }, - { - "url": "wss://manta.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From 2f41b8800de894ee35a51ea8ca6b91bfb02f0851 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 13:52:00 +0500 Subject: [PATCH 1624/2142] fix mACA precision (#2132) * update/remove OnFinality nodes * fix mACA precision --- chains/v14/chains_dev.json | 2 +- chains/v15/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index b1563918c..9ccfab75b 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9472,7 +9472,7 @@ "symbol": "mACA", "type": "evmNative", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 12 + "precision": 18 } ], "nodeSelectionStrategy": "uniform", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index bcc8979cc..2ce3ac49d 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9535,7 +9535,7 @@ "symbol": "mACA", "type": "evmNative", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 12 + "precision": 18 } ], "nodeSelectionStrategy": "uniform", From d73e4142fd68d43567e48268576c572786131caf Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 15:23:27 +0500 Subject: [PATCH 1625/2142] promote banxa --- assets/evm/v2/assets.json | 8 +++++ chains/v14/chains.json | 76 +++++++++++++++++++++++++++++++++++---- chains/v15/chains.json | 76 +++++++++++++++++++++++++++++++++++---- 3 files changed, 148 insertions(+), 12 deletions(-) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 2e0568340..e26c6499e 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -23,6 +23,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDT", + "blockchain": "ETH" } } } @@ -49,6 +53,10 @@ "buyProviders": { "transak": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "USDC", + "blockchain": "ETH" } } } diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 152153c19..886bc91be 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -17,7 +17,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } } } ], @@ -138,7 +142,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } } } ], @@ -463,7 +471,13 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } }, { "assetId": 1, @@ -886,6 +900,10 @@ "buyProviders": { "transak": { "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" } } }, @@ -1213,6 +1231,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" } } } @@ -1306,6 +1328,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" } } }, @@ -2072,7 +2098,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } }, { "assetId": 1, @@ -3292,6 +3324,10 @@ "buyProviders": { "transak": { "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" } } }, @@ -3994,6 +4030,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } } }, { @@ -4913,6 +4955,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } } }, { @@ -5427,6 +5475,10 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" } } } @@ -6202,7 +6254,13 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } } ], "nodes": [ @@ -6465,7 +6523,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 152153c19..886bc91be 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -17,7 +17,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } } } ], @@ -138,7 +142,11 @@ "transak": { "network": "MAINNET" }, - "mercuryo": {} + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } } } ], @@ -463,7 +471,13 @@ "symbol": "KAR", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } }, { "assetId": 1, @@ -886,6 +900,10 @@ "buyProviders": { "transak": { "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" } } }, @@ -1213,6 +1231,10 @@ }, "mercuryo": { "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" } } } @@ -1306,6 +1328,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" } } }, @@ -2072,7 +2098,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } }, { "assetId": 1, @@ -3292,6 +3324,10 @@ "buyProviders": { "transak": { "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" } } }, @@ -3994,6 +4030,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } } }, { @@ -4913,6 +4955,12 @@ "currencyIdType": "interbtc_primitives.CurrencyId", "existentialDeposit": "0", "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } } }, { @@ -5427,6 +5475,10 @@ "buyProviders": { "transak": { "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" } } } @@ -6202,7 +6254,13 @@ "symbol": "BAJU", "precision": 12, "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } } ], "nodes": [ @@ -6465,7 +6523,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ From 6e7774b6d7e885ee6305a406ce3874d225222aed Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Oct 2023 18:20:01 +0500 Subject: [PATCH 1626/2142] remove BSX, CAPS, MOVR --- chains/v14/chains.json | 20 ++------------------ chains/v15/chains.json | 20 ++------------------ 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 886bc91be..121afd26f 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1328,10 +1328,6 @@ "buyProviders": { "transak": { "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" } } }, @@ -2098,13 +2094,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -6523,13 +6513,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 886bc91be..121afd26f 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1328,10 +1328,6 @@ "buyProviders": { "transak": { "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" } } }, @@ -2098,13 +2094,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" }, { "assetId": 1, @@ -6523,13 +6513,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" } ], "nodes": [ From 8606fd4624e7676325f6950fafed58bdeab52a4b Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:51:08 +0300 Subject: [PATCH 1627/2142] Update xcm coefficients (#2127) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 154 +++++++++++++++++++------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 2ac8154a5..9a42e89c5 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -198,7 +198,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "79491" + "value": "896382" }, "instructions": "xtokensReserve" } @@ -352,7 +352,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "125000000" }, "instructions": "xtokensReserve" } @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2319288151" + "value": "1647434477" }, "instructions": "xtokensDest" } @@ -1082,7 +1082,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xcmPalletDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xcmPalletDest" } @@ -1283,7 +1283,7 @@ "fee": { "mode": { "type": "proportional", - "value": "131352192005380" + "value": "112679492770376" }, "instructions": "xtokensDest" } @@ -1320,7 +1320,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -1427,7 +1427,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -1478,7 +1478,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -1543,7 +1543,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -2166,7 +2166,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -2407,7 +2407,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xcmPalletDest" } @@ -2575,7 +2575,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -2640,7 +2640,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -2705,7 +2705,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -2812,7 +2812,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "651856003039514" }, "instructions": "xtokensDest" } @@ -3109,7 +3109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "77639751552" + "value": "66602678571" }, "instructions": "xcmPalletDest" } @@ -3132,7 +3132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000" + "value": "21446063" }, "instructions": "xcmPalletDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5105554" + "value": "3308086" }, "instructions": "xcmPalletDest" } @@ -3337,7 +3337,7 @@ "fee": { "mode": { "type": "proportional", - "value": "131352192005380" + "value": "112679492770376" }, "instructions": "xtokensDest" } @@ -3430,7 +3430,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -3579,7 +3579,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -3700,7 +3700,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -3751,7 +3751,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -3979,7 +3979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000" + "value": "21446063" }, "instructions": "xcmPalletDest" } @@ -4114,7 +4114,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -4193,7 +4193,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -4272,7 +4272,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -4556,7 +4556,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -4621,7 +4621,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -4853,7 +4853,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -4974,7 +4974,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -5025,7 +5025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "651856003039514" }, "instructions": "xtokensDest" } @@ -5039,7 +5039,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -5090,7 +5090,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -5155,7 +5155,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -5257,7 +5257,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -5322,7 +5322,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -5429,7 +5429,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -5578,7 +5578,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -5783,7 +5783,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -5950,7 +5950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8865248226" + "value": "7604986702" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "107441009446322" + "value": "94569547985798" }, "instructions": "xtokensDest" } @@ -6211,7 +6211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6411,7 +6411,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6476,7 +6476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -6731,7 +6731,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8865248226" + "value": "7604986702" }, "instructions": "xcmPalletDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2319288151" + "value": "1647434477" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xcmPalletDest" } @@ -6852,7 +6852,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xcmPalletDest" } @@ -6964,7 +6964,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -7099,7 +7099,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99824309215780226800" + "value": "85633534978437939200" }, "instructions": "xcmPalletDest" } @@ -7178,7 +7178,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -7280,7 +7280,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -7424,7 +7424,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -7503,7 +7503,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -7545,7 +7545,7 @@ "fee": { "mode": { "type": "proportional", - "value": "121808020814554596791" + "value": "104492097095609548800" }, "instructions": "xtokensDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -7643,7 +7643,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -7759,7 +7759,7 @@ "fee": { "mode": { "type": "proportional", - "value": "13681387839982487" + "value": "11736475948120176" }, "instructions": "xtokensDest" } @@ -7810,7 +7810,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -7950,7 +7950,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -8043,7 +8043,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -8103,7 +8103,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -8140,7 +8140,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81460289737958539970" + "value": "69880098599534690304" }, "instructions": "xtokensDest" } @@ -8228,7 +8228,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "896382" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "242864825864" }, "instructions": "xtokensDest" } @@ -8326,7 +8326,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -8389,4 +8389,4 @@ ] } ] -} +} \ No newline at end of file From df1c9751a895e03049178810e360b77af5fa5eb6 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 19 Oct 2023 13:40:05 +0500 Subject: [PATCH 1628/2142] remove OnFinality node for Crab --- chains/v14/chains.json | 4 ++-- chains/v14/chains_dev.json | 4 ++-- chains/v15/chains.json | 4 ++-- chains/v15/chains_dev.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 121afd26f..a5e423867 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -7276,8 +7276,8 @@ "name": "Dwellir node" }, { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 9ccfab75b..a4461107f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -8414,8 +8414,8 @@ "name": "Dwellir node" }, { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 121afd26f..a5e423867 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -7276,8 +7276,8 @@ "name": "Dwellir node" }, { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 2ce3ac49d..8bb91e5cc 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8438,8 +8438,8 @@ "name": "Dwellir node" }, { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" } ], "explorers": [ From b9416b43284c9d5a97377be1051bb9f7de43de79 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:42:39 +0500 Subject: [PATCH 1629/2142] Update xcm coefficients (#2134) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 9a42e89c5..c5fb6bbc4 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1647434477" + "value": "1596371502" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3308086" + "value": "3250154" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "94569547985798" + "value": "93838137575601" }, "instructions": "xtokensDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1647434477" + "value": "1596371502" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xcmPalletDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "242864825864" + "value": "240660863430" }, "instructions": "xtokensDest" } From f10429db4a23f018ece42b23d64e5eaa8dbdae3f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 19 Oct 2023 12:13:54 +0300 Subject: [PATCH 1630/2142] update coefficients for moonbeam --- xcm/v5/transfers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 48ff664d5..cda5ead4e 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -2726,7 +2726,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "651856003039514" }, "instructions": "xtokensDest" } @@ -4391,7 +4391,7 @@ "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "651856003039514" }, "instructions": "xtokensDest" } @@ -7169,4 +7169,4 @@ ] } ] -} \ No newline at end of file +} From 1aaa458b4271390093dec2d569e556a993a34a05 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 19 Oct 2023 15:37:00 +0500 Subject: [PATCH 1631/2142] promote BSX, CAPS, MOVR, BNC banxa tokens --- chains/v14/chains.json | 28 +++++++++++++++++++++++++--- chains/v14/chains_dev.json | 8 +++++++- chains/v15/chains.json | 28 +++++++++++++++++++++++++--- chains/v15/chains_dev.json | 8 +++++++- 4 files changed, 64 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 121afd26f..4daa3fc4b 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1328,6 +1328,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" } } }, @@ -1848,7 +1852,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } }, { "assetId": 1, @@ -2094,7 +2104,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } }, { "assetId": 1, @@ -6513,7 +6529,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 9ccfab75b..513d99e53 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -1556,7 +1556,13 @@ "priceId": "bifrost-native-coin", "staking": [ "parachain" - ] + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } }, { "assetId": 1, diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 121afd26f..4daa3fc4b 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1328,6 +1328,10 @@ "buyProviders": { "transak": { "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" } } }, @@ -1848,7 +1852,13 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } }, { "assetId": 1, @@ -2094,7 +2104,13 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } }, { "assetId": 1, @@ -6513,7 +6529,13 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 2ce3ac49d..4d1ef93ef 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -1579,7 +1579,13 @@ "priceId": "bifrost-native-coin", "staking": [ "parachain" - ] + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } }, { "assetId": 1, From 5f6bb4dc8be9809cd669dd145e968a85d929267c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:16:23 +0500 Subject: [PATCH 1632/2142] Update networks list (#2137) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 5e94acf76..3de146e23 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 81 ### 💰 All assets 346 ### 🪙 Unique assets: 174 -### 💫 Cross Chain directions: 391 +### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 73 ### 👀 Networks with block explorers: 72 --- From 09d03cff2a2cdfdef884565dd74a21267664aac0 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 19 Oct 2023 13:16:54 +0200 Subject: [PATCH 1633/2142] Improve Astar EVM nodes and add indexer (#2124) * change nodes order * fix order * add history api * remove unused node --- chains/v14/chains_dev.json | 19 +++++++++++++------ chains/v15/chains_dev.json | 8 ++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a4461107f..dc930c18d 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9402,17 +9402,13 @@ "url": "wss://astar-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "https://astar.public.blastapi.io", "name": "Blast node" }, { - "url": "https://1rpc.io/astr", - "name": "1rpc node" + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -9424,6 +9420,17 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", "addressPrefix": 592, + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout.com/astar/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, "options": [ "ethereumBased", "noSubstrateRuntime" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 8bb91e5cc..8f04ec8b1 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9426,17 +9426,13 @@ "url": "wss://astar-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "https://astar.public.blastapi.io", "name": "Blast node" }, { - "url": "https://1rpc.io/astr", - "name": "1rpc node" + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From c0e07904db6e59a8ffd79886fe43d265ceaab83c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 19 Oct 2023 18:00:49 +0500 Subject: [PATCH 1634/2142] fix Moonbeam paraId (#2140) --- crowdloan/polkadot-dev.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 261724b60..2df28e31b 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -22,7 +22,8 @@ "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "apiLink": "yy9252r9jh.api.purestake.io", "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" - } + }, + "movedToParaId": "3342" }, { "paraid": "2006", @@ -367,5 +368,19 @@ "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://www.frequency.xyz/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg" + }, + { + "paraid": "3342", + "name": "Moonbeam", + "token": "GLMR", + "description": "Ethereum-compatible smart contract parachain on Polkadot", + "website": "https://moonbeam.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "customFlow": "Moonbeam", + "extras": { + "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "apiLink": "yy9252r9jh.api.purestake.io", + "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" + } } ] From d78ec26b3745abc90caaebffbb08eb9025129f8f Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 19 Oct 2023 18:03:13 +0500 Subject: [PATCH 1635/2142] promote fix Moonbeam paraId --- crowdloan/polkadot.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 19e7f9ef9..1a015173a 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -22,7 +22,8 @@ "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "apiLink": "yy9252r9jh.api.purestake.io", "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" - } + }, + "movedToParaId": "3342" }, { "paraid": "2006", @@ -366,5 +367,19 @@ "description": "Parallel enables token holders and projects to flexibly and borderlessly put their idle capital to earn interests", "website": "https://www.frequency.xyz/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg" + }, + { + "paraid": "3342", + "name": "Moonbeam", + "token": "GLMR", + "description": "Ethereum-compatible smart contract parachain on Polkadot", + "website": "https://moonbeam.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "customFlow": "Moonbeam", + "extras": { + "paraId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "apiLink": "yy9252r9jh.api.purestake.io", + "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" + } } ] From 778ac5dcd1ae55a7ac515e87ad6994a3575ae4d8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:58:17 +0300 Subject: [PATCH 1636/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20PROD=20env=20(#2139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * return kBTC fee * update fee from dev --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev --- xcm/v5/transfers.json | 132 +++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index cda5ead4e..c842db106 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -298,7 +298,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "79491" + "value": "896382" }, "instructions": "xtokensReserve" } @@ -542,7 +542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -839,7 +839,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2738222496" + "value": "1596371502" }, "instructions": "xtokensDest" } @@ -913,7 +913,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xcmPalletDest" } @@ -1025,7 +1025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xcmPalletDest" } @@ -1086,7 +1086,7 @@ "fee": { "mode": { "type": "proportional", - "value": "131352192005380" + "value": "112679492770376" }, "instructions": "xtokensDest" } @@ -1123,7 +1123,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -1216,7 +1216,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -1267,7 +1267,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -1332,7 +1332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -1402,7 +1402,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -1834,7 +1834,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -2075,7 +2075,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xcmPalletDest" } @@ -2243,7 +2243,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -2308,7 +2308,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -2373,7 +2373,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -2480,7 +2480,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -2777,7 +2777,7 @@ "fee": { "mode": { "type": "proportional", - "value": "77639751552" + "value": "66602678571" }, "instructions": "xcmPalletDest" } @@ -2800,7 +2800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000" + "value": "21446063" }, "instructions": "xcmPalletDest" } @@ -2856,7 +2856,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6405623" + "value": "3250154" }, "instructions": "xcmPalletDest" } @@ -2977,7 +2977,7 @@ "fee": { "mode": { "type": "proportional", - "value": "131352192005380" + "value": "112679492770376" }, "instructions": "xtokensDest" } @@ -3056,7 +3056,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -3098,7 +3098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -3163,7 +3163,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -3270,7 +3270,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -3321,7 +3321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -3391,7 +3391,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -3521,7 +3521,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25000000" + "value": "21446063" }, "instructions": "xcmPalletDest" } @@ -3633,7 +3633,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -3712,7 +3712,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -3777,7 +3777,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -3847,7 +3847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -4033,7 +4033,7 @@ "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -4098,7 +4098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -4219,7 +4219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -4340,7 +4340,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -4405,7 +4405,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -4456,7 +4456,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -4521,7 +4521,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -4623,7 +4623,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -4688,7 +4688,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -4795,7 +4795,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -4944,7 +4944,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -5000,7 +5000,7 @@ "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -5121,7 +5121,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -5237,7 +5237,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8865248226" + "value": "7604986702" }, "instructions": "xtokensDest" } @@ -5288,7 +5288,7 @@ "fee": { "mode": { "type": "proportional", - "value": "120085352824542" + "value": "93632504610990" }, "instructions": "xtokensDest" } @@ -5465,7 +5465,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -5665,7 +5665,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -5730,7 +5730,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -5962,7 +5962,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8865248226" + "value": "7604986702" }, "instructions": "xcmPalletDest" } @@ -5976,7 +5976,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2738222496" + "value": "1596371502" }, "instructions": "xcmPalletDest" } @@ -6074,7 +6074,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6181,7 +6181,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99824309215780226800" + "value": "85633534978437939200" }, "instructions": "xcmPalletDest" } @@ -6260,7 +6260,7 @@ "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6362,7 +6362,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -6506,7 +6506,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -6585,7 +6585,7 @@ "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "100544" }, "instructions": "xtokensDest" } @@ -6627,7 +6627,7 @@ "fee": { "mode": { "type": "proportional", - "value": "121808020814554596791" + "value": "104492097095609548800" }, "instructions": "xtokensDest" } @@ -6683,7 +6683,7 @@ "fee": { "mode": { "type": "proportional", - "value": "364326511523" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -6753,7 +6753,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } @@ -6846,7 +6846,7 @@ "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -6906,7 +6906,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -6943,7 +6943,7 @@ "fee": { "mode": { "type": "proportional", - "value": "81460289737958539264" + "value": "69880098599534690304" }, "instructions": "xtokensDest" } @@ -7064,7 +7064,7 @@ "fee": { "mode": { "type": "proportional", - "value": "336657693192" + "value": "240435587654" }, "instructions": "xtokensDest" } @@ -7106,7 +7106,7 @@ "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "438749232815" }, "instructions": "xtokensDest" } From c6e4b512d6425e54661d84d8554b45dca4340923 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:55:54 +0300 Subject: [PATCH 1637/2142] move onfinality to the bottom (#2143) --- chains/v15/chains_dev.json | 124 ++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 64 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 365470f93..ddd7a1fd7 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -46,13 +46,13 @@ "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -280,13 +280,13 @@ "url": "wss://westend-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1227,14 +1227,6 @@ } ], "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://wss.api.moonriver.moonbeam.network", "name": "Moonbeam Foundation node" @@ -1242,6 +1234,10 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1337,13 +1333,13 @@ } ], "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://wss.testnet.moonbeam.network", "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1517,13 +1513,13 @@ "url": "wss://rpc.shiden.astar.network", "name": "StakeTechnologies node" }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1771,13 +1767,13 @@ "url": "wss://bifrost-rpc.liebi.com/ws", "name": "Liebi node" }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bifrost-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { @@ -2657,13 +2653,13 @@ "url": "wss://khala-api.phala.network/ws", "name": "Phala node" }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3652,10 +3648,6 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" @@ -3663,6 +3655,10 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4503,13 +4499,13 @@ "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5037,13 +5033,13 @@ } ], "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5091,13 +5087,13 @@ } ], "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://centrifuge-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -5679,13 +5675,13 @@ } ], "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://eden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -6097,13 +6093,13 @@ } ], "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -6916,13 +6912,13 @@ "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bajun.public.curie.radiumblock.co/ws", "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -8899,10 +8895,6 @@ "url": "wss://polkadot-collectives-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -8910,6 +8902,10 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "externalApi": { From 6829a37f25888c95b18f9f5694cd9d91e2eed8b8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:56:15 +0300 Subject: [PATCH 1638/2142] Update chain types (#2142) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/kintsugi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index 82947fe38..01c103202 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 35, + "runtime_id": 36, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kintsugi.json b/chains/v2/types/kintsugi.json index 4dd8d9291..bf00b0b60 100644 --- a/chains/v2/types/kintsugi.json +++ b/chains/v2/types/kintsugi.json @@ -1,5 +1,5 @@ { - "runtime_id": 1025002, + "runtime_id": 1025003, "types": { "Balance": "u128", "Index": "u32", From 87813953f22b274d65f3a1396cb1ad5a4be84cde Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 21 Oct 2023 13:35:54 +0500 Subject: [PATCH 1639/2142] Revert "add staking to Amplitude, Pendulum (#2084)" (#2144) This reverts commit f37953367241d150bd9a3c1e625a347952f482fe. --- chains/v14/chains_dev.json | 15 +++------------ chains/v15/chains_dev.json | 15 +++------------ 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 9250f04a8..946eb9f30 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7111,10 +7111,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" }, { "assetId": 1, @@ -7738,10 +7735,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -8912,10 +8906,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index ddd7a1fd7..212835f5a 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7131,10 +7131,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" }, { "assetId": 1, @@ -7758,10 +7755,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" }, { "assetId": 1, @@ -8932,10 +8926,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg", - "staking": [ - "parachain" - ] + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" } ], "nodes": [ From 92a1d603e1a094ae1e93a306ad1aefa5fbfc6e46 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:36:10 +0500 Subject: [PATCH 1640/2142] Update chain types (#2145) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/interlay.json | 2 +- chains/v2/types/parallel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/interlay.json b/chains/v2/types/interlay.json index 17a1452e6..b3449cf1c 100644 --- a/chains/v2/types/interlay.json +++ b/chains/v2/types/interlay.json @@ -1,5 +1,5 @@ { - "runtime_id": 1025002, + "runtime_id": 1025003, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/parallel.json b/chains/v2/types/parallel.json index b2db96505..e79cd3504 100644 --- a/chains/v2/types/parallel.json +++ b/chains/v2/types/parallel.json @@ -1,5 +1,5 @@ { - "runtime_id": 200, + "runtime_id": 201, "types": { "Balance": "u128", "Index": "u32", From 7f54e3b5aade019da14ec6eeec028c2b6445772f Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:06:47 +0500 Subject: [PATCH 1641/2142] Update chain types (#2146) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/subsocial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 60fea938a..657427f48 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 28, + "runtime_id": 29, "types": { "Balance": "u128", "Index": "u32", From 730bebc06c52e9ff660753eea101095bfc94f906 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:29:19 +0300 Subject: [PATCH 1642/2142] Update xcm coefficients (#2147) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index c5fb6bbc4..bda1c9deb 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1596371502" + "value": "1560801050" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3250154" + "value": "3384419" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "93838137575601" + "value": "91526015911614" }, "instructions": "xtokensDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1596371502" + "value": "1560801050" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xcmPalletDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240660863430" + "value": "234132808476" }, "instructions": "xtokensDest" } From edcd408be0e682f0f2678a7be150aedadc14c619 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 23 Oct 2023 10:18:31 +0300 Subject: [PATCH 1643/2142] change nodes order --- chains/v14/chains.json | 104 +++++++++++++++++++------------------- chains/v15/chains.json | 112 ++++++++++++++++++++--------------------- 2 files changed, 108 insertions(+), 108 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 4161e1c10..02ac41849 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1141,10 +1141,6 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" @@ -1152,6 +1148,10 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1577,13 +1577,13 @@ "url": "wss://wss.api.moonriver.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1802,13 +1802,13 @@ "url": "wss://rpc.shiden.astar.network", "name": "StakeTechnologies node" }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -2044,13 +2044,13 @@ "url": "wss://bifrost-rpc.liebi.com/ws", "name": "Liebi node" }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bifrost-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { @@ -2684,13 +2684,13 @@ "url": "wss://khala-api.phala.network/ws", "name": "Phala node" }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3485,13 +3485,13 @@ "url": "wss://rpc.astar.network", "name": "Astar node" }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://astar-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3857,13 +3857,13 @@ "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4559,13 +4559,13 @@ } ], "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4613,13 +4613,13 @@ } ], "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -5201,13 +5201,13 @@ } ], "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://eden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5583,13 +5583,13 @@ } ], "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -6274,13 +6274,13 @@ "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bajun.public.curie.radiumblock.co/ws", "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -7553,10 +7553,6 @@ "url": "wss://polkadot-collectives-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -7564,6 +7560,10 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 4161e1c10..9646049df 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -280,13 +280,13 @@ "url": "wss://westend-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1141,10 +1141,6 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" @@ -1152,6 +1148,10 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1577,13 +1577,13 @@ "url": "wss://wss.api.moonriver.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1802,13 +1802,13 @@ "url": "wss://rpc.shiden.astar.network", "name": "StakeTechnologies node" }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -2044,13 +2044,13 @@ "url": "wss://bifrost-rpc.liebi.com/ws", "name": "Liebi node" }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bifrost-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { @@ -2684,13 +2684,13 @@ "url": "wss://khala-api.phala.network/ws", "name": "Phala node" }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3485,13 +3485,13 @@ "url": "wss://rpc.astar.network", "name": "Astar node" }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://astar-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3857,13 +3857,13 @@ "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4559,13 +4559,13 @@ } ], "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4613,13 +4613,13 @@ } ], "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://fullnode.parachain.centrifuge.io", "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -5201,13 +5201,13 @@ } ], "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://eden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5583,13 +5583,13 @@ } ], "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -6274,13 +6274,13 @@ "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bajun.public.curie.radiumblock.co/ws", "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -7553,10 +7553,6 @@ "url": "wss://polkadot-collectives-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -7564,6 +7560,10 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { From a75b2dec1149818e9d90085150d6c2b95aa0690d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 23 Oct 2023 10:22:44 +0300 Subject: [PATCH 1644/2142] change Kusama nodes order --- chains/v14/chains.json | 28 ++++++++++++++-------------- chains/v15/chains.json | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 02ac41849..b276f4dee 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -152,32 +152,32 @@ ], "nodes": [ { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" }, { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" }, { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" }, { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" }, { "url": "wss://kusama.api.onfinality.io/public-ws", diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 9646049df..4f6d21706 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -152,32 +152,32 @@ ], "nodes": [ { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" }, { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" }, { "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" }, { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" }, { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" }, { "url": "wss://kusama.api.onfinality.io/public-ws", From b69c7a9af593c15e0d3e146b4cf736536db19bf8 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:57:32 +0300 Subject: [PATCH 1645/2142] move onfinality to the bottom (#2148) --- chains/v14/chains_dev.json | 124 ++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 64 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 946eb9f30..6c7ce948a 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -46,13 +46,13 @@ "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://1rpc.io/dot", "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -280,13 +280,13 @@ "url": "wss://westend-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1204,14 +1204,6 @@ } ], "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://wss.api.moonriver.moonbeam.network", "name": "Moonbeam Foundation node" @@ -1219,6 +1211,10 @@ { "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1314,13 +1310,13 @@ } ], "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://wss.testnet.moonbeam.network", "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1494,13 +1490,13 @@ "url": "wss://rpc.shiden.astar.network", "name": "StakeTechnologies node" }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -1748,13 +1744,13 @@ "url": "wss://bifrost-rpc.liebi.com/ws", "name": "Liebi node" }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bifrost-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "types": { @@ -2634,13 +2630,13 @@ "url": "wss://khala-api.phala.network/ws", "name": "Phala node" }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -3629,10 +3625,6 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" @@ -3640,6 +3632,10 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -4480,13 +4476,13 @@ "url": "wss://statemint-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5014,13 +5010,13 @@ } ], "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -5068,13 +5064,13 @@ } ], "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://centrifuge-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -5656,13 +5652,13 @@ } ], "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://eden-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -6074,13 +6070,13 @@ } ], "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://rpc.composable.finance", "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "explorers": [ @@ -6892,13 +6888,13 @@ "url": "wss://rpc-parachain.bajun.network", "name": "AjunaNetwork node" }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://bajun.public.curie.radiumblock.co/ws", "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ @@ -8869,10 +8865,6 @@ "url": "wss://polkadot-collectives-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -8880,6 +8872,10 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "externalApi": { From 29e5a8def8781e041db46d73f0a897bf2af42c43 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 23 Oct 2023 13:01:15 +0500 Subject: [PATCH 1646/2142] update Polkadex nodes (#2150) --- chains/v14/chains_dev.json | 8 ++++++++ chains/v15/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 6c7ce948a..dbdfa728a 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6156,9 +6156,17 @@ } ], "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Dwellir node" + }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 212835f5a..74eab737f 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6179,9 +6179,17 @@ } ], "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Dwellir node" + }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From bac7a586b5cfba9e3525b19a07b91d94f7c87e8b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 23 Oct 2023 13:20:02 +0500 Subject: [PATCH 1647/2142] promote update Polkadex nodes --- chains/v14/chains.json | 8 ++++++++ chains/v15/chains.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 4161e1c10..388c72d9b 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5657,9 +5657,17 @@ } ], "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Dwellir node" + }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 4161e1c10..388c72d9b 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5657,9 +5657,17 @@ } ], "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Dwellir node" + }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" } ], "explorers": [ From f3f99a41fdc935e6667c00358f999868b51b4f79 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:20:51 +0500 Subject: [PATCH 1648/2142] Update chain types (#2151) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/bifrost.json | 2 +- chains/v2/types/bifrost_polkadot.json | 2 +- chains/v2/types/polkadot.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/bifrost.json b/chains/v2/types/bifrost.json index 4eaba2180..df2f2b9d3 100644 --- a/chains/v2/types/bifrost.json +++ b/chains/v2/types/bifrost.json @@ -1,5 +1,5 @@ { - "runtime_id": 982, + "runtime_id": 984, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/bifrost_polkadot.json b/chains/v2/types/bifrost_polkadot.json index 35bc0075f..4ff232e1a 100644 --- a/chains/v2/types/bifrost_polkadot.json +++ b/chains/v2/types/bifrost_polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 982, + "runtime_id": 984, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index ef7e0065b..69acdbdfd 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -1,5 +1,5 @@ { - "runtime_id": 9430, + "runtime_id": 9431, "types": { "Balance": "u128", "Index": "u32", From d2ed6a856c54426ac1ce7a752c8631e2ed4c310d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 24 Oct 2023 11:55:26 +0500 Subject: [PATCH 1649/2142] fix Polkadex node order --- chains/v14/chains.json | 4 ++-- chains/v14/chains_dev.json | 4 ++-- chains/v15/chains.json | 4 ++-- chains/v15/chains_dev.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 899e5f6d9..8331173a2 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5662,8 +5662,8 @@ "name": "Dwellir node" }, { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex-parachain.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" }, { "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index dbdfa728a..4b02b934b 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6161,8 +6161,8 @@ "name": "Dwellir node" }, { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex-parachain.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" }, { "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", diff --git a/chains/v15/chains.json b/chains/v15/chains.json index e86503d09..8376f4650 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5662,8 +5662,8 @@ "name": "Dwellir node" }, { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex-parachain.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" }, { "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 74eab737f..1290054b7 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6184,8 +6184,8 @@ "name": "Dwellir node" }, { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex-parachain.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" }, { "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", From 39e7e6909a937498b935e401270a3deb61611c4d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:56:49 +0300 Subject: [PATCH 1650/2142] fix nodes (#2153) --- chains/v14/chains.json | 4 ---- chains/v14/chains_dev.json | 4 ---- chains/v15/chains.json | 4 ---- chains/v15/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 899e5f6d9..9701407b5 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5657,10 +5657,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index dbdfa728a..121f2f40a 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6156,10 +6156,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v15/chains.json b/chains/v15/chains.json index e86503d09..1eb631e16 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5657,10 +5657,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 74eab737f..503697fc0 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6179,10 +6179,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" From 7c2af62b3f36085265d870f8598338e6714cf9f1 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:40:52 +0500 Subject: [PATCH 1651/2142] Update chain types (#2156) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/imbue.json | 2 +- chains/v2/types/mangatax.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/imbue.json b/chains/v2/types/imbue.json index ff642f6e2..5615f2d01 100644 --- a/chains/v2/types/imbue.json +++ b/chains/v2/types/imbue.json @@ -1,5 +1,5 @@ { - "runtime_id": 9432, + "runtime_id": 9435, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/mangatax.json b/chains/v2/types/mangatax.json index ab4e2fb56..f814f5840 100644 --- a/chains/v2/types/mangatax.json +++ b/chains/v2/types/mangatax.json @@ -1,5 +1,5 @@ { - "runtime_id": 3001, + "runtime_id": 3100, "types": { "Balance": "u128", "Index": "u32", From c34c52e1891f41d0521a0c435b1fb60389aca5b5 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 24 Oct 2023 16:27:25 +0500 Subject: [PATCH 1652/2142] remove OnFinality from Composable --- chains/v14/chains.json | 4 ---- chains/v14/chains_dev.json | 4 ---- chains/v15/chains.json | 4 ---- chains/v15/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 9701407b5..b0d6a016c 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -4288,10 +4288,6 @@ { "url": "wss://picasso-rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" } ], "explorers": [ diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 121f2f40a..35d5514d4 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6073,10 +6073,6 @@ { "url": "wss://rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" } ], "explorers": [ diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 1eb631e16..1b5664f1a 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5586,10 +5586,6 @@ { "url": "wss://rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 503697fc0..f53f41070 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6096,10 +6096,6 @@ { "url": "wss://rpc.composable.finance", "name": "Composable node" - }, - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" } ], "explorers": [ From ce40bd39e8bcd99a73973873d00dbef67388111b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:58:54 +0300 Subject: [PATCH 1653/2142] Add commit check for PRs (#2155) * try to run pre-commit on PR * test * test hook * update checkout * test * test * test * fix failed state * change implementation * change implementation * check pre-commit hooks * fix format for all files * fix problem json * check autofix * fix naming * fix --- .github/workflows/check_commit_rules.yaml | 17 +++++++++++++++++ .github/workflows/pull_request_for_xcm.yaml | 4 ++-- LICENSE | 2 +- README.md | 2 +- chains/chains_validator.yaml | 2 +- chains/types/bifrost.json | 2 +- chains/types/karura.json | 2 +- chains/types/parallel.json | 2 +- chains/types/polkadot.json | 2 +- chains/types/statemine.json | 2 +- chains/v10/chains.json | 2 +- chains/v10/chains_dev.json | 2 +- chains/v11/chains_dev.json | 2 +- icons/chains/color/SubSquare.svg | 2 +- icons/chains/gradient/Crust.svg | 2 +- icons/chains/gradient/InvArch.svg | 2 +- icons/chains/gradient/Moonsama.svg | 2 +- icons/chains/gradient/Polymesh.svg | 2 +- icons/chains/gradient/peaq.svg | 2 +- icons/chains/white/Aleph_zero.svg | 2 +- icons/chains/white/Geminis.svg | 2 +- icons/dapps/color/Singular_2.0.svg | 2 +- icons/tokens/white/CRU.svg | 2 +- icons/tokens/white/KUSD.svg | 2 +- icons/tokens/white/Phala.svg | 2 +- icons/tokens/white/RMRK.svg | 2 +- icons/tokens/white/XX.svg | 2 +- icons/tokens/white/ZLK.svg | 2 +- makefile | 3 +++ scripts/print_xcm_changes.py | 2 +- scripts/utils/chain_model.py | 2 +- tests/data/xcm_data.json | 2 +- tests/test_can_query_base_parameters.py | 2 +- tests/test_eth_nodes_availability.py | 10 ++++------ tests/test_type_creation.py | 2 +- xcm/update_to_prod.py | 12 ++++++------ xcm/v2/transfers.json | 2 +- xcm/v2/transfers_dev.json | 2 +- xcm/v3/transfers.json | 2 +- xcm/v3/transfers_dev.json | 2 +- xcm/v4/transfers.json | 2 +- xcm/v4/transfers_dev.json | 2 +- xcm/v5/transfers_dev.json | 2 +- 43 files changed, 70 insertions(+), 52 deletions(-) create mode 100644 .github/workflows/check_commit_rules.yaml diff --git a/.github/workflows/check_commit_rules.yaml b/.github/workflows/check_commit_rules.yaml new file mode 100644 index 000000000..e07f31b9f --- /dev/null +++ b/.github/workflows/check_commit_rules.yaml @@ -0,0 +1,17 @@ +name: Check commit rules + +on: + pull_request: + branches: [master] + +jobs: + check-pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 + with: + python-version: 3.x + - uses: pre-commit/action@v3.0.0 + - uses: pre-commit-ci/lite-action@v1.0.1 + if: always() diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index 92b3d9625..54f7a2720 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -45,12 +45,12 @@ jobs: - name: Generate message for PROD if: steps.prod.outputs.any_changed == 'true' run: | - make pr-comment-creation PR_ENV=PROD PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=PROD PR_FILE_NAME=${{ env.BODY_FILE }} - name: Generate message for DEV if: steps.dev.outputs.any_changed == 'true' run: | - make pr-comment-creation PR_ENV=DEV PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=DEV PR_FILE_NAME=${{ env.BODY_FILE }} - name: Find Comment uses: peter-evans/find-comment@v2 diff --git a/LICENSE b/LICENSE index 2bb9ad240..d9a10c0d8 100644 --- a/LICENSE +++ b/LICENSE @@ -173,4 +173,4 @@ incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS \ No newline at end of file + END OF TERMS AND CONDITIONS diff --git a/README.md b/README.md index 351063529..c9d322a6b 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ Note: Icons should be used from trusted sources, however currently icons are not ## License Nova utils is available under the Apache 2.0 license. See the LICENSE file for more info. -© Novasama Technologies GmbH 2023 \ No newline at end of file +© Novasama Technologies GmbH 2023 diff --git a/chains/chains_validator.yaml b/chains/chains_validator.yaml index eef61d7e1..d284fad1e 100644 --- a/chains/chains_validator.yaml +++ b/chains/chains_validator.yaml @@ -2,4 +2,4 @@ chain_files: - chains.json - chains_dev.json - v2/chains_dev.json - - v2/chains.json \ No newline at end of file + - v2/chains.json diff --git a/chains/types/bifrost.json b/chains/types/bifrost.json index 94926ce15..4e80f127d 100644 --- a/chains/types/bifrost.json +++ b/chains/types/bifrost.json @@ -11,4 +11,4 @@ "237": "GenericCall" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/types/karura.json b/chains/types/karura.json index e5e759122..9f5f71bbf 100644 --- a/chains/types/karura.json +++ b/chains/types/karura.json @@ -11,4 +11,4 @@ "194": "GenericCall" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/types/parallel.json b/chains/types/parallel.json index 621668059..ffb663ea3 100644 --- a/chains/types/parallel.json +++ b/chains/types/parallel.json @@ -11,4 +11,4 @@ "154": "GenericCall" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/types/polkadot.json b/chains/types/polkadot.json index d0d2b7960..e24ae09f0 100644 --- a/chains/types/polkadot.json +++ b/chains/types/polkadot.json @@ -11,4 +11,4 @@ "130": "GenericCall" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/types/statemine.json b/chains/types/statemine.json index dd8e617d6..25809b661 100644 --- a/chains/types/statemine.json +++ b/chains/types/statemine.json @@ -11,4 +11,4 @@ "243": "GenericCall" }, "versioning": [] -} \ No newline at end of file +} diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 2c77c74ef..8dd33618b 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -6028,7 +6028,7 @@ "url": "wss://crab.api.onfinality.io/public-ws", "name": "OnFinality node" } - + ], "explorers": [ { diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index a725f3305..486c1810f 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -7262,7 +7262,7 @@ "url": "wss://crab.api.onfinality.io/public-ws", "name": "OnFinality node" } - + ], "explorers": [ { diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 9636bf702..e39319f4b 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7503,7 +7503,7 @@ "url": "wss://crab.api.onfinality.io/public-ws", "name": "OnFinality node" } - + ], "explorers": [ { diff --git a/icons/chains/color/SubSquare.svg b/icons/chains/color/SubSquare.svg index 891420ff7..2315b0977 100644 --- a/icons/chains/color/SubSquare.svg +++ b/icons/chains/color/SubSquare.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/icons/chains/gradient/Crust.svg b/icons/chains/gradient/Crust.svg index 67ca3cab8..730f360c6 100644 --- a/icons/chains/gradient/Crust.svg +++ b/icons/chains/gradient/Crust.svg @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/icons/chains/gradient/InvArch.svg b/icons/chains/gradient/InvArch.svg index af910b140..de71ece5e 100644 --- a/icons/chains/gradient/InvArch.svg +++ b/icons/chains/gradient/InvArch.svg @@ -22,4 +22,4 @@ - \ No newline at end of file + diff --git a/icons/chains/gradient/Moonsama.svg b/icons/chains/gradient/Moonsama.svg index 7c4bc9f7f..36b5f8894 100644 --- a/icons/chains/gradient/Moonsama.svg +++ b/icons/chains/gradient/Moonsama.svg @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/icons/chains/gradient/Polymesh.svg b/icons/chains/gradient/Polymesh.svg index 100db91f9..4dee1b4cf 100644 --- a/icons/chains/gradient/Polymesh.svg +++ b/icons/chains/gradient/Polymesh.svg @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/icons/chains/gradient/peaq.svg b/icons/chains/gradient/peaq.svg index f0856ba7d..e6e85a036 100644 --- a/icons/chains/gradient/peaq.svg +++ b/icons/chains/gradient/peaq.svg @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/icons/chains/white/Aleph_zero.svg b/icons/chains/white/Aleph_zero.svg index 09dcbb33f..b0861d09c 100644 --- a/icons/chains/white/Aleph_zero.svg +++ b/icons/chains/white/Aleph_zero.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/chains/white/Geminis.svg b/icons/chains/white/Geminis.svg index 04e38a9e4..d555ed6f7 100644 --- a/icons/chains/white/Geminis.svg +++ b/icons/chains/white/Geminis.svg @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/icons/dapps/color/Singular_2.0.svg b/icons/dapps/color/Singular_2.0.svg index c2f112b52..e110fd97b 100644 --- a/icons/dapps/color/Singular_2.0.svg +++ b/icons/dapps/color/Singular_2.0.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/CRU.svg b/icons/tokens/white/CRU.svg index 8fa97bc6e..64096c200 100644 --- a/icons/tokens/white/CRU.svg +++ b/icons/tokens/white/CRU.svg @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/KUSD.svg b/icons/tokens/white/KUSD.svg index 914cd2b58..9655a0c1b 100644 --- a/icons/tokens/white/KUSD.svg +++ b/icons/tokens/white/KUSD.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/Phala.svg b/icons/tokens/white/Phala.svg index bd00bb693..05778ed42 100644 --- a/icons/tokens/white/Phala.svg +++ b/icons/tokens/white/Phala.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/RMRK.svg b/icons/tokens/white/RMRK.svg index 38334a3e1..4d6395d55 100644 --- a/icons/tokens/white/RMRK.svg +++ b/icons/tokens/white/RMRK.svg @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/XX.svg b/icons/tokens/white/XX.svg index 0fc93bb2a..2d7469159 100644 --- a/icons/tokens/white/XX.svg +++ b/icons/tokens/white/XX.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/icons/tokens/white/ZLK.svg b/icons/tokens/white/ZLK.svg index 87d715951..1a0c90dcc 100644 --- a/icons/tokens/white/ZLK.svg +++ b/icons/tokens/white/ZLK.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/makefile b/makefile index fb09ae87f..98cc0776d 100644 --- a/makefile +++ b/makefile @@ -74,5 +74,8 @@ pr-comment-creation: echo "## Changes for $(PR_ENV)" >> $(PR_FILE_NAME) $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) +check-chains-file: + $(VENV)/bin/pre-commit run --files chains/**/*.json + update-xcm-to-prod: $(VENV)/bin/python xcm/update_to_prod.py diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 73bdedabd..534ba67cc 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -54,7 +54,7 @@ def compare_reserve_fee(object_accumulator, actual_assets_location, changed_asse 'old_value': old_value, 'new_value': new_value} except: object_accumulator['reserveFee'][assets] = "That asset was removed" - + def find_new_destinations(object_accumulator, actual_chain_dict, new_cahin_dict, chain_json_dict): diff --git a/scripts/utils/chain_model.py b/scripts/utils/chain_model.py index 523fc54ca..3c7f6d230 100644 --- a/scripts/utils/chain_model.py +++ b/scripts/utils/chain_model.py @@ -41,4 +41,4 @@ def close_substrate_connection(self): def init_properties(self): if (self.properties): return self.substrate - self.properties = get_properties(self.substrate) \ No newline at end of file + self.properties = get_properties(self.substrate) diff --git a/tests/data/xcm_data.json b/tests/data/xcm_data.json index afd5f9476..70368a551 100644 --- a/tests/data/xcm_data.json +++ b/tests/data/xcm_data.json @@ -1587,4 +1587,4 @@ } } } -} \ No newline at end of file +} diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py index b88d1218b..5a94d30d4 100644 --- a/tests/test_can_query_base_parameters.py +++ b/tests/test_can_query_base_parameters.py @@ -37,4 +37,4 @@ def test_create_connection_and_get_next_index(self, chain: Chain): chain.init_properties() storage = connection.rpc_request('account_nextIndex', ['5CJqRchpnKQ6zzB4zmkz3QSzFgFmLFJ741RxW1CunStvEwKd']) - assert isinstance(connection, SubstrateInterface) \ No newline at end of file + assert isinstance(connection, SubstrateInterface) diff --git a/tests/test_eth_nodes_availability.py b/tests/test_eth_nodes_availability.py index f04b2c0ce..272a61c94 100644 --- a/tests/test_eth_nodes_availability.py +++ b/tests/test_eth_nodes_availability.py @@ -12,7 +12,7 @@ @pytest.mark.parametrize("data", collect_rpc_nodes_for_chains(get_ethereum_chains()), ids=task_ids) class TestETHNodesAvailability: def test_rpc_node_work_fast(self, data): - + w3 = Web3(Web3.HTTPProvider(data['url'])) # Check if connected to Ethereum RPC node assert w3.is_connected(), "Failed to connect to Ethereum RPC node" @@ -25,13 +25,13 @@ def test_rpc_node_work_fast(self, data): # Check if request took more than 3 seconds elapsed_time = end_time - start_time assert elapsed_time <= 3, f"Request took {elapsed_time} seconds, which is more than 3 seconds" - + def test_rpc_node_is_synced(self, data): - + wss_w3 = Web3(Web3.WebsocketProvider('wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe')) # Check if connected to wss node assert wss_w3.is_connected(), "Failed to connect to Ethereum wss node" - + w3_rpc = Web3(Web3.HTTPProvider(data['url'])) # Check if connected to RPC node assert w3_rpc.is_connected(), "Failed to connect to Ethereum RPC node" @@ -43,5 +43,3 @@ def test_rpc_node_is_synced(self, data): # Compare block numbers and assert the difference is not greater than 3 assert abs(wss_block_number - rpc_block_number) <= 3, f"Difference in block numbers is greater than 3:\ wss_block_number={wss_block_number}, rpc_block_number={rpc_block_number}" - - \ No newline at end of file diff --git a/tests/test_type_creation.py b/tests/test_type_creation.py index d475c980b..fb010a4b2 100644 --- a/tests/test_type_creation.py +++ b/tests/test_type_creation.py @@ -35,4 +35,4 @@ def test_type_building(url, name, types_path): property = json.loads(file.read()) for key, value in network_types.types.items(): assert value == property.get('types').get(key) - assert isinstance(network_types.runtime_id, int) \ No newline at end of file + assert isinstance(network_types.runtime_id, int) diff --git a/xcm/update_to_prod.py b/xcm/update_to_prod.py index bc754d0fe..dffbe1dde 100644 --- a/xcm/update_to_prod.py +++ b/xcm/update_to_prod.py @@ -17,7 +17,7 @@ def remove_none_keys(data): for key in list(data.keys()): # Recursively call the function on the corresponding value data[key] = remove_none_keys(data[key]) - + # Check if the value is None after recursing, remove it if so if data[key] is None: del data[key] @@ -25,10 +25,10 @@ def remove_none_keys(data): elif isinstance(data, list): # Iterate over the list elements data[:] = [remove_none_keys(elem) for elem in data] - + # Remove any empty dictionaries in the list data[:] = [elem for elem in data if isinstance(elem, dict) and len(elem) > 0] - + return data def update_networks(dev_chains, prod_chains, meta_dict): @@ -56,7 +56,7 @@ def update_reserves(dev_file, prod_file): print(f"Added new asset: {dev_asset_location}") if ask_to_update(): prod_file['assetsLocation'][dev_asset_location] = dev_asset - + for prod_asset_location, prod_asset in prod_file['assetsLocation'].items(): if prod_asset_location not in dev_file['assetsLocation']: print(f"Asset was removed: {prod_asset_location}") @@ -80,7 +80,7 @@ def update_assets(dev_chains, prod_chains, meta_dict): def update_destinations(dev_chains, prod_chains, meta_dict): for prod_chain_id, prod_chain in prod_chains.items(): for prod_asset_location, prod_asset in prod_chain['assets'].items(): - + if dev_chains[prod_chain_id]['assets'].get(prod_asset_location) is None: print(f"Destination was removed in {meta_dict[prod_chain_id]['name']} \ \nfor asset: {prod_asset_location} \ @@ -98,7 +98,7 @@ def update_destinations(dev_chains, prod_chains, meta_dict): if ask_to_update(): prod_chains[prod_chain_id]['assets'][prod_asset_location]['xcmTransfers'][dev_destination_id] = dev_destination - + return remove_none_keys(prod_chains) diff --git a/xcm/v2/transfers.json b/xcm/v2/transfers.json index 7a42356f2..b2b0143e8 100644 --- a/xcm/v2/transfers.json +++ b/xcm/v2/transfers.json @@ -3399,4 +3399,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v2/transfers_dev.json b/xcm/v2/transfers_dev.json index bde0e316d..e26da9162 100644 --- a/xcm/v2/transfers_dev.json +++ b/xcm/v2/transfers_dev.json @@ -5097,4 +5097,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v3/transfers.json b/xcm/v3/transfers.json index 16c641668..74c43adec 100644 --- a/xcm/v3/transfers.json +++ b/xcm/v3/transfers.json @@ -3182,4 +3182,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v3/transfers_dev.json b/xcm/v3/transfers_dev.json index dad9dffe9..e255b7903 100644 --- a/xcm/v3/transfers_dev.json +++ b/xcm/v3/transfers_dev.json @@ -5450,4 +5450,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 5fb89797b..0ba1838e6 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -5242,4 +5242,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v4/transfers_dev.json b/xcm/v4/transfers_dev.json index d377eaa44..b76f738f8 100644 --- a/xcm/v4/transfers_dev.json +++ b/xcm/v4/transfers_dev.json @@ -6010,4 +6010,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index bda1c9deb..409b59dde 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -8389,4 +8389,4 @@ ] } ] -} \ No newline at end of file +} From 214be56366f3959e1018eec95743870539c8c98e Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:59:47 +0300 Subject: [PATCH 1654/2142] Revert "add Dwellir to Polkadex nodes" (#2159) --- chains/v14/chains.json | 4 ---- chains/v14/chains_dev.json | 4 ---- chains/v15/chains.json | 4 ---- chains/v15/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 6afd87b64..b0d6a016c 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5653,10 +5653,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 5410cbf95..35d5514d4 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6152,10 +6152,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 7b727c25c..1b5664f1a 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5653,10 +5653,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index da3bd6d91..f53f41070 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6175,10 +6175,6 @@ } ], "nodes": [ - { - "url": "wss://polkadex-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://mainnet.polkadex.trade", "name": "Polkadex team node" From b0ac67892f58db3cee89e0f700307404bb2413bf Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:03:16 +0300 Subject: [PATCH 1655/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Empty commit * try to change auto-update * update condition * change auto-commit * Apply automatic changes * add trigger * test * fix trigger workflows * fix push * Apply automatic changes * remove unnecessary trigger --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: Stepan Lavrentev Co-authored-by: stepanLav --- .github/workflows/check_commit_rules.yaml | 15 ++++++++++-- xcm/v5/transfers_dev.json | 30 +++++++++++------------ 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/.github/workflows/check_commit_rules.yaml b/.github/workflows/check_commit_rules.yaml index e07f31b9f..ad8a29b6e 100644 --- a/.github/workflows/check_commit_rules.yaml +++ b/.github/workflows/check_commit_rules.yaml @@ -8,10 +8,21 @@ jobs: check-pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: tibdex/github-app-token@v1 + id: generate-token + with: + app_id: ${{ secrets.PR_APP_ID}} + private_key: ${{ secrets.PR_APP_TOKEN}} + + - uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} + token: ${{ steps.generate-token.outputs.token }} + - uses: actions/setup-python@v4 with: python-version: 3.x - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.1 + + - uses: stefanzweifel/git-auto-commit-action@v5 if: always() diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 409b59dde..0428413d7 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1560801050" + "value": "1380481782" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3384419" + "value": "3220353" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "91526015911614" + "value": "84939065727786" }, "instructions": "xtokensDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1560801050" + "value": "1380481782" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xcmPalletDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234132808476" + "value": "211313876568" }, "instructions": "xtokensDest" } From 073a846d1b6e7b065e145571ebee52f01e6ee279 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 25 Oct 2023 16:48:57 +0200 Subject: [PATCH 1656/2142] v15 -> v16 --- chains/v16/chains.json | 7689 +++++++++++++++++++++++++++++ chains/v16/chains_dev.json | 9549 ++++++++++++++++++++++++++++++++++++ 2 files changed, 17238 insertions(+) create mode 100644 chains/v16/chains.json create mode 100644 chains/v16/chains_dev.json diff --git a/chains/v16/chains.json b/chains/v16/chains.json new file mode 100644 index 000000000..1b5664f1a --- /dev/null +++ b/chains/v16/chains.json @@ -0,0 +1,7689 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + } +] diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json new file mode 100644 index 000000000..f53f41070 --- /dev/null +++ b/chains/v16/chains_dev.json @@ -0,0 +1,9549 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet", + "swap-hub" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 2, + "options":[ + "testnet", + "swap-hub" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + } +] From d1be07de40c2f90f6bc5972db7d1df588cc49ff6 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 25 Oct 2023 16:49:30 +0200 Subject: [PATCH 1657/2142] rm v15 --- chains/v15/chains.json | 7689 ----------------------------- chains/v15/chains_dev.json | 9549 ------------------------------------ 2 files changed, 17238 deletions(-) delete mode 100644 chains/v15/chains.json delete mode 100644 chains/v15/chains_dev.json diff --git a/chains/v15/chains.json b/chains/v15/chains.json deleted file mode 100644 index 1b5664f1a..000000000 --- a/chains/v15/chains.json +++ /dev/null @@ -1,7689 +0,0 @@ -[ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", - "name": "Jur", - "assets": [ - { - "assetId": 0, - "symbol": "JUR", - "precision": 18, - "priceId": "jur", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" - } - ], - "nodes": [ - { - "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", - "name": "Iceberg node" - }, - { - "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", - "name": "Simplystaking node" - } - ], - "explorers": [ - { - "name": "Polkascan", - "account": "https://jur.io/explorer/jur/account/{address}", - "event": "https://jur.io/explorer/jur/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - } -] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json deleted file mode 100644 index f53f41070..000000000 --- a/chains/v15/chains_dev.json +++ /dev/null @@ -1,9549 +0,0 @@ -[ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet", - "swap-hub" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", - "name": "Novasama Testnet - Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.uz", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, - "options": [ - "testnet", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", - "name": "Jur", - "assets": [ - { - "assetId": 0, - "symbol": "JUR", - "precision": 18, - "priceId": "jur", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" - } - ], - "nodes": [ - { - "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", - "name": "Iceberg node" - }, - { - "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", - "name": "Simplystaking node" - } - ], - "explorers": [ - { - "name": "Polkascan", - "account": "https://jur.io/explorer/jur/account/{address}", - "event": "https://jur.io/explorer/jur/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", - "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - }, - { - "assetId": 1, - "symbol": "HOP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "0x010100b11c" - } - } - ], - "nodes": [ - { - "url": "wss://rococo-asset-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 2, - "options":[ - "testnet", - "swap-hub" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - } -] From 73f232db855d20b840e2e416b27ba563cffd3f17 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 25 Oct 2023 16:51:20 +0200 Subject: [PATCH 1658/2142] v15 from v14 --- chains/v15/chains.json | 7689 +++++++++++++++++++++++++++++ chains/v15/chains_dev.json | 9497 ++++++++++++++++++++++++++++++++++++ 2 files changed, 17186 insertions(+) create mode 100644 chains/v15/chains.json create mode 100644 chains/v15/chains_dev.json diff --git a/chains/v15/chains.json b/chains/v15/chains.json new file mode 100644 index 000000000..b0d6a016c --- /dev/null +++ b/chains/v15/chains.json @@ -0,0 +1,7689 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + } +] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json new file mode 100644 index 000000000..35d5514d4 --- /dev/null +++ b/chains/v15/chains_dev.json @@ -0,0 +1,9497 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.uz", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout.com/astar/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + } +] From 07cea7c744086e6989abf2610652ad78fe6b8fbe Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Oct 2023 12:35:28 +0500 Subject: [PATCH 1659/2142] update Polkadex nodes on dev (#2160) * update Polkadex nodes * revert prod --- chains/v14/chains_dev.json | 6 +++++- chains/v15/chains_dev.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 35d5514d4..946ec31a5 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6157,7 +6157,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 35d5514d4..946ec31a5 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6157,7 +6157,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], From 2b823e34f02e4324649e5978c84144a9ecddce79 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Oct 2023 13:03:59 +0500 Subject: [PATCH 1660/2142] change to 3354 paraid for Logion crowdloan (#2167) * add 3353 paraid for Logion * change paraId for Logion --- crowdloan/polkadot-dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 2df28e31b..f086dbbe7 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -353,7 +353,7 @@ "rewardRate": 1 }, { - "paraid": "3341", + "paraid": "3354", "name": "Logion", "token": "LGNT", "description": "Harness the full potential of tokenization with Logion, the groundbreaking blockchain infrastructure that protects the inherent token value", From 3a434b45bb1c4f8e9529639c18ced659b3a69ee1 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Oct 2023 13:23:11 +0500 Subject: [PATCH 1661/2142] promote Logion crowdloan paraid update --- crowdloan/polkadot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 1a015173a..cba26f144 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -352,7 +352,7 @@ "rewardRate": 1 }, { - "paraid": "3341", + "paraid": "3354", "name": "Logion", "token": "LGNT", "description": "Harness the full potential of tokenization with Logion, the groundbreaking blockchain infrastructure that protects the inherent token value", From 1af8fa6b3ac0b54f5eca9e0379474ed2a993686a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:24:22 +0500 Subject: [PATCH 1662/2142] Update chain types (#2169) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/zeitgeist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 180b3f294..411fae626 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 49, + "runtime_id": 50, "types": { "Balance": "u128", "Index": "u32", From 281735ab6a718d137c86dd8d1ea56d8a9a5c9659 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Oct 2023 16:16:03 +0500 Subject: [PATCH 1663/2142] add polkadot price to lcDOT and cDOT-6/13 (#2171) * add polkadot price to lcDOT and cDOT-6/13 * add to v16 --- chains/v15/chains.json | 3 ++- chains/v15/chains_dev.json | 3 ++- chains/v16/chains.json | 3 ++- chains/v16/chains_dev.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index b0d6a016c..32cb83a2a 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -3101,7 +3101,7 @@ "assetId": 4, "symbol": "lcDOT", "precision": 10, - "priceId": "liquid-crowdloan-dot", + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { @@ -3610,6 +3610,7 @@ "assetId": 7, "symbol": "cDOT-6/13", "precision": 10, + "priceId": "polkadot", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 946ec31a5..d89845aa3 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3105,7 +3105,7 @@ "assetId": 4, "symbol": "lcDOT", "precision": 10, - "priceId": "liquid-crowdloan-dot", + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { @@ -4217,6 +4217,7 @@ "assetId": 7, "symbol": "cDOT-6/13", "precision": 10, + "priceId": "polkadot", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 1b5664f1a..2f9d41713 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -3101,7 +3101,7 @@ "assetId": 4, "symbol": "lcDOT", "precision": 10, - "priceId": "liquid-crowdloan-dot", + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { @@ -3610,6 +3610,7 @@ "assetId": 7, "symbol": "cDOT-6/13", "precision": 10, + "priceId": "polkadot", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index f53f41070..75bcaa87e 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -3128,7 +3128,7 @@ "assetId": 4, "symbol": "lcDOT", "precision": 10, - "priceId": "liquid-crowdloan-dot", + "priceId": "polkadot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", "typeExtras": { @@ -4240,6 +4240,7 @@ "assetId": 7, "symbol": "cDOT-6/13", "precision": 10, + "priceId": "polkadot", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", "typeExtras": { From f4b72cf112e41d1650b1028494bcde761f83ea43 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:53:52 +0300 Subject: [PATCH 1664/2142] change node order on Kusama (#2172) --- chains/v14/chains.json | 12 ++++++------ chains/v14/chains_dev.json | 24 ++++++++++++------------ chains/v15/chains.json | 12 ++++++------ chains/v15/chains_dev.json | 24 ++++++++++++------------ chains/v16/chains.json | 12 ++++++------ chains/v16/chains_dev.json | 24 ++++++++++++------------ 6 files changed, 54 insertions(+), 54 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index b0d6a016c..75005a84b 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -152,17 +152,13 @@ ], "nodes": [ { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -179,6 +175,10 @@ "url": "wss://rpc.dotters.network/kusama", "name": "Dotters Net node" }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 946ec31a5..87590a5e8 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -152,16 +152,24 @@ ], "nodes": [ { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" }, { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" }, { "url": "wss://rpc.dotters.network/kusama", @@ -171,14 +179,6 @@ "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 32cb83a2a..95a62a280 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -152,17 +152,13 @@ ], "nodes": [ { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -179,6 +175,10 @@ "url": "wss://rpc.dotters.network/kusama", "name": "Dotters Net node" }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index d89845aa3..4e4141a9c 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -152,16 +152,24 @@ ], "nodes": [ { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" }, { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" }, { "url": "wss://rpc.dotters.network/kusama", @@ -171,14 +179,6 @@ "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 2f9d41713..0e1d93706 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -152,17 +152,13 @@ ], "nodes": [ { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://kusama-rpc.polkadot.io", "name": "Parity node" }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -179,6 +175,10 @@ "url": "wss://rpc.dotters.network/kusama", "name": "Dotters Net node" }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 75bcaa87e..81f7646df 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -152,16 +152,24 @@ ], "nodes": [ { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://1rpc.io/ksm", "name": "Automata 1RPC node" }, { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" }, { "url": "wss://rpc.dotters.network/kusama", @@ -171,14 +179,6 @@ "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, { "url": "wss://kusama.api.onfinality.io/public-ws", "name": "OnFinality node" From 20d8452c43046cb2d964c738ebbc1bd5fe6748ff Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 26 Oct 2023 19:24:54 +0500 Subject: [PATCH 1665/2142] promote Polkadex nodes update (#2168) * promote Polkadex nodes update * add update to v16 * fix --- chains/v14/chains.json | 6 +++++- chains/v15/chains.json | 6 +++++- chains/v16/chains.json | 6 +++++- chains/v16/chains_dev.json | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 75005a84b..76c2541f5 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -5658,7 +5658,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 95a62a280..26e57904f 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5659,7 +5659,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0e1d93706..31f4b418a 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -5659,7 +5659,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 81f7646df..d9e2e5a33 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -6181,7 +6181,11 @@ "name": "Polkadex team node" }, { - "url": "wss://polkadex-parachain.api.onfinality.io/public-ws", + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" } ], From 8bb74c7a8f9e5d2a697dff1b38cdeeb2a9ffe1d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 27 Oct 2023 09:35:18 +0500 Subject: [PATCH 1666/2142] add EWX parachain testnet --- chains/v14/chains_dev.json | 28 ++++++++++++++++++++++ chains/v15/chains_dev.json | 28 ++++++++++++++++++++++ chains/v16/chains_dev.json | 28 ++++++++++++++++++++++ chains/v2/types/ewx_parachain_testnet.json | 16 +++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 chains/v2/types/ewx_parachain_testnet.json diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 87590a5e8..240a29955 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9497,5 +9497,33 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 4e4141a9c..1bdfb649f 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9498,5 +9498,33 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index d9e2e5a33..db977622a 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9550,5 +9550,33 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/chains/v2/types/ewx_parachain_testnet.json b/chains/v2/types/ewx_parachain_testnet.json new file mode 100644 index 000000000..b3b3338eb --- /dev/null +++ b/chains/v2/types/ewx_parachain_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 34, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "ew_parachain_runtime.RuntimeEvent": "GenericEvent", + "ew_parachain_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From 1a5d9c542bfce47b0a99a057e5c2b57f9e3c3c0c Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 27 Oct 2023 10:04:03 +0500 Subject: [PATCH 1667/2142] add vDOT price --- chains/v14/chains.json | 2 ++ chains/v14/chains_dev.json | 2 ++ chains/v15/chains.json | 2 ++ chains/v15/chains_dev.json | 2 ++ chains/v16/chains.json | 2 ++ chains/v16/chains_dev.json | 2 ++ 6 files changed, 12 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 76c2541f5..97bbf5896 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -3463,6 +3463,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -5825,6 +5826,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 87590a5e8..2d9100a8f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -4065,6 +4065,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -6336,6 +6337,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 26e57904f..13c4b6132 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -3463,6 +3463,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -5826,6 +5827,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 4e4141a9c..28b0a59ae 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -4065,6 +4065,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -6337,6 +6338,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 31f4b418a..8063ca32b 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -3463,6 +3463,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -5826,6 +5827,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index d9e2e5a33..eeb7bc077 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -4088,6 +4088,7 @@ "symbol": "vDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "18446744073709551624" @@ -6360,6 +6361,7 @@ "assetId": 5, "symbol": "vDOT", "precision": 10, + "priceId": "voucher-dot", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { From 0bd70f19ecacd9882863a823c1fd1f1ad1061b37 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 27 Oct 2023 12:09:18 +0500 Subject: [PATCH 1668/2142] add xcvDOT price --- chains/v14/chains.json | 1 + chains/v14/chains_dev.json | 1 + chains/v15/chains.json | 1 + chains/v15/chains_dev.json | 1 + chains/v16/chains.json | 1 + chains/v16/chains_dev.json | 1 + 6 files changed, 6 insertions(+) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 97bbf5896..26d02e11c 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1110,6 +1110,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 2d9100a8f..147981229 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3594,6 +3594,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 13c4b6132..fb683e232 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1110,6 +1110,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 28b0a59ae..60e8ab4a6 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3594,6 +3594,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 8063ca32b..292ff8ecc 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -1110,6 +1110,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index eeb7bc077..f99456642 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -3617,6 +3617,7 @@ "symbol": "xcvDOT", "precision": 10, "type": "statemine", + "priceId": "voucher-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "assetId": "29085784439601774464560083082574142143" From 6b94e98eec35ecf75b8c579afca0ab4226460ab9 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:57:08 +0500 Subject: [PATCH 1669/2142] Update chain types (#2176) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/shiden.json | 2 +- chains/v2/types/subsocial.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index c42c210b2..529df5a35 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 106, + "runtime_id": 108, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 657427f48..61866af18 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 29, + "runtime_id": 30, "types": { "Balance": "u128", "Index": "u32", From 656523a493608bbdb611ed8408539e2e65537041 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:32:42 +0700 Subject: [PATCH 1670/2142] Fix hop (#2177) --- chains/v16/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index bee61d32c..0bbe4c5fc 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9502,7 +9502,8 @@ "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "typeExtras": { - "assetId": "0x010100b11c" + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" } } ], From 9120c211d7e28b81bda7272f842d357035ab5b61 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 27 Oct 2023 17:36:30 +0500 Subject: [PATCH 1671/2142] add Watr mainnet to dev (#2174) --- chains/v14/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v15/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v16/chains_dev.json | 25 +++++++++++++++++++++++++ chains/v2/types/watr.json | 16 ++++++++++++++++ icons/chains/gradient/Watr.svg | 15 +++++++++++++++ icons/tokens/white/WATR.svg | 3 +++ 6 files changed, 109 insertions(+) create mode 100644 chains/v2/types/watr.json create mode 100644 icons/chains/gradient/Watr.svg create mode 100644 icons/tokens/white/WATR.svg diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a4ad016f5..a427baef6 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -9528,5 +9528,30 @@ "options": [ "testnet" ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 } ] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 5f1830d9a..7a84d0485 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9529,5 +9529,30 @@ "options": [ "testnet" ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 } ] diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 0bbe4c5fc..e79c0ee36 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9582,5 +9582,30 @@ "options": [ "testnet" ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 } ] diff --git a/chains/v2/types/watr.json b/chains/v2/types/watr.json new file mode 100644 index 000000000..defb77000 --- /dev/null +++ b/chains/v2/types/watr.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 1240, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "watr_runtime.RuntimeEvent": "GenericEvent", + "watr_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Watr.svg b/icons/chains/gradient/Watr.svg new file mode 100644 index 000000000..00cfa57a7 --- /dev/null +++ b/icons/chains/gradient/Watr.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/WATR.svg b/icons/tokens/white/WATR.svg new file mode 100644 index 000000000..6c00fe018 --- /dev/null +++ b/icons/tokens/white/WATR.svg @@ -0,0 +1,3 @@ + + + From 4576e40e666154f4598ba11313f2da2f9d30df9d Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:27:21 +0500 Subject: [PATCH 1672/2142] Update Test data File (#2178) * Update test data file * Update tests/chains_for_testBalance.json add test acc --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index a20b0d773..1e00e47d0 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -378,5 +378,10 @@ "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", "name": "Polkadot Bridge Hub", "account": "0xe27cf0ba46292cc95548cd67e3e29036b0eaf1ab66a4a6f5d7065408d50b9759" + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "name": "Watr", + "account": "0x5e116408c9f67a93792d33e14a6fd47daad034f691d0c22abd7173c5378f384a" } ] From 93d7bc9dcad5283e49248ed624dbda5e004bba37 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:27:38 +0500 Subject: [PATCH 1673/2142] Update chain types (#2180) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/aventus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/aventus.json b/chains/v2/types/aventus.json index 3366a473b..aa204701a 100644 --- a/chains/v2/types/aventus.json +++ b/chains/v2/types/aventus.json @@ -1,5 +1,5 @@ { - "runtime_id": 41, + "runtime_id": 44, "types": { "Balance": "u128", "Index": "u32", From 6ca150b61b42636c198cecf437fcd94c4d5f2a87 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 30 Oct 2023 14:17:45 +0500 Subject: [PATCH 1674/2142] add swap to Polkadot Kusama Asset Hub (#2181) * add swap to Polkadot Asset Hub * add swap to Kusama Asset Hub --- chains/v16/chains_dev.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index e79c0ee36..355c71a5b 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -541,7 +541,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "options": [ + "swap-hub" + ] }, { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -4542,7 +4545,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 + "addressPrefix": 0, + "options": [ + "swap-hub" + ] }, { "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", From edbc993fcb16e8ba7965b74e2a7d8038cc3c38c1 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:18:09 +0500 Subject: [PATCH 1675/2142] Update chain types (#2182) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/bajun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/bajun.json b/chains/v2/types/bajun.json index 71374d34d..55a5485e6 100644 --- a/chains/v2/types/bajun.json +++ b/chains/v2/types/bajun.json @@ -1,5 +1,5 @@ { - "runtime_id": 122, + "runtime_id": 123, "types": { "Balance": "u128", "Index": "u32", From 5d58512206af14ac07daf2d34fa64868e5990a0a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:40:47 +0500 Subject: [PATCH 1676/2142] Update chain types (#2184) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/astar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index 63716a50b..66451c236 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 66, + "runtime_id": 68, "types": { "Balance": "u128", "Index": "u32", From ee35ab0f00c88de725030ffa0fe387ce81399b71 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:29:53 +0700 Subject: [PATCH 1677/2142] Fake buy for wnd on westmint (#2185) --- chains/v16/chains_dev.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 355c71a5b..137acd613 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -349,7 +349,13 @@ "assetId": 0, "symbol": "WND", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } }, { "assetId": 1, From ba9f233b60f0834bd4e0763721ecf090a22e0dff Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 1 Nov 2023 11:48:53 +0100 Subject: [PATCH 1678/2142] add relaychain as native flag to Rococo AssetHub (#2187) --- chains/v16/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 137acd613..5e0f82f5d 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9534,7 +9534,10 @@ "options":[ "testnet", "swap-hub" - ] + ], + "additional": { + "relaychainAsNative": true + } }, { "chainId": "eip155:595", From 232ecaa277a7b77c93656fbb27da674aa8ef78c7 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:43:35 +0500 Subject: [PATCH 1679/2142] Update chain types (#2186) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/phala.json | 2 +- chains/v2/types/polkadex.json | 2 +- chains/v2/types/quartz.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index 21c05032b..fbe5f1614 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1253, + "runtime_id": 1254, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/polkadex.json b/chains/v2/types/polkadex.json index c83c55a7e..4f93c3dd5 100644 --- a/chains/v2/types/polkadex.json +++ b/chains/v2/types/polkadex.json @@ -1,5 +1,5 @@ { - "runtime_id": 310, + "runtime_id": 311, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 2c0285805..62973ea3f 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 943061, + "runtime_id": 10010063, "types": { "Balance": "u128", "Index": "u32", From 195c7144790d73ce0be854df9410e2fa3a10c8c7 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 1 Nov 2023 17:25:00 +0500 Subject: [PATCH 1680/2142] fix statescan uri (#2188) --- chains/v15/chains_dev.json | 18 +++++++----------- chains/v16/chains_dev.json | 18 +++++++----------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 7a84d0485..8ebc1404c 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -375,9 +375,8 @@ "explorers": [ { "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", @@ -491,9 +490,8 @@ }, { "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" }, { "name": "Sub.ID", @@ -4496,9 +4494,8 @@ }, { "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" }, { "name": "Polkaholic", @@ -7334,8 +7331,7 @@ "explorers": [ { "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}" + "account": "https://gov2.statescan.io/#/accounts/{address}" } ], "types": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 5e0f82f5d..6014094fe 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -403,9 +403,8 @@ "explorers": [ { "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", @@ -520,9 +519,8 @@ }, { "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" }, { "name": "Sub.ID", @@ -4528,9 +4526,8 @@ }, { "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" }, { "name": "Polkaholic", @@ -7370,8 +7367,7 @@ "explorers": [ { "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}" + "account": "https://gov2.statescan.io/#/accounts/{address}" } ], "types": { From d1de1892a316594f692c7c75b4956ed239ef833c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 2 Nov 2023 12:37:08 +0500 Subject: [PATCH 1681/2142] promote fix statescan uri --- chains/v15/chains.json | 10 ++++------ chains/v16/chains.json | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index fb683e232..274f763dc 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -432,9 +432,8 @@ }, { "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" }, { "name": "Sub.ID", @@ -3877,9 +3876,8 @@ }, { "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" }, { "name": "Polkaholic", diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 292ff8ecc..e545f0088 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -432,9 +432,8 @@ }, { "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" }, { "name": "Sub.ID", @@ -3877,9 +3876,8 @@ }, { "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" }, { "name": "Polkaholic", From de64b0d9405bc915f9c09bf5b91004699041ff87 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:32:33 +0300 Subject: [PATCH 1682/2142] Update chain types (#2190) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/khala.json | 2 +- chains/v2/types/ternoa.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 3844e837b..6e3ef130d 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1253, + "runtime_id": 1254, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index cb5c9574d..9f993d1d1 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 21, + "runtime_id": 22, "types": { "Balance": "u128", "Index": "u32", From 9a73cbfd58e85ae20bad7460fdcd9bb708c4d0d6 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:32:52 +0300 Subject: [PATCH 1683/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2179)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 0428413d7..425e1d0d2 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1380481782" + "value": "1656221814" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3220353" + "value": "3988542" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "84939065727786" + "value": "93253550799317" }, "instructions": "xtokensDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1380481782" + "value": "1656221814" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xcmPalletDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "211313876568" + "value": "240041802387" }, "instructions": "xtokensDest" } From 7b29cc3b07124ea88255e03402689f3e068c46ee Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 2 Nov 2023 18:39:52 +0500 Subject: [PATCH 1684/2142] update pokt Ethereum nodes (#2193) --- chains/v15/chains_dev.json | 2 +- chains/v16/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 8ebc1404c..b56e1ba40 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -3736,7 +3736,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 6014094fe..4aa2042d8 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -3768,7 +3768,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { From 83d31e6b1f49b9af479136dbcb072ec6f210b411 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 2 Nov 2023 21:47:20 +0500 Subject: [PATCH 1685/2142] update Kodadot icon (#2192) --- dapps/dapps_dev.json | 2 +- dapps/dapps_full.json | 2 +- icons/dapps/color/KodaDot.svg | 533 ++-------------------------------- 3 files changed, 24 insertions(+), 513 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2f95302cc..b9a755837 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -116,7 +116,7 @@ }, { "name": "KodaDot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.svg", "url": "https://kodadot.xyz/", "categories": [ "nft" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index d96d1740e..6aa0985ae 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -113,7 +113,7 @@ }, { "name": "KodaDot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/KodaDot.svg", "url": "https://kodadot.xyz/", "categories": [ "nft" diff --git a/icons/dapps/color/KodaDot.svg b/icons/dapps/color/KodaDot.svg index b695903cd..77acc603a 100644 --- a/icons/dapps/color/KodaDot.svg +++ b/icons/dapps/color/KodaDot.svg @@ -1,513 +1,24 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + From 99ae4932494d28c56aee197d0c30bd5c6ce70875 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:10:12 +0300 Subject: [PATCH 1686/2142] Update chain types (#2195) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/ternoa.json | 2 +- chains/v2/types/unique.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/ternoa.json b/chains/v2/types/ternoa.json index 9f993d1d1..6d4d2a261 100644 --- a/chains/v2/types/ternoa.json +++ b/chains/v2/types/ternoa.json @@ -1,5 +1,5 @@ { - "runtime_id": 22, + "runtime_id": 23, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index 8fc425246..e66839b1b 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 943061, + "runtime_id": 10010063, "types": { "Balance": "u128", "Index": "u32", From b9b14c74aaf14f5fc61b81fd9213bff85b54fdb6 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:43:33 +0500 Subject: [PATCH 1687/2142] Update chain types (#2198) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/shiden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index 529df5a35..4abd45a65 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 108, + "runtime_id": 109, "types": { "Balance": "u128", "Index": "u32", From adbfa27a212d345df259f0d3b344a023f030525c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:49:30 +0300 Subject: [PATCH 1688/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 425e1d0d2..c936a044c 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1656221814" + "value": "1545582383" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3988542" + "value": "4046616" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -5634,7 +5634,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "93253550799317" + "value": "90387102619014" }, "instructions": "xtokensDest" } @@ -6745,7 +6745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1656221814" + "value": "1545582383" }, "instructions": "xcmPalletDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xcmPalletDest" } @@ -7615,7 +7615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -7880,7 +7880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } @@ -8284,7 +8284,7 @@ "fee": { "mode": { "type": "proportional", - "value": "240041802387" + "value": "216915859833" }, "instructions": "xtokensDest" } From c00227c6d9b0f13006b76308e12af7ecc7bdd074 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:49:49 +0300 Subject: [PATCH 1689/2142] Feat/adding INTR to HydraDX (#2196) * adding INTR asset for HydraDX * adding XCMs --- chains/v14/chains_dev.json | 14 ++++++++++++++ chains/v15/chains_dev.json | 14 ++++++++++++++ chains/v16/chains_dev.json | 14 ++++++++++++++ xcm/v5/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index a427baef6..d96778aed 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -5597,6 +5597,20 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index b56e1ba40..77c024c65 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -5595,6 +5595,20 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 4aa2042d8..6139275b6 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -5382,6 +5382,20 @@ "existentialDeposit": "34854864344868000", "transfersEnabled": true } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index c936a044c..9e7e44d35 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -5305,6 +5305,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "3404263581899470" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6711,6 +6725,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 273fee83cc64ab9b4fc37e7f868085e7c2129ff6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 7 Nov 2023 14:12:13 +0500 Subject: [PATCH 1690/2142] promote update pokt Ethereum node (#2194) * promote update pokt Ethereum node * add to v14 --- chains/v14/chains.json | 2 +- chains/v14/chains_dev.json | 2 +- chains/v15/chains.json | 2 +- chains/v16/chains.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 26d02e11c..040754174 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1247,7 +1247,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index d96778aed..be4aec96f 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -3738,7 +3738,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 274f763dc..8bf21e8d4 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1246,7 +1246,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index e545f0088..0565a21bb 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -1246,7 +1246,7 @@ "name": "llamanodes rpc node" }, { - "url": "https://eth-rpc.gateway.pokt.network/", + "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, { From 39cb4c4c58c5b082e50fe03eeba8bc24efda5b58 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 6 Nov 2023 12:31:59 +0500 Subject: [PATCH 1691/2142] add Joystream, need icons --- chains/v15/chains_dev.json | 34 ++++++++++++++++++++++++++++++++++ chains/v2/types/joystream.json | 16 ++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 chains/v2/types/joystream.json diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 77c024c65..a6f861a8b 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9564,5 +9564,39 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 126 } ] diff --git a/chains/v2/types/joystream.json b/chains/v2/types/joystream.json new file mode 100644 index 000000000..2effb01e6 --- /dev/null +++ b/chains/v2/types/joystream.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 2001, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_core.crypto.AccountId32", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "joystream_node_runtime.Event": "GenericEvent", + "joystream_node_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} From e9716715ac597c95b5b5dc7dffd1953e4e3e9040 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 7 Nov 2023 14:29:38 +0500 Subject: [PATCH 1692/2142] add icons, add v16 --- chains/v15/chains_dev.json | 4 ++-- chains/v16/chains_dev.json | 34 +++++++++++++++++++++++++++++ icons/chains/gradient/Joystream.svg | 19 ++++++++++++++++ icons/tokens/white/JOY.svg | 7 ++++++ 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 icons/chains/gradient/Joystream.svg create mode 100644 icons/tokens/white/JOY.svg diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index a6f861a8b..4505e753e 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -9573,7 +9573,7 @@ "assetId": 0, "symbol": "JOY", "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", "staking": [ "relaychain" ] @@ -9596,7 +9596,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 } ] diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 6139275b6..93ba3ee6d 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9632,5 +9632,39 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 } ] diff --git a/icons/chains/gradient/Joystream.svg b/icons/chains/gradient/Joystream.svg new file mode 100644 index 000000000..cf82eb076 --- /dev/null +++ b/icons/chains/gradient/Joystream.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/JOY.svg b/icons/tokens/white/JOY.svg new file mode 100644 index 000000000..33fe629bf --- /dev/null +++ b/icons/tokens/white/JOY.svg @@ -0,0 +1,7 @@ + + + + + + + From a82863eb381df09d11578c84148eb20373d4dec2 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:55:18 +0300 Subject: [PATCH 1693/2142] Rococo swaps history (#2197) --- chains/v16/chains_dev.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 93ba3ee6d..2504c5843 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9529,6 +9529,12 @@ } } ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ], "nodes": [ { "url": "wss://rococo-asset-hub-rpc.polkadot.io", @@ -9541,7 +9547,7 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 2, - "options":[ + "options": [ "testnet", "swap-hub" ], From beefbff55e1bdac66f83481a45be6816a3580940 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Wed, 8 Nov 2023 07:38:40 +0300 Subject: [PATCH 1694/2142] Fix rococo history (#2202) --- chains/v16/chains_dev.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 2504c5843..b1f13048f 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9529,18 +9529,20 @@ } } ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" - } - ], "nodes": [ { "url": "wss://rococo-asset-hub-rpc.polkadot.io", "name": "Parity node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", "overridesCommon": true From db5be28ba1ba4b0c455de30a4cb8cb37845d407b Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:41:48 +0500 Subject: [PATCH 1695/2142] Update Test data File (#2201) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 1e00e47d0..e43c0b60c 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -383,5 +383,10 @@ "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", "name": "Watr", "account": "0x5e116408c9f67a93792d33e14a6fd47daad034f691d0c22abd7173c5378f384a" + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "account": "0x30fff4fabd96490c5ae68fe25ac674dee038cb38f286b262e9cfd123ff58ca75" } ] From be826615b4db3396b7f8b0d40c7fc1312a925d5a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 8 Nov 2023 12:02:48 +0500 Subject: [PATCH 1696/2142] add ASTR, PHA, iBTC to Polkadex (#2203) --- chains/v15/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ chains/v16/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 4505e753e..d01f194b0 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6163,6 +6163,39 @@ "typeExtras": { "assetId": "3496813586714279103986568049643838918" } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } } ], "nodes": [ diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index b1f13048f..74e5c2f94 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -6198,6 +6198,39 @@ "typeExtras": { "assetId": "3496813586714279103986568049643838918" } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } } ], "nodes": [ From 270cf2a972ebad0b2df34f7c55b16c3c3d61b54b Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 8 Nov 2023 13:03:11 +0500 Subject: [PATCH 1697/2142] promote ASTR, PHA, iBTC to Polkadex --- chains/v15/chains.json | 33 +++++++++++++++++++++++++++++++++ chains/v16/chains.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 8bf21e8d4..3b2ca0bf8 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -5651,6 +5651,39 @@ "typeExtras": { "assetId": "3496813586714279103986568049643838918" } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } } ], "nodes": [ diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0565a21bb..7b4d82512 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -5651,6 +5651,39 @@ "typeExtras": { "assetId": "3496813586714279103986568049643838918" } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } } ], "nodes": [ From 3e70d83dcb8a70b64264a23a809665dd29585952 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 8 Nov 2023 19:23:52 +0500 Subject: [PATCH 1698/2142] promote WATR network --- chains/v15/chains.json | 25 +++++++++++++++++++++++++ chains/v16/chains.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 8bf21e8d4..d86bea723 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -7691,5 +7691,30 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 } ] diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0565a21bb..fc05e4496 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7691,5 +7691,30 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 } ] From f3e991a271b09b2c587facf4bd7756cb1a8b96ae Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 8 Nov 2023 17:02:05 +0100 Subject: [PATCH 1699/2142] disable kusama (#2206) --- xcm/v5/transfers.json | 5131 +++++++---------------------------------- 1 file changed, 866 insertions(+), 4265 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index c842db106..7fbb048ed 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -363,18 +363,18 @@ }, "chains": [ { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assets": [ { - "assetId": 4, - "assetLocation": "KAR", + "assetId": 3, + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "assetId": 0, "fee": { "mode": { @@ -388,40 +388,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "8000000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -430,12 +402,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "277000000000" }, "instructions": "xtokensDest" } @@ -445,20 +417,20 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 1, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -467,12 +439,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -481,12 +453,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -495,12 +467,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -509,12 +481,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -523,12 +495,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -537,26 +509,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "240435587654" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -565,12 +523,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -581,33 +539,19 @@ }, { "assetId": 0, - "assetLocation": "MOVR", + "assetLocation": "GLMR", "assetLocationPath": { "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "234933300000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -616,12 +560,12 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "333333333333000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -630,12 +574,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -644,12 +588,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 3, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "79550000000000000" }, "instructions": "xtokensDest" } @@ -659,20 +603,20 @@ ] }, { - "assetId": 5, - "assetLocation": "BNC", + "assetId": 4, + "assetLocation": "PARA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 4, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "20746401591009" + "value": "1883239171374764" }, "instructions": "xtokensDest" } @@ -681,12 +625,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 0, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -696,20 +640,20 @@ ] }, { - "assetId": 11, - "assetLocation": "HKO", + "assetId": 5, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -718,12 +662,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -732,12 +676,12 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "80000000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -746,12 +690,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "4800000000000" + "value": "9590000000" }, "instructions": "xtokensDest" } @@ -761,20 +705,20 @@ ] }, { - "assetId": 3, - "assetLocation": "KINT", + "assetId": 6, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "270826666660" + "value": "79491" }, "instructions": "xtokensDest" } @@ -783,12 +727,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "8038" }, "instructions": "xtokensDest" } @@ -797,35 +741,26 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 5, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "172577" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 17, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 0, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "22000" }, "instructions": "xtokensDest" } @@ -834,12 +769,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "1596371502" + "value": "1000" }, "instructions": "xtokensDest" } @@ -849,20 +784,20 @@ ] }, { - "assetId": 7, - "assetLocation": "USDT-Statemine", + "assetId": 10, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -872,15 +807,15 @@ ] }, { - "assetId": 16, - "assetLocation": "SDN", + "assetId": 8, + "assetLocation": "ASTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 0, "fee": { "mode": { @@ -893,27 +828,50 @@ "type": "xtokens" } ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "assets": [ { "assetId": 0, - "assetLocation": "KSM", + "assetLocation": "DOT", "assetLocationPath": { "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "28367807540" }, "instructions": "xcmPalletDest" } @@ -922,7 +880,7 @@ }, { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assetId": 0, "fee": { "mode": { @@ -936,12 +894,12 @@ }, { "destination": { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1200618133" + "value": "394791750" }, "instructions": "xcmPalletTeleportDest" } @@ -950,26 +908,26 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "8799873000" }, - "instructions": "xcmPalletDest" + "instructions": "xcmPalletTeleportDest" } }, - "type": "xcmpallet" + "type": "xcmpallet-teleport" }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "53711462025" }, "instructions": "xcmPalletDest" } @@ -978,12 +936,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "2298688790" }, "instructions": "xcmPalletDest" } @@ -992,12 +950,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "1000000000" }, "instructions": "xcmPalletDest" } @@ -1006,12 +964,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "18012616398" }, "instructions": "xcmPalletDest" } @@ -1020,12 +978,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "240435587654" + "value": "8799000000" }, "instructions": "xcmPalletDest" } @@ -1034,12 +992,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "30000000000" }, "instructions": "xcmPalletDest" } @@ -1048,12 +1006,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "800000000000" }, "instructions": "xcmPalletDest" } @@ -1065,28 +1023,23 @@ ] }, { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "assets": [ { - "assetId": 4, - "assetLocation": "BNC", + "assetId": 0, + "assetLocation": "ACA", "assetLocationPath": { - "type": "concrete", - "path": { - "parents": 1, - "parachainId": 2001, - "generalKey": "0x0001" - } + "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 5, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "112679492770376" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -1095,49 +1048,49 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 0, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "277000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -1146,12 +1099,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -1160,12 +1113,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "8000000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1174,12 +1127,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "9590000000" }, "instructions": "xtokensDest" } @@ -1189,34 +1142,20 @@ ] }, { - "assetId": 7, - "assetLocation": "KINT", + "assetId": 12, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "270826666660" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "79491" }, "instructions": "xtokensDest" } @@ -1225,35 +1164,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "345000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 15, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "100544" }, "instructions": "xtokensDest" } @@ -1262,12 +1178,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1276,12 +1192,12 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "80000000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -1290,12 +1206,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "4800000000000" + "value": "1000" }, "instructions": "xtokensDest" } @@ -1305,34 +1221,20 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 3, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -1341,12 +1243,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -1355,12 +1257,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1369,12 +1271,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -1383,12 +1285,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -1397,12 +1299,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "240435587654" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -1411,12 +1313,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -1425,12 +1327,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -1440,34 +1342,20 @@ ] }, { - "assetId": 14, - "assetLocation": "MOVR", + "assetId": 5, + "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "234933300000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "333333333333000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -1476,12 +1364,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -1490,12 +1378,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -1504,35 +1392,26 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 3, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "79550000000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 22, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 0, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, "fee": { "mode": { "type": "proportional", - "value": "55000000000000000" + "value": "62141510437275262976" }, "instructions": "xtokensDest" } @@ -1542,20 +1421,20 @@ ] }, { - "assetId": 17, - "assetLocation": "USDT-Statemine", + "assetId": 14, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -1563,27 +1442,22 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assets": [ + }, { - "assetId": 3, - "assetLocation": "ACA", + "assetId": 10, + "assetLocation": "ASTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -1592,12 +1466,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "196078431372549" + "value": "8799000000000000" }, "instructions": "xtokensDest" } @@ -1606,12 +1480,12 @@ }, { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "277000000000" + "value": "132260688624999923712" }, "instructions": "xtokensDest" } @@ -1621,20 +1495,20 @@ ] }, { - "assetId": 1, - "assetLocation": "DOT", + "assetId": 6, + "assetLocation": "PARA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "1883239171374764" }, "instructions": "xtokensDest" } @@ -1643,3308 +1517,189 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "651856003039514" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "18012616398" + "value": "92895362664" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletTeleportDest" } }, - "type": "xtokens" - }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1883239171374764" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "8457550059064" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 8, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 11, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "10016025641025640448" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "394791750" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assets": [ - { - "assetId": 0, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "99110670795111" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "277000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "132260688624999923712" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1883239171374764" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "651856003039514" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "66602678571" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "21446063" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "8544" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "803215" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "3250154" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assets": [ - { - "assetId": 8, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "50000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "3159557661927330300" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "35100000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "BNC", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "112679492770376" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "20746401591009" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "240435587654" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "970000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "214320000027" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "10310606971154" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "345000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "240435587654" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "kBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "237" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "800000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "21446063" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "803700" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8799" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "8202500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11888560" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assets": [ - { - "assetId": 0, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "4800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "161248590225564" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "80000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "970000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "240435587654" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "50000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "234933300000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "333333333333000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "35100000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assets": [ - { - "assetId": 5, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "485908649173955" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "80000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "161248590225564" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assets": [ - { - "assetId": 6, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "99110670795111" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "277000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "651856003039514" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "8457550059064" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 13, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 16, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assets": [ - { - "assetId": 0, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "800000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "30000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "21446063" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "803700" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8799" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "8202500" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "11888560" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + "type": "xcmpallet" + }, { "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "210000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] } ] }, { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assets": [ { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 6, + "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -4953,12 +1708,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -4967,12 +1722,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -4981,26 +1736,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "240435587654" + "value": "79550000000000000" }, "instructions": "xtokensDest" } @@ -5009,40 +1750,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assets": [ - { - "assetId": 0, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 22, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "62141510437275262976" }, "instructions": "xtokensDest" } @@ -5053,19 +1766,19 @@ }, { "assetId": 1, - "assetLocation": "KSM", + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -5074,12 +1787,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -5088,26 +1801,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -5116,12 +1815,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5130,12 +1829,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -5144,12 +1843,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -5158,12 +1857,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -5172,12 +1871,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -5188,42 +1887,33 @@ }, { "assetId": 3, - "assetLocation": "TNKR", + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "879987328182475" + "value": "99110670795111" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5232,12 +1922,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "7604986702" + "value": "277000000000" }, "instructions": "xtokensDest" } @@ -5247,48 +1937,34 @@ ] }, { - "assetId": 4, - "assetLocation": "USDT-Statemine", + "assetId": 0, + "assetLocation": "PARA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "651856003039514" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assets": [ - { - "assetId": 0, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 3, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "93632504610990" + "value": "8457550059064" }, "instructions": "xtokensDest" } @@ -5296,27 +1972,22 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assets": [ + }, { - "assetId": 1, - "assetLocation": "GLMR", + "assetId": 12, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -5326,11 +1997,11 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "8037000000000000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5339,12 +2010,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "73389109056216060000" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -5354,25 +2025,11 @@ { "destination": { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "62141510437275262976" + "value": "9590000000" }, "instructions": "xtokensDest" } @@ -5382,62 +2039,20 @@ ] }, { - "assetId": 2, - "assetLocation": "DOT", + "assetId": 13, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "18012616398" + "value": "79491" }, "instructions": "xtokensDest" } @@ -5446,12 +2061,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "8038" }, "instructions": "xtokensDest" } @@ -5461,11 +2076,11 @@ { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "100544" }, "instructions": "xtokensDest" } @@ -5475,11 +2090,11 @@ { "destination": { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -5488,12 +2103,12 @@ }, { "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "1000" }, "instructions": "xtokensDest" } @@ -5503,7 +2118,7 @@ ] }, { - "assetId": 3, + "assetId": 14, "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" @@ -5526,7 +2141,7 @@ ] }, { - "assetId": 4, + "assetId": 16, "assetLocation": "ASTR", "assetLocationPath": { "type": "absolute" @@ -5545,57 +2160,29 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "132260688624999923712" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } ] }, { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assets": [ { - "assetId": 1, - "assetLocation": "DOT", + "assetId": 0, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -5605,11 +2192,11 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5618,12 +2205,12 @@ }, { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -5632,12 +2219,35 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" }, "instructions": "xtokensDest" } @@ -5646,12 +2256,12 @@ }, { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "18012616398" + "value": "8038" }, "instructions": "xtokensDest" } @@ -5660,12 +2270,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "172577" }, "instructions": "xtokensDest" } @@ -5674,12 +2284,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "22000" }, "instructions": "xtokensDest" } @@ -5688,12 +2298,12 @@ }, { "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "1000" }, "instructions": "xtokensDest" } @@ -5703,20 +2313,20 @@ ] }, { - "assetId": 6, - "assetLocation": "iBTC", + "assetId": 2, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "79491" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -5725,12 +2335,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -5739,12 +2349,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8038" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -5754,11 +2364,11 @@ { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "172577" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -5768,57 +2378,25 @@ { "destination": { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "1000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 8, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -5827,12 +2405,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8037000000000000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -5841,12 +2419,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -5856,20 +2434,20 @@ ] }, { - "assetId": 10, - "assetLocation": "CFG", + "assetId": 7, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assetId": 0, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -5877,9 +2455,14 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ { - "assetId": 16, + "assetId": 1, "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" @@ -5887,26 +2470,12 @@ "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "79550000000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -5915,12 +2484,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -5940,58 +2509,39 @@ } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assets": [ - { - "assetId": 0, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "7604986702" + "value": "79550000000000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, "fee": { "mode": { "type": "proportional", - "value": "1596371502" + "value": "62141510437275262976" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" } ] - } - ] - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assets": [ + }, { - "assetId": 1, + "assetId": 2, "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" @@ -6027,12 +2577,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -6041,12 +2591,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -6055,12 +2605,12 @@ }, { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "18012616398" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -6083,12 +2633,26 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -6098,7 +2662,7 @@ ] }, { - "assetId": 2, + "assetId": 3, "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" @@ -6119,77 +2683,63 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assets": [ + }, { - "assetId": 0, + "assetId": 4, "assetLocation": "ASTR", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "879987328182474112" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "132260688624999923712" + "value": "8037000000000000000" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "85633534978437939200" + "value": "132260688624999923712" }, - "instructions": "xcmPalletDest" + "instructions": "xtokensDest" } }, - "type": "xcmpallet" + "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ { "assetId": 1, "assetLocation": "DOT", @@ -6197,6 +2747,20 @@ "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", @@ -6213,12 +2777,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -6227,12 +2791,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -6294,61 +2858,52 @@ } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79491" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "100544" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 0, + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8038" }, "instructions": "xtokensDest" } @@ -6357,12 +2912,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "99110670795111" + "value": "172577" }, "instructions": "xtokensDest" } @@ -6371,12 +2926,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "196078431372549" + "value": "1000" }, "instructions": "xtokensDest" } @@ -6386,34 +2941,43 @@ ] }, { - "assetId": 2, - "assetLocation": "GLMR", + "assetId": 9, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "175000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8037000000000000000" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -6422,12 +2986,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -6436,26 +3000,35 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "73389109056216060000" + "value": "8799000000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "62141510437275262976" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -6465,20 +3038,20 @@ ] }, { - "assetId": 4, - "assetLocation": "INTR", + "assetId": 16, + "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "24016821864" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -6487,12 +3060,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "79550000000000000" }, "instructions": "xtokensDest" } @@ -6501,12 +3074,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "3027565432831" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -6516,11 +3089,11 @@ { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "10893246187363" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -6528,22 +3101,27 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ { - "assetId": 3, - "assetLocation": "iBTC", + "assetId": 1, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "79491" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -6553,11 +3131,11 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "8038" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -6566,12 +3144,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "22000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -6580,12 +3158,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -6594,40 +3172,26 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "172577" + "value": "18012616398" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assets": [ - { - "assetId": 0, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 11, + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "104492097095609548800" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6636,12 +3200,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 10, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "24087860729545437184" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -6649,97 +3213,115 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assets": [ + }, { - "assetId": 6, - "assetLocation": "KSM", + "assetId": 2, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "175000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "240435587654" + "value": "8037000000000000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "8799000000000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "132260688624999923712" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "85633534978437939200" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" - }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -6748,12 +3330,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -6762,12 +3344,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -6776,35 +3358,26 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "18012616398" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "28367807540" }, "instructions": "xtokensDest" } @@ -6813,12 +3386,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -6827,12 +3400,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -6841,12 +3414,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -6856,20 +3429,20 @@ ] }, { - "assetId": 10, - "assetLocation": "USDT-Statemine", + "assetId": 9, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -6879,20 +3452,20 @@ ] }, { - "assetId": 5, - "assetLocation": "KINT", + "assetId": 6, + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "270826666660" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -6901,12 +3474,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "99110670795111" }, "instructions": "xtokensDest" } @@ -6915,12 +3488,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "196078431372549" }, "instructions": "xtokensDest" } @@ -6930,43 +3503,34 @@ ] }, { - "assetId": 0, - "assetLocation": "SDN", + "assetId": 2, + "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 16, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "69880098599534690304" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -6975,12 +3539,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -6989,12 +3553,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -7003,12 +3567,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "62141510437275262976" }, "instructions": "xtokensDest" } @@ -7016,27 +3580,22 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assets": [ + }, { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 4, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -7045,12 +3604,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -7059,12 +3618,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "240435587654" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -7073,26 +3632,35 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "10893246187363" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "79491" }, "instructions": "xtokensDest" } @@ -7101,12 +3669,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "8038" }, "instructions": "xtokensDest" } @@ -7115,12 +3683,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "22000" }, "instructions": "xtokensDest" } @@ -7129,12 +3697,26 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" }, "instructions": "xtokensDest" } @@ -7142,22 +3724,41 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ { - "assetId": 2, - "assetLocation": "USDT-Statemine", + "assetId": 0, + "assetLocation": "CFG", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "104492097095609548800" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "24087860729545437184" }, "instructions": "xtokensDest" } From 2abbf443247afbb78b06f62f64fd4d66dcdf87b1 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 8 Nov 2023 17:33:58 +0100 Subject: [PATCH 1700/2142] fix even and call types for Kusama --- chains/v2/types/kusama.json | 4 ++-- chains/v2/types/statemine.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 7f81f58ac..dd9d2938d 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "kusama_runtime.RuntimeEvent": "GenericEvent", - "kusama_runtime.RuntimeCall": "GenericCall", + "staging_kusama_runtime.RuntimeEvent": "GenericEvent", + "staging_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index bb952bcbc..84be57524 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "statemine_runtime.RuntimeEvent": "GenericEvent", - "statemine_runtime.RuntimeCall": "GenericCall", + "asset_hub_kusama_runtime.RuntimeEvent": "GenericEvent", + "asset_hub_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data", "RuntimeDispatchInfo": { From dbf08296d672756634c2959424f385bd5c5bf18c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:49:54 +0300 Subject: [PATCH 1701/2142] remove XCMs (#2208) * remove XCMs * remove all KSM --- xcm/v4/transfers.json | 3276 +++++++---------------------------------- 1 file changed, 497 insertions(+), 2779 deletions(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 0ba1838e6..70db02570 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -334,18 +334,18 @@ }, "chains": [ { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assets": [ { - "assetId": 4, - "assetLocation": "KAR", + "assetId": 3, + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "assetId": 0, "fee": { "mode": { @@ -359,26 +359,35 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "196078431372549" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -387,35 +396,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -424,12 +410,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -438,12 +424,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "2298688790" }, "instructions": "xtokensDest" } @@ -452,12 +438,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -466,12 +452,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -480,12 +466,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -494,12 +480,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -510,19 +496,19 @@ }, { "assetId": 0, - "assetLocation": "MOVR", + "assetLocation": "GLMR", "assetLocationPath": { "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -531,12 +517,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -545,26 +531,35 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "333333333333000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "1883239171374764" }, "instructions": "xtokensDest" } @@ -575,19 +570,19 @@ }, { "assetId": 5, - "assetLocation": "BNC", + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 4, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "20746401591009" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -596,12 +591,26 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 0, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -611,20 +620,20 @@ ] }, { - "assetId": 11, - "assetLocation": "HKO", + "assetId": 6, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "79491" }, "instructions": "xtokensDest" } @@ -633,12 +642,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8038" }, "instructions": "xtokensDest" } @@ -647,12 +656,12 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "80000000000000" + "value": "172577" }, "instructions": "xtokensDest" } @@ -661,12 +670,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "4800000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -676,34 +685,20 @@ ] }, { - "assetId": 3, - "assetLocation": "KINT", + "assetId": 10, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "270826666660" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -713,34 +708,20 @@ ] }, { - "assetId": 17, - "assetLocation": "XRT", + "assetId": 8, + "assetLocation": "ASTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "2738222496" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -750,20 +731,20 @@ ] }, { - "assetId": 7, - "assetLocation": "USDT-Statemine", + "assetId": 11, + "assetLocation": "CFG", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "10016025641025640448" }, "instructions": "xtokensDest" } @@ -775,23 +756,23 @@ ] }, { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "assets": [ { "assetId": 0, - "assetLocation": "KSM", + "assetLocation": "DOT", "assetLocationPath": { "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "33068783068" }, "instructions": "xcmPalletDest" } @@ -800,7 +781,7 @@ }, { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assetId": 0, "fee": { "mode": { @@ -814,12 +795,12 @@ }, { "destination": { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1200618133" + "value": "394791750" }, "instructions": "xcmPalletTeleportDest" } @@ -828,12 +809,26 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "53711462025" }, "instructions": "xcmPalletDest" } @@ -842,12 +837,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "2298688790" }, "instructions": "xcmPalletDest" } @@ -856,12 +851,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "1000000000" }, "instructions": "xcmPalletDest" } @@ -870,12 +865,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "18012616398" }, "instructions": "xcmPalletDest" } @@ -884,12 +879,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "8799000000" }, "instructions": "xcmPalletDest" } @@ -898,82 +893,54 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "30000000000" }, "instructions": "xcmPalletDest" } }, "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assets": [ - { - "assetId": 4, - "assetLocation": "BNC", - "assetLocationPath": { - "type": "concrete", - "path": { - "parents": 1, - "parachainId": 2001, - "generalKey": "0x0001" - } - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "131352192005380" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 0, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "800000000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] - }, + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ { "assetId": 0, - "assetLocation": "KAR", + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "49564722606073" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -982,26 +949,35 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "196078431372549" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -1010,35 +986,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "270826666660" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -1047,12 +1000,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "12019230769230" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -1062,20 +1015,20 @@ ] }, { - "assetId": 15, - "assetLocation": "HKO", + "assetId": 12, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "79491" }, "instructions": "xtokensDest" } @@ -1084,12 +1037,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "187969924812030" + "value": "117205" }, "instructions": "xtokensDest" } @@ -1098,12 +1051,12 @@ }, { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "80000000000000" + "value": "172577" }, "instructions": "xtokensDest" } @@ -1112,12 +1065,12 @@ }, { "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "4800000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -1127,20 +1080,20 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 3, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -1149,12 +1102,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -1163,12 +1116,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -1177,12 +1130,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -1191,12 +1144,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -1205,12 +1158,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -1219,49 +1172,49 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "30000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "800000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "333333333333000000" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -1270,12 +1223,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -1284,12 +1237,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "73389109056216060000" }, "instructions": "xtokensDest" } @@ -1299,20 +1252,20 @@ ] }, { - "assetId": 22, - "assetLocation": "BSX", + "assetId": 14, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 0, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "55000000000000000" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -1322,20 +1275,20 @@ ] }, { - "assetId": 17, - "assetLocation": "USDT-Statemine", + "assetId": 10, + "assetLocation": "ASTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -1347,2277 +1300,172 @@ ] }, { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ { - "assetId": 3, - "assetLocation": "ACA", + "assetId": 0, + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" + "value": "92895362664" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletTeleportDest" } }, - "type": "xtokens" + "type": "xcmpallet-teleport" } ] }, { "assetId": 1, - "assetLocation": "DOT", + "assetLocation": "USDT-Statemint", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "800000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "30000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, "fee": { "mode": { "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1883239171374764" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 8, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 11, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "10016025641025640448" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "394791750" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assets": [ - { - "assetId": 0, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "115534810638445" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3529278897735" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "117205" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "33068783068" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "77639751552" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "8544" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "803215" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "6405623" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assets": [ - { - "assetId": 8, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "50000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "3159557661927330300" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "BNC", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "131352192005380" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "20746401591009" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "423199129191" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "49564722606073" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "214320000027" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "12019230769230" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "423199129191" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "92895362664" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "800000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "25000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "803700" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8799" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "8202500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11888560" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assets": [ - { - "assetId": 0, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "4800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "187969924812030" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "80000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "49564722606073" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "511456628477" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "423199129191" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "50000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "234933300000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "333333333333000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assets": [ - { - "assetId": 5, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "485908649173955" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "80000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "187969924812030" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8799000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "49564722606073" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assets": [ - { - "assetId": 6, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000000000000" + "value": "25000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "8037000000000000000" + "value": "803700" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "8799" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "8202500" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "18012616398" + "value": "11888560" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "210000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" - }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "485908649173955" }, "instructions": "xtokensDest" } @@ -3626,12 +1474,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "80000000000000" }, "instructions": "xtokensDest" } @@ -3640,12 +1488,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "187969924812030" }, "instructions": "xtokensDest" } @@ -3654,12 +1502,12 @@ }, { "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3670,19 +1518,19 @@ }, { "assetId": 3, - "assetLocation": "ACA", + "assetLocation": "KAR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "115534810638445" + "value": "8799000000000" }, "instructions": "xtokensDest" } @@ -3691,7 +1539,7 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", "assetId": 0, "fee": { "mode": { @@ -3702,24 +1550,29 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "759878419452887" + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -3727,22 +1580,27 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ { - "assetId": 12, - "assetLocation": "INTR", + "assetId": 6, + "assetLocation": "GLMR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "24016821864" + "value": "5000000000000000000" }, "instructions": "xtokensDest" } @@ -3752,11 +1610,11 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "8037000000000000000" }, "instructions": "xtokensDest" } @@ -3765,12 +1623,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "87990000000000" }, "instructions": "xtokensDest" } @@ -3780,20 +1638,20 @@ ] }, { - "assetId": 13, - "assetLocation": "iBTC", + "assetId": 1, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "79491" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -3802,12 +1660,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "8038" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -3816,12 +1674,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "18012616398" }, "instructions": "xtokensDest" } @@ -3830,63 +1688,40 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "22000" + "value": "2298688790" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "1000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assets": [ - { - "assetId": 0, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "3529278897735" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -3895,12 +1730,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -3909,12 +1744,12 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "10893246187363" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -3924,8 +1759,8 @@ ] }, { - "assetId": 1, - "assetLocation": "iBTC", + "assetId": 3, + "assetLocation": "ACA", "assetLocationPath": { "type": "absolute" }, @@ -3933,11 +1768,11 @@ { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "117205" + "value": "115534810638445" }, "instructions": "xtokensDest" } @@ -3947,39 +1782,11 @@ { "destination": { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "22000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -3989,34 +1796,43 @@ ] }, { - "assetId": 2, - "assetLocation": "DOT", + "assetId": 0, + "assetLocation": "PARA", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "759878419452887" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -4025,12 +1841,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "33068783068" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4039,26 +1855,35 @@ }, { "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "3529278897735" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "79491" }, "instructions": "xtokensDest" } @@ -4067,12 +1892,12 @@ }, { "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4081,12 +1906,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "117205" }, "instructions": "xtokensDest" } @@ -4095,12 +1920,12 @@ }, { "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -4110,7 +1935,7 @@ ] }, { - "assetId": 7, + "assetId": 14, "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" @@ -4135,23 +1960,23 @@ ] }, { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assets": [ { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 0, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "3529278897735" }, "instructions": "xtokensDest" } @@ -4160,12 +1985,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4174,26 +1999,35 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "10893246187363" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "117205" }, "instructions": "xtokensDest" } @@ -4202,12 +2036,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "8038" }, "instructions": "xtokensDest" } @@ -4216,12 +2050,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "172577" }, "instructions": "xtokensDest" } @@ -4230,12 +2064,12 @@ }, { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "423199129191" + "value": "22000" }, "instructions": "xtokensDest" } @@ -4243,50 +2077,36 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assets": [ + }, { - "assetId": 0, - "assetLocation": "BSX", + "assetId": 2, + "assetLocation": "DOT", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 22, + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "2298688790" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "92895362664" }, "instructions": "xtokensDest" } @@ -4295,12 +2115,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "33068783068" }, "instructions": "xtokensDest" } @@ -4309,12 +2129,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -4323,12 +2143,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "1000000000" }, "instructions": "xtokensDest" } @@ -4337,12 +2157,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "511456628477" + "value": "8799000000" }, "instructions": "xtokensDest" } @@ -4351,12 +2171,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "30000000000" }, "instructions": "xtokensDest" } @@ -4365,72 +2185,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182475" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "8865248226" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -4440,20 +2200,20 @@ ] }, { - "assetId": 4, - "assetLocation": "USDT-Statemine", + "assetId": 7, + "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "175000000" }, "instructions": "xtokensDest" } @@ -4952,48 +2712,6 @@ } ] }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assets": [ - { - "assetId": 0, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "8865248226" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "2738222496" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", "assets": [ From 1c0e14f7c497b8ffdde36762985f451716006654 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:40:20 +0300 Subject: [PATCH 1702/2142] Update chain types (#2209) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/acala.json | 2 +- chains/v2/types/amplitude.json | 2 +- chains/v2/types/astar.json | 2 +- chains/v2/types/hydra_dx.json | 2 +- chains/v2/types/karura.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/kusama_bridge_hub.json | 2 +- chains/v2/types/quartz.json | 2 +- chains/v2/types/shiden.json | 2 +- chains/v2/types/statemine.json | 2 +- chains/v2/types/subsocial.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index fccbb1a0e..b4ec21f7c 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -1,5 +1,5 @@ { - "runtime_id": 2210, + "runtime_id": 2220, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/amplitude.json b/chains/v2/types/amplitude.json index 25b1f4895..a419fa208 100644 --- a/chains/v2/types/amplitude.json +++ b/chains/v2/types/amplitude.json @@ -1,5 +1,5 @@ { - "runtime_id": 10, + "runtime_id": 11, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/astar.json b/chains/v2/types/astar.json index 66451c236..de563556f 100644 --- a/chains/v2/types/astar.json +++ b/chains/v2/types/astar.json @@ -1,5 +1,5 @@ { - "runtime_id": 68, + "runtime_id": 71, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/hydra_dx.json b/chains/v2/types/hydra_dx.json index e8c16c8ef..1223a16da 100644 --- a/chains/v2/types/hydra_dx.json +++ b/chains/v2/types/hydra_dx.json @@ -1,5 +1,5 @@ { - "runtime_id": 183, + "runtime_id": 185, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/karura.json b/chains/v2/types/karura.json index dafec7b16..03507780f 100644 --- a/chains/v2/types/karura.json +++ b/chains/v2/types/karura.json @@ -1,5 +1,5 @@ { - "runtime_id": 2210, + "runtime_id": 2220, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index dd9d2938d..d9619b8bf 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -1,5 +1,5 @@ { - "runtime_id": 9430, + "runtime_id": 1000000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama_bridge_hub.json b/chains/v2/types/kusama_bridge_hub.json index 045ae7479..52ca00712 100644 --- a/chains/v2/types/kusama_bridge_hub.json +++ b/chains/v2/types/kusama_bridge_hub.json @@ -1,5 +1,5 @@ { - "runtime_id": 9430, + "runtime_id": 1000000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/quartz.json b/chains/v2/types/quartz.json index 62973ea3f..d7b6012ce 100644 --- a/chains/v2/types/quartz.json +++ b/chains/v2/types/quartz.json @@ -1,5 +1,5 @@ { - "runtime_id": 10010063, + "runtime_id": 10010064, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/shiden.json b/chains/v2/types/shiden.json index 4abd45a65..60bd322cf 100644 --- a/chains/v2/types/shiden.json +++ b/chains/v2/types/shiden.json @@ -1,5 +1,5 @@ { - "runtime_id": 109, + "runtime_id": 111, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/statemine.json b/chains/v2/types/statemine.json index 84be57524..59689cbf4 100644 --- a/chains/v2/types/statemine.json +++ b/chains/v2/types/statemine.json @@ -1,5 +1,5 @@ { - "runtime_id": 9430, + "runtime_id": 1000000, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/subsocial.json b/chains/v2/types/subsocial.json index 61866af18..035620195 100644 --- a/chains/v2/types/subsocial.json +++ b/chains/v2/types/subsocial.json @@ -1,5 +1,5 @@ { - "runtime_id": 30, + "runtime_id": 31, "types": { "Balance": "u128", "Index": "u32", From ba4831992b85de2b03f6e05ca9d135b059dbd44b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 9 Nov 2023 15:09:20 +0500 Subject: [PATCH 1703/2142] add relaychainAsNative to Kusama AssetHub --- chains/v16/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 74e5c2f94..9fcc5ef4c 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -548,7 +548,10 @@ "addressPrefix": 2, "options": [ "swap-hub" - ] + ], + "additional": { + "relaychainAsNative": true + } }, { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From 6f3a56e856504b74ef6db2707d0dc659047638e1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:12:13 +0300 Subject: [PATCH 1704/2142] set onfinality nodes for dev (#2210) --- chains/v15/chains_dev.json | 16 ++-------------- chains/v16/chains_dev.json | 16 ++-------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index d01f194b0..f69a4ce71 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -884,20 +884,8 @@ ], "nodes": [ { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 9fcc5ef4c..00cac5f31 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -919,20 +919,8 @@ ], "nodes": [ { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { From 04369450836eab2e8fbdeea48ca286dacf652bee Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:50:02 +0300 Subject: [PATCH 1705/2142] promote only OnFinality nodes (#2211) --- chains/v15/chains.json | 16 ++-------------- chains/v16/chains.json | 16 ++-------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 8bf21e8d4..85474bf47 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -826,20 +826,8 @@ ], "nodes": [ { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0565a21bb..82f0d5d6c 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -826,20 +826,8 @@ ], "nodes": [ { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" } ], "types": { From e4065cb449965d59fcc8bf76fcc58bfcdc1bb47a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:19:29 +0300 Subject: [PATCH 1706/2142] Update chain types (#2215) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/unique.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/unique.json b/chains/v2/types/unique.json index e66839b1b..e94ff6791 100644 --- a/chains/v2/types/unique.json +++ b/chains/v2/types/unique.json @@ -1,5 +1,5 @@ { - "runtime_id": 10010063, + "runtime_id": 10010064, "types": { "Balance": "u128", "Index": "u32", From 9c2551a039af9669c6bea2b4842c75458dad89a6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:01:42 +0300 Subject: [PATCH 1707/2142] add more nodes for 3dpass (#2216) --- chains/v15/chains_dev.json | 8 ++++++++ chains/v16/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index f69a4ce71..ba8fa52ee 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8286,6 +8286,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 00cac5f31..8bb946c5e 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -8325,6 +8325,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" From fd729d58aa9c2bf40d1923d4479a60c549a3a439 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 10 Nov 2023 15:32:40 +0100 Subject: [PATCH 1708/2142] Update kusama.json --- chains/v2/types/kusama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index d9619b8bf..108ff0f45 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", + "ParaId": "polkadot_parachain_primitives.primitives.Id", "staging_kusama_runtime.RuntimeEvent": "GenericEvent", "staging_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", From fad65585d14672863738088ff683deacace01c60 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:20:03 +0300 Subject: [PATCH 1709/2142] Update dwellir nodes (#2222) --- chains/v15/chains.json | 4 ++++ chains/v15/chains_dev.json | 4 ++++ chains/v16/chains.json | 4 ++++ chains/v16/chains_dev.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 85474bf47..c9fa4000e 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -2726,6 +2726,10 @@ } ], "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://spiritnet.kilt.io/", "name": "KILT Protocol node" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index ba8fa52ee..2a6e0c904 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2679,6 +2679,10 @@ } ], "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://spiritnet.kilt.io/", "name": "KILT Protocol node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 82f0d5d6c..36e12f0de 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -2726,6 +2726,10 @@ } ], "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://spiritnet.kilt.io/", "name": "KILT Protocol node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 8bb946c5e..f825a24c8 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -2714,6 +2714,10 @@ } ], "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://spiritnet.kilt.io/", "name": "KILT Protocol node" From 994779685606efca303556d453a8695b3e9d2205 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sat, 11 Nov 2023 18:54:29 +0100 Subject: [PATCH 1710/2142] remove not working Altair node (#2223) --- chains/v15/chains.json | 4 ---- chains/v15/chains_dev.json | 4 ---- chains/v16/chains.json | 4 ---- chains/v16/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index c9fa4000e..0739621e6 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -2234,10 +2234,6 @@ } ], "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 2a6e0c904..9690f983c 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2387,10 +2387,6 @@ } ], "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 36e12f0de..468363068 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -2234,10 +2234,6 @@ } ], "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index f825a24c8..dba2c1e50 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -2422,10 +2422,6 @@ } ], "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, { "url": "wss://altair.api.onfinality.io/public-ws", "name": "OnFinality node" From a3f9b0bdb56e0c3f6c9ee8d55cbf58e70ffd9f79 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:31:48 +0300 Subject: [PATCH 1711/2142] return back Kusama and Asset Hub (#2218) * return back Kusama and Asset Hub * update westend * remove all destinations * remove swap-hub --- xcm/v4/transfers.json | 56 +++++++++++++++++++++++++++++++++++++++++++ xcm/v5/transfers.json | 56 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 70db02570..d5117a449 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -2958,6 +2958,62 @@ ] } ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] } ] } diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 7fbb048ed..728c1bb1e 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -3768,6 +3768,62 @@ ] } ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] } ] } From e172b4cc4250a6f4f41ec932ec1e9862c6f35219 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:32:46 +0300 Subject: [PATCH 1712/2142] Update chain types (#2221) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/v2/types/composable.json | 2 +- chains/v2/types/equilibrium_types.json | 2 +- chains/v2/types/khala.json | 2 +- chains/v2/types/kusama.json | 2 +- chains/v2/types/phala.json | 2 +- chains/v2/types/picasso.json | 2 +- chains/v2/types/vara.json | 2 +- chains/v2/types/zeitgeist.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v2/types/composable.json b/chains/v2/types/composable.json index 33b660eaa..640c3488a 100644 --- a/chains/v2/types/composable.json +++ b/chains/v2/types/composable.json @@ -1,5 +1,5 @@ { - "runtime_id": 10039, + "runtime_id": 10040, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/equilibrium_types.json b/chains/v2/types/equilibrium_types.json index 01c103202..f42c32edc 100644 --- a/chains/v2/types/equilibrium_types.json +++ b/chains/v2/types/equilibrium_types.json @@ -1,5 +1,5 @@ { - "runtime_id": 36, + "runtime_id": 37, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/khala.json b/chains/v2/types/khala.json index 6e3ef130d..52eaabe45 100644 --- a/chains/v2/types/khala.json +++ b/chains/v2/types/khala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1254, + "runtime_id": 1255, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index 108ff0f45..d9619b8bf 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain_primitives.primitives.Id", + "ParaId": "polkadot_parachain.primitives.Id", "staging_kusama_runtime.RuntimeEvent": "GenericEvent", "staging_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", diff --git a/chains/v2/types/phala.json b/chains/v2/types/phala.json index fbe5f1614..31eb474bc 100644 --- a/chains/v2/types/phala.json +++ b/chains/v2/types/phala.json @@ -1,5 +1,5 @@ { - "runtime_id": 1254, + "runtime_id": 1255, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/picasso.json b/chains/v2/types/picasso.json index 6e0a3dafc..b41765417 100644 --- a/chains/v2/types/picasso.json +++ b/chains/v2/types/picasso.json @@ -1,5 +1,5 @@ { - "runtime_id": 10039, + "runtime_id": 10040, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/vara.json b/chains/v2/types/vara.json index 72ad053d7..599e4bc97 100644 --- a/chains/v2/types/vara.json +++ b/chains/v2/types/vara.json @@ -1,5 +1,5 @@ { - "runtime_id": 1000, + "runtime_id": 1010, "types": { "Balance": "u128", "Index": "u32", diff --git a/chains/v2/types/zeitgeist.json b/chains/v2/types/zeitgeist.json index 411fae626..765d20440 100644 --- a/chains/v2/types/zeitgeist.json +++ b/chains/v2/types/zeitgeist.json @@ -1,5 +1,5 @@ { - "runtime_id": 50, + "runtime_id": 51, "types": { "Balance": "u128", "Index": "u32", From 71be5a4b08a128431945b81e1df08270eec3976a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:33:53 +0300 Subject: [PATCH 1713/2142] promote 3dpass nodes (#2217) --- chains/v15/chains.json | 8 ++++++++ chains/v16/chains.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 0739621e6..207224537 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -7178,6 +7178,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 468363068..5595ba70b 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7178,6 +7178,14 @@ } ], "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" From 5e89dafb5771a8da001b275595543ad8ec5f2430 Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:36:01 +0500 Subject: [PATCH 1714/2142] Return removed karura nodes (#2214) * Return removed karura nodes * add nodes to v15 too --------- Co-authored-by: Stepan Lavrentev --- chains/v15/chains_dev.json | 16 ++++++++++++++++ chains/v16/chains_dev.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 9690f983c..52ecb6cd0 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -883,6 +883,22 @@ } ], "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, { "url": "wss://karura.api.onfinality.io/public-ws", "name": "Onfinality node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index dba2c1e50..e64a09b73 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -918,6 +918,22 @@ } ], "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, { "url": "wss://karura.api.onfinality.io/public-ws", "name": "Onfinality node" From a491fb007486c5411d778426ad6fbdf42d511cf1 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:50:04 +0700 Subject: [PATCH 1715/2142] Use staging slot for kusama asset hub on dev (#2237) --- chains/v16/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index e64a09b73..dcb389727 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -540,7 +540,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" } ] }, From 882d64558846590963192d59e485648421a7a4ce Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:21:07 +0300 Subject: [PATCH 1716/2142] Integration tests for prod config (#2161) * first implementation * remove node for test * update tests * test trigger * adding cuncurency * change reporter * fix redundant comma * update result posting * update env * update ids for comment * fix url * fix write to file * fix comment content * mark tests as success * fix text * remove the latest ID too * return value back --- .github/get_actual_json_path.sh | 6 + .github/workflows/run_integration_tests.yaml | 135 ++ .github/workflows/setup-path/action.yml | 3 + makefile | 4 + poetry.lock | 1697 +++++++++--------- pyproject.toml | 2 +- tests/conftest.py | 32 + tests/data/setting_data.py | 4 +- tests/test_can_query_base_parameters.py | 41 +- tests/test_check_new_assets.py | 27 +- tests/test_network_parameters.py | 29 +- tests/test_network_parameters_by_nodes.py | 47 + tests/test_nodes_availability.py | 17 +- 13 files changed, 1148 insertions(+), 896 deletions(-) create mode 100644 .github/workflows/run_integration_tests.yaml create mode 100644 tests/conftest.py create mode 100644 tests/test_network_parameters_by_nodes.py diff --git a/.github/get_actual_json_path.sh b/.github/get_actual_json_path.sh index 33517d8b1..7b32873de 100644 --- a/.github/get_actual_json_path.sh +++ b/.github/get_actual_json_path.sh @@ -17,6 +17,12 @@ sorted_version_numbers=($(printf '%s\n' "${version_numbers[@]}" | sort -rn)) # Retrieve the latest version folder latest_version_number=${sorted_version_numbers[0]} + +# Check if second argument exists and if so, subtract 1 from the latest version +if [ -n "$2" ]; then + latest_version_number=$((latest_version_number - 1)) +fi + latest_version_folder="v${latest_version_number}" echo $latest_version_folder diff --git a/.github/workflows/run_integration_tests.yaml b/.github/workflows/run_integration_tests.yaml new file mode 100644 index 000000000..a3473dfe9 --- /dev/null +++ b/.github/workflows/run_integration_tests.yaml @@ -0,0 +1,135 @@ +name: Integration tests for config + +on: + pull_request: + paths: + - "chains/**" + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +env: + BODY_FILE: comment-body.txt + +jobs: + prepare-matrix: + runs-on: ubuntu-latest + outputs: + matrix: ${{ steps.set-matrix.outputs.matrix }} + current: ${{ steps.current.outputs.any_changed }} + previous: ${{ steps.previous.outputs.any_changed }} + name: Check which version was changed + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: 🛠 Set up actual paths + uses: ./.github/workflows/setup-path + + - name: Was chains.json changed? + id: current + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.CHAINS_JSON_PATH }} + + - name: Was previous chains.json changed? + id: previous + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.PREVIOUS_CHAINS_JSON_PATH }} + + - name: Generate test paths + run: | + if [[ "${{ steps.current.outputs.any_changed }}" == 'true' ]]; then + echo "TEST_PATHS=${{ env.CHAINS_JSON_PATH }}" >> $GITHUB_ENV + fi + if [[ "${{ steps.previous.outputs.any_changed }}" == 'true' ]]; then + if [[ -n "${{ env.TEST_PATHS }}" ]]; then + echo "TEST_PATHS=${{ env.TEST_PATHS }},${{ env.PREVIOUS_CHAINS_JSON_PATH }}" >> $GITHUB_ENV + else + echo "TEST_PATHS=${{ env.PREVIOUS_CHAINS_JSON_PATH }}" >> $GITHUB_ENV + fi + fi + - name: Set matrix + id: set-matrix + run: | + echo "::set-output name=matrix::{\"test_path\": [\"${TEST_PATHS}\"]}" + + + integration-tests: + name: ${{ matrix.test_path }} + runs-on: ubuntu-latest + needs: prepare-matrix + if: always() && (needs.prepare-matrix.outputs.current == 'true' || needs.prepare-matrix.outputs.previous == 'true') + strategy: + fail-fast: false + matrix: + test_path: ${{fromJson(needs.prepare-matrix.outputs.matrix).test_path}} + + steps: + - uses: actions/checkout@v4 + - name: Set up actual paths + uses: ./.github/workflows/setup-path + + - name: Install dependencies + run: make init + + - name: Run test + run: CHAINS_JSON_PATH=${{ matrix.test_path }} make test-core + continue-on-error: true + + - name: Surface failing tests + if: always() + uses: pmeier/pytest-results-action@main + with: + path: test-results.xml + + process-results: + runs-on: ubuntu-latest + needs: integration-tests + if: always() + steps: + - name: Save URLs to file + run: echo "🧪 Test results" > ${{ env.BODY_FILE }} + + - name: Install jq + run: sudo apt-get install jq + + - name: Get job IDs and create URLs + id: get-job-ids + run: | + url="https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs" + response=$(curl --silent --location "$url") + job_ids=$(echo "$response" | jq '.jobs[1:-1][] | .id') + urls="" + for id in $job_ids + do + echo "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/1#summary-$id" >> ${{ env.BODY_FILE }} + done + + - name: Find Comment + uses: peter-evans/find-comment@v2 + id: fc + with: + issue-number: ${{ github.event.pull_request.number }} + comment-author: 'github-actions[bot]' + body-includes: 🧪 Test results + + - name: Create comment + if: steps.fc.outputs.comment-id == '' + uses: peter-evans/create-or-update-comment@v2 + with: + issue-number: ${{ github.event.pull_request.number }} + body-file: ${{ env.BODY_FILE }} + + - name: Update comment + if: steps.fc.outputs.comment-id != '' + uses: peter-evans/create-or-update-comment@v2 + with: + comment-id: ${{ steps.fc.outputs.comment-id }} + body-file: ${{ env.BODY_FILE }} + edit-mode: replace diff --git a/.github/workflows/setup-path/action.yml b/.github/workflows/setup-path/action.yml index 0f3a07ca9..562745e1b 100644 --- a/.github/workflows/setup-path/action.yml +++ b/.github/workflows/setup-path/action.yml @@ -6,6 +6,7 @@ runs: - name: Setup version to variables run: | echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" + echo "PREVIOUS_CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains 1)" >> "$GITHUB_ENV" echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" shell: bash @@ -13,6 +14,8 @@ runs: run: | echo "DEV_CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" echo "CHAINS_JSON_PATH=chains/${{ env.CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" + echo "PREVIOUS_DEV_CHAINS_JSON_PATH=chains/${{ env.PREVIOUS_CHAINS_VERSION }}/chains_dev.json" >> "$GITHUB_ENV" + echo "PREVIOUS_CHAINS_JSON_PATH=chains/${{ env.PREVIOUS_CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" shell: bash diff --git a/makefile b/makefile index 98cc0776d..4e3e5e78b 100644 --- a/makefile +++ b/makefile @@ -8,6 +8,7 @@ RE_RUNS = 2 RE_RUN_DELAY = 15 ALLURE_DIR = allure-results TEST_RUN = $(VENV)/bin/python -m pytest --rootdir . --alluredir=$(ALLURE_DIR) -n $(THREADS) -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) +TEST_RUN_JUNIT = $(VENV)/bin/python -m pytest --rootdir . --junit-xml=test-results.xml -n $(THREADS) -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) CHAINS_FILES=\ chains @@ -49,6 +50,9 @@ requirements: test-all: test-nodes-availability test-networks-precision test-network-chain-id test-network-prefix test-eth-availability test-new-assets +test-core: + CHAINS_JSON_PATH=$(CHAINS_JSON_PATH) $(TEST_RUN_JUNIT) -m core + test-nodes-availability: $(TEST_RUN) "./tests/test_nodes_availability.py" diff --git a/poetry.lock b/poetry.lock index 38ce9b022..d0a57ced1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,98 +2,98 @@ [[package]] name = "aiohttp" -version = "3.8.5" +version = "3.8.6" description = "Async http client/server framework (asyncio)" optional = false python-versions = ">=3.6" files = [ - {file = "aiohttp-3.8.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a94159871304770da4dd371f4291b20cac04e8c94f11bdea1c3478e557fbe0d8"}, - {file = "aiohttp-3.8.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:13bf85afc99ce6f9ee3567b04501f18f9f8dbbb2ea11ed1a2e079670403a7c84"}, - {file = "aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2ce2ac5708501afc4847221a521f7e4b245abf5178cf5ddae9d5b3856ddb2f3a"}, - {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:96943e5dcc37a6529d18766597c491798b7eb7a61d48878611298afc1fca946c"}, - {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ad5c3c4590bb3cc28b4382f031f3783f25ec223557124c68754a2231d989e2b"}, - {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c413c633d0512df4dc7fd2373ec06cc6a815b7b6d6c2f208ada7e9e93a5061d"}, - {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:df72ac063b97837a80d80dec8d54c241af059cc9bb42c4de68bd5b61ceb37caa"}, - {file = "aiohttp-3.8.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c48c5c0271149cfe467c0ff8eb941279fd6e3f65c9a388c984e0e6cf57538e14"}, - {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:368a42363c4d70ab52c2c6420a57f190ed3dfaca6a1b19afda8165ee16416a82"}, - {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7607ec3ce4993464368505888af5beb446845a014bc676d349efec0e05085905"}, - {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:0d21c684808288a98914e5aaf2a7c6a3179d4df11d249799c32d1808e79503b5"}, - {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:312fcfbacc7880a8da0ae8b6abc6cc7d752e9caa0051a53d217a650b25e9a691"}, - {file = "aiohttp-3.8.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ad093e823df03bb3fd37e7dec9d4670c34f9e24aeace76808fc20a507cace825"}, - {file = "aiohttp-3.8.5-cp310-cp310-win32.whl", hash = "sha256:33279701c04351a2914e1100b62b2a7fdb9a25995c4a104259f9a5ead7ed4802"}, - {file = "aiohttp-3.8.5-cp310-cp310-win_amd64.whl", hash = "sha256:6e4a280e4b975a2e7745573e3fc9c9ba0d1194a3738ce1cbaa80626cc9b4f4df"}, - {file = "aiohttp-3.8.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ae871a964e1987a943d83d6709d20ec6103ca1eaf52f7e0d36ee1b5bebb8b9b9"}, - {file = "aiohttp-3.8.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:461908b2578955045efde733719d62f2b649c404189a09a632d245b445c9c975"}, - {file = "aiohttp-3.8.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:72a860c215e26192379f57cae5ab12b168b75db8271f111019509a1196dfc780"}, - {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc14be025665dba6202b6a71cfcdb53210cc498e50068bc088076624471f8bb9"}, - {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8af740fc2711ad85f1a5c034a435782fbd5b5f8314c9a3ef071424a8158d7f6b"}, - {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:841cd8233cbd2111a0ef0a522ce016357c5e3aff8a8ce92bcfa14cef890d698f"}, - {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ed1c46fb119f1b59304b5ec89f834f07124cd23ae5b74288e364477641060ff"}, - {file = "aiohttp-3.8.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84f8ae3e09a34f35c18fa57f015cc394bd1389bce02503fb30c394d04ee6b938"}, - {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:62360cb771707cb70a6fd114b9871d20d7dd2163a0feafe43fd115cfe4fe845e"}, - {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:23fb25a9f0a1ca1f24c0a371523546366bb642397c94ab45ad3aedf2941cec6a"}, - {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:b0ba0d15164eae3d878260d4c4df859bbdc6466e9e6689c344a13334f988bb53"}, - {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:5d20003b635fc6ae3f96d7260281dfaf1894fc3aa24d1888a9b2628e97c241e5"}, - {file = "aiohttp-3.8.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0175d745d9e85c40dcc51c8f88c74bfbaef9e7afeeeb9d03c37977270303064c"}, - {file = "aiohttp-3.8.5-cp311-cp311-win32.whl", hash = "sha256:2e1b1e51b0774408f091d268648e3d57f7260c1682e7d3a63cb00d22d71bb945"}, - {file = "aiohttp-3.8.5-cp311-cp311-win_amd64.whl", hash = "sha256:043d2299f6dfdc92f0ac5e995dfc56668e1587cea7f9aa9d8a78a1b6554e5755"}, - {file = "aiohttp-3.8.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:cae533195e8122584ec87531d6df000ad07737eaa3c81209e85c928854d2195c"}, - {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f21e83f355643c345177a5d1d8079f9f28b5133bcd154193b799d380331d5d3"}, - {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a7a75ef35f2df54ad55dbf4b73fe1da96f370e51b10c91f08b19603c64004acc"}, - {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e2e9839e14dd5308ee773c97115f1e0a1cb1d75cbeeee9f33824fa5144c7634"}, - {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c44e65da1de4403d0576473e2344828ef9c4c6244d65cf4b75549bb46d40b8dd"}, - {file = "aiohttp-3.8.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:78d847e4cde6ecc19125ccbc9bfac4a7ab37c234dd88fbb3c5c524e8e14da543"}, - {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:c7a815258e5895d8900aec4454f38dca9aed71085f227537208057853f9d13f2"}, - {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:8b929b9bd7cd7c3939f8bcfffa92fae7480bd1aa425279d51a89327d600c704d"}, - {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:5db3a5b833764280ed7618393832e0853e40f3d3e9aa128ac0ba0f8278d08649"}, - {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:a0215ce6041d501f3155dc219712bc41252d0ab76474615b9700d63d4d9292af"}, - {file = "aiohttp-3.8.5-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:fd1ed388ea7fbed22c4968dd64bab0198de60750a25fe8c0c9d4bef5abe13824"}, - {file = "aiohttp-3.8.5-cp36-cp36m-win32.whl", hash = "sha256:6e6783bcc45f397fdebc118d772103d751b54cddf5b60fbcc958382d7dd64f3e"}, - {file = "aiohttp-3.8.5-cp36-cp36m-win_amd64.whl", hash = "sha256:b5411d82cddd212644cf9360879eb5080f0d5f7d809d03262c50dad02f01421a"}, - {file = "aiohttp-3.8.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:01d4c0c874aa4ddfb8098e85d10b5e875a70adc63db91f1ae65a4b04d3344cda"}, - {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5980a746d547a6ba173fd5ee85ce9077e72d118758db05d229044b469d9029a"}, - {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2a482e6da906d5e6e653be079b29bc173a48e381600161c9932d89dfae5942ef"}, - {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:80bd372b8d0715c66c974cf57fe363621a02f359f1ec81cba97366948c7fc873"}, - {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1161b345c0a444ebcf46bf0a740ba5dcf50612fd3d0528883fdc0eff578006a"}, - {file = "aiohttp-3.8.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd56db019015b6acfaaf92e1ac40eb8434847d9bf88b4be4efe5bfd260aee692"}, - {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:153c2549f6c004d2754cc60603d4668899c9895b8a89397444a9c4efa282aaf4"}, - {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4a01951fabc4ce26ab791da5f3f24dca6d9a6f24121746eb19756416ff2d881b"}, - {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bfb9162dcf01f615462b995a516ba03e769de0789de1cadc0f916265c257e5d8"}, - {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:7dde0009408969a43b04c16cbbe252c4f5ef4574ac226bc8815cd7342d2028b6"}, - {file = "aiohttp-3.8.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:4149d34c32f9638f38f544b3977a4c24052042affa895352d3636fa8bffd030a"}, - {file = "aiohttp-3.8.5-cp37-cp37m-win32.whl", hash = "sha256:68c5a82c8779bdfc6367c967a4a1b2aa52cd3595388bf5961a62158ee8a59e22"}, - {file = "aiohttp-3.8.5-cp37-cp37m-win_amd64.whl", hash = "sha256:2cf57fb50be5f52bda004b8893e63b48530ed9f0d6c96c84620dc92fe3cd9b9d"}, - {file = "aiohttp-3.8.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:eca4bf3734c541dc4f374ad6010a68ff6c6748f00451707f39857f429ca36ced"}, - {file = "aiohttp-3.8.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1274477e4c71ce8cfe6c1ec2f806d57c015ebf84d83373676036e256bc55d690"}, - {file = "aiohttp-3.8.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:28c543e54710d6158fc6f439296c7865b29e0b616629767e685a7185fab4a6b9"}, - {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:910bec0c49637d213f5d9877105d26e0c4a4de2f8b1b29405ff37e9fc0ad52b8"}, - {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5443910d662db951b2e58eb70b0fbe6b6e2ae613477129a5805d0b66c54b6cb7"}, - {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e460be6978fc24e3df83193dc0cc4de46c9909ed92dd47d349a452ef49325b7"}, - {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb1558def481d84f03b45888473fc5a1f35747b5f334ef4e7a571bc0dfcb11f8"}, - {file = "aiohttp-3.8.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34dd0c107799dcbbf7d48b53be761a013c0adf5571bf50c4ecad5643fe9cfcd0"}, - {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:aa1990247f02a54185dc0dff92a6904521172a22664c863a03ff64c42f9b5410"}, - {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:0e584a10f204a617d71d359fe383406305a4b595b333721fa50b867b4a0a1548"}, - {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:a3cf433f127efa43fee6b90ea4c6edf6c4a17109d1d037d1a52abec84d8f2e42"}, - {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:c11f5b099adafb18e65c2c997d57108b5bbeaa9eeee64a84302c0978b1ec948b"}, - {file = "aiohttp-3.8.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:84de26ddf621d7ac4c975dbea4c945860e08cccde492269db4e1538a6a6f3c35"}, - {file = "aiohttp-3.8.5-cp38-cp38-win32.whl", hash = "sha256:ab88bafedc57dd0aab55fa728ea10c1911f7e4d8b43e1d838a1739f33712921c"}, - {file = "aiohttp-3.8.5-cp38-cp38-win_amd64.whl", hash = "sha256:5798a9aad1879f626589f3df0f8b79b3608a92e9beab10e5fda02c8a2c60db2e"}, - {file = "aiohttp-3.8.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a6ce61195c6a19c785df04e71a4537e29eaa2c50fe745b732aa937c0c77169f3"}, - {file = "aiohttp-3.8.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:773dd01706d4db536335fcfae6ea2440a70ceb03dd3e7378f3e815b03c97ab51"}, - {file = "aiohttp-3.8.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f83a552443a526ea38d064588613aca983d0ee0038801bc93c0c916428310c28"}, - {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f7372f7341fcc16f57b2caded43e81ddd18df53320b6f9f042acad41f8e049a"}, - {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ea353162f249c8097ea63c2169dd1aa55de1e8fecbe63412a9bc50816e87b761"}, - {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d47ae48db0b2dcf70bc8a3bc72b3de86e2a590fc299fdbbb15af320d2659de"}, - {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d827176898a2b0b09694fbd1088c7a31836d1a505c243811c87ae53a3f6273c1"}, - {file = "aiohttp-3.8.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3562b06567c06439d8b447037bb655ef69786c590b1de86c7ab81efe1c9c15d8"}, - {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4e874cbf8caf8959d2adf572a78bba17cb0e9d7e51bb83d86a3697b686a0ab4d"}, - {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6809a00deaf3810e38c628e9a33271892f815b853605a936e2e9e5129762356c"}, - {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:33776e945d89b29251b33a7e7d006ce86447b2cfd66db5e5ded4e5cd0340585c"}, - {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:eaeed7abfb5d64c539e2db173f63631455f1196c37d9d8d873fc316470dfbacd"}, - {file = "aiohttp-3.8.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e91d635961bec2d8f19dfeb41a539eb94bd073f075ca6dae6c8dc0ee89ad6f91"}, - {file = "aiohttp-3.8.5-cp39-cp39-win32.whl", hash = "sha256:00ad4b6f185ec67f3e6562e8a1d2b69660be43070bd0ef6fcec5211154c7df67"}, - {file = "aiohttp-3.8.5-cp39-cp39-win_amd64.whl", hash = "sha256:c0a9034379a37ae42dea7ac1e048352d96286626251862e448933c0f59cbd79c"}, - {file = "aiohttp-3.8.5.tar.gz", hash = "sha256:b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc"}, + {file = "aiohttp-3.8.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:41d55fc043954cddbbd82503d9cc3f4814a40bcef30b3569bc7b5e34130718c1"}, + {file = "aiohttp-3.8.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d84166673694841d8953f0a8d0c90e1087739d24632fe86b1a08819168b4566"}, + {file = "aiohttp-3.8.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:253bf92b744b3170eb4c4ca2fa58f9c4b87aeb1df42f71d4e78815e6e8b73c9e"}, + {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3fd194939b1f764d6bb05490987bfe104287bbf51b8d862261ccf66f48fb4096"}, + {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c5f938d199a6fdbdc10bbb9447496561c3a9a565b43be564648d81e1102ac22"}, + {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2817b2f66ca82ee699acd90e05c95e79bbf1dc986abb62b61ec8aaf851e81c93"}, + {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fa375b3d34e71ccccf172cab401cd94a72de7a8cc01847a7b3386204093bb47"}, + {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9de50a199b7710fa2904be5a4a9b51af587ab24c8e540a7243ab737b45844543"}, + {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e1d8cb0b56b3587c5c01de3bf2f600f186da7e7b5f7353d1bf26a8ddca57f965"}, + {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8e31e9db1bee8b4f407b77fd2507337a0a80665ad7b6c749d08df595d88f1cf5"}, + {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7bc88fc494b1f0311d67f29fee6fd636606f4697e8cc793a2d912ac5b19aa38d"}, + {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ec00c3305788e04bf6d29d42e504560e159ccaf0be30c09203b468a6c1ccd3b2"}, + {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ad1407db8f2f49329729564f71685557157bfa42b48f4b93e53721a16eb813ed"}, + {file = "aiohttp-3.8.6-cp310-cp310-win32.whl", hash = "sha256:ccc360e87341ad47c777f5723f68adbb52b37ab450c8bc3ca9ca1f3e849e5fe2"}, + {file = "aiohttp-3.8.6-cp310-cp310-win_amd64.whl", hash = "sha256:93c15c8e48e5e7b89d5cb4613479d144fda8344e2d886cf694fd36db4cc86865"}, + {file = "aiohttp-3.8.6-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e2f9cc8e5328f829f6e1fb74a0a3a939b14e67e80832975e01929e320386b34"}, + {file = "aiohttp-3.8.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e6a00ffcc173e765e200ceefb06399ba09c06db97f401f920513a10c803604ca"}, + {file = "aiohttp-3.8.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:41bdc2ba359032e36c0e9de5a3bd00d6fb7ea558a6ce6b70acedf0da86458321"}, + {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:14cd52ccf40006c7a6cd34a0f8663734e5363fd981807173faf3a017e202fec9"}, + {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2d5b785c792802e7b275c420d84f3397668e9d49ab1cb52bd916b3b3ffcf09ad"}, + {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1bed815f3dc3d915c5c1e556c397c8667826fbc1b935d95b0ad680787896a358"}, + {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96603a562b546632441926cd1293cfcb5b69f0b4159e6077f7c7dbdfb686af4d"}, + {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d76e8b13161a202d14c9584590c4df4d068c9567c99506497bdd67eaedf36403"}, + {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e3f1e3f1a1751bb62b4a1b7f4e435afcdade6c17a4fd9b9d43607cebd242924a"}, + {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:76b36b3124f0223903609944a3c8bf28a599b2cc0ce0be60b45211c8e9be97f8"}, + {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:a2ece4af1f3c967a4390c284797ab595a9f1bc1130ef8b01828915a05a6ae684"}, + {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:16d330b3b9db87c3883e565340d292638a878236418b23cc8b9b11a054aaa887"}, + {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:42c89579f82e49db436b69c938ab3e1559e5a4409eb8639eb4143989bc390f2f"}, + {file = "aiohttp-3.8.6-cp311-cp311-win32.whl", hash = "sha256:efd2fcf7e7b9d7ab16e6b7d54205beded0a9c8566cb30f09c1abe42b4e22bdcb"}, + {file = "aiohttp-3.8.6-cp311-cp311-win_amd64.whl", hash = "sha256:3b2ab182fc28e7a81f6c70bfbd829045d9480063f5ab06f6e601a3eddbbd49a0"}, + {file = "aiohttp-3.8.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:fdee8405931b0615220e5ddf8cd7edd8592c606a8e4ca2a00704883c396e4479"}, + {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d25036d161c4fe2225d1abff2bd52c34ed0b1099f02c208cd34d8c05729882f0"}, + {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d791245a894be071d5ab04bbb4850534261a7d4fd363b094a7b9963e8cdbd31"}, + {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0cccd1de239afa866e4ce5c789b3032442f19c261c7d8a01183fd956b1935349"}, + {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f13f60d78224f0dace220d8ab4ef1dbc37115eeeab8c06804fec11bec2bbd07"}, + {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a9b5a0606faca4f6cc0d338359d6fa137104c337f489cd135bb7fbdbccb1e39"}, + {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:13da35c9ceb847732bf5c6c5781dcf4780e14392e5d3b3c689f6d22f8e15ae31"}, + {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:4d4cbe4ffa9d05f46a28252efc5941e0462792930caa370a6efaf491f412bc66"}, + {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:229852e147f44da0241954fc6cb910ba074e597f06789c867cb7fb0621e0ba7a"}, + {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:713103a8bdde61d13490adf47171a1039fd880113981e55401a0f7b42c37d071"}, + {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:45ad816b2c8e3b60b510f30dbd37fe74fd4a772248a52bb021f6fd65dff809b6"}, + {file = "aiohttp-3.8.6-cp36-cp36m-win32.whl", hash = "sha256:2b8d4e166e600dcfbff51919c7a3789ff6ca8b3ecce16e1d9c96d95dd569eb4c"}, + {file = "aiohttp-3.8.6-cp36-cp36m-win_amd64.whl", hash = "sha256:0912ed87fee967940aacc5306d3aa8ba3a459fcd12add0b407081fbefc931e53"}, + {file = "aiohttp-3.8.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e2a988a0c673c2e12084f5e6ba3392d76c75ddb8ebc6c7e9ead68248101cd446"}, + {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebf3fd9f141700b510d4b190094db0ce37ac6361a6806c153c161dc6c041ccda"}, + {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3161ce82ab85acd267c8f4b14aa226047a6bee1e4e6adb74b798bd42c6ae1f80"}, + {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d95fc1bf33a9a81469aa760617b5971331cdd74370d1214f0b3109272c0e1e3c"}, + {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c43ecfef7deaf0617cee936836518e7424ee12cb709883f2c9a1adda63cc460"}, + {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca80e1b90a05a4f476547f904992ae81eda5c2c85c66ee4195bb8f9c5fb47f28"}, + {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:90c72ebb7cb3a08a7f40061079817133f502a160561d0675b0a6adf231382c92"}, + {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bb54c54510e47a8c7c8e63454a6acc817519337b2b78606c4e840871a3e15349"}, + {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:de6a1c9f6803b90e20869e6b99c2c18cef5cc691363954c93cb9adeb26d9f3ae"}, + {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:a3628b6c7b880b181a3ae0a0683698513874df63783fd89de99b7b7539e3e8a8"}, + {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:fc37e9aef10a696a5a4474802930079ccfc14d9f9c10b4662169671ff034b7df"}, + {file = "aiohttp-3.8.6-cp37-cp37m-win32.whl", hash = "sha256:f8ef51e459eb2ad8e7a66c1d6440c808485840ad55ecc3cafefadea47d1b1ba2"}, + {file = "aiohttp-3.8.6-cp37-cp37m-win_amd64.whl", hash = "sha256:b2fe42e523be344124c6c8ef32a011444e869dc5f883c591ed87f84339de5976"}, + {file = "aiohttp-3.8.6-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:9e2ee0ac5a1f5c7dd3197de309adfb99ac4617ff02b0603fd1e65b07dc772e4b"}, + {file = "aiohttp-3.8.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:01770d8c04bd8db568abb636c1fdd4f7140b284b8b3e0b4584f070180c1e5c62"}, + {file = "aiohttp-3.8.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:3c68330a59506254b556b99a91857428cab98b2f84061260a67865f7f52899f5"}, + {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89341b2c19fb5eac30c341133ae2cc3544d40d9b1892749cdd25892bbc6ac951"}, + {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:71783b0b6455ac8f34b5ec99d83e686892c50498d5d00b8e56d47f41b38fbe04"}, + {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f628dbf3c91e12f4d6c8b3f092069567d8eb17814aebba3d7d60c149391aee3a"}, + {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b04691bc6601ef47c88f0255043df6f570ada1a9ebef99c34bd0b72866c217ae"}, + {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7ee912f7e78287516df155f69da575a0ba33b02dd7c1d6614dbc9463f43066e3"}, + {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9c19b26acdd08dd239e0d3669a3dddafd600902e37881f13fbd8a53943079dbc"}, + {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:99c5ac4ad492b4a19fc132306cd57075c28446ec2ed970973bbf036bcda1bcc6"}, + {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:f0f03211fd14a6a0aed2997d4b1c013d49fb7b50eeb9ffdf5e51f23cfe2c77fa"}, + {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:8d399dade330c53b4106160f75f55407e9ae7505263ea86f2ccca6bfcbdb4921"}, + {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ec4fd86658c6a8964d75426517dc01cbf840bbf32d055ce64a9e63a40fd7b771"}, + {file = "aiohttp-3.8.6-cp38-cp38-win32.whl", hash = "sha256:33164093be11fcef3ce2571a0dccd9041c9a93fa3bde86569d7b03120d276c6f"}, + {file = "aiohttp-3.8.6-cp38-cp38-win_amd64.whl", hash = "sha256:bdf70bfe5a1414ba9afb9d49f0c912dc524cf60141102f3a11143ba3d291870f"}, + {file = "aiohttp-3.8.6-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d52d5dc7c6682b720280f9d9db41d36ebe4791622c842e258c9206232251ab2b"}, + {file = "aiohttp-3.8.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4ac39027011414dbd3d87f7edb31680e1f430834c8cef029f11c66dad0670aa5"}, + {file = "aiohttp-3.8.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3f5c7ce535a1d2429a634310e308fb7d718905487257060e5d4598e29dc17f0b"}, + {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b30e963f9e0d52c28f284d554a9469af073030030cef8693106d918b2ca92f54"}, + {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:918810ef188f84152af6b938254911055a72e0f935b5fbc4c1a4ed0b0584aed1"}, + {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:002f23e6ea8d3dd8d149e569fd580c999232b5fbc601c48d55398fbc2e582e8c"}, + {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4fcf3eabd3fd1a5e6092d1242295fa37d0354b2eb2077e6eb670accad78e40e1"}, + {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:255ba9d6d5ff1a382bb9a578cd563605aa69bec845680e21c44afc2670607a95"}, + {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d67f8baed00870aa390ea2590798766256f31dc5ed3ecc737debb6e97e2ede78"}, + {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:86f20cee0f0a317c76573b627b954c412ea766d6ada1a9fcf1b805763ae7feeb"}, + {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:39a312d0e991690ccc1a61f1e9e42daa519dcc34ad03eb6f826d94c1190190dd"}, + {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e827d48cf802de06d9c935088c2924e3c7e7533377d66b6f31ed175c1620e05e"}, + {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bd111d7fc5591ddf377a408ed9067045259ff2770f37e2d94e6478d0f3fc0c17"}, + {file = "aiohttp-3.8.6-cp39-cp39-win32.whl", hash = "sha256:caf486ac1e689dda3502567eb89ffe02876546599bbf915ec94b1fa424eeffd4"}, + {file = "aiohttp-3.8.6-cp39-cp39-win_amd64.whl", hash = "sha256:3f0e27e5b733803333bb2371249f41cf42bae8884863e8e8965ec69bebe53132"}, + {file = "aiohttp-3.8.6.tar.gz", hash = "sha256:b0cf2a4501bff9330a8a5248b4ce951851e415bdcce9dc158e76cfd55e15085c"}, ] [package.dependencies] @@ -199,113 +199,133 @@ tests = ["PyHamcrest (>=2.0.2)", "mypy", "pytest (>=4.6)", "pytest-benchmark", " [[package]] name = "bitarray" -version = "2.8.1" +version = "2.8.2" description = "efficient arrays of booleans -- C extension" optional = false python-versions = "*" files = [ - {file = "bitarray-2.8.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6be965028785413a6163dd55a639b898b22f67f9b6ed554081c23e94a602031e"}, - {file = "bitarray-2.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:29e19cb80a69f6d1a64097bfbe1766c418e1a785d901b583ef0328ea10a30399"}, - {file = "bitarray-2.8.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a0f6d705860f59721d7282496a4d29b5fd78690e1c1473503832c983e762b01b"}, - {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6df04efdba4e1bf9d93a1735e42005f8fcf812caf40c03934d9322412d563499"}, - {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:18530ed3ddd71e9ff95440afce531efc3df7a3e0657f1c201c2c3cb41dd65869"}, - {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e4cd81ffd2d58ef68c22c825aff89f4a47bd721e2ada0a3a96793169f370ae21"}, - {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8367768ab797105eb97dfbd4577fcde281618de4d8d3b16ad62c477bb065f347"}, - {file = "bitarray-2.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:848af80518d0ed2aee782018588c7c88805f51b01271935df5b256c8d81c726e"}, - {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c54b0af16be45de534af9d77e8a180126cd059f72db8b6550f62dda233868942"}, - {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f30cdce22af3dc7c73e70af391bfd87c4574cc40c74d651919e20efc26e014b5"}, - {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:bc03bb358ae3917247d257207c79162e666d407ac473718d1b95316dac94162b"}, - {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:cf38871ed4cd89df9db7c70f729b948fa3e2848a07c69f78e4ddfbe4f23db63c"}, - {file = "bitarray-2.8.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4a637bcd199c1366c65b98f18884f0d0b87403f04676b21e4635831660d722a7"}, - {file = "bitarray-2.8.1-cp310-cp310-win32.whl", hash = "sha256:904719fb7304d4115228b63c178f0cc725ad3b73e285c4b328e45a99a8e3fad6"}, - {file = "bitarray-2.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:1e859c664500d57526fe07140889a3b58dca54ff3b16ac6dc6d534a65c933084"}, - {file = "bitarray-2.8.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2d3f28a80f2e6bb96e9360a4baf3fbacb696b5aba06a14c18a15488d4b6f398f"}, - {file = "bitarray-2.8.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4677477a406f2a9e064920463f69172b865e4d69117e1f2160064d3f5912b0bd"}, - {file = "bitarray-2.8.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9061c0a50216f24c97fb2325de84200e5ad5555f25c854ddcb3ceb6f12136055"}, - {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:843af12991161b358b6379a8dc5f6636798f3dacdae182d30995b6a2df3b263e"}, - {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9336300fd0acf07ede92e424930176dc4b43ef1b298489e93ba9a1695e8ea752"}, - {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0af01e1f61fe627f63648c0c6f52de8eac56710a2ef1dbce4851d867084cc7e"}, - {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ab81c74a1805fe74330859b38e70d7525cdd80953461b59c06660046afaffcf"}, - {file = "bitarray-2.8.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2015a9dd718393e814ff7b9e80c58190eb1cef7980f86a97a33e8440e158ce2"}, - {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5b0493ab66c6b8e17e9fde74c646b39ee09c236cf28a787cb8cbd3a83c05bff7"}, - {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:81e83ed7e0b1c09c5a33b97712da89e7a21fd3e5598eff3975c39540f5619792"}, - {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:741c3a2c0997c8f8878edfc65a4a8f7aa72eede337c9bc0b7bd8a45cf6e70dbc"}, - {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:57aeab27120a8a50917845bb81b0976e33d4759f2156b01359e2b43d445f5127"}, - {file = "bitarray-2.8.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:17c32ba584e8fb9322419390e0e248769ed7d59de3ffa7432562a4c0ec4f1f82"}, - {file = "bitarray-2.8.1-cp311-cp311-win32.whl", hash = "sha256:b67733a240a96f09b7597af97ac4d60c59140cfcfd180f11a7221863b82f023a"}, - {file = "bitarray-2.8.1-cp311-cp311-win_amd64.whl", hash = "sha256:7b29d4bf3d3da1847f2be9e30105bf51caaf5922e94dc827653e250ed33f4e8a"}, - {file = "bitarray-2.8.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:5f6175c1cf07dadad3213d60075704cf2e2f1232975cfd4ac8328c24a05e8f78"}, - {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cc066c7290151600b8872865708d2d00fb785c5db8a0df20d70d518e02f172b"}, - {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4ce2ef9291a193a0e0cd5e23970bf3b682cc8b95220561d05b775b8d616d665f"}, - {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c5582dd7d906e6f9ec1704f99d56d812f7d395d28c02262bc8b50834d51250c3"}, - {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2aa2267eb6d2b88ef7d139e79a6daaa84cd54d241b9797478f10dcb95a9cd620"}, - {file = "bitarray-2.8.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a04d4851e83730f03c4a6aac568c7d8b42f78f0f9cc8231d6db66192b030ce1e"}, - {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:f7d2ec2174d503cbb092f8353527842633c530b4e03b9922411640ac9c018a19"}, - {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:b65a04b2e029b0694b52d60786732afd15b1ec6517de61a36afbb7808a2ffac1"}, - {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:55020d6fb9b72bd3606969f5431386c592ed3666133bd475af945aa0fa9e84ec"}, - {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:797de3465f5f6c6be9a412b4e99eb6e8cdb86b83b6756655c4d83a65d0b9a376"}, - {file = "bitarray-2.8.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:f9a66745682e175e143a180524a63e692acb2b8c86941073f6dd4ee906e69608"}, - {file = "bitarray-2.8.1-cp36-cp36m-win32.whl", hash = "sha256:443726af4bd60515e4e41ea36c5dbadb29a59bc799bcbf431011d1c6fd4363e3"}, - {file = "bitarray-2.8.1-cp36-cp36m-win_amd64.whl", hash = "sha256:2b0f754a5791635b8239abdcc0258378111b8ee7a8eb3e2bbc24bcc48a0f0b08"}, - {file = "bitarray-2.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d175e16419a52d54c0ac44c93309ba76dc2cfd33ee9d20624f1a5eb86b8e162e"}, - {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f3128234bde3629ab301a501950587e847d30031a9cbf04d95f35cbf44469a9e"}, - {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:75104c3076676708c1ac2484ebf5c26464fb3850312de33a5b5bf61bfa7dbec5"}, - {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:82bfb6ab9b1b5451a5483c9a2ae2a8f83799d7503b384b54f6ab56ea74abb305"}, - {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2dc064a63445366f6b26eaf77230d326b9463e903ba59d6ff5efde0c5ec1ea0e"}, - {file = "bitarray-2.8.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cbe54685cf6b17b3e15faf6c4b76773bc1c484bc447020737d2550a9dde5f6e6"}, - {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:9fed8aba8d1b09cf641b50f1e6dd079c31677106ea4b63ec29f4c49adfabd63f"}, - {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7c17dd8fb146c2c680bf1cb28b358f9e52a14076e44141c5442148863ee95d7d"}, - {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:c9efcee311d9ba0c619743060585af9a9b81496e97b945843d5e954c67722a75"}, - {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dc7acffee09822b334d1b46cd384e969804abdf18f892c82c05c2328066cd2ae"}, - {file = "bitarray-2.8.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ea71e0a50060f96ad0821e0ac785e91e44807f8b69555970979d81934961d5bd"}, - {file = "bitarray-2.8.1-cp37-cp37m-win32.whl", hash = "sha256:69ab51d551d50e4d6ca35abc95c9d04b33ad28418019bb5481ab09bdbc0df15c"}, - {file = "bitarray-2.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:3024ab4c4906c3681408ca17c35833237d18813ebb9f24ae9f9e3157a4a66939"}, - {file = "bitarray-2.8.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:46fdd27c8fa4186d8b290bf74a28cbd91b94127b1b6a35c265a002e394fa9324"}, - {file = "bitarray-2.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d32ccd2c0d906eae103ef84015f0545a395052b0b6eb0e02e9023ca0132557f6"}, - {file = "bitarray-2.8.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9186cf8135ca170cd907d8c4df408a87747570d192d89ec4ff23805611c702a0"}, - {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8d6e5ff385fea25caf26fd58b43f087deb763dcaddd18d3df2895235cf1b484"}, - {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d6a9c72354327c7aa9890ff87904cbe86830cb1fb58c39750a0afac8df5e051"}, - {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d2f13b7d0694ce2024c82fc595e6ccc3918e7f069747c3de41b1ce72a9a1e346"}, - {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d38ceca90ed538706e3f111513073590f723f90659a7af0b992b29776a6e816"}, - {file = "bitarray-2.8.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b977c39e3734e73540a2e3a71501c2c6261c70c6ce59d427bb7c4ecf6331c7e"}, - {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:214c05a7642040f6174e29f3e099549d3c40ac44616405081bf230dcafb38767"}, - {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ad440c17ef2ff42e94286186b5bcf82bf87c4026f91822675239102ebe1f7035"}, - {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:28dee92edd0d21655e56e1870c22468d0dabe557df18aa69f6d06b1543614180"}, - {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:df9d8a9a46c46950f306394705512553c552b633f8bf3c11359c4204289f11e3"}, - {file = "bitarray-2.8.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1a0d27aad02d8abcb1d3b7d85f463877c4937e71adf9b6adb9367f2cdad91a52"}, - {file = "bitarray-2.8.1-cp38-cp38-win32.whl", hash = "sha256:6033303431a7c85a535b3f1b0ec28abc2ebc2167c263f244993b56ccb87cae6b"}, - {file = "bitarray-2.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:9b65d487451e0e287565c8436cf4da45260f958f911299f6122a20d7ec76525c"}, - {file = "bitarray-2.8.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:9aad7b4670f090734b272c072c9db375c63bd503512be9a9393e657dcacfc7e2"}, - {file = "bitarray-2.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bf80804014e3736515b84044c2be0e70080616b4ceddd4e38d85f3167aeb8165"}, - {file = "bitarray-2.8.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e7f7231ef349e8f4955d9b39561f4683a418a73443cfce797a4eddbee1ba9664"}, - {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67e8fb18df51e649adbc81359e1db0f202d72708fba61b06f5ac8db47c08d107"}, - {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d5df3d6358425c9dfb6bdbd4f576563ec4173d24693a9042d05aadcb23c0b98"}, - {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6ea51ba4204d086d5b76e84c31d2acbb355ed1b075ded54eb9b7070b0b95415d"}, - {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1414582b3b7516d2282433f0914dd9846389b051b2aea592ae7cc165806c24ac"}, - {file = "bitarray-2.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5934e3a623a1d485e1dcfc1990246e3c32c6fc6e7f0fd894750800d35fdb5794"}, - {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:aa08a9b03888c768b9b2383949a942804d50d8164683b39fe62f0bfbfd9b4204"}, - {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:00ff372dfaced7dd6cc2dffd052fafc118053cf81a442992b9a23367479d77d7"}, - {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:dd76bbf5a4b2ab84b8ffa229f5648e80038ba76bf8d7acc5de9dd06031b38117"}, - {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e88a706f92ad1e0e1e66f6811d10b6155d5f18f0de9356ee899a7966a4e41992"}, - {file = "bitarray-2.8.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b2560475c5a1ff96fcab01fae7cf6b9a6da590f02659556b7fccc7991e401884"}, - {file = "bitarray-2.8.1-cp39-cp39-win32.whl", hash = "sha256:74cd1725d08325b6669e6e9a5d09cec29e7c41f7d58e082286af5387414d046d"}, - {file = "bitarray-2.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:e48c45ea7944225bcee026c457a70eaea61db3659d9603f07fc8a643ab7e633b"}, - {file = "bitarray-2.8.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:c2426dc7a0d92d8254def20ab7a231626397ce5b6fb3d4f44be74cc1370a60c3"}, - {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d34790a919f165b6f537935280ef5224957d9ce8ab11d339f5e6d0319a683ccc"}, - {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c26a923080bc211cab8f5a5e242e3657b32951fec8980db0616e9239aade482"}, - {file = "bitarray-2.8.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0de1bc5f971aba46de88a4eb0dbb5779e30bbd7514f4dcbff743c209e0c02667"}, - {file = "bitarray-2.8.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:3bb5f2954dd897b0bac13b5449e5c977534595b688120c8af054657a08b01f46"}, - {file = "bitarray-2.8.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:62ac31059a3c510ef64ed93d930581b262fd4592e6d95ede79fca91e8d3d3ef6"}, - {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae32ac7217e83646b9f64d7090bf7b737afaa569665621f110a05d9738ca841a"}, - {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3994f7dc48d21af40c0d69fca57d8040b02953f4c7c3652c2341d8947e9cbedf"}, - {file = "bitarray-2.8.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c361201e1c3ee6d6b2266f8b7a645389880bccab1b29e22e7a6b7b6e7831ad5"}, - {file = "bitarray-2.8.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:861850d6a58e7b6a7096d0b0efed9c6d993a6ab8b9d01e781df1f4d80cc00efa"}, - {file = "bitarray-2.8.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ee772c20dcb56b03d666a4e4383d0b5b942b0ccc27815e42fe0737b34cba2082"}, - {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63fa75e87ad8c57d5722cc87902ca148ef8bbbba12b5c5b3c3730a1bc9ac2886"}, - {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b999fb66980f885961d197d97d7ff5a13b7ab524ccf45ccb4704f4b82ce02e3"}, - {file = "bitarray-2.8.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3243e4b8279ff2fe4c6e7869f0e6930c17799ee9f8d07317f68d44a66b46281e"}, - {file = "bitarray-2.8.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:542358b178b025dcc95e7fb83389e9954f701c41d312cbb66bdd763cbe5414b5"}, - {file = "bitarray-2.8.1.tar.gz", hash = "sha256:e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3"}, + {file = "bitarray-2.8.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:525eda30469522cd840a11ba866d0616c132f6c4be8966a297d7545e97fcb822"}, + {file = "bitarray-2.8.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c3d9730341c825eb167ca06c9dddf6ad4d1b4e71ea7da73cc8c5139fcb5e14ca"}, + {file = "bitarray-2.8.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ad8f8c39c8df184e346184699783f105755003662f0dbe1233d9d9849650ab5f"}, + {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2cb8d08330d250df47088c13683322083afbdfafdc31df205616506d6b9f068f"}, + {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56f19ccba8a6ddf1382b0fb4fb8d4e1330e4a1b148e5d198f0981ba2a97c3492"}, + {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4db2e0f58153a376d9a14873e342d507ca32640640284cddf3c1e74a65929477"}, + {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b9b3c27aeea1752f0c1df1e29115e4b6f0249173d71e53c5f7e2c821706f028b"}, + {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef23f62b3abd287cf368341540ef2a81c86b48de9d488e182e63fe24ac165538"}, + {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6d79fd3c58a4dc71ffd0fc55982a9a2079fe94c76ccff2777092f6107d6a049a"}, + {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8528c59d3d3df6618777892b60435022d8917de9ea32933d439c7ffd24437237"}, + {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c35bb5fe018fd9c42be3c28e74dc7dcfae471c3c6689679dbd0bd1d6dc0f51b7"}, + {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:232e8faa8e624f3eb0552a636ebe745cee00480e0e56ad62f17808d281838f2e"}, + {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:945e97ad2bbf7885426f39641a735a31fd4ca2e84e4d0cd271d9880372d6eae1"}, + {file = "bitarray-2.8.2-cp310-cp310-win32.whl", hash = "sha256:88c2d427ab1b20f220c1d53171b0691faa8f0a219367d84e859f1001e90ceefc"}, + {file = "bitarray-2.8.2-cp310-cp310-win_amd64.whl", hash = "sha256:f7c5745e0f96c2c16c03c7540dbe26f3b62ddee63059be0a014156933f054024"}, + {file = "bitarray-2.8.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a610426251d1340baa4d8b7942d2cbfe6a1e20b92c66817ab582e0d341185ab5"}, + {file = "bitarray-2.8.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:599b04b04eb1b5b964a35986bea2bc4381145836fe550cc33c40a796b855b985"}, + {file = "bitarray-2.8.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9014660472f2080d550157164cc5f9376245a34a0ab877b82b95c1f894af5b28"}, + {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:532d63c54159f7e0fb520e2f72ef596493bc43810eaa75fac7a188e898ab593b"}, + {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad1563f11dd70cb1684cfe841e4cf7f35d4f65769de21d12b72cf773a7932615"}, + {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e456150af62ee1f24a0c9976947629bfb80d80b4fbd37aa901cf794db6ba9b0"}, + {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cc29909e4cef05d5e49f5d77ace1dc49311c7791734a048b690521c76b4b7a0"}, + {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:608385f07a4b0391d4982d1efb83ad70920cd8ca495a7868e44d2a4511cbf84e"}, + {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d2baf7ec353fa64917045b3efe26e7c12ce0d7b4d120c3773a612dce54f91585"}, + {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:2c39d1cb04fc277701de6fe2119cc71facc4aff2ca0414b2e326aec337fa1ab4"}, + {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:3caf4ca668854bb23db4b65af0068238677b5791bcc45694bf8990f3e26e85c9"}, + {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4bbfe4474d3470c724e283bd1fe8ee9ab3cb6a4c378112926f45d41e326a7622"}, + {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cb941981676dc7859d53199a10a33ca56a3146cce6a45bc6ad70572c1147157d"}, + {file = "bitarray-2.8.2-cp311-cp311-win32.whl", hash = "sha256:e8963d7ac292f41654fa7cbc1a34efdb09e5a42399b2e3689c3fd5b8b4e0fe16"}, + {file = "bitarray-2.8.2-cp311-cp311-win_amd64.whl", hash = "sha256:ee779a291330287b341044635fce2979176d113b0dcce0308dc5d62da7951eec"}, + {file = "bitarray-2.8.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:05d84765bbfd0aa10890c765c56c917c237987325c4e327f3c0febbfc34365c8"}, + {file = "bitarray-2.8.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c7b7be4bff27d7ce6a81d3993755371b5f5b42436afa151868e8fd599acbab19"}, + {file = "bitarray-2.8.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c3d51ab9f3d5b9a10295abe480c50bf74ee5bf3d984c4cee77e493e575acc869"}, + {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00bad63ef6f9d22ba36b01b89167176a451ea22a916d1dfa77d73e0298f1d1f9"}, + {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:225e19d37b234d4d721557434b7d5590cd63b6342492b689e2d694d44d7cc537"}, + {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d7e3ab9870c496e5a058436bf4d96ed111ca6154c8ef8147b70c44c188d6fb2c"}, + {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff3e182c766cd6f302e99e0d8e44927d533356e9d6ac93fcd09987ebead467aa"}, + {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7bb559b68eb9cb3c4f867eb9fb39a696c4da70a41fad37b410bd0c7b426a8ce"}, + {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:97e658a3793478d6bca684f47f29f62542312683687bc045dc3cb588160e74b3"}, + {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:dd351b8fbc77c2e2ebc3eeadc0cf72bd5024a43bef5a847697e2b076d1201636"}, + {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:280809e56a7098f48165ce134222098e4cfe7084b10d69bbc31367942e541dfd"}, + {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:14bc38ced7edffff25ee748c1eabc530624c9af68f86322b030b11b7918b966f"}, + {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:de4953b6b1e19dabd23767bd1f83f1cf73978372189dec0e2dd8b3d6971100d6"}, + {file = "bitarray-2.8.2-cp312-cp312-win32.whl", hash = "sha256:99196b4730d887a4bc578f05039b55dc57b131c81b5a5e03efa619b587bdf293"}, + {file = "bitarray-2.8.2-cp312-cp312-win_amd64.whl", hash = "sha256:215a5bf8fdcbed700cc8782d4044e1f036606d5c321710d83e8da6d0fdfe07d5"}, + {file = "bitarray-2.8.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e9c54136c9fab2cefe9801e336b8a3aa7299bcfe7f387379cc6394ad1d5a484b"}, + {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08ad70c1555d9622cecd8f1b132a5341d183a9161aba93cc9739bbaabe4220b0"}, + {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:384be6b7df8fb6a93ddd88d4184094f2ba4f1d07c30dcd4ae164d185d31a2af6"}, + {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd2a098250c683d248a6490ac437ed56f7164d2151572231bd26c76bfe111b11"}, + {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6ae5c18b9a70cb0ae576a8a3c8a9a0659356c016b49cc6b263dd987d344f30d"}, + {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:188f5780f1cfbeba0c3ddb1aa3fa0415ab1a8aa04e9e89f70ad5403197013437"}, + {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:5f2a96c5b40727bc21a695d3a106f49e88572fa11427bf2193cabd99e624c901"}, + {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:b6df948da34b5fb949698092573d798c76c54f2f2188db59276d599075f9ed04"}, + {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:a1f00c328b8dae1828844bac019dfe425d10a2043cc70e2f967224c5392d19ad"}, + {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:7965108069f9731306a882872c23ad4f5a8531668e82b27932a19814c52a8dd8"}, + {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:420aa610fe392c4ee700e474673276bb4f3c4f091d001f58b1f018bf650840c1"}, + {file = "bitarray-2.8.2-cp36-cp36m-win32.whl", hash = "sha256:b85929db81105c06e8292c05cac093068e86464555c628c03f99c9f8090d68d4"}, + {file = "bitarray-2.8.2-cp36-cp36m-win_amd64.whl", hash = "sha256:cba09dfd3aea2addc994eb21a861c3cea2d68141bb7ebe68b0e94c73405540f9"}, + {file = "bitarray-2.8.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:172169099797f1ec469b0aadb00c653193a74757f99312c9c17dc1a18d23d972"}, + {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:351a4fed240728dcc96966e0c4cfd3dce870525377a1cb5afac8e5cfe116ff7b"}, + {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ff31bef13fd278446b6d1969a46db9f02c36fd905f3e75878f0fe17271f7d897"}, + {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fb8b727cd9ddff848c5f73e65470abb110f026beab403bcebbd74e7439b9bd8f"}, + {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d1356c86eefbde3fe8a3c39fb81bbc8b16acc8e442e191408042e8b1d6904e3"}, + {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7706336bd15acf4e42300579e42bef742c01a4eb202998f6c20c443a2ce5fd60"}, + {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:a4b43949477dc2b0d3e1d8b7c413ed74f515cef01954cdcc3fb1e2dcc49f2aff"}, + {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:06d9de5db244c6e45a5318713367765de0a57d82ad616869a004a710a95541e9"}, + {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:5569c8314335e92570c471d60b4b03eb2a4467864805a560d133d24b27b3961a"}, + {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:76a4faef4c31953aa7b9ebe00d162f7ce9bc03fc8d423ab2dc690a11d7520a8e"}, + {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1474db8c4297026e1daa1699e70e25e56dff91104fe025b1a9804332f2737604"}, + {file = "bitarray-2.8.2-cp37-cp37m-win32.whl", hash = "sha256:85b504f233f0484e9a74df4f286a9ae56fbbe2a648c45726761cf7b6f072cdc8"}, + {file = "bitarray-2.8.2-cp37-cp37m-win_amd64.whl", hash = "sha256:3dde123ce85d1ba99d9bdf44b1b3174fa22bc8fb10004e0d72bb661a0444c1a9"}, + {file = "bitarray-2.8.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:23fae6a5a1403d16592b8823d5dea93f738c6e217a1e1bb0eefad242fb03d47f"}, + {file = "bitarray-2.8.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c44b3022115eb1697315bc51aeadbade1a19d7188bcda66c52d91209cf2963ca"}, + {file = "bitarray-2.8.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:fea9354b7169810e2bdd6f3265ff128b564a25d38479b9ad0a9c5776e4fd0cfc"}, + {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f699bf2cb223aeec04a106003bd2bf8a4fc6d4c5eddf79cacecb6b267657ac5"}, + {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:462c9425fbc5315cbc20a72ca62558e5545bb0f6dc9355e2fa96fa747e9b1a80"}, + {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c8716b4c45fb128cd4da143749e276f150ecb0acb711f4969d7e7ebc9b2a675"}, + {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:79fde5b27e35aedd958f5fb58ebabce47d7eddae5a5e3774088c30c9610195ef"}, + {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6abf2593b91e36f1cb1c40ac895993c7d2eb30d3f1cb0954a80e5f13697b6b69"}, + {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ab2e03dd140ab93b91f94a785d1cd6082d5ab53ab6ec958726efa0ad17f7b87a"}, + {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9e895cc3e5ffee269dd9866097e227a68022ef2b78d627a6ed737534d0c88c14"}, + {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:0bbeb7120ec1a9b26ce423e74cad7b414cea9e35f8e05599e3b3dceb87f4d1b6"}, + {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:51d45d56be14b69720d11a8c61e101d86a65dc8a3a9f356bbe4d98cf4f3c5617"}, + {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:726a598e34657772e5f131115741ea8709e9b55fa35d63c4717bc16b2a737d38"}, + {file = "bitarray-2.8.2-cp38-cp38-win32.whl", hash = "sha256:ab87c4c50d65932788d058adbbd28a209144523ffacbab81dd41582ffce26af9"}, + {file = "bitarray-2.8.2-cp38-cp38-win_amd64.whl", hash = "sha256:316147fb62c810a7667277e5ae7bb75b2871c32d2c398aeb4503cbd4cf3315e7"}, + {file = "bitarray-2.8.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:36bdde1aba78e4a3a6ce5cbebd0a6bc967b0c3fbd8bd99a197dcc17d654f423c"}, + {file = "bitarray-2.8.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:932f7b77750dff7140522dc97dfd94533a599ef1c5d0be3733f556fd44a68821"}, + {file = "bitarray-2.8.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5819b95d0ccce864066f062d2329363ae8a64b9c3d076d039c75ffc9204c2a12"}, + {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c28b52e59a5e6aa00a929b35b04473bd479a74237ab1170c573c49e8aca61fe"}, + {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3ecdd528268478efeb78ed0132b01104bda6cd8f10c8a57708fc87b1add77e4d"}, + {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9f6f245d4a5e707d48274f38551b654a36db4fb83437c98be00d2019263aa364"}, + {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b088f06d9e2f523683ae363e227173ac454dbb56c938c6d42791fdd78bad8da7"}, + {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e883919cea8e446c5c49717a7ce5c93a016a02b9429b81d64b9ab1d80fc12e42"}, + {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:09d729420b8edc4d8a23a518ae4553074a0054d0441c1a461b425c2f033fab5e"}, + {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d0d0923087fe1f2d85daa68463d221e90b4b8ed0356480c887eea90b2a2cc7ee"}, + {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:70cebcf9bc345ac1e034fa781eac3619323eaf87f7bbe26f0e28850beb6f5634"}, + {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:890355bf6ba3dc04b5a23d1328eb1f6062165e6262197cebc9acfebdcb23144c"}, + {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f0b54b95e39036c116ffc057b3f56f6084ce88822de3d5d1f57fa38554ccf5c1"}, + {file = "bitarray-2.8.2-cp39-cp39-win32.whl", hash = "sha256:b499d93fa31a73e31ee62f2cbe07e4df833fd7151734b8f07c48ffe3e4547ec5"}, + {file = "bitarray-2.8.2-cp39-cp39-win_amd64.whl", hash = "sha256:b007aaf5810c708c5a2778e371aa546d7084e4e9f82f65865b2ce5a182376f42"}, + {file = "bitarray-2.8.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:1b734b074a09b1b2e1de7df423565412d9213faefa8ca422f32be756b189f729"}, + {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd074b06be9484040acb4c2c0462c4d19a43e377716be7ba10440f51a57bb98c"}, + {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e678696bb613f0344b79be385747aae705b327a9a32ace45a353dd16497bc719"}, + {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bb337ffa10824fa2025c4b1c06a2d809dbed4a4bf9e3ffb262676d084c4e0c50"}, + {file = "bitarray-2.8.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:2b3c7aa2c9a6533dc7234d2a303efdcb9df3f4ac4d0919ec1caf568868f12a0a"}, + {file = "bitarray-2.8.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e6765c47b487341837b3731cca3c8033b971ee082f6ab41cb430aa3447686eec"}, + {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb8566b535bc4ebb26247d6f636a27bb0038bc93fa7e55121628f5cd6b0906ac"}, + {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56764825f64ab983d32b8c1d4ee483f415f2559e59388ba266a9fcafc44305bf"}, + {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f45f7d58c399e90ee3bddff4f3e2f53ff95c948b2d43de304266153ebd1d778"}, + {file = "bitarray-2.8.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:095851409e0db75b1416c8c3e24957135d5a2a206790578e43739e92a00c17c4"}, + {file = "bitarray-2.8.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:8bb60d5a948f00901da1d7e4953189259b3c7ef79391fecd6f18db3f48a036fe"}, + {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b2dc483ada55ef35990b67dc0e7a779f0b2ce79d156e452dc8b835b03c0dca9"}, + {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a35e308c23f039064600108fc1c8416bd102bc3cf3a6915761a9f7c801237e0"}, + {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fa49f6cfcae4305d8cff028dc9c9a881189a38f7ca43c085aef894c58cb6fbde"}, + {file = "bitarray-2.8.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:111bf9913ebee4630e2cb43b61d0abb39813b231262b114e5268cd6a405a22b9"}, + {file = "bitarray-2.8.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b71d82e3f001bcb53463023f7f37e223fff56cf048f577c6d85597db94770f10"}, + {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:440c537fdf2eaee7fdd41fb1dce5701c490c1964fdb74225b10b49a7c45bc7b4"}, + {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c384c49ce52b82d5b0355000b8aeb7e3a7654997916c1e6fd9d29697edda1076"}, + {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27428d7b0e706307d0c697f81599e7af4f52e5873ea6bc269eae3604b16b81fe"}, + {file = "bitarray-2.8.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:4963982d5da0825768f9a80760a8560c3e4cf711a9a7ea06ff9bcb7bd250b131"}, + {file = "bitarray-2.8.2.tar.gz", hash = "sha256:f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f"}, ] [[package]] @@ -321,75 +341,63 @@ files = [ [[package]] name = "cffi" -version = "1.15.1" +version = "1.16.0" description = "Foreign Function Interface for Python calling C code." optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"}, - {file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"}, - {file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"}, - {file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"}, - {file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"}, - {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"}, - {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"}, - {file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"}, - {file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"}, - {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"}, - {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"}, - {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"}, - {file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"}, - {file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"}, - {file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"}, - {file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"}, - {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"}, - {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"}, - {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"}, - {file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"}, - {file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"}, - {file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"}, - {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"}, - {file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"}, - {file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"}, - {file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"}, - {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"}, - {file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"}, - {file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"}, - {file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"}, - {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"}, - {file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"}, - {file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"}, - {file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"}, - {file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"}, - {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"}, - {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"}, - {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"}, - {file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"}, - {file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"}, - {file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"}, + {file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088"}, + {file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9"}, + {file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673"}, + {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896"}, + {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684"}, + {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7"}, + {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614"}, + {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743"}, + {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d"}, + {file = "cffi-1.16.0-cp310-cp310-win32.whl", hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a"}, + {file = "cffi-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1"}, + {file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404"}, + {file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417"}, + {file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627"}, + {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936"}, + {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d"}, + {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56"}, + {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e"}, + {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc"}, + {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb"}, + {file = "cffi-1.16.0-cp311-cp311-win32.whl", hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab"}, + {file = "cffi-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba"}, + {file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956"}, + {file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e"}, + {file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e"}, + {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2"}, + {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357"}, + {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6"}, + {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969"}, + {file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520"}, + {file = "cffi-1.16.0-cp312-cp312-win32.whl", hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b"}, + {file = "cffi-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235"}, + {file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc"}, + {file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0"}, + {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b"}, + {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c"}, + {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b"}, + {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324"}, + {file = "cffi-1.16.0-cp38-cp38-win32.whl", hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a"}, + {file = "cffi-1.16.0-cp38-cp38-win_amd64.whl", hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36"}, + {file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed"}, + {file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2"}, + {file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872"}, + {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8"}, + {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f"}, + {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4"}, + {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098"}, + {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000"}, + {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe"}, + {file = "cffi-1.16.0-cp39-cp39-win32.whl", hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4"}, + {file = "cffi-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8"}, + {file = "cffi-1.16.0.tar.gz", hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0"}, ] [package.dependencies] @@ -419,86 +427,101 @@ files = [ [[package]] name = "charset-normalizer" -version = "3.2.0" +version = "3.3.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." optional = false python-versions = ">=3.7.0" files = [ - {file = "charset-normalizer-3.2.0.tar.gz", hash = "sha256:3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b87549028f680ca955556e3bd57013ab47474c3124dc069faa0b6545b6c9710"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7c70087bfee18a42b4040bb9ec1ca15a08242cf5867c58726530bdf3945672ed"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a103b3a7069b62f5d4890ae1b8f0597618f628b286b03d4bc9195230b154bfa9"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94aea8eff76ee6d1cdacb07dd2123a68283cb5569e0250feab1240058f53b623"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:db901e2ac34c931d73054d9797383d0f8009991e723dab15109740a63e7f902a"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b0dac0ff919ba34d4df1b6131f59ce95b08b9065233446be7e459f95554c0dc8"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:193cbc708ea3aca45e7221ae58f0fd63f933753a9bfb498a3b474878f12caaad"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09393e1b2a9461950b1c9a45d5fd251dc7c6f228acab64da1c9c0165d9c7765c"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:baacc6aee0b2ef6f3d308e197b5d7a81c0e70b06beae1f1fcacffdbd124fe0e3"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:bf420121d4c8dce6b889f0e8e4ec0ca34b7f40186203f06a946fa0276ba54029"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c04a46716adde8d927adb9457bbe39cf473e1e2c2f5d0a16ceb837e5d841ad4f"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:aaf63899c94de41fe3cf934601b0f7ccb6b428c6e4eeb80da72c58eab077b19a"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d62e51710986674142526ab9f78663ca2b0726066ae26b78b22e0f5e571238dd"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-win32.whl", hash = "sha256:04e57ab9fbf9607b77f7d057974694b4f6b142da9ed4a199859d9d4d5c63fe96"}, - {file = "charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:48021783bdf96e3d6de03a6e39a1171ed5bd7e8bb93fc84cc649d11490f87cea"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-win32.whl", hash = "sha256:f2a1d0fd4242bd8643ce6f98927cf9c04540af6efa92323e9d3124f57727bfc1"}, - {file = "charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:681eb3d7e02e3c3655d1b16059fbfb605ac464c834a0c629048a30fad2b27489"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c57921cda3a80d0f2b8aec7e25c8aa14479ea92b5b51b6876d975d925a2ea346"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41b25eaa7d15909cf3ac4c96088c1f266a9a93ec44f87f1d13d4a0e86c81b982"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f058f6963fd82eb143c692cecdc89e075fa0828db2e5b291070485390b2f1c9c"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7647ebdfb9682b7bb97e2a5e7cb6ae735b1c25008a70b906aecca294ee96cf4"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eef9df1eefada2c09a5e7a40991b9fc6ac6ef20b1372abd48d2794a316dc0449"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e03b8895a6990c9ab2cdcd0f2fe44088ca1c65ae592b8f795c3294af00a461c3"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ee4006268ed33370957f55bf2e6f4d263eaf4dc3cfc473d1d90baff6ed36ce4a"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c4983bf937209c57240cff65906b18bb35e64ae872da6a0db937d7b4af845dd7"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:3bb7fda7260735efe66d5107fb7e6af6a7c04c7fce9b2514e04b7a74b06bf5dd"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:72814c01533f51d68702802d74f77ea026b5ec52793c791e2da806a3844a46c3"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:70c610f6cbe4b9fce272c407dd9d07e33e6bf7b4aa1b7ffb6f6ded8e634e3592"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-win32.whl", hash = "sha256:a401b4598e5d3f4a9a811f3daf42ee2291790c7f9d74b18d75d6e21dda98a1a1"}, - {file = "charset_normalizer-3.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c0b21078a4b56965e2b12f247467b234734491897e99c1d51cee628da9786959"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:95eb302ff792e12aba9a8b8f8474ab229a83c103d74a750ec0bd1c1eea32e669"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1a100c6d595a7f316f1b6f01d20815d916e75ff98c27a01ae817439ea7726329"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6339d047dab2780cc6220f46306628e04d9750f02f983ddb37439ca47ced7149"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4b749b9cc6ee664a3300bb3a273c1ca8068c46be705b6c31cf5d276f8628a94"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a38856a971c602f98472050165cea2cdc97709240373041b69030be15047691f"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f87f746ee241d30d6ed93969de31e5ffd09a2961a051e60ae6bddde9ec3583aa"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89f1b185a01fe560bc8ae5f619e924407efca2191b56ce749ec84982fc59a32a"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1c8a2f4c69e08e89632defbfabec2feb8a8d99edc9f89ce33c4b9e36ab63037"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2f4ac36d8e2b4cc1aa71df3dd84ff8efbe3bfb97ac41242fbcfc053c67434f46"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a386ebe437176aab38c041de1260cd3ea459c6ce5263594399880bbc398225b2"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ccd16eb18a849fd8dcb23e23380e2f0a354e8daa0c984b8a732d9cfaba3a776d"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e6a5bf2cba5ae1bb80b154ed68a3cfa2fa00fde979a7f50d6598d3e17d9ac20c"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:45de3f87179c1823e6d9e32156fb14c1927fcc9aba21433f088fdfb555b77c10"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-win32.whl", hash = "sha256:1000fba1057b92a65daec275aec30586c3de2401ccdcd41f8a5c1e2c87078706"}, - {file = "charset_normalizer-3.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:8b2c760cfc7042b27ebdb4a43a4453bd829a5742503599144d54a032c5dc7e9e"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:855eafa5d5a2034b4621c74925d89c5efef61418570e5ef9b37717d9c796419c"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:203f0c8871d5a7987be20c72442488a0b8cfd0f43b7973771640fc593f56321f"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e857a2232ba53ae940d3456f7533ce6ca98b81917d47adc3c7fd55dad8fab858"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e86d77b090dbddbe78867a0275cb4df08ea195e660f1f7f13435a4649e954e5"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4fb39a81950ec280984b3a44f5bd12819953dc5fa3a7e6fa7a80db5ee853952"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2dee8e57f052ef5353cf608e0b4c871aee320dd1b87d351c28764fc0ca55f9f4"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1920d4ff15ce893210c1f0c0e9d19bfbecb7983c76b33f046c13a8ffbd570252"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c1c76a1743432b4b60ab3358c937a3fe1341c828ae6194108a94c69028247f22"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f7560358a6811e52e9c4d142d497f1a6e10103d3a6881f18d04dbce3729c0e2c"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c8063cf17b19661471ecbdb3df1c84f24ad2e389e326ccaf89e3fb2484d8dd7e"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:cd6dbe0238f7743d0efe563ab46294f54f9bc8f4b9bcf57c3c666cc5bc9d1299"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1249cbbf3d3b04902ff081ffbb33ce3377fa6e4c7356f759f3cd076cc138d020"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-win32.whl", hash = "sha256:6c409c0deba34f147f77efaa67b8e4bb83d2f11c8806405f76397ae5b8c0d1c9"}, - {file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80"}, - {file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"}, + {file = "charset-normalizer-3.3.1.tar.gz", hash = "sha256:d9137a876020661972ca6eec0766d81aef8a5627df628b664b234b73396e727e"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8aee051c89e13565c6bd366813c386939f8e928af93c29fda4af86d25b73d8f8"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:352a88c3df0d1fa886562384b86f9a9e27563d4704ee0e9d56ec6fcd270ea690"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:223b4d54561c01048f657fa6ce41461d5ad8ff128b9678cfe8b2ecd951e3f8a2"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f861d94c2a450b974b86093c6c027888627b8082f1299dfd5a4bae8e2292821"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1171ef1fc5ab4693c5d151ae0fdad7f7349920eabbaca6271f95969fa0756c2d"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28f512b9a33235545fbbdac6a330a510b63be278a50071a336afc1b78781b147"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0e842112fe3f1a4ffcf64b06dc4c61a88441c2f02f373367f7b4c1aa9be2ad5"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f9bc2ce123637a60ebe819f9fccc614da1bcc05798bbbaf2dd4ec91f3e08846"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f194cce575e59ffe442c10a360182a986535fd90b57f7debfaa5c845c409ecc3"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:9a74041ba0bfa9bc9b9bb2cd3238a6ab3b7618e759b41bd15b5f6ad958d17605"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b578cbe580e3b41ad17b1c428f382c814b32a6ce90f2d8e39e2e635d49e498d1"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:6db3cfb9b4fcecb4390db154e75b49578c87a3b9979b40cdf90d7e4b945656e1"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:debb633f3f7856f95ad957d9b9c781f8e2c6303ef21724ec94bea2ce2fcbd056"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-win32.whl", hash = "sha256:87071618d3d8ec8b186d53cb6e66955ef2a0e4fa63ccd3709c0c90ac5a43520f"}, + {file = "charset_normalizer-3.3.1-cp310-cp310-win_amd64.whl", hash = "sha256:e372d7dfd154009142631de2d316adad3cc1c36c32a38b16a4751ba78da2a397"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ae4070f741f8d809075ef697877fd350ecf0b7c5837ed68738607ee0a2c572cf"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:58e875eb7016fd014c0eea46c6fa92b87b62c0cb31b9feae25cbbe62c919f54d"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dbd95e300367aa0827496fe75a1766d198d34385a58f97683fe6e07f89ca3e3c"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de0b4caa1c8a21394e8ce971997614a17648f94e1cd0640fbd6b4d14cab13a72"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:985c7965f62f6f32bf432e2681173db41336a9c2611693247069288bcb0c7f8b"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a15c1fe6d26e83fd2e5972425a772cca158eae58b05d4a25a4e474c221053e2d"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae55d592b02c4349525b6ed8f74c692509e5adffa842e582c0f861751701a673"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:be4d9c2770044a59715eb57c1144dedea7c5d5ae80c68fb9959515037cde2008"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:851cf693fb3aaef71031237cd68699dded198657ec1e76a76eb8be58c03a5d1f"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:31bbaba7218904d2eabecf4feec0d07469284e952a27400f23b6628439439fa7"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:871d045d6ccc181fd863a3cd66ee8e395523ebfbc57f85f91f035f50cee8e3d4"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:501adc5eb6cd5f40a6f77fbd90e5ab915c8fd6e8c614af2db5561e16c600d6f3"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f5fb672c396d826ca16a022ac04c9dce74e00a1c344f6ad1a0fdc1ba1f332213"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-win32.whl", hash = "sha256:bb06098d019766ca16fc915ecaa455c1f1cd594204e7f840cd6258237b5079a8"}, + {file = "charset_normalizer-3.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:8af5a8917b8af42295e86b64903156b4f110a30dca5f3b5aedea123fbd638bff"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:7ae8e5142dcc7a49168f4055255dbcced01dc1714a90a21f87448dc8d90617d1"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5b70bab78accbc672f50e878a5b73ca692f45f5b5e25c8066d748c09405e6a55"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5ceca5876032362ae73b83347be8b5dbd2d1faf3358deb38c9c88776779b2e2f"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34d95638ff3613849f473afc33f65c401a89f3b9528d0d213c7037c398a51296"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9edbe6a5bf8b56a4a84533ba2b2f489d0046e755c29616ef8830f9e7d9cf5728"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f6a02a3c7950cafaadcd46a226ad9e12fc9744652cc69f9e5534f98b47f3bbcf"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10b8dd31e10f32410751b3430996f9807fc4d1587ca69772e2aa940a82ab571a"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edc0202099ea1d82844316604e17d2b175044f9bcb6b398aab781eba957224bd"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b891a2f68e09c5ef989007fac11476ed33c5c9994449a4e2c3386529d703dc8b"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:71ef3b9be10070360f289aea4838c784f8b851be3ba58cf796262b57775c2f14"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:55602981b2dbf8184c098bc10287e8c245e351cd4fdcad050bd7199d5a8bf514"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:46fb9970aa5eeca547d7aa0de5d4b124a288b42eaefac677bde805013c95725c"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:520b7a142d2524f999447b3a0cf95115df81c4f33003c51a6ab637cbda9d0bf4"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-win32.whl", hash = "sha256:8ec8ef42c6cd5856a7613dcd1eaf21e5573b2185263d87d27c8edcae33b62a61"}, + {file = "charset_normalizer-3.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:baec8148d6b8bd5cee1ae138ba658c71f5b03e0d69d5907703e3e1df96db5e41"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:63a6f59e2d01310f754c270e4a257426fe5a591dc487f1983b3bbe793cf6bac6"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d6bfc32a68bc0933819cfdfe45f9abc3cae3877e1d90aac7259d57e6e0f85b1"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4f3100d86dcd03c03f7e9c3fdb23d92e32abbca07e7c13ebd7ddfbcb06f5991f"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39b70a6f88eebe239fa775190796d55a33cfb6d36b9ffdd37843f7c4c1b5dc67"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e12f8ee80aa35e746230a2af83e81bd6b52daa92a8afaef4fea4a2ce9b9f4fa"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b6cefa579e1237ce198619b76eaa148b71894fb0d6bcf9024460f9bf30fd228"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:61f1e3fb621f5420523abb71f5771a204b33c21d31e7d9d86881b2cffe92c47c"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4f6e2a839f83a6a76854d12dbebde50e4b1afa63e27761549d006fa53e9aa80e"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:1ec937546cad86d0dce5396748bf392bb7b62a9eeb8c66efac60e947697f0e58"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:82ca51ff0fc5b641a2d4e1cc8c5ff108699b7a56d7f3ad6f6da9dbb6f0145b48"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:633968254f8d421e70f91c6ebe71ed0ab140220469cf87a9857e21c16687c034"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-win32.whl", hash = "sha256:c0c72d34e7de5604df0fde3644cc079feee5e55464967d10b24b1de268deceb9"}, + {file = "charset_normalizer-3.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:63accd11149c0f9a99e3bc095bbdb5a464862d77a7e309ad5938fbc8721235ae"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5a3580a4fdc4ac05f9e53c57f965e3594b2f99796231380adb2baaab96e22761"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2465aa50c9299d615d757c1c888bc6fef384b7c4aec81c05a0172b4400f98557"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cb7cd68814308aade9d0c93c5bd2ade9f9441666f8ba5aa9c2d4b389cb5e2a45"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91e43805ccafa0a91831f9cd5443aa34528c0c3f2cc48c4cb3d9a7721053874b"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:854cc74367180beb327ab9d00f964f6d91da06450b0855cbbb09187bcdb02de5"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c15070ebf11b8b7fd1bfff7217e9324963c82dbdf6182ff7050519e350e7ad9f"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c4c99f98fc3a1835af8179dcc9013f93594d0670e2fa80c83aa36346ee763d2"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3fb765362688821404ad6cf86772fc54993ec11577cd5a92ac44b4c2ba52155b"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:dced27917823df984fe0c80a5c4ad75cf58df0fbfae890bc08004cd3888922a2"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a66bcdf19c1a523e41b8e9d53d0cedbfbac2e93c649a2e9502cb26c014d0980c"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ecd26be9f112c4f96718290c10f4caea6cc798459a3a76636b817a0ed7874e42"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:3f70fd716855cd3b855316b226a1ac8bdb3caf4f7ea96edcccc6f484217c9597"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:17a866d61259c7de1bdadef418a37755050ddb4b922df8b356503234fff7932c"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-win32.whl", hash = "sha256:548eefad783ed787b38cb6f9a574bd8664468cc76d1538215d510a3cd41406cb"}, + {file = "charset_normalizer-3.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:45f053a0ece92c734d874861ffe6e3cc92150e32136dd59ab1fb070575189c97"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:bc791ec3fd0c4309a753f95bb6c749ef0d8ea3aea91f07ee1cf06b7b02118f2f"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0c8c61fb505c7dad1d251c284e712d4e0372cef3b067f7ddf82a7fa82e1e9a93"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2c092be3885a1b7899cd85ce24acedc1034199d6fca1483fa2c3a35c86e43041"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c2000c54c395d9e5e44c99dc7c20a64dc371f777faf8bae4919ad3e99ce5253e"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4cb50a0335382aac15c31b61d8531bc9bb657cfd848b1d7158009472189f3d62"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c30187840d36d0ba2893bc3271a36a517a717f9fd383a98e2697ee890a37c273"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe81b35c33772e56f4b6cf62cf4aedc1762ef7162a31e6ac7fe5e40d0149eb67"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d0bf89afcbcf4d1bb2652f6580e5e55a840fdf87384f6063c4a4f0c95e378656"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:06cf46bdff72f58645434d467bf5228080801298fbba19fe268a01b4534467f5"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:3c66df3f41abee950d6638adc7eac4730a306b022570f71dd0bd6ba53503ab57"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:cd805513198304026bd379d1d516afbf6c3c13f4382134a2c526b8b854da1c2e"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:9505dc359edb6a330efcd2be825fdb73ee3e628d9010597aa1aee5aa63442e97"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:31445f38053476a0c4e6d12b047b08ced81e2c7c712e5a1ad97bc913256f91b2"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-win32.whl", hash = "sha256:bd28b31730f0e982ace8663d108e01199098432a30a4c410d06fe08fdb9e93f4"}, + {file = "charset_normalizer-3.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:555fe186da0068d3354cdf4bbcbc609b0ecae4d04c921cc13e209eece7720727"}, + {file = "charset_normalizer-3.3.1-py3-none-any.whl", hash = "sha256:800561453acdecedaac137bf09cd719c7a440b6800ec182f077bb8e7025fb708"}, ] [[package]] @@ -698,13 +721,13 @@ gmpy2 = ["gmpy2"] [[package]] name = "eth-abi" -version = "4.1.0" +version = "4.2.1" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" optional = false python-versions = ">=3.7.2, <4" files = [ - {file = "eth_abi-4.1.0-py3-none-any.whl", hash = "sha256:15f9870ca054c09a8e474d2d7e81aff0c32421aebdac896193183fc143e31b50"}, - {file = "eth_abi-4.1.0.tar.gz", hash = "sha256:fe738cdb24983adfe89abf727c723c288f8d0029e97fb08160b20bb5290ab475"}, + {file = "eth_abi-4.2.1-py3-none-any.whl", hash = "sha256:abd83410a5326145bf178675c276de0ed154f6dc695dcad1beafaa44d97f44ae"}, + {file = "eth_abi-4.2.1.tar.gz", hash = "sha256:60d88788d53725794cdb07c0f0bb0df2a31a6e1ad19644313fe6117ac24eeeb0"}, ] [package.dependencies] @@ -836,30 +859,33 @@ test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (= [[package]] name = "eth-typing" -version = "3.4.0" +version = "3.5.1" description = "eth-typing: Common type annotations for ethereum python packages" optional = false python-versions = ">=3.7.2, <4" files = [ - {file = "eth-typing-3.4.0.tar.gz", hash = "sha256:7f49610469811ee97ac43eaf6baa294778ce74042d41e61ecf22e5ebe385590f"}, - {file = "eth_typing-3.4.0-py3-none-any.whl", hash = "sha256:347d50713dd58ab50063b228d8271624ab2de3071bfa32d467b05f0ea31ab4c5"}, + {file = "eth-typing-3.5.1.tar.gz", hash = "sha256:e21a8b0688581a6765f72fa184d86d06c3949e354d4af5293798abc0b4255989"}, + {file = "eth_typing-3.5.1-py3-none-any.whl", hash = "sha256:9d80c7d112a8774bddeb7278b1bc2f17ca4c062825476ce6bc9cba4d47956010"}, ] +[package.dependencies] +typing-extensions = ">=4.0.1" + [package.extras] -dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] -doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] -lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "types-setuptools", "wheel"] +docs = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "types-setuptools"] test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "eth-utils" -version = "2.2.0" +version = "2.3.0" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" optional = false python-versions = ">=3.7,<4" files = [ - {file = "eth-utils-2.2.0.tar.gz", hash = "sha256:7f1a9e10400ee332432a778c321f446abaedb8f538df550e7c9964f446f7e265"}, - {file = "eth_utils-2.2.0-py3-none-any.whl", hash = "sha256:d6e107d522f83adff31237a95bdcc329ac0819a3ac698fe43c8a56fd80813eab"}, + {file = "eth-utils-2.3.0.tar.gz", hash = "sha256:085b42f5745f46d22a186fbd873d79f66a79171c02eccd78792d1dddd672f324"}, + {file = "eth_utils-2.3.0-py3-none-any.whl", hash = "sha256:d539ac0bb1e759abb39f71efbcd77301eede86b4bf449278e4ad2fbf10aac67a"}, ] [package.dependencies] @@ -870,7 +896,7 @@ toolz = {version = ">0.8.2", markers = "implementation_name == \"pypy\""} [package.extras] dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "flake8 (==3.8.3)", "hypothesis (>=4.43.0)", "ipython", "isort (>=5.11.0)", "mypy (==0.971)", "pydocstyle (>=5.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "types-setuptools", "wheel"] -doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +docs = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] lint = ["black (>=23)", "flake8 (==3.8.3)", "isort (>=5.11.0)", "mypy (==0.971)", "pydocstyle (>=5.0.0)", "types-setuptools"] test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "types-setuptools"] @@ -904,18 +930,19 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "filelock" -version = "3.12.2" +version = "3.12.4" description = "A platform independent file lock." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"}, - {file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"}, + {file = "filelock-3.12.4-py3-none-any.whl", hash = "sha256:08c21d87ded6e2b9da6728c3dff51baf1dcecf973b768ef35bcbc3447edb9ad4"}, + {file = "filelock-3.12.4.tar.gz", hash = "sha256:2e6f249f1f3654291606e046b09f1fd5eac39b360664c27f5aad072012f8bcbd"}, ] [package.extras] -docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2023.7.26)", "sphinx (>=7.1.2)", "sphinx-autodoc-typehints (>=1.24)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)", "pytest-timeout (>=2.1)"] +typing = ["typing-extensions (>=4.7.1)"] [[package]] name = "flake8" @@ -1022,13 +1049,13 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= [[package]] name = "identify" -version = "2.5.27" +version = "2.5.30" description = "File identification library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "identify-2.5.27-py2.py3-none-any.whl", hash = "sha256:fdb527b2dfe24602809b2201e033c2a113d7bdf716db3ca8e3243f735dcecaba"}, - {file = "identify-2.5.27.tar.gz", hash = "sha256:287b75b04a0e22d727bc9a41f0d4f3c1bcada97490fa6eabb5b28f0e9097e733"}, + {file = "identify-2.5.30-py2.py3-none-any.whl", hash = "sha256:afe67f26ae29bab007ec21b03d4114f41316ab9dd15aa8736a167481e108da54"}, + {file = "identify-2.5.30.tar.gz", hash = "sha256:f302a4256a15c849b91cfcdcec052a8ce914634b2f77ae87dad29cd749f2d88d"}, ] [package.extras] @@ -1075,13 +1102,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.19.0" +version = "4.19.1" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"}, - {file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"}, + {file = "jsonschema-4.19.1-py3-none-any.whl", hash = "sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e"}, + {file = "jsonschema-4.19.1.tar.gz", hash = "sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf"}, ] [package.dependencies] @@ -1229,6 +1256,16 @@ files = [ {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac"}, {file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl", hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb"}, {file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-win32.whl", hash = "sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007"}, + {file = "MarkupSafe-2.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707"}, @@ -1413,13 +1450,13 @@ dev = ["black", "mypy", "pytest"] [[package]] name = "packaging" -version = "23.1" +version = "23.2" description = "Core utilities for Python packages" optional = false python-versions = ">=3.7" files = [ - {file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"}, - {file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"}, + {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, + {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, ] [[package]] @@ -1451,13 +1488,13 @@ test = ["allpairspy", "click", "faker", "pytest (>=6.0.1)", "pytest-discord (>=0 [[package]] name = "platformdirs" -version = "3.10.0" +version = "3.11.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false python-versions = ">=3.7" files = [ - {file = "platformdirs-3.10.0-py3-none-any.whl", hash = "sha256:d7c24979f292f916dc9cbf8648319032f551ea8c49a4c9bf2fb556a02070ec1d"}, - {file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"}, + {file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"}, + {file = "platformdirs-3.11.0.tar.gz", hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"}, ] [package.extras] @@ -1466,13 +1503,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pluggy" -version = "1.2.0" +version = "1.3.0" description = "plugin and hook calling mechanisms for python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, - {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, + {file = "pluggy-1.3.0-py3-none-any.whl", hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7"}, + {file = "pluggy-1.3.0.tar.gz", hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"}, ] [package.extras] @@ -1481,13 +1518,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1499,24 +1536,24 @@ virtualenv = ">=20.10.0" [[package]] name = "protobuf" -version = "4.24.1" +version = "4.24.4" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "protobuf-4.24.1-cp310-abi3-win32.whl", hash = "sha256:d414199ca605eeb498adc4d2ba82aedc0379dca4a7c364ff9bc9a179aa28e71b"}, - {file = "protobuf-4.24.1-cp310-abi3-win_amd64.whl", hash = "sha256:5906c5e79ff50fe38b2d49d37db5874e3c8010826f2362f79996d83128a8ed9b"}, - {file = "protobuf-4.24.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:970c701ee16788d74f3de20938520d7a0aebc7e4fff37096a48804c80d2908cf"}, - {file = "protobuf-4.24.1-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:fc361148e902949dcb953bbcb148c99fe8f8854291ad01107e4120361849fd0e"}, - {file = "protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:5d32363d14aca6e5c9e9d5918ad8fb65b091b6df66740ae9de50ac3916055e43"}, - {file = "protobuf-4.24.1-cp37-cp37m-win32.whl", hash = "sha256:df015c47d6855b8efa0b9be706c70bf7f050a4d5ac6d37fb043fbd95157a0e25"}, - {file = "protobuf-4.24.1-cp37-cp37m-win_amd64.whl", hash = "sha256:d4af4fd9e9418e819be30f8df2a16e72fbad546a7576ac7f3653be92a6966d30"}, - {file = "protobuf-4.24.1-cp38-cp38-win32.whl", hash = "sha256:302e8752c760549ed4c7a508abc86b25d46553c81989343782809e1a062a2ef9"}, - {file = "protobuf-4.24.1-cp38-cp38-win_amd64.whl", hash = "sha256:06437f0d4bb0d5f29e3d392aba69600188d4be5ad1e0a3370e581a9bf75a3081"}, - {file = "protobuf-4.24.1-cp39-cp39-win32.whl", hash = "sha256:0b2b224e9541fe9f046dd7317d05f08769c332b7e4c54d93c7f0f372dedb0b1a"}, - {file = "protobuf-4.24.1-cp39-cp39-win_amd64.whl", hash = "sha256:bd39b9094a4cc003a1f911b847ab379f89059f478c0b611ba1215053e295132e"}, - {file = "protobuf-4.24.1-py3-none-any.whl", hash = "sha256:55dd644adc27d2a624339332755fe077c7f26971045b469ebb9732a69ce1f2ca"}, - {file = "protobuf-4.24.1.tar.gz", hash = "sha256:44837a5ed9c9418ad5d502f89f28ba102e9cd172b6668bc813f21716f9273348"}, + {file = "protobuf-4.24.4-cp310-abi3-win32.whl", hash = "sha256:ec9912d5cb6714a5710e28e592ee1093d68c5ebfeda61983b3f40331da0b1ebb"}, + {file = "protobuf-4.24.4-cp310-abi3-win_amd64.whl", hash = "sha256:1badab72aa8a3a2b812eacfede5020472e16c6b2212d737cefd685884c191085"}, + {file = "protobuf-4.24.4-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:8e61a27f362369c2f33248a0ff6896c20dcd47b5d48239cb9720134bef6082e4"}, + {file = "protobuf-4.24.4-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:bffa46ad9612e6779d0e51ae586fde768339b791a50610d85eb162daeb23661e"}, + {file = "protobuf-4.24.4-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:b493cb590960ff863743b9ff1452c413c2ee12b782f48beca77c8da3e2ffe9d9"}, + {file = "protobuf-4.24.4-cp37-cp37m-win32.whl", hash = "sha256:dbbed8a56e56cee8d9d522ce844a1379a72a70f453bde6243e3c86c30c2a3d46"}, + {file = "protobuf-4.24.4-cp37-cp37m-win_amd64.whl", hash = "sha256:6b7d2e1c753715dcfe9d284a25a52d67818dd43c4932574307daf836f0071e37"}, + {file = "protobuf-4.24.4-cp38-cp38-win32.whl", hash = "sha256:02212557a76cd99574775a81fefeba8738d0f668d6abd0c6b1d3adcc75503dbe"}, + {file = "protobuf-4.24.4-cp38-cp38-win_amd64.whl", hash = "sha256:2fa3886dfaae6b4c5ed2730d3bf47c7a38a72b3a1f0acb4d4caf68e6874b947b"}, + {file = "protobuf-4.24.4-cp39-cp39-win32.whl", hash = "sha256:b77272f3e28bb416e2071186cb39efd4abbf696d682cbb5dc731308ad37fa6dd"}, + {file = "protobuf-4.24.4-cp39-cp39-win_amd64.whl", hash = "sha256:9fee5e8aa20ef1b84123bb9232b3f4a5114d9897ed89b4b8142d81924e05d79b"}, + {file = "protobuf-4.24.4-py3-none-any.whl", hash = "sha256:80797ce7424f8c8d2f2547e2d42bfbb6c08230ce5832d6c099a37335c9c90a92"}, + {file = "protobuf-4.24.4.tar.gz", hash = "sha256:5a70731910cd9104762161719c3d883c960151eea077134458503723b60e3667"}, ] [[package]] @@ -1722,13 +1759,13 @@ files = [ [[package]] name = "pycodestyle" -version = "2.11.0" +version = "2.11.1" description = "Python style guide checker" optional = false python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"}, - {file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"}, + {file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"}, + {file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"}, ] [[package]] @@ -1744,43 +1781,43 @@ files = [ [[package]] name = "pycryptodome" -version = "3.18.0" +version = "3.19.0" description = "Cryptographic library for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "pycryptodome-3.18.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:d1497a8cd4728db0e0da3c304856cb37c0c4e3d0b36fcbabcc1600f18504fc54"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:928078c530da78ff08e10eb6cada6e0dff386bf3d9fa9871b4bbc9fbc1efe024"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:157c9b5ba5e21b375f052ca78152dd309a09ed04703fd3721dce3ff8ecced148"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2014_aarch64.whl", hash = "sha256:d20082bdac9218649f6abe0b885927be25a917e29ae0502eaf2b53f1233ce0c2"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-musllinux_1_1_aarch64.whl", hash = "sha256:e8ad74044e5f5d2456c11ed4cfd3e34b8d4898c0cb201c4038fe41458a82ea27"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-win32.whl", hash = "sha256:62a1e8847fabb5213ccde38915563140a5b338f0d0a0d363f996b51e4a6165cf"}, - {file = "pycryptodome-3.18.0-cp27-cp27m-win_amd64.whl", hash = "sha256:16bfd98dbe472c263ed2821284118d899c76968db1a6665ade0c46805e6b29a4"}, - {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:7a3d22c8ee63de22336679e021c7f2386f7fc465477d59675caa0e5706387944"}, - {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:78d863476e6bad2a592645072cc489bb90320972115d8995bcfbee2f8b209918"}, - {file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2014_aarch64.whl", hash = "sha256:b6a610f8bfe67eab980d6236fdc73bfcdae23c9ed5548192bb2d530e8a92780e"}, - {file = "pycryptodome-3.18.0-cp27-cp27mu-musllinux_1_1_aarch64.whl", hash = "sha256:422c89fd8df8a3bee09fb8d52aaa1e996120eafa565437392b781abec2a56e14"}, - {file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:9ad6f09f670c466aac94a40798e0e8d1ef2aa04589c29faa5b9b97566611d1d1"}, - {file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:53aee6be8b9b6da25ccd9028caf17dcdce3604f2c7862f5167777b707fbfb6cb"}, - {file = "pycryptodome-3.18.0-cp35-abi3-manylinux2014_aarch64.whl", hash = "sha256:10da29526a2a927c7d64b8f34592f461d92ae55fc97981aab5bbcde8cb465bb6"}, - {file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f21efb8438971aa16924790e1c3dba3a33164eb4000106a55baaed522c261acf"}, - {file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4944defabe2ace4803f99543445c27dd1edbe86d7d4edb87b256476a91e9ffa4"}, - {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:51eae079ddb9c5f10376b4131be9589a6554f6fd84f7f655180937f611cd99a2"}, - {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:83c75952dcf4a4cebaa850fa257d7a860644c70a7cd54262c237c9f2be26f76e"}, - {file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:957b221d062d5752716923d14e0926f47670e95fead9d240fa4d4862214b9b2f"}, - {file = "pycryptodome-3.18.0-cp35-abi3-win32.whl", hash = "sha256:795bd1e4258a2c689c0b1f13ce9684fa0dd4c0e08680dcf597cf9516ed6bc0f3"}, - {file = "pycryptodome-3.18.0-cp35-abi3-win_amd64.whl", hash = "sha256:b1d9701d10303eec8d0bd33fa54d44e67b8be74ab449052a8372f12a66f93fb9"}, - {file = "pycryptodome-3.18.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:cb1be4d5af7f355e7d41d36d8eec156ef1382a88638e8032215c215b82a4b8ec"}, - {file = "pycryptodome-3.18.0-pp27-pypy_73-win32.whl", hash = "sha256:fc0a73f4db1e31d4a6d71b672a48f3af458f548059aa05e83022d5f61aac9c08"}, - {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f022a4fd2a5263a5c483a2bb165f9cb27f2be06f2f477113783efe3fe2ad887b"}, - {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:363dd6f21f848301c2dcdeb3c8ae5f0dee2286a5e952a0f04954b82076f23825"}, - {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:12600268763e6fec3cefe4c2dcdf79bde08d0b6dc1813887e789e495cb9f3403"}, - {file = "pycryptodome-3.18.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:4604816adebd4faf8810782f137f8426bf45fee97d8427fa8e1e49ea78a52e2c"}, - {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:01489bbdf709d993f3058e2996f8f40fee3f0ea4d995002e5968965fa2fe89fb"}, - {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3811e31e1ac3069988f7a1c9ee7331b942e605dfc0f27330a9ea5997e965efb2"}, - {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f4b967bb11baea9128ec88c3d02f55a3e338361f5e4934f5240afcb667fdaec"}, - {file = "pycryptodome-3.18.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:9c8eda4f260072f7dbe42f473906c659dcbadd5ae6159dfb49af4da1293ae380"}, - {file = "pycryptodome-3.18.0.tar.gz", hash = "sha256:c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3006c44c4946583b6de24fe0632091c2653d6256b99a02a3db71ca06472ea1e4"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:7c760c8a0479a4042111a8dd2f067d3ae4573da286c53f13cf6f5c53a5c1f631"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:08ce3558af5106c632baf6d331d261f02367a6bc3733086ae43c0f988fe042db"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45430dfaf1f421cf462c0dd824984378bef32b22669f2635cb809357dbaab405"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-musllinux_1_1_aarch64.whl", hash = "sha256:a9bcd5f3794879e91970f2bbd7d899780541d3ff439d8f2112441769c9f2ccea"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-win32.whl", hash = "sha256:190c53f51e988dceb60472baddce3f289fa52b0ec38fbe5fd20dd1d0f795c551"}, + {file = "pycryptodome-3.19.0-cp27-cp27m-win_amd64.whl", hash = "sha256:22e0ae7c3a7f87dcdcf302db06ab76f20e83f09a6993c160b248d58274473bfa"}, + {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:7822f36d683f9ad7bc2145b2c2045014afdbbd1d9922a6d4ce1cbd6add79a01e"}, + {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:05e33267394aad6db6595c0ce9d427fe21552f5425e116a925455e099fdf759a"}, + {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:829b813b8ee00d9c8aba417621b94bc0b5efd18c928923802ad5ba4cf1ec709c"}, + {file = "pycryptodome-3.19.0-cp27-cp27mu-musllinux_1_1_aarch64.whl", hash = "sha256:fc7a79590e2b5d08530175823a242de6790abc73638cc6dc9d2684e7be2f5e49"}, + {file = "pycryptodome-3.19.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:542f99d5026ac5f0ef391ba0602f3d11beef8e65aae135fa5b762f5ebd9d3bfb"}, + {file = "pycryptodome-3.19.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:61bb3ccbf4bf32ad9af32da8badc24e888ae5231c617947e0f5401077f8b091f"}, + {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d49a6c715d8cceffedabb6adb7e0cbf41ae1a2ff4adaeec9432074a80627dea1"}, + {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e249a784cc98a29c77cea9df54284a44b40cafbfae57636dd2f8775b48af2434"}, + {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d033947e7fd3e2ba9a031cb2d267251620964705a013c5a461fa5233cc025270"}, + {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:84c3e4fffad0c4988aef0d5591be3cad4e10aa7db264c65fadbc633318d20bde"}, + {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:139ae2c6161b9dd5d829c9645d781509a810ef50ea8b657e2257c25ca20efe33"}, + {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:5b1986c761258a5b4332a7f94a83f631c1ffca8747d75ab8395bf2e1b93283d9"}, + {file = "pycryptodome-3.19.0-cp35-abi3-win32.whl", hash = "sha256:536f676963662603f1f2e6ab01080c54d8cd20f34ec333dcb195306fa7826997"}, + {file = "pycryptodome-3.19.0-cp35-abi3-win_amd64.whl", hash = "sha256:04dd31d3b33a6b22ac4d432b3274588917dcf850cc0c51c84eca1d8ed6933810"}, + {file = "pycryptodome-3.19.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:8999316e57abcbd8085c91bc0ef75292c8618f41ca6d2b6132250a863a77d1e7"}, + {file = "pycryptodome-3.19.0-pp27-pypy_73-win32.whl", hash = "sha256:a0ab84755f4539db086db9ba9e9f3868d2e3610a3948cbd2a55e332ad83b01b0"}, + {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0101f647d11a1aae5a8ce4f5fad6644ae1b22bb65d05accc7d322943c69a74a6"}, + {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c1601e04d32087591d78e0b81e1e520e57a92796089864b20e5f18c9564b3fa"}, + {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:506c686a1eee6c00df70010be3b8e9e78f406af4f21b23162bbb6e9bdf5427bc"}, + {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7919ccd096584b911f2a303c593280869ce1af9bf5d36214511f5e5a1bed8c34"}, + {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:560591c0777f74a5da86718f70dfc8d781734cf559773b64072bbdda44b3fc3e"}, + {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1cc2f2ae451a676def1a73c1ae9120cd31af25db3f381893d45f75e77be2400"}, + {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:17940dcf274fcae4a54ec6117a9ecfe52907ed5e2e438fe712fe7ca502672ed5"}, + {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:d04f5f623a280fbd0ab1c1d8ecbd753193ab7154f09b6161b0f857a1a676c15f"}, + {file = "pycryptodome-3.19.0.tar.gz", hash = "sha256:bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e"}, ] [[package]] @@ -1929,13 +1966,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2023.3" +version = "2023.3.post1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, - {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, + {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, + {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, ] [[package]] @@ -1973,6 +2010,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -1980,8 +2018,15 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -1998,6 +2043,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -2005,6 +2051,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -2027,99 +2074,99 @@ rpds-py = ">=0.7.0" [[package]] name = "regex" -version = "2023.8.8" +version = "2023.10.3" description = "Alternative regular expression module, to replace re." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "regex-2023.8.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:88900f521c645f784260a8d346e12a1590f79e96403971241e64c3a265c8ecdb"}, - {file = "regex-2023.8.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3611576aff55918af2697410ff0293d6071b7e00f4b09e005d614686ac4cd57c"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8a0ccc8f2698f120e9e5742f4b38dc944c38744d4bdfc427616f3a163dd9de5"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c662a4cbdd6280ee56f841f14620787215a171c4e2d1744c9528bed8f5816c96"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cf0633e4a1b667bfe0bb10b5e53fe0d5f34a6243ea2530eb342491f1adf4f739"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:551ad543fa19e94943c5b2cebc54c73353ffff08228ee5f3376bd27b3d5b9800"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54de2619f5ea58474f2ac211ceea6b615af2d7e4306220d4f3fe690c91988a61"}, - {file = "regex-2023.8.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5ec4b3f0aebbbe2fc0134ee30a791af522a92ad9f164858805a77442d7d18570"}, - {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3ae646c35cb9f820491760ac62c25b6d6b496757fda2d51be429e0e7b67ae0ab"}, - {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ca339088839582d01654e6f83a637a4b8194d0960477b9769d2ff2cfa0fa36d2"}, - {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:d9b6627408021452dcd0d2cdf8da0534e19d93d070bfa8b6b4176f99711e7f90"}, - {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:bd3366aceedf274f765a3a4bc95d6cd97b130d1dda524d8f25225d14123c01db"}, - {file = "regex-2023.8.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7aed90a72fc3654fba9bc4b7f851571dcc368120432ad68b226bd593f3f6c0b7"}, - {file = "regex-2023.8.8-cp310-cp310-win32.whl", hash = "sha256:80b80b889cb767cc47f31d2b2f3dec2db8126fbcd0cff31b3925b4dc6609dcdb"}, - {file = "regex-2023.8.8-cp310-cp310-win_amd64.whl", hash = "sha256:b82edc98d107cbc7357da7a5a695901b47d6eb0420e587256ba3ad24b80b7d0b"}, - {file = "regex-2023.8.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1e7d84d64c84ad97bf06f3c8cb5e48941f135ace28f450d86af6b6512f1c9a71"}, - {file = "regex-2023.8.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ce0f9fbe7d295f9922c0424a3637b88c6c472b75eafeaff6f910494a1fa719ef"}, - {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06c57e14ac723b04458df5956cfb7e2d9caa6e9d353c0b4c7d5d54fcb1325c46"}, - {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7a9aaa5a1267125eef22cef3b63484c3241aaec6f48949b366d26c7250e0357"}, - {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b7408511fca48a82a119d78a77c2f5eb1b22fe88b0d2450ed0756d194fe7a9a"}, - {file = "regex-2023.8.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14dc6f2d88192a67d708341f3085df6a4f5a0c7b03dec08d763ca2cd86e9f559"}, - {file = "regex-2023.8.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:48c640b99213643d141550326f34f0502fedb1798adb3c9eb79650b1ecb2f177"}, - {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0085da0f6c6393428bf0d9c08d8b1874d805bb55e17cb1dfa5ddb7cfb11140bf"}, - {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:964b16dcc10c79a4a2be9f1273fcc2684a9eedb3906439720598029a797b46e6"}, - {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:7ce606c14bb195b0e5108544b540e2c5faed6843367e4ab3deb5c6aa5e681208"}, - {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:40f029d73b10fac448c73d6eb33d57b34607f40116e9f6e9f0d32e9229b147d7"}, - {file = "regex-2023.8.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3b8e6ea6be6d64104d8e9afc34c151926f8182f84e7ac290a93925c0db004bfd"}, - {file = "regex-2023.8.8-cp311-cp311-win32.whl", hash = "sha256:942f8b1f3b223638b02df7df79140646c03938d488fbfb771824f3d05fc083a8"}, - {file = "regex-2023.8.8-cp311-cp311-win_amd64.whl", hash = "sha256:51d8ea2a3a1a8fe4f67de21b8b93757005213e8ac3917567872f2865185fa7fb"}, - {file = "regex-2023.8.8-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e951d1a8e9963ea51efd7f150450803e3b95db5939f994ad3d5edac2b6f6e2b4"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:704f63b774218207b8ccc6c47fcef5340741e5d839d11d606f70af93ee78e4d4"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22283c769a7b01c8ac355d5be0715bf6929b6267619505e289f792b01304d898"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:91129ff1bb0619bc1f4ad19485718cc623a2dc433dff95baadbf89405c7f6b57"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de35342190deb7b866ad6ba5cbcccb2d22c0487ee0cbb251efef0843d705f0d4"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b993b6f524d1e274a5062488a43e3f9f8764ee9745ccd8e8193df743dbe5ee61"}, - {file = "regex-2023.8.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3026cbcf11d79095a32d9a13bbc572a458727bd5b1ca332df4a79faecd45281c"}, - {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:293352710172239bf579c90a9864d0df57340b6fd21272345222fb6371bf82b3"}, - {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:d909b5a3fff619dc7e48b6b1bedc2f30ec43033ba7af32f936c10839e81b9217"}, - {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:3d370ff652323c5307d9c8e4c62efd1956fb08051b0e9210212bc51168b4ff56"}, - {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:b076da1ed19dc37788f6a934c60adf97bd02c7eea461b73730513921a85d4235"}, - {file = "regex-2023.8.8-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e9941a4ada58f6218694f382e43fdd256e97615db9da135e77359da257a7168b"}, - {file = "regex-2023.8.8-cp36-cp36m-win32.whl", hash = "sha256:a8c65c17aed7e15a0c824cdc63a6b104dfc530f6fa8cb6ac51c437af52b481c7"}, - {file = "regex-2023.8.8-cp36-cp36m-win_amd64.whl", hash = "sha256:aadf28046e77a72f30dcc1ab185639e8de7f4104b8cb5c6dfa5d8ed860e57236"}, - {file = "regex-2023.8.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:423adfa872b4908843ac3e7a30f957f5d5282944b81ca0a3b8a7ccbbfaa06103"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ae594c66f4a7e1ea67232a0846649a7c94c188d6c071ac0210c3e86a5f92109"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e51c80c168074faa793685656c38eb7a06cbad7774c8cbc3ea05552d615393d8"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:09b7f4c66aa9d1522b06e31a54f15581c37286237208df1345108fcf4e050c18"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e73e5243af12d9cd6a9d6a45a43570dbe2e5b1cdfc862f5ae2b031e44dd95a8"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:941460db8fe3bd613db52f05259c9336f5a47ccae7d7def44cc277184030a116"}, - {file = "regex-2023.8.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f0ccf3e01afeb412a1a9993049cb160d0352dba635bbca7762b2dc722aa5742a"}, - {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:2e9216e0d2cdce7dbc9be48cb3eacb962740a09b011a116fd7af8c832ab116ca"}, - {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:5cd9cd7170459b9223c5e592ac036e0704bee765706445c353d96f2890e816c8"}, - {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:4873ef92e03a4309b3ccd8281454801b291b689f6ad45ef8c3658b6fa761d7ac"}, - {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:239c3c2a339d3b3ddd51c2daef10874410917cd2b998f043c13e2084cb191684"}, - {file = "regex-2023.8.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1005c60ed7037be0d9dea1f9c53cc42f836188227366370867222bda4c3c6bd7"}, - {file = "regex-2023.8.8-cp37-cp37m-win32.whl", hash = "sha256:e6bd1e9b95bc5614a7a9c9c44fde9539cba1c823b43a9f7bc11266446dd568e3"}, - {file = "regex-2023.8.8-cp37-cp37m-win_amd64.whl", hash = "sha256:9a96edd79661e93327cfeac4edec72a4046e14550a1d22aa0dd2e3ca52aec921"}, - {file = "regex-2023.8.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f2181c20ef18747d5f4a7ea513e09ea03bdd50884a11ce46066bb90fe4213675"}, - {file = "regex-2023.8.8-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2ad5add903eb7cdde2b7c64aaca405f3957ab34f16594d2b78d53b8b1a6a7d6"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9233ac249b354c54146e392e8a451e465dd2d967fc773690811d3a8c240ac601"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:920974009fb37b20d32afcdf0227a2e707eb83fe418713f7a8b7de038b870d0b"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd2b6c5dfe0929b6c23dde9624483380b170b6e34ed79054ad131b20203a1a63"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96979d753b1dc3b2169003e1854dc67bfc86edf93c01e84757927f810b8c3c93"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2ae54a338191e1356253e7883d9d19f8679b6143703086245fb14d1f20196be9"}, - {file = "regex-2023.8.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2162ae2eb8b079622176a81b65d486ba50b888271302190870b8cc488587d280"}, - {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c884d1a59e69e03b93cf0dfee8794c63d7de0ee8f7ffb76e5f75be8131b6400a"}, - {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cf9273e96f3ee2ac89ffcb17627a78f78e7516b08f94dc435844ae72576a276e"}, - {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:83215147121e15d5f3a45d99abeed9cf1fe16869d5c233b08c56cdf75f43a504"}, - {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:3f7454aa427b8ab9101f3787eb178057c5250478e39b99540cfc2b889c7d0586"}, - {file = "regex-2023.8.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f0640913d2c1044d97e30d7c41728195fc37e54d190c5385eacb52115127b882"}, - {file = "regex-2023.8.8-cp38-cp38-win32.whl", hash = "sha256:0c59122ceccb905a941fb23b087b8eafc5290bf983ebcb14d2301febcbe199c7"}, - {file = "regex-2023.8.8-cp38-cp38-win_amd64.whl", hash = "sha256:c12f6f67495ea05c3d542d119d270007090bad5b843f642d418eb601ec0fa7be"}, - {file = "regex-2023.8.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:82cd0a69cd28f6cc3789cc6adeb1027f79526b1ab50b1f6062bbc3a0ccb2dbc3"}, - {file = "regex-2023.8.8-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:bb34d1605f96a245fc39790a117ac1bac8de84ab7691637b26ab2c5efb8f228c"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:987b9ac04d0b38ef4f89fbc035e84a7efad9cdd5f1e29024f9289182c8d99e09"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9dd6082f4e2aec9b6a0927202c85bc1b09dcab113f97265127c1dc20e2e32495"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7eb95fe8222932c10d4436e7a6f7c99991e3fdd9f36c949eff16a69246dee2dc"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7098c524ba9f20717a56a8d551d2ed491ea89cbf37e540759ed3b776a4f8d6eb"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b694430b3f00eb02c594ff5a16db30e054c1b9589a043fe9174584c6efa8033"}, - {file = "regex-2023.8.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b2aeab3895d778155054abea5238d0eb9a72e9242bd4b43f42fd911ef9a13470"}, - {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:988631b9d78b546e284478c2ec15c8a85960e262e247b35ca5eaf7ee22f6050a"}, - {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:67ecd894e56a0c6108ec5ab1d8fa8418ec0cff45844a855966b875d1039a2e34"}, - {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:14898830f0a0eb67cae2bbbc787c1a7d6e34ecc06fbd39d3af5fe29a4468e2c9"}, - {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:f2200e00b62568cfd920127782c61bc1c546062a879cdc741cfcc6976668dfcf"}, - {file = "regex-2023.8.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:9691a549c19c22d26a4f3b948071e93517bdf86e41b81d8c6ac8a964bb71e5a6"}, - {file = "regex-2023.8.8-cp39-cp39-win32.whl", hash = "sha256:6ab2ed84bf0137927846b37e882745a827458689eb969028af8032b1b3dac78e"}, - {file = "regex-2023.8.8-cp39-cp39-win_amd64.whl", hash = "sha256:5543c055d8ec7801901e1193a51570643d6a6ab8751b1f7dd9af71af467538bb"}, - {file = "regex-2023.8.8.tar.gz", hash = "sha256:fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e"}, + {file = "regex-2023.10.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4c34d4f73ea738223a094d8e0ffd6d2c1a1b4c175da34d6b0de3d8d69bee6bcc"}, + {file = "regex-2023.10.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a8f4e49fc3ce020f65411432183e6775f24e02dff617281094ba6ab079ef0915"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4cd1bccf99d3ef1ab6ba835308ad85be040e6a11b0977ef7ea8c8005f01a3c29"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:81dce2ddc9f6e8f543d94b05d56e70d03a0774d32f6cca53e978dc01e4fc75b8"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9c6b4d23c04831e3ab61717a707a5d763b300213db49ca680edf8bf13ab5d91b"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c15ad0aee158a15e17e0495e1e18741573d04eb6da06d8b84af726cfc1ed02ee"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6239d4e2e0b52c8bd38c51b760cd870069f0bdf99700a62cd509d7a031749a55"}, + {file = "regex-2023.10.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4a8bf76e3182797c6b1afa5b822d1d5802ff30284abe4599e1247be4fd6b03be"}, + {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d9c727bbcf0065cbb20f39d2b4f932f8fa1631c3e01fcedc979bd4f51fe051c5"}, + {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3ccf2716add72f80714b9a63899b67fa711b654be3fcdd34fa391d2d274ce767"}, + {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:107ac60d1bfdc3edb53be75e2a52aff7481b92817cfdddd9b4519ccf0e54a6ff"}, + {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:00ba3c9818e33f1fa974693fb55d24cdc8ebafcb2e4207680669d8f8d7cca79a"}, + {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f0a47efb1dbef13af9c9a54a94a0b814902e547b7f21acb29434504d18f36e3a"}, + {file = "regex-2023.10.3-cp310-cp310-win32.whl", hash = "sha256:36362386b813fa6c9146da6149a001b7bd063dabc4d49522a1f7aa65b725c7ec"}, + {file = "regex-2023.10.3-cp310-cp310-win_amd64.whl", hash = "sha256:c65a3b5330b54103e7d21cac3f6bf3900d46f6d50138d73343d9e5b2900b2353"}, + {file = "regex-2023.10.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:90a79bce019c442604662d17bf69df99090e24cdc6ad95b18b6725c2988a490e"}, + {file = "regex-2023.10.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c7964c2183c3e6cce3f497e3a9f49d182e969f2dc3aeeadfa18945ff7bdd7051"}, + {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ef80829117a8061f974b2fda8ec799717242353bff55f8a29411794d635d964"}, + {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5addc9d0209a9afca5fc070f93b726bf7003bd63a427f65ef797a931782e7edc"}, + {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c148bec483cc4b421562b4bcedb8e28a3b84fcc8f0aa4418e10898f3c2c0eb9b"}, + {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d1f21af4c1539051049796a0f50aa342f9a27cde57318f2fc41ed50b0dbc4ac"}, + {file = "regex-2023.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0b9ac09853b2a3e0d0082104036579809679e7715671cfbf89d83c1cb2a30f58"}, + {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ebedc192abbc7fd13c5ee800e83a6df252bec691eb2c4bedc9f8b2e2903f5e2a"}, + {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d8a993c0a0ffd5f2d3bda23d0cd75e7086736f8f8268de8a82fbc4bd0ac6791e"}, + {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:be6b7b8d42d3090b6c80793524fa66c57ad7ee3fe9722b258aec6d0672543fd0"}, + {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4023e2efc35a30e66e938de5aef42b520c20e7eda7bb5fb12c35e5d09a4c43f6"}, + {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0d47840dc05e0ba04fe2e26f15126de7c755496d5a8aae4a08bda4dd8d646c54"}, + {file = "regex-2023.10.3-cp311-cp311-win32.whl", hash = "sha256:9145f092b5d1977ec8c0ab46e7b3381b2fd069957b9862a43bd383e5c01d18c2"}, + {file = "regex-2023.10.3-cp311-cp311-win_amd64.whl", hash = "sha256:b6104f9a46bd8743e4f738afef69b153c4b8b592d35ae46db07fc28ae3d5fb7c"}, + {file = "regex-2023.10.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:bff507ae210371d4b1fe316d03433ac099f184d570a1a611e541923f78f05037"}, + {file = "regex-2023.10.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:be5e22bbb67924dea15039c3282fa4cc6cdfbe0cbbd1c0515f9223186fc2ec5f"}, + {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a992f702c9be9c72fa46f01ca6e18d131906a7180950958f766c2aa294d4b41"}, + {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7434a61b158be563c1362d9071358f8ab91b8d928728cd2882af060481244c9e"}, + {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c2169b2dcabf4e608416f7f9468737583ce5f0a6e8677c4efbf795ce81109d7c"}, + {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9e908ef5889cda4de038892b9accc36d33d72fb3e12c747e2799a0e806ec841"}, + {file = "regex-2023.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:12bd4bc2c632742c7ce20db48e0d99afdc05e03f0b4c1af90542e05b809a03d9"}, + {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:bc72c231f5449d86d6c7d9cc7cd819b6eb30134bb770b8cfdc0765e48ef9c420"}, + {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bce8814b076f0ce5766dc87d5a056b0e9437b8e0cd351b9a6c4e1134a7dfbda9"}, + {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ba7cd6dc4d585ea544c1412019921570ebd8a597fabf475acc4528210d7c4a6f"}, + {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b0c7d2f698e83f15228ba41c135501cfe7d5740181d5903e250e47f617eb4292"}, + {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5a8f91c64f390ecee09ff793319f30a0f32492e99f5dc1c72bc361f23ccd0a9a"}, + {file = "regex-2023.10.3-cp312-cp312-win32.whl", hash = "sha256:ad08a69728ff3c79866d729b095872afe1e0557251da4abb2c5faff15a91d19a"}, + {file = "regex-2023.10.3-cp312-cp312-win_amd64.whl", hash = "sha256:39cdf8d141d6d44e8d5a12a8569d5a227f645c87df4f92179bd06e2e2705e76b"}, + {file = "regex-2023.10.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4a3ee019a9befe84fa3e917a2dd378807e423d013377a884c1970a3c2792d293"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76066d7ff61ba6bf3cb5efe2428fc82aac91802844c022d849a1f0f53820502d"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bfe50b61bab1b1ec260fa7cd91106fa9fece57e6beba05630afe27c71259c59b"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fd88f373cb71e6b59b7fa597e47e518282455c2734fd4306a05ca219a1991b0"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b3ab05a182c7937fb374f7e946f04fb23a0c0699c0450e9fb02ef567412d2fa3"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dac37cf08fcf2094159922edc7a2784cfcc5c70f8354469f79ed085f0328ebdf"}, + {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e54ddd0bb8fb626aa1f9ba7b36629564544954fff9669b15da3610c22b9a0991"}, + {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:3367007ad1951fde612bf65b0dffc8fd681a4ab98ac86957d16491400d661302"}, + {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:16f8740eb6dbacc7113e3097b0a36065a02e37b47c936b551805d40340fb9971"}, + {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:f4f2ca6df64cbdd27f27b34f35adb640b5d2d77264228554e68deda54456eb11"}, + {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:39807cbcbe406efca2a233884e169d056c35aa7e9f343d4e78665246a332f597"}, + {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:7eece6fbd3eae4a92d7c748ae825cbc1ee41a89bb1c3db05b5578ed3cfcfd7cb"}, + {file = "regex-2023.10.3-cp37-cp37m-win32.whl", hash = "sha256:ce615c92d90df8373d9e13acddd154152645c0dc060871abf6bd43809673d20a"}, + {file = "regex-2023.10.3-cp37-cp37m-win_amd64.whl", hash = "sha256:0f649fa32fe734c4abdfd4edbb8381c74abf5f34bc0b3271ce687b23729299ed"}, + {file = "regex-2023.10.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9b98b7681a9437262947f41c7fac567c7e1f6eddd94b0483596d320092004533"}, + {file = "regex-2023.10.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:91dc1d531f80c862441d7b66c4505cd6ea9d312f01fb2f4654f40c6fdf5cc37a"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82fcc1f1cc3ff1ab8a57ba619b149b907072e750815c5ba63e7aa2e1163384a4"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7979b834ec7a33aafae34a90aad9f914c41fd6eaa8474e66953f3f6f7cbd4368"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef71561f82a89af6cfcbee47f0fabfdb6e63788a9258e913955d89fdd96902ab"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd829712de97753367153ed84f2de752b86cd1f7a88b55a3a775eb52eafe8a94"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:00e871d83a45eee2f8688d7e6849609c2ca2a04a6d48fba3dff4deef35d14f07"}, + {file = "regex-2023.10.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:706e7b739fdd17cb89e1fbf712d9dc21311fc2333f6d435eac2d4ee81985098c"}, + {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:cc3f1c053b73f20c7ad88b0d1d23be7e7b3901229ce89f5000a8399746a6e039"}, + {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6f85739e80d13644b981a88f529d79c5bdf646b460ba190bffcaf6d57b2a9863"}, + {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:741ba2f511cc9626b7561a440f87d658aabb3d6b744a86a3c025f866b4d19e7f"}, + {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e77c90ab5997e85901da85131fd36acd0ed2221368199b65f0d11bca44549711"}, + {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:979c24cbefaf2420c4e377ecd1f165ea08cc3d1fbb44bdc51bccbbf7c66a2cb4"}, + {file = "regex-2023.10.3-cp38-cp38-win32.whl", hash = "sha256:58837f9d221744d4c92d2cf7201c6acd19623b50c643b56992cbd2b745485d3d"}, + {file = "regex-2023.10.3-cp38-cp38-win_amd64.whl", hash = "sha256:c55853684fe08d4897c37dfc5faeff70607a5f1806c8be148f1695be4a63414b"}, + {file = "regex-2023.10.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2c54e23836650bdf2c18222c87f6f840d4943944146ca479858404fedeb9f9af"}, + {file = "regex-2023.10.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:69c0771ca5653c7d4b65203cbfc5e66db9375f1078689459fe196fe08b7b4930"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ac965a998e1388e6ff2e9781f499ad1eaa41e962a40d11c7823c9952c77123e"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1c0e8fae5b27caa34177bdfa5a960c46ff2f78ee2d45c6db15ae3f64ecadde14"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6c56c3d47da04f921b73ff9415fbaa939f684d47293f071aa9cbb13c94afc17d"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ef1e014eed78ab650bef9a6a9cbe50b052c0aebe553fb2881e0453717573f52"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d29338556a59423d9ff7b6eb0cb89ead2b0875e08fe522f3e068b955c3e7b59b"}, + {file = "regex-2023.10.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9c6d0ced3c06d0f183b73d3c5920727268d2201aa0fe6d55c60d68c792ff3588"}, + {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:994645a46c6a740ee8ce8df7911d4aee458d9b1bc5639bc968226763d07f00fa"}, + {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:66e2fe786ef28da2b28e222c89502b2af984858091675044d93cb50e6f46d7af"}, + {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:11175910f62b2b8c055f2b089e0fedd694fe2be3941b3e2633653bc51064c528"}, + {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:06e9abc0e4c9ab4779c74ad99c3fc10d3967d03114449acc2c2762ad4472b8ca"}, + {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fb02e4257376ae25c6dd95a5aec377f9b18c09be6ebdefa7ad209b9137b73d48"}, + {file = "regex-2023.10.3-cp39-cp39-win32.whl", hash = "sha256:3b2c3502603fab52d7619b882c25a6850b766ebd1b18de3df23b2f939360e1bd"}, + {file = "regex-2023.10.3-cp39-cp39-win_amd64.whl", hash = "sha256:adbccd17dcaff65704c856bd29951c58a1bd4b2b0f8ad6b826dbd543fe740988"}, + {file = "regex-2023.10.3.tar.gz", hash = "sha256:3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f"}, ] [[package]] @@ -2166,119 +2213,121 @@ test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] [[package]] name = "rpds-py" -version = "0.9.2" +version = "0.10.6" description = "Python bindings to Rust's persistent data structures (rpds)" optional = false python-versions = ">=3.8" files = [ - {file = "rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:ab6919a09c055c9b092798ce18c6c4adf49d24d4d9e43a92b257e3f2548231e7"}, - {file = "rpds_py-0.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d55777a80f78dd09410bd84ff8c95ee05519f41113b2df90a69622f5540c4f8b"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a216b26e5af0a8e265d4efd65d3bcec5fba6b26909014effe20cd302fd1138fa"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:29cd8bfb2d716366a035913ced99188a79b623a3512292963d84d3e06e63b496"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:44659b1f326214950a8204a248ca6199535e73a694be8d3e0e869f820767f12f"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:745f5a43fdd7d6d25a53ab1a99979e7f8ea419dfefebcab0a5a1e9095490ee5e"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a987578ac5214f18b99d1f2a3851cba5b09f4a689818a106c23dbad0dfeb760f"}, - {file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bf4151acb541b6e895354f6ff9ac06995ad9e4175cbc6d30aaed08856558201f"}, - {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:03421628f0dc10a4119d714a17f646e2837126a25ac7a256bdf7c3943400f67f"}, - {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:13b602dc3e8dff3063734f02dcf05111e887f301fdda74151a93dbbc249930fe"}, - {file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:fae5cb554b604b3f9e2c608241b5d8d303e410d7dfb6d397c335f983495ce7f6"}, - {file = "rpds_py-0.9.2-cp310-none-win32.whl", hash = "sha256:47c5f58a8e0c2c920cc7783113df2fc4ff12bf3a411d985012f145e9242a2764"}, - {file = "rpds_py-0.9.2-cp310-none-win_amd64.whl", hash = "sha256:4ea6b73c22d8182dff91155af018b11aac9ff7eca085750455c5990cb1cfae6e"}, - {file = "rpds_py-0.9.2-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e564d2238512c5ef5e9d79338ab77f1cbbda6c2d541ad41b2af445fb200385e3"}, - {file = "rpds_py-0.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f411330a6376fb50e5b7a3e66894e4a39e60ca2e17dce258d53768fea06a37bd"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e7521f5af0233e89939ad626b15278c71b69dc1dfccaa7b97bd4cdf96536bb7"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8d3335c03100a073883857e91db9f2e0ef8a1cf42dc0369cbb9151c149dbbc1b"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d25b1c1096ef0447355f7293fbe9ad740f7c47ae032c2884113f8e87660d8f6e"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6a5d3fbd02efd9cf6a8ffc2f17b53a33542f6b154e88dd7b42ef4a4c0700fdad"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c5934e2833afeaf36bd1eadb57256239785f5af0220ed8d21c2896ec4d3a765f"}, - {file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:095b460e117685867d45548fbd8598a8d9999227e9061ee7f012d9d264e6048d"}, - {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:91378d9f4151adc223d584489591dbb79f78814c0734a7c3bfa9c9e09978121c"}, - {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:24a81c177379300220e907e9b864107614b144f6c2a15ed5c3450e19cf536fae"}, - {file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:de0b6eceb46141984671802d412568d22c6bacc9b230174f9e55fc72ef4f57de"}, - {file = "rpds_py-0.9.2-cp311-none-win32.whl", hash = "sha256:700375326ed641f3d9d32060a91513ad668bcb7e2cffb18415c399acb25de2ab"}, - {file = "rpds_py-0.9.2-cp311-none-win_amd64.whl", hash = "sha256:0766babfcf941db8607bdaf82569ec38107dbb03c7f0b72604a0b346b6eb3298"}, - {file = "rpds_py-0.9.2-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:b1440c291db3f98a914e1afd9d6541e8fc60b4c3aab1a9008d03da4651e67386"}, - {file = "rpds_py-0.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0f2996fbac8e0b77fd67102becb9229986396e051f33dbceada3debaacc7033f"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f30d205755566a25f2ae0382944fcae2f350500ae4df4e795efa9e850821d82"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:159fba751a1e6b1c69244e23ba6c28f879a8758a3e992ed056d86d74a194a0f3"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a1f044792e1adcea82468a72310c66a7f08728d72a244730d14880cd1dabe36b"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9251eb8aa82e6cf88510530b29eef4fac825a2b709baf5b94a6094894f252387"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01899794b654e616c8625b194ddd1e5b51ef5b60ed61baa7a2d9c2ad7b2a4238"}, - {file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b0c43f8ae8f6be1d605b0465671124aa8d6a0e40f1fb81dcea28b7e3d87ca1e1"}, - {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:207f57c402d1f8712618f737356e4b6f35253b6d20a324d9a47cb9f38ee43a6b"}, - {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b52e7c5ae35b00566d244ffefba0f46bb6bec749a50412acf42b1c3f402e2c90"}, - {file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:978fa96dbb005d599ec4fd9ed301b1cc45f1a8f7982d4793faf20b404b56677d"}, - {file = "rpds_py-0.9.2-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:6aa8326a4a608e1c28da191edd7c924dff445251b94653988efb059b16577a4d"}, - {file = "rpds_py-0.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aad51239bee6bff6823bbbdc8ad85136c6125542bbc609e035ab98ca1e32a192"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4bd4dc3602370679c2dfb818d9c97b1137d4dd412230cfecd3c66a1bf388a196"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dd9da77c6ec1f258387957b754f0df60766ac23ed698b61941ba9acccd3284d1"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:190ca6f55042ea4649ed19c9093a9be9d63cd8a97880106747d7147f88a49d18"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:876bf9ed62323bc7dcfc261dbc5572c996ef26fe6406b0ff985cbcf460fc8a4c"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa2818759aba55df50592ecbc95ebcdc99917fa7b55cc6796235b04193eb3c55"}, - {file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9ea4d00850ef1e917815e59b078ecb338f6a8efda23369677c54a5825dbebb55"}, - {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:5855c85eb8b8a968a74dc7fb014c9166a05e7e7a8377fb91d78512900aadd13d"}, - {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:14c408e9d1a80dcb45c05a5149e5961aadb912fff42ca1dd9b68c0044904eb32"}, - {file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:65a0583c43d9f22cb2130c7b110e695fff834fd5e832a776a107197e59a1898e"}, - {file = "rpds_py-0.9.2-cp38-none-win32.whl", hash = "sha256:71f2f7715935a61fa3e4ae91d91b67e571aeb5cb5d10331ab681256bda2ad920"}, - {file = "rpds_py-0.9.2-cp38-none-win_amd64.whl", hash = "sha256:674c704605092e3ebbbd13687b09c9f78c362a4bc710343efe37a91457123044"}, - {file = "rpds_py-0.9.2-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:07e2c54bef6838fa44c48dfbc8234e8e2466d851124b551fc4e07a1cfeb37260"}, - {file = "rpds_py-0.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f7fdf55283ad38c33e35e2855565361f4bf0abd02470b8ab28d499c663bc5d7c"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:890ba852c16ace6ed9f90e8670f2c1c178d96510a21b06d2fa12d8783a905193"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:50025635ba8b629a86d9d5474e650da304cb46bbb4d18690532dd79341467846"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:517cbf6e67ae3623c5127206489d69eb2bdb27239a3c3cc559350ef52a3bbf0b"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0836d71ca19071090d524739420a61580f3f894618d10b666cf3d9a1688355b1"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c439fd54b2b9053717cca3de9583be6584b384d88d045f97d409f0ca867d80f"}, - {file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f68996a3b3dc9335037f82754f9cdbe3a95db42bde571d8c3be26cc6245f2324"}, - {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7d68dc8acded354c972116f59b5eb2e5864432948e098c19fe6994926d8e15c3"}, - {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:f963c6b1218b96db85fc37a9f0851eaf8b9040aa46dec112611697a7023da535"}, - {file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5a46859d7f947061b4010e554ccd1791467d1b1759f2dc2ec9055fa239f1bc26"}, - {file = "rpds_py-0.9.2-cp39-none-win32.whl", hash = "sha256:e07e5dbf8a83c66783a9fe2d4566968ea8c161199680e8ad38d53e075df5f0d0"}, - {file = "rpds_py-0.9.2-cp39-none-win_amd64.whl", hash = "sha256:682726178138ea45a0766907957b60f3a1bf3acdf212436be9733f28b6c5af3c"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:196cb208825a8b9c8fc360dc0f87993b8b260038615230242bf18ec84447c08d"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:c7671d45530fcb6d5e22fd40c97e1e1e01965fc298cbda523bb640f3d923b387"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83b32f0940adec65099f3b1c215ef7f1d025d13ff947975a055989cb7fd019a4"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f67da97f5b9eac838b6980fc6da268622e91f8960e083a34533ca710bec8611"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:03975db5f103997904c37e804e5f340c8fdabbb5883f26ee50a255d664eed58c"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:987b06d1cdb28f88a42e4fb8a87f094e43f3c435ed8e486533aea0bf2e53d931"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c861a7e4aef15ff91233751619ce3a3d2b9e5877e0fcd76f9ea4f6847183aa16"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:02938432352359805b6da099c9c95c8a0547fe4b274ce8f1a91677401bb9a45f"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:ef1f08f2a924837e112cba2953e15aacfccbbfcd773b4b9b4723f8f2ddded08e"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:35da5cc5cb37c04c4ee03128ad59b8c3941a1e5cd398d78c37f716f32a9b7f67"}, - {file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:141acb9d4ccc04e704e5992d35472f78c35af047fa0cfae2923835d153f091be"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:79f594919d2c1a0cc17d1988a6adaf9a2f000d2e1048f71f298b056b1018e872"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:a06418fe1155e72e16dddc68bb3780ae44cebb2912fbd8bb6ff9161de56e1798"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b2eb034c94b0b96d5eddb290b7b5198460e2d5d0c421751713953a9c4e47d10"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b08605d248b974eb02f40bdcd1a35d3924c83a2a5e8f5d0fa5af852c4d960af"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a0805911caedfe2736935250be5008b261f10a729a303f676d3d5fea6900c96a"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab2299e3f92aa5417d5e16bb45bb4586171c1327568f638e8453c9f8d9e0f020"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c8d7594e38cf98d8a7df25b440f684b510cf4627fe038c297a87496d10a174f"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8b9ec12ad5f0a4625db34db7e0005be2632c1013b253a4a60e8302ad4d462afd"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1fcdee18fea97238ed17ab6478c66b2095e4ae7177e35fb71fbe561a27adf620"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:933a7d5cd4b84f959aedeb84f2030f0a01d63ae6cf256629af3081cf3e3426e8"}, - {file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:686ba516e02db6d6f8c279d1641f7067ebb5dc58b1d0536c4aaebb7bf01cdc5d"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:0173c0444bec0a3d7d848eaeca2d8bd32a1b43f3d3fde6617aac3731fa4be05f"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d576c3ef8c7b2d560e301eb33891d1944d965a4d7a2eacb6332eee8a71827db6"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed89861ee8c8c47d6beb742a602f912b1bb64f598b1e2f3d758948721d44d468"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1054a08e818f8e18910f1bee731583fe8f899b0a0a5044c6e680ceea34f93876"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:99e7c4bb27ff1aab90dcc3e9d37ee5af0231ed98d99cb6f5250de28889a3d502"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c545d9d14d47be716495076b659db179206e3fd997769bc01e2d550eeb685596"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9039a11bca3c41be5a58282ed81ae422fa680409022b996032a43badef2a3752"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fb39aca7a64ad0c9490adfa719dbeeb87d13be137ca189d2564e596f8ba32c07"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:2d8b3b3a2ce0eaa00c5bbbb60b6713e94e7e0becab7b3db6c5c77f979e8ed1f1"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:99b1c16f732b3a9971406fbfe18468592c5a3529585a45a35adbc1389a529a03"}, - {file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:c27ee01a6c3223025f4badd533bea5e87c988cb0ba2811b690395dfe16088cfe"}, - {file = "rpds_py-0.9.2.tar.gz", hash = "sha256:8d70e8f14900f2657c249ea4def963bed86a29b81f81f5b76b5a9215680de945"}, + {file = "rpds_py-0.10.6-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:6bdc11f9623870d75692cc33c59804b5a18d7b8a4b79ef0b00b773a27397d1f6"}, + {file = "rpds_py-0.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:26857f0f44f0e791f4a266595a7a09d21f6b589580ee0585f330aaccccb836e3"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7f5e15c953ace2e8dde9824bdab4bec50adb91a5663df08d7d994240ae6fa31"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:61fa268da6e2e1cd350739bb61011121fa550aa2545762e3dc02ea177ee4de35"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c48f3fbc3e92c7dd6681a258d22f23adc2eb183c8cb1557d2fcc5a024e80b094"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c0503c5b681566e8b722fe8c4c47cce5c7a51f6935d5c7012c4aefe952a35eed"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:734c41f9f57cc28658d98270d3436dba65bed0cfc730d115b290e970150c540d"}, + {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a5d7ed104d158c0042a6a73799cf0eb576dfd5fc1ace9c47996e52320c37cb7c"}, + {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e3df0bc35e746cce42579826b89579d13fd27c3d5319a6afca9893a9b784ff1b"}, + {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:73e0a78a9b843b8c2128028864901f55190401ba38aae685350cf69b98d9f7c9"}, + {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5ed505ec6305abd2c2c9586a7b04fbd4baf42d4d684a9c12ec6110deefe2a063"}, + {file = "rpds_py-0.10.6-cp310-none-win32.whl", hash = "sha256:d97dd44683802000277bbf142fd9f6b271746b4846d0acaf0cefa6b2eaf2a7ad"}, + {file = "rpds_py-0.10.6-cp310-none-win_amd64.whl", hash = "sha256:b455492cab07107bfe8711e20cd920cc96003e0da3c1f91297235b1603d2aca7"}, + {file = "rpds_py-0.10.6-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e8cdd52744f680346ff8c1ecdad5f4d11117e1724d4f4e1874f3a67598821069"}, + {file = "rpds_py-0.10.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:66414dafe4326bca200e165c2e789976cab2587ec71beb80f59f4796b786a238"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc435d059f926fdc5b05822b1be4ff2a3a040f3ae0a7bbbe672babb468944722"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8e7f2219cb72474571974d29a191714d822e58be1eb171f229732bc6fdedf0ac"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3953c6926a63f8ea5514644b7afb42659b505ece4183fdaaa8f61d978754349e"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2bb2e4826be25e72013916eecd3d30f66fd076110de09f0e750163b416500721"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bf347b495b197992efc81a7408e9a83b931b2f056728529956a4d0858608b80"}, + {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:102eac53bb0bf0f9a275b438e6cf6904904908562a1463a6fc3323cf47d7a532"}, + {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:40f93086eef235623aa14dbddef1b9fb4b22b99454cb39a8d2e04c994fb9868c"}, + {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e22260a4741a0e7a206e175232867b48a16e0401ef5bce3c67ca5b9705879066"}, + {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f4e56860a5af16a0fcfa070a0a20c42fbb2012eed1eb5ceeddcc7f8079214281"}, + {file = "rpds_py-0.10.6-cp311-none-win32.whl", hash = "sha256:0774a46b38e70fdde0c6ded8d6d73115a7c39d7839a164cc833f170bbf539116"}, + {file = "rpds_py-0.10.6-cp311-none-win_amd64.whl", hash = "sha256:4a5ee600477b918ab345209eddafde9f91c0acd931f3776369585a1c55b04c57"}, + {file = "rpds_py-0.10.6-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:5ee97c683eaface61d38ec9a489e353d36444cdebb128a27fe486a291647aff6"}, + {file = "rpds_py-0.10.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0713631d6e2d6c316c2f7b9320a34f44abb644fc487b77161d1724d883662e31"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5a53f5998b4bbff1cb2e967e66ab2addc67326a274567697379dd1e326bded7"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6a555ae3d2e61118a9d3e549737bb4a56ff0cec88a22bd1dfcad5b4e04759175"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:945eb4b6bb8144909b203a88a35e0a03d22b57aefb06c9b26c6e16d72e5eb0f0"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:52c215eb46307c25f9fd2771cac8135d14b11a92ae48d17968eda5aa9aaf5071"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1b3cd23d905589cb205710b3988fc8f46d4a198cf12862887b09d7aaa6bf9b9"}, + {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:64ccc28683666672d7c166ed465c09cee36e306c156e787acef3c0c62f90da5a"}, + {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:516a611a2de12fbea70c78271e558f725c660ce38e0006f75139ba337d56b1f6"}, + {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:9ff93d3aedef11f9c4540cf347f8bb135dd9323a2fc705633d83210d464c579d"}, + {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d858532212f0650be12b6042ff4378dc2efbb7792a286bee4489eaa7ba010586"}, + {file = "rpds_py-0.10.6-cp312-none-win32.whl", hash = "sha256:3c4eff26eddac49d52697a98ea01b0246e44ca82ab09354e94aae8823e8bda02"}, + {file = "rpds_py-0.10.6-cp312-none-win_amd64.whl", hash = "sha256:150eec465dbc9cbca943c8e557a21afdcf9bab8aaabf386c44b794c2f94143d2"}, + {file = "rpds_py-0.10.6-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:cf693eb4a08eccc1a1b636e4392322582db2a47470d52e824b25eca7a3977b53"}, + {file = "rpds_py-0.10.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4134aa2342f9b2ab6c33d5c172e40f9ef802c61bb9ca30d21782f6e035ed0043"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e782379c2028a3611285a795b89b99a52722946d19fc06f002f8b53e3ea26ea9"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2f6da6d842195fddc1cd34c3da8a40f6e99e4a113918faa5e60bf132f917c247"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b4a9fe992887ac68256c930a2011255bae0bf5ec837475bc6f7edd7c8dfa254e"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b788276a3c114e9f51e257f2a6f544c32c02dab4aa7a5816b96444e3f9ffc336"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:caa1afc70a02645809c744eefb7d6ee8fef7e2fad170ffdeacca267fd2674f13"}, + {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bddd4f91eede9ca5275e70479ed3656e76c8cdaaa1b354e544cbcf94c6fc8ac4"}, + {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:775049dfa63fb58293990fc59473e659fcafd953bba1d00fc5f0631a8fd61977"}, + {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:c6c45a2d2b68c51fe3d9352733fe048291e483376c94f7723458cfd7b473136b"}, + {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:0699ab6b8c98df998c3eacf51a3b25864ca93dab157abe358af46dc95ecd9801"}, + {file = "rpds_py-0.10.6-cp38-none-win32.whl", hash = "sha256:ebdab79f42c5961682654b851f3f0fc68e6cc7cd8727c2ac4ffff955154123c1"}, + {file = "rpds_py-0.10.6-cp38-none-win_amd64.whl", hash = "sha256:24656dc36f866c33856baa3ab309da0b6a60f37d25d14be916bd3e79d9f3afcf"}, + {file = "rpds_py-0.10.6-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:0898173249141ee99ffcd45e3829abe7bcee47d941af7434ccbf97717df020e5"}, + {file = "rpds_py-0.10.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9e9184fa6c52a74a5521e3e87badbf9692549c0fcced47443585876fcc47e469"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5752b761902cd15073a527b51de76bbae63d938dc7c5c4ad1e7d8df10e765138"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:99a57006b4ec39dbfb3ed67e5b27192792ffb0553206a107e4aadb39c5004cd5"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09586f51a215d17efdb3a5f090d7cbf1633b7f3708f60a044757a5d48a83b393"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e225a6a14ecf44499aadea165299092ab0cba918bb9ccd9304eab1138844490b"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2039f8d545f20c4e52713eea51a275e62153ee96c8035a32b2abb772b6fc9e5"}, + {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:34ad87a831940521d462ac11f1774edf867c34172010f5390b2f06b85dcc6014"}, + {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:dcdc88b6b01015da066da3fb76545e8bb9a6880a5ebf89e0f0b2e3ca557b3ab7"}, + {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:25860ed5c4e7f5e10c496ea78af46ae8d8468e0be745bd233bab9ca99bfd2647"}, + {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7854a207ef77319ec457c1eb79c361b48807d252d94348305db4f4b62f40f7f3"}, + {file = "rpds_py-0.10.6-cp39-none-win32.whl", hash = "sha256:e6fcc026a3f27c1282c7ed24b7fcac82cdd70a0e84cc848c0841a3ab1e3dea2d"}, + {file = "rpds_py-0.10.6-cp39-none-win_amd64.whl", hash = "sha256:e98c4c07ee4c4b3acf787e91b27688409d918212dfd34c872201273fdd5a0e18"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:68fe9199184c18d997d2e4293b34327c0009a78599ce703e15cd9a0f47349bba"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:3339eca941568ed52d9ad0f1b8eb9fe0958fa245381747cecf2e9a78a5539c42"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a360cfd0881d36c6dc271992ce1eda65dba5e9368575663de993eeb4523d895f"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:031f76fc87644a234883b51145e43985aa2d0c19b063e91d44379cd2786144f8"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f36a9d751f86455dc5278517e8b65580eeee37d61606183897f122c9e51cef3"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:052a832078943d2b2627aea0d19381f607fe331cc0eb5df01991268253af8417"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:023574366002bf1bd751ebaf3e580aef4a468b3d3c216d2f3f7e16fdabd885ed"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:defa2c0c68734f4a82028c26bcc85e6b92cced99866af118cd6a89b734ad8e0d"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:879fb24304ead6b62dbe5034e7b644b71def53c70e19363f3c3be2705c17a3b4"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:53c43e10d398e365da2d4cc0bcaf0854b79b4c50ee9689652cdc72948e86f487"}, + {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:3777cc9dea0e6c464e4b24760664bd8831738cc582c1d8aacf1c3f546bef3f65"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:40578a6469e5d1df71b006936ce95804edb5df47b520c69cf5af264d462f2cbb"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:cf71343646756a072b85f228d35b1d7407da1669a3de3cf47f8bbafe0c8183a4"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10f32b53f424fc75ff7b713b2edb286fdbfc94bf16317890260a81c2c00385dc"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:81de24a1c51cfb32e1fbf018ab0bdbc79c04c035986526f76c33e3f9e0f3356c"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac17044876e64a8ea20ab132080ddc73b895b4abe9976e263b0e30ee5be7b9c2"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5e8a78bd4879bff82daef48c14d5d4057f6856149094848c3ed0ecaf49f5aec2"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78ca33811e1d95cac8c2e49cb86c0fb71f4d8409d8cbea0cb495b6dbddb30a55"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c63c3ef43f0b3fb00571cff6c3967cc261c0ebd14a0a134a12e83bdb8f49f21f"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:7fde6d0e00b2fd0dbbb40c0eeec463ef147819f23725eda58105ba9ca48744f4"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:79edd779cfc46b2e15b0830eecd8b4b93f1a96649bcb502453df471a54ce7977"}, + {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9164ec8010327ab9af931d7ccd12ab8d8b5dc2f4c6a16cbdd9d087861eaaefa1"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d29ddefeab1791e3c751e0189d5f4b3dbc0bbe033b06e9c333dca1f99e1d523e"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:30adb75ecd7c2a52f5e76af50644b3e0b5ba036321c390b8e7ec1bb2a16dd43c"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd609fafdcdde6e67a139898196698af37438b035b25ad63704fd9097d9a3482"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6eef672de005736a6efd565577101277db6057f65640a813de6c2707dc69f396"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6cf4393c7b41abbf07c88eb83e8af5013606b1cdb7f6bc96b1b3536b53a574b8"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ad857f42831e5b8d41a32437f88d86ead6c191455a3499c4b6d15e007936d4cf"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d7360573f1e046cb3b0dceeb8864025aa78d98be4bb69f067ec1c40a9e2d9df"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d08f63561c8a695afec4975fae445245386d645e3e446e6f260e81663bfd2e38"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:f0f17f2ce0f3529177a5fff5525204fad7b43dd437d017dd0317f2746773443d"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:442626328600bde1d09dc3bb00434f5374948838ce75c41a52152615689f9403"}, + {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:e9616f5bd2595f7f4a04b67039d890348ab826e943a9bfdbe4938d0eba606971"}, + {file = "rpds_py-0.10.6.tar.gz", hash = "sha256:4ce5a708d65a8dbf3748d2474b580d606b1b9f91b5c6ab2a316e0b0cf7a4ba50"}, ] [[package]] name = "scalecodec" -version = "1.1.4" +version = "1.2.7" description = "Python SCALE Codec Library" optional = false python-versions = ">=3.6, <4" files = [ - {file = "scalecodec-1.1.4-py3-none-any.whl", hash = "sha256:ebb9fa92af04766928080d7ca3f71712a923f47a7454a775bff05e4cf0357dd8"}, - {file = "scalecodec-1.1.4.tar.gz", hash = "sha256:91e23ac8f8f21203d5721a228a8f27caa8c4c78ce81cde8a6729efd8239aa7bb"}, + {file = "scalecodec-1.2.7-py3-none-any.whl", hash = "sha256:2d951041b10429e7bcee9a08b693d151add002875cc961ab90cd7a844d01bdfd"}, + {file = "scalecodec-1.2.7.tar.gz", hash = "sha256:5215354a5e8f12f8f647cb0cced572873c8a91943ad7d3e2c1e3d7a28be65ade"}, ] [package.dependencies] @@ -2291,19 +2340,19 @@ test = ["coverage", "pytest"] [[package]] name = "setuptools" -version = "68.1.2" +version = "68.2.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-68.1.2-py3-none-any.whl", hash = "sha256:3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b"}, - {file = "setuptools-68.1.2.tar.gz", hash = "sha256:3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d"}, + {file = "setuptools-68.2.2-py3-none-any.whl", hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a"}, + {file = "setuptools-68.2.2.tar.gz", hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5,<=7.1.2)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] -testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] name = "six" @@ -2318,13 +2367,13 @@ files = [ [[package]] name = "substrate-interface" -version = "1.4.0" +version = "1.7.4" description = "Library for interfacing with a Substrate node" optional = false -python-versions = ">=3.6, <4" +python-versions = ">=3.7, <4" files = [ - {file = "substrate-interface-1.4.0.tar.gz", hash = "sha256:f04f10dea9e75dbc5d71e103fe7151ad525c6de3d06ad6d6cea709b6b8a9c933"}, - {file = "substrate_interface-1.4.0-py3-none-any.whl", hash = "sha256:c030b770b3ba561f0af09ddb6109a4b26704b406029e8d635ce5d2098339d868"}, + {file = "substrate-interface-1.7.4.tar.gz", hash = "sha256:a8f1e28b058caedae116d65316e3532adf6fea8058df9d75c87de57971fff98e"}, + {file = "substrate_interface-1.7.4-py3-none-any.whl", hash = "sha256:380be2111aed6d836cabd6c7c660a92f3f1c2f0c8c270553348e0157f5c81e74"}, ] [package.dependencies] @@ -2340,7 +2389,7 @@ py-sr25519-bindings = ">=0.2.0,<1" pycryptodome = ">=3.11.0,<4" PyNaCl = ">=1.0.1,<2" requests = ">=2.21.0,<3" -scalecodec = ">=1.1.0,<1.2" +scalecodec = ">=1.2.6,<1.3" websocket-client = ">=0.57.0,<2" xxhash = ">=1.3.0,<4" @@ -2349,17 +2398,17 @@ test = ["coverage", "pytest"] [[package]] name = "tabledata" -version = "1.3.1" +version = "1.3.3" description = "tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "tabledata-1.3.1-py3-none-any.whl", hash = "sha256:73e610c378670a2b9bb80e56cece24427d18c8672a36c80fcdf2a3753b19642b"}, - {file = "tabledata-1.3.1.tar.gz", hash = "sha256:6608f86171f3285f16251ed6649dcf6e953d4fe6a8e622d39b80d1954b9e7711"}, + {file = "tabledata-1.3.3-py3-none-any.whl", hash = "sha256:4abad1c996d8607e23b045b44dc0c5f061668f3c37585302c5f6c84c93a89962"}, + {file = "tabledata-1.3.3.tar.gz", hash = "sha256:c90daaba9a408e4397934b3ff2f6c06797d5289676420bf520c741ad43e6ff91"}, ] [package.dependencies] -DataProperty = ">=0.54.2,<2" +DataProperty = ">=1.0.1,<2" typepy = ">=1.2.0,<2" [package.extras] @@ -2368,17 +2417,17 @@ test = ["pytablewriter (>=0.46)", "pytest"] [[package]] name = "tcolorpy" -version = "0.1.3" +version = "0.1.4" description = "tcolopy is a Python library to apply true color for terminal text." optional = false python-versions = ">=3.7" files = [ - {file = "tcolorpy-0.1.3-py3-none-any.whl", hash = "sha256:4ba9e4d52696a36dc16a55c20317115fb46e4b8e02796e8e270132719bcefad4"}, - {file = "tcolorpy-0.1.3.tar.gz", hash = "sha256:43c1afe908f9968ff5ce59f129b62e392049b8e7cd6a8d3f416bd3d372bb5c7a"}, + {file = "tcolorpy-0.1.4-py3-none-any.whl", hash = "sha256:d0926480aa5012f34877d69fc3b670f207dc165674e68ad07458fa6ee5b12724"}, + {file = "tcolorpy-0.1.4.tar.gz", hash = "sha256:f0dceb1cb95e554cee63024b3cd2fd8d4628c568773de2d1e6b4f0478461901c"}, ] [package.extras] -test = ["pytest", "pytest-md-report (>=0.1)"] +test = ["pytest (>=6.0.1)", "pytest-md-report (>=0.4.1)"] [[package]] name = "tomli" @@ -2404,13 +2453,13 @@ files = [ [[package]] name = "typepy" -version = "1.3.1" +version = "1.3.2" description = "typepy is a Python library for variable type checker/validator/converter at a run time." optional = false python-versions = ">=3.7" files = [ - {file = "typepy-1.3.1-py3-none-any.whl", hash = "sha256:892566bff279368d63f02901aba0a3ce78cd7a319ec1f2bf6c8baab3520207a3"}, - {file = "typepy-1.3.1.tar.gz", hash = "sha256:dfc37b888d6eed8542208389efa60ec8454e06fd84b276b45b2e33897f9d7825"}, + {file = "typepy-1.3.2-py3-none-any.whl", hash = "sha256:d5d1022a424132622993800f1d2cd16cfdb691ac4e3b9c325f0fcb37799db1ae"}, + {file = "typepy-1.3.2.tar.gz", hash = "sha256:b69fd48b9f50cdb3809906eef36b855b3134ff66c8893a4f8580abddb0b39517"}, ] [package.dependencies] @@ -2423,15 +2472,26 @@ pytz = {version = ">=2018.9", optional = true, markers = "extra == \"datetime\"" datetime = ["packaging", "python-dateutil (>=2.8.0,<3.0.0)", "pytz (>=2018.9)"] test = ["packaging", "pytest (>=6.0.1)", "python-dateutil (>=2.8.0,<3.0.0)", "pytz (>=2018.9)", "tcolorpy"] +[[package]] +name = "typing-extensions" +version = "4.8.0" +description = "Backported and Experimental Type Hints for Python 3.8+" +optional = false +python-versions = ">=3.8" +files = [ + {file = "typing_extensions-4.8.0-py3-none-any.whl", hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0"}, + {file = "typing_extensions-4.8.0.tar.gz", hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef"}, +] + [[package]] name = "urllib3" -version = "2.0.4" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"}, - {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] @@ -2442,13 +2502,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.3" +version = "20.24.6" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.3-py3-none-any.whl", hash = "sha256:95a6e9398b4967fbcb5fef2acec5efaf9aa4972049d9ae41f95e0972a683fd02"}, - {file = "virtualenv-20.24.3.tar.gz", hash = "sha256:e5c3b4ce817b0b328af041506a2a299418c98747c4b1e68cb7527e74ced23efc"}, + {file = "virtualenv-20.24.6-py3-none-any.whl", hash = "sha256:520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381"}, + {file = "virtualenv-20.24.6.tar.gz", hash = "sha256:02ece4f56fbf939dbbc33c0715159951d6bf14aaf5457b092e4548e1382455af"}, ] [package.dependencies] @@ -2457,7 +2517,7 @@ filelock = ">=3.12.2,<4" platformdirs = ">=3.9.1,<4" [package.extras] -docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] [[package]] @@ -2495,13 +2555,13 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] [[package]] name = "websocket-client" -version = "1.6.2" +version = "1.6.4" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.6.2.tar.gz", hash = "sha256:53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa"}, - {file = "websocket_client-1.6.2-py3-none-any.whl", hash = "sha256:ce54f419dfae71f4bdba69ebe65bf7f0a93fe71bc009ad3a010aacc3eebad537"}, + {file = "websocket-client-1.6.4.tar.gz", hash = "sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df"}, + {file = "websocket_client-1.6.4-py3-none-any.whl", hash = "sha256:084072e0a7f5f347ef2ac3d8698a5e0b4ffbfcab607628cadabc650fc9a83a24"}, ] [package.extras] @@ -2511,175 +2571,200 @@ test = ["websockets"] [[package]] name = "websockets" -version = "11.0.3" +version = "12.0" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "websockets-11.0.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:3ccc8a0c387629aec40f2fc9fdcb4b9d5431954f934da3eaf16cdc94f67dbfac"}, - {file = "websockets-11.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d67ac60a307f760c6e65dad586f556dde58e683fab03323221a4e530ead6f74d"}, - {file = "websockets-11.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:84d27a4832cc1a0ee07cdcf2b0629a8a72db73f4cf6de6f0904f6661227f256f"}, - {file = "websockets-11.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffd7dcaf744f25f82190856bc26ed81721508fc5cbf2a330751e135ff1283564"}, - {file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7622a89d696fc87af8e8d280d9b421db5133ef5b29d3f7a1ce9f1a7bf7fcfa11"}, - {file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bceab846bac555aff6427d060f2fcfff71042dba6f5fca7dc4f75cac815e57ca"}, - {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:54c6e5b3d3a8936a4ab6870d46bdd6ec500ad62bde9e44462c32d18f1e9a8e54"}, - {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:41f696ba95cd92dc047e46b41b26dd24518384749ed0d99bea0a941ca87404c4"}, - {file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:86d2a77fd490ae3ff6fae1c6ceaecad063d3cc2320b44377efdde79880e11526"}, - {file = "websockets-11.0.3-cp310-cp310-win32.whl", hash = "sha256:2d903ad4419f5b472de90cd2d40384573b25da71e33519a67797de17ef849b69"}, - {file = "websockets-11.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:1d2256283fa4b7f4c7d7d3e84dc2ece74d341bce57d5b9bf385df109c2a1a82f"}, - {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e848f46a58b9fcf3d06061d17be388caf70ea5b8cc3466251963c8345e13f7eb"}, - {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aa5003845cdd21ac0dc6c9bf661c5beddd01116f6eb9eb3c8e272353d45b3288"}, - {file = "websockets-11.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b58cbf0697721120866820b89f93659abc31c1e876bf20d0b3d03cef14faf84d"}, - {file = "websockets-11.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:660e2d9068d2bedc0912af508f30bbeb505bbbf9774d98def45f68278cea20d3"}, - {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1f0524f203e3bd35149f12157438f406eff2e4fb30f71221c8a5eceb3617b6b"}, - {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:def07915168ac8f7853812cc593c71185a16216e9e4fa886358a17ed0fd9fcf6"}, - {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b30c6590146e53149f04e85a6e4fcae068df4289e31e4aee1fdf56a0dead8f97"}, - {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:619d9f06372b3a42bc29d0cd0354c9bb9fb39c2cbc1a9c5025b4538738dbffaf"}, - {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:01f5567d9cf6f502d655151645d4e8b72b453413d3819d2b6f1185abc23e82dd"}, - {file = "websockets-11.0.3-cp311-cp311-win32.whl", hash = "sha256:e1459677e5d12be8bbc7584c35b992eea142911a6236a3278b9b5ce3326f282c"}, - {file = "websockets-11.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:e7837cb169eca3b3ae94cc5787c4fed99eef74c0ab9506756eea335e0d6f3ed8"}, - {file = "websockets-11.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:9f59a3c656fef341a99e3d63189852be7084c0e54b75734cde571182c087b152"}, - {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2529338a6ff0eb0b50c7be33dc3d0e456381157a31eefc561771ee431134a97f"}, - {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34fd59a4ac42dff6d4681d8843217137f6bc85ed29722f2f7222bd619d15e95b"}, - {file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:332d126167ddddec94597c2365537baf9ff62dfcc9db4266f263d455f2f031cb"}, - {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6505c1b31274723ccaf5f515c1824a4ad2f0d191cec942666b3d0f3aa4cb4007"}, - {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f467ba0050b7de85016b43f5a22b46383ef004c4f672148a8abf32bc999a87f0"}, - {file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9d9acd80072abcc98bd2c86c3c9cd4ac2347b5a5a0cae7ed5c0ee5675f86d9af"}, - {file = "websockets-11.0.3-cp37-cp37m-win32.whl", hash = "sha256:e590228200fcfc7e9109509e4d9125eace2042fd52b595dd22bbc34bb282307f"}, - {file = "websockets-11.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:b16fff62b45eccb9c7abb18e60e7e446998093cdcb50fed33134b9b6878836de"}, - {file = "websockets-11.0.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:fb06eea71a00a7af0ae6aefbb932fb8a7df3cb390cc217d51a9ad7343de1b8d0"}, - {file = "websockets-11.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8a34e13a62a59c871064dfd8ffb150867e54291e46d4a7cf11d02c94a5275bae"}, - {file = "websockets-11.0.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4841ed00f1026dfbced6fca7d963c4e7043aa832648671b5138008dc5a8f6d99"}, - {file = "websockets-11.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a073fc9ab1c8aff37c99f11f1641e16da517770e31a37265d2755282a5d28aa"}, - {file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:68b977f21ce443d6d378dbd5ca38621755f2063d6fdb3335bda981d552cfff86"}, - {file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1a99a7a71631f0efe727c10edfba09ea6bee4166a6f9c19aafb6c0b5917d09c"}, - {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:bee9fcb41db2a23bed96c6b6ead6489702c12334ea20a297aa095ce6d31370d0"}, - {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4b253869ea05a5a073ebfdcb5cb3b0266a57c3764cf6fe114e4cd90f4bfa5f5e"}, - {file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1553cb82942b2a74dd9b15a018dce645d4e68674de2ca31ff13ebc2d9f283788"}, - {file = "websockets-11.0.3-cp38-cp38-win32.whl", hash = "sha256:f61bdb1df43dc9c131791fbc2355535f9024b9a04398d3bd0684fc16ab07df74"}, - {file = "websockets-11.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:03aae4edc0b1c68498f41a6772d80ac7c1e33c06c6ffa2ac1c27a07653e79d6f"}, - {file = "websockets-11.0.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:777354ee16f02f643a4c7f2b3eff8027a33c9861edc691a2003531f5da4f6bc8"}, - {file = "websockets-11.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8c82f11964f010053e13daafdc7154ce7385ecc538989a354ccc7067fd7028fd"}, - {file = "websockets-11.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3580dd9c1ad0701169e4d6fc41e878ffe05e6bdcaf3c412f9d559389d0c9e016"}, - {file = "websockets-11.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f1a3f10f836fab6ca6efa97bb952300b20ae56b409414ca85bff2ad241d2a61"}, - {file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df41b9bc27c2c25b486bae7cf42fccdc52ff181c8c387bfd026624a491c2671b"}, - {file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:279e5de4671e79a9ac877427f4ac4ce93751b8823f276b681d04b2156713b9dd"}, - {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:1fdf26fa8a6a592f8f9235285b8affa72748dc12e964a5518c6c5e8f916716f7"}, - {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:69269f3a0b472e91125b503d3c0b3566bda26da0a3261c49f0027eb6075086d1"}, - {file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:97b52894d948d2f6ea480171a27122d77af14ced35f62e5c892ca2fae9344311"}, - {file = "websockets-11.0.3-cp39-cp39-win32.whl", hash = "sha256:c7f3cb904cce8e1be667c7e6fef4516b98d1a6a0635a58a57528d577ac18a128"}, - {file = "websockets-11.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:c792ea4eabc0159535608fc5658a74d1a81020eb35195dd63214dcf07556f67e"}, - {file = "websockets-11.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f2e58f2c36cc52d41f2659e4c0cbf7353e28c8c9e63e30d8c6d3494dc9fdedcf"}, - {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de36fe9c02995c7e6ae6efe2e205816f5f00c22fd1fbf343d4d18c3d5ceac2f5"}, - {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0ac56b661e60edd453585f4bd68eb6a29ae25b5184fd5ba51e97652580458998"}, - {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e052b8467dd07d4943936009f46ae5ce7b908ddcac3fda581656b1b19c083d9b"}, - {file = "websockets-11.0.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:42cc5452a54a8e46a032521d7365da775823e21bfba2895fb7b77633cce031bb"}, - {file = "websockets-11.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e6316827e3e79b7b8e7d8e3b08f4e331af91a48e794d5d8b099928b6f0b85f20"}, - {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8531fdcad636d82c517b26a448dcfe62f720e1922b33c81ce695d0edb91eb931"}, - {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c114e8da9b475739dde229fd3bc6b05a6537a88a578358bc8eb29b4030fac9c9"}, - {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e063b1865974611313a3849d43f2c3f5368093691349cf3c7c8f8f75ad7cb280"}, - {file = "websockets-11.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:92b2065d642bf8c0a82d59e59053dd2fdde64d4ed44efe4870fa816c1232647b"}, - {file = "websockets-11.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0ee68fe502f9031f19d495dae2c268830df2760c0524cbac5d759921ba8c8e82"}, - {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dcacf2c7a6c3a84e720d1bb2b543c675bf6c40e460300b628bab1b1efc7c034c"}, - {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b67c6f5e5a401fc56394f191f00f9b3811fe843ee93f4a70df3c389d1adf857d"}, - {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d5023a4b6a5b183dc838808087033ec5df77580485fc533e7dab2567851b0a4"}, - {file = "websockets-11.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:ed058398f55163a79bb9f06a90ef9ccc063b204bb346c4de78efc5d15abfe602"}, - {file = "websockets-11.0.3-py3-none-any.whl", hash = "sha256:6681ba9e7f8f3b19440921e99efbb40fc89f26cd71bf539e45d8c8a25c976dc6"}, - {file = "websockets-11.0.3.tar.gz", hash = "sha256:88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016"}, + {file = "websockets-12.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d554236b2a2006e0ce16315c16eaa0d628dab009c33b63ea03f41c6107958374"}, + {file = "websockets-12.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2d225bb6886591b1746b17c0573e29804619c8f755b5598d875bb4235ea639be"}, + {file = "websockets-12.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:eb809e816916a3b210bed3c82fb88eaf16e8afcf9c115ebb2bacede1797d2547"}, + {file = "websockets-12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c588f6abc13f78a67044c6b1273a99e1cf31038ad51815b3b016ce699f0d75c2"}, + {file = "websockets-12.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5aa9348186d79a5f232115ed3fa9020eab66d6c3437d72f9d2c8ac0c6858c558"}, + {file = "websockets-12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6350b14a40c95ddd53e775dbdbbbc59b124a5c8ecd6fbb09c2e52029f7a9f480"}, + {file = "websockets-12.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:70ec754cc2a769bcd218ed8d7209055667b30860ffecb8633a834dde27d6307c"}, + {file = "websockets-12.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6e96f5ed1b83a8ddb07909b45bd94833b0710f738115751cdaa9da1fb0cb66e8"}, + {file = "websockets-12.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4d87be612cbef86f994178d5186add3d94e9f31cc3cb499a0482b866ec477603"}, + {file = "websockets-12.0-cp310-cp310-win32.whl", hash = "sha256:befe90632d66caaf72e8b2ed4d7f02b348913813c8b0a32fae1cc5fe3730902f"}, + {file = "websockets-12.0-cp310-cp310-win_amd64.whl", hash = "sha256:363f57ca8bc8576195d0540c648aa58ac18cf85b76ad5202b9f976918f4219cf"}, + {file = "websockets-12.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5d873c7de42dea355d73f170be0f23788cf3fa9f7bed718fd2830eefedce01b4"}, + {file = "websockets-12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3f61726cae9f65b872502ff3c1496abc93ffbe31b278455c418492016e2afc8f"}, + {file = "websockets-12.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ed2fcf7a07334c77fc8a230755c2209223a7cc44fc27597729b8ef5425aa61a3"}, + {file = "websockets-12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e332c210b14b57904869ca9f9bf4ca32f5427a03eeb625da9b616c85a3a506c"}, + {file = "websockets-12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5693ef74233122f8ebab026817b1b37fe25c411ecfca084b29bc7d6efc548f45"}, + {file = "websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e9e7db18b4539a29cc5ad8c8b252738a30e2b13f033c2d6e9d0549b45841c04"}, + {file = "websockets-12.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6e2df67b8014767d0f785baa98393725739287684b9f8d8a1001eb2839031447"}, + {file = "websockets-12.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:bea88d71630c5900690fcb03161ab18f8f244805c59e2e0dc4ffadae0a7ee0ca"}, + {file = "websockets-12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:dff6cdf35e31d1315790149fee351f9e52978130cef6c87c4b6c9b3baf78bc53"}, + {file = "websockets-12.0-cp311-cp311-win32.whl", hash = "sha256:3e3aa8c468af01d70332a382350ee95f6986db479ce7af14d5e81ec52aa2b402"}, + {file = "websockets-12.0-cp311-cp311-win_amd64.whl", hash = "sha256:25eb766c8ad27da0f79420b2af4b85d29914ba0edf69f547cc4f06ca6f1d403b"}, + {file = "websockets-12.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0e6e2711d5a8e6e482cacb927a49a3d432345dfe7dea8ace7b5790df5932e4df"}, + {file = "websockets-12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:dbcf72a37f0b3316e993e13ecf32f10c0e1259c28ffd0a85cee26e8549595fbc"}, + {file = "websockets-12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:12743ab88ab2af1d17dd4acb4645677cb7063ef4db93abffbf164218a5d54c6b"}, + {file = "websockets-12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b645f491f3c48d3f8a00d1fce07445fab7347fec54a3e65f0725d730d5b99cb"}, + {file = "websockets-12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9893d1aa45a7f8b3bc4510f6ccf8db8c3b62120917af15e3de247f0780294b92"}, + {file = "websockets-12.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f38a7b376117ef7aff996e737583172bdf535932c9ca021746573bce40165ed"}, + {file = "websockets-12.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:f764ba54e33daf20e167915edc443b6f88956f37fb606449b4a5b10ba42235a5"}, + {file = "websockets-12.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:1e4b3f8ea6a9cfa8be8484c9221ec0257508e3a1ec43c36acdefb2a9c3b00aa2"}, + {file = "websockets-12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:9fdf06fd06c32205a07e47328ab49c40fc1407cdec801d698a7c41167ea45113"}, + {file = "websockets-12.0-cp312-cp312-win32.whl", hash = "sha256:baa386875b70cbd81798fa9f71be689c1bf484f65fd6fb08d051a0ee4e79924d"}, + {file = "websockets-12.0-cp312-cp312-win_amd64.whl", hash = "sha256:ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f"}, + {file = "websockets-12.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5f6ffe2c6598f7f7207eef9a1228b6f5c818f9f4d53ee920aacd35cec8110438"}, + {file = "websockets-12.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9edf3fc590cc2ec20dc9d7a45108b5bbaf21c0d89f9fd3fd1685e223771dc0b2"}, + {file = "websockets-12.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8572132c7be52632201a35f5e08348137f658e5ffd21f51f94572ca6c05ea81d"}, + {file = "websockets-12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:604428d1b87edbf02b233e2c207d7d528460fa978f9e391bd8aaf9c8311de137"}, + {file = "websockets-12.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1a9d160fd080c6285e202327aba140fc9a0d910b09e423afff4ae5cbbf1c7205"}, + {file = "websockets-12.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87b4aafed34653e465eb77b7c93ef058516cb5acf3eb21e42f33928616172def"}, + {file = "websockets-12.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b2ee7288b85959797970114deae81ab41b731f19ebcd3bd499ae9ca0e3f1d2c8"}, + {file = "websockets-12.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:7fa3d25e81bfe6a89718e9791128398a50dec6d57faf23770787ff441d851967"}, + {file = "websockets-12.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:a571f035a47212288e3b3519944f6bf4ac7bc7553243e41eac50dd48552b6df7"}, + {file = "websockets-12.0-cp38-cp38-win32.whl", hash = "sha256:3c6cc1360c10c17463aadd29dd3af332d4a1adaa8796f6b0e9f9df1fdb0bad62"}, + {file = "websockets-12.0-cp38-cp38-win_amd64.whl", hash = "sha256:1bf386089178ea69d720f8db6199a0504a406209a0fc23e603b27b300fdd6892"}, + {file = "websockets-12.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ab3d732ad50a4fbd04a4490ef08acd0517b6ae6b77eb967251f4c263011a990d"}, + {file = "websockets-12.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a1d9697f3337a89691e3bd8dc56dea45a6f6d975f92e7d5f773bc715c15dde28"}, + {file = "websockets-12.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1df2fbd2c8a98d38a66f5238484405b8d1d16f929bb7a33ed73e4801222a6f53"}, + {file = "websockets-12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23509452b3bc38e3a057382c2e941d5ac2e01e251acce7adc74011d7d8de434c"}, + {file = "websockets-12.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2e5fc14ec6ea568200ea4ef46545073da81900a2b67b3e666f04adf53ad452ec"}, + {file = "websockets-12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46e71dbbd12850224243f5d2aeec90f0aaa0f2dde5aeeb8fc8df21e04d99eff9"}, + {file = "websockets-12.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b81f90dcc6c85a9b7f29873beb56c94c85d6f0dac2ea8b60d995bd18bf3e2aae"}, + {file = "websockets-12.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:a02413bc474feda2849c59ed2dfb2cddb4cd3d2f03a2fedec51d6e959d9b608b"}, + {file = "websockets-12.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bbe6013f9f791944ed31ca08b077e26249309639313fff132bfbf3ba105673b9"}, + {file = "websockets-12.0-cp39-cp39-win32.whl", hash = "sha256:cbe83a6bbdf207ff0541de01e11904827540aa069293696dd528a6640bd6a5f6"}, + {file = "websockets-12.0-cp39-cp39-win_amd64.whl", hash = "sha256:fc4e7fa5414512b481a2483775a8e8be7803a35b30ca805afa4998a84f9fd9e8"}, + {file = "websockets-12.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:248d8e2446e13c1d4326e0a6a4e9629cb13a11195051a73acf414812700badbd"}, + {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f44069528d45a933997a6fef143030d8ca8042f0dfaad753e2906398290e2870"}, + {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c4e37d36f0d19f0a4413d3e18c0d03d0c268ada2061868c1e6f5ab1a6d575077"}, + {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d829f975fc2e527a3ef2f9c8f25e553eb7bc779c6665e8e1d52aa22800bb38b"}, + {file = "websockets-12.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:2c71bd45a777433dd9113847af751aae36e448bc6b8c361a566cb043eda6ec30"}, + {file = "websockets-12.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0bee75f400895aef54157b36ed6d3b308fcab62e5260703add87f44cee9c82a6"}, + {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:423fc1ed29f7512fceb727e2d2aecb952c46aa34895e9ed96071821309951123"}, + {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27a5e9964ef509016759f2ef3f2c1e13f403725a5e6a1775555994966a66e931"}, + {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3181df4583c4d3994d31fb235dc681d2aaad744fbdbf94c4802485ececdecf2"}, + {file = "websockets-12.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:b067cb952ce8bf40115f6c19f478dc71c5e719b7fbaa511359795dfd9d1a6468"}, + {file = "websockets-12.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:00700340c6c7ab788f176d118775202aadea7602c5cc6be6ae127761c16d6b0b"}, + {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e469d01137942849cff40517c97a30a93ae79917752b34029f0ec72df6b46399"}, + {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffefa1374cd508d633646d51a8e9277763a9b78ae71324183693959cf94635a7"}, + {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba0cab91b3956dfa9f512147860783a1829a8d905ee218a9837c18f683239611"}, + {file = "websockets-12.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2cb388a5bfb56df4d9a406783b7f9dbefb888c09b71629351cc6b036e9259370"}, + {file = "websockets-12.0-py3-none-any.whl", hash = "sha256:dc284bbc8d7c78a6c69e0c7325ab46ee5e40bb4d50e494d8131a07ef47500e9e"}, + {file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"}, ] [[package]] name = "xxhash" -version = "3.3.0" +version = "3.4.1" description = "Python binding for xxHash" optional = false python-versions = ">=3.7" files = [ - {file = "xxhash-3.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70ef7288d1cb1ad16e02d101ea43bb0e392d985d60b9b0035aee80663530960d"}, - {file = "xxhash-3.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:44ff8c673cab50be46784e0aec62aa6f0ca9ea765e2b0690e8945d0cd950dcaf"}, - {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfebc90273ae2beb813d8118a2bfffb5a5a81ac054fbfd061ea18fd0a81db0ac"}, - {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9084e68bedbd665c7e9241a7b597c28f4775edeb3941bf608ecb38732a5f8fb5"}, - {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d72493a14a3e89564b1a6c7400b9b40621e8f4692410706ef27c66aeadc7b431"}, - {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98779cbe9068dd7734cc3210693894d5cc9b156920e9c336f10fb99f46bebbd8"}, - {file = "xxhash-3.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:499f8a12767dd28b98ab6b7c7da7d294564e4c9024a2aaa5d0b0b98a8bef2f92"}, - {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4dabda7f42c548f98d8e07e390bda2953fc58302c0e07ded7b3fe0637e7ecd2f"}, - {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:c416409646c793c46370f0f1859253302ee70aeda5278c2a0ca41462f8ec1244"}, - {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b8bd31aaad8a80a7302730676cec26bea3ef1fd9835875aa47fea073aca9fe05"}, - {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:3af8e3bcd630f905efbdfe7a51b51fc1ca3c9dca8b155f841925f3ad41685d41"}, - {file = "xxhash-3.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d86b79c707fc7025d967af71db652429a06a8179175e45bd2e9f17b8af6f5949"}, - {file = "xxhash-3.3.0-cp310-cp310-win32.whl", hash = "sha256:98fe771f36ee9d3a1f5741424a956a2ba9651d9508a9f64a024b57f2cf796414"}, - {file = "xxhash-3.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:0a65131f7f731ecf7e3dd27f09d877aff3000a79a446caaa2c0d8d0ec0bc7186"}, - {file = "xxhash-3.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a9761e425e79d23797fa0bec2d781dbadb9fe5dcc2bf69030855f5e393c3bec8"}, - {file = "xxhash-3.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d28c7ef1deb3c3ac5f5290176ca3d501daa97c2e1f7443bf5d8b61ac651794b2"}, - {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:701b7cefffc25de1b7ddfae6505da70a3b3a11e312c2e2b33b09e180bbceb43d"}, - {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b1644f8b8e19a242c3047a089541067248a651038cabb9fcab3c13eb1dfcd757"}, - {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:20e7d0e3488cc0f0dbe360731b7fe32e1f2df46bf2de2db3317d301efb93084c"}, - {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:156c52eca2b20f9839723bef0b929a290f6c2f1c98ccb24e82f58f96f3c16007"}, - {file = "xxhash-3.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2d6ce4d3828d79044ed08994e196c20f69c18133ed8a4286afe3e98989adeeac"}, - {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b85b63757ade2439c8d7d71842c40d42c0ab3b69279ed02afbd3b1635f7d2b4b"}, - {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b2b9051e40b7b649a9a2a38fb223ca6a593d332012df885746b81968948f9435"}, - {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:81b7ce050f26fc1daaaa0d24e320815306736d14608e1ba31920e693a7ca9afb"}, - {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:7442500fcce71669953ca959682dcd47452bc3f9c95c8d88315874aeabec9f82"}, - {file = "xxhash-3.3.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:36a05bf59a515cfb07f3f83373c527fff2ecaa77eaf30c968c788aea582070a1"}, - {file = "xxhash-3.3.0-cp311-cp311-win32.whl", hash = "sha256:da16f9cd62c6fde74683be1b28c28ef865e706da13e3bee4ba836fcc520de0cc"}, - {file = "xxhash-3.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:40fd49ef6964b1c90c0bea63cd184f6d0b36e59144a080e8b3ac2c4c06bf6bf2"}, - {file = "xxhash-3.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:672c60cce1f8026ae32c651f877aa64f342876083a36a4b1ff91bc876aaf0e34"}, - {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6bb6c83d7a65dd3065566c77425ba72df96982174e8ef613d809052d68ae77ab"}, - {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a4170f3016b621e3200ebfcc18de6f50eb8e8fc1303e16324b1f5625afd51b57"}, - {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bfb9c45d502ab38c0f4edf98a678694ae0f345613ef4900ade98c71f64db4d78"}, - {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48af026a2b1569666da42a478248a1f03f4e2350a34eb661afe3cb45429ca1d7"}, - {file = "xxhash-3.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fe627de8fe8ddfa8b6477bda4ae5d5843ad1a0c83601dcff72247039465cc901"}, - {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:427fc60a188e345534f35b0aa76f7640c5ddf0354f1c9ad826a2bc086282982d"}, - {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:d80acb20c7f268fe3150ac0be6a6b798062af56a1795eef855b26c9eae11a99c"}, - {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:e71100818943422d1fbbe460e7be7fc4f2d2ba9371b2a745eb09e29ef0493f4a"}, - {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:e3b9bb5fdbe284c7b61c5d82c76688e52bbaf48ab1e53de98c072cc696fa331f"}, - {file = "xxhash-3.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1e25f6c8c46cf1ed8237f610abb231093a748c97d6c2c092789a7cad7e7ef290"}, - {file = "xxhash-3.3.0-cp37-cp37m-win32.whl", hash = "sha256:928208dfecc563be59ae91868d1658e78809cb1e6a0bd74960a96c915db6390c"}, - {file = "xxhash-3.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bd1b4531a66da6dde1974662c1fd6fb1a2f27e40542e3df5e5e5dbab8ea4aee7"}, - {file = "xxhash-3.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:deebb296df92e082b6d0171a7d6227b503e2897cea4f8bdd3d708094974d4cf6"}, - {file = "xxhash-3.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cd96e9cb0e2baa294e6d572207d9731c3bb8e2511f1ff70f2bf17266b4488bd9"}, - {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3756b44bf247e422a2e47a38f25d03cf4a5ed539fdc2be3c60043e872e6ff13d"}, - {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:69550c3c053b8f135ceac97b85dc1b2bc54b7613a966f550f32b43bed81c788a"}, - {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fc8736fc3e0c5aad435520873b9d2e27ddcc5a830b07e00e9c4d3a61ded9675"}, - {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80ead7774392efbd95f9f701155048f9ca26cf55133db6f5bb5a0ec69376bda5"}, - {file = "xxhash-3.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b8737c9b3fd944d856faafa92c95f6198649ad57987935b6d965d086938be917"}, - {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2c8e078d0b9f85212801c41bd9eec8122003929686b0ee33360ffbfdf1a189ab"}, - {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f399269d20ef1dd910331f9ad49e8510c3ba2aa657b623293b536038f266a5c5"}, - {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:f3661decef5f9ff7ab50edbef463bf7dc717621b56755dbae5458a946a033b10"}, - {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ec374d0f1e7d43ef48a4ff643600833d7a325ecc6933b4d6ad9282f55751cf7"}, - {file = "xxhash-3.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:39a947ff02d9a85673f5ce1f6f34059e24c714a797440485bd81b2c3cb69a7ff"}, - {file = "xxhash-3.3.0-cp38-cp38-win32.whl", hash = "sha256:4a4f0645a0ec03b229fb04f2e66bdbcb1ffd341a70d6c86c3ee015ffdcd70fad"}, - {file = "xxhash-3.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:8af5a687c0fb4357c230eec8a57ca07d3172faa3cb69beb0cbad40672ae6fa4b"}, - {file = "xxhash-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e5bfafda019ecc6202af6f3cf08220fa66af9612ba16ef831033ae3ac7bd1f89"}, - {file = "xxhash-3.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3d113b433bc817adf845689a051363777835577858263ec4325d1934fcb7e394"}, - {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:56aacf4bf65f575c0392be958aceff719d850950bb6af7d804b32d4bc293159c"}, - {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0f5d3e4e0937dad05585e9bd772bbdf0ca40cd8b2f54789d7a1f3091b608118c"}, - {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:23605d7fc67bc7daa0d263b3a26de3375cfcc0b51ab7de5026625415c05b6fed"}, - {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe525be0392d493558a2b10d764bcaae9850cc262b417176a8b001f16e085fc6"}, - {file = "xxhash-3.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b234d08786884f5c8d55dfebb839cfbd846d812e3a052c39ca7e8ce7055fed68"}, - {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b031395b4b9c3085d9ea1ce89896ab01a65fc63172b2bfda5dd318fefe5e2f93"}, - {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:5afe44da46b48c75169e622a532dca3fe585343c0577cfd7c18ecd3f1200305d"}, - {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:c59f233f38b6a49d5e4ddf16be910a5bbf36a2989b6b2c8591853fb9f5a5e691"}, - {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:ed016e278c5c4633270903c7cf3b9dfb0bd293b7335e43fe695cb95541da53c9"}, - {file = "xxhash-3.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7a8bd6612fb35487e9ab329bb37b3df44f58baf752010dde9282593edbfed7e7"}, - {file = "xxhash-3.3.0-cp39-cp39-win32.whl", hash = "sha256:015a0498bde85364abc53fcc713af962dd4555391929736d9c0ff2c555436a03"}, - {file = "xxhash-3.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:06a484097af32caf1cfffadd60c3ca140c9e52b40a551fb1f6f0fdfd6f7f8977"}, - {file = "xxhash-3.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:6c3809740124bbc777d29e3ae53de24f4c13fd5e62878086a8feadf0dcb654a5"}, - {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae092f0daaeece2acdd6ec46e2ab307d8d6f22b01ecca14dc6078844dbd88339"}, - {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3498e72ff2610b049b97bb81d1ea6e7bfa5b7a45efb3f255d77ec2fa2bc91653"}, - {file = "xxhash-3.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0004dded9d86f129961326e980420187640fb7ba65a184009429861c1d09df7"}, - {file = "xxhash-3.3.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:41c8bfd27191928bae6fd2b66872965532267785094a03c0ee5f358d9dba51c2"}, - {file = "xxhash-3.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:71db8498e329cef3588b0617f762a3fe31d899872e76a68ce2840e35a1318a5b"}, - {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d1d24d71b6209bc0124286932c4f0660c1103cb996fe34cb374bc12ac251940"}, - {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61004587a09b5b385e43d95ffe3a76c9d934dfd79ea38272d5c20ddfba8eab8f"}, - {file = "xxhash-3.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f0c92e3fa826425c73acafb31e022a719c85423847a9433d3a9e61e4ac97543"}, - {file = "xxhash-3.3.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:367e03f1484ce471c94e731b98f5e4a05b43e7188b16692998e1cc89fd1159a5"}, - {file = "xxhash-3.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed04c47dfaab98fcda0b748af9ee6fe8c888a0a0fbd13720e0f0221671e387e1"}, - {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7cbfde62516435ca198220aff048a8793383cb7047c7b88714a061968bca786d"}, - {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73682225faa973ee56743f0fcd36bfcbfec503be258e0e420fb34313f52f1e7b"}, - {file = "xxhash-3.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d49efdce2086c2c506af20ed18a1115b40af7aad6d4ee27cb31d7c810585a3f2"}, - {file = "xxhash-3.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:546a0bb8e5a657cadf0da290b30ccd561cb89c256a5421ab8d5eb12eaf087349"}, - {file = "xxhash-3.3.0.tar.gz", hash = "sha256:c3f9e322b1ebeebd44e3d9d2d9b124e0c550c1ef41bd552afdcdd719516ee41a"}, + {file = "xxhash-3.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:91dbfa55346ad3e18e738742236554531a621042e419b70ad8f3c1d9c7a16e7f"}, + {file = "xxhash-3.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:665a65c2a48a72068fcc4d21721510df5f51f1142541c890491afc80451636d2"}, + {file = "xxhash-3.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb11628470a6004dc71a09fe90c2f459ff03d611376c1debeec2d648f44cb693"}, + {file = "xxhash-3.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5bef2a7dc7b4f4beb45a1edbba9b9194c60a43a89598a87f1a0226d183764189"}, + {file = "xxhash-3.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9c0f7b2d547d72c7eda7aa817acf8791f0146b12b9eba1d4432c531fb0352228"}, + {file = "xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00f2fdef6b41c9db3d2fc0e7f94cb3db86693e5c45d6de09625caad9a469635b"}, + {file = "xxhash-3.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:23cfd9ca09acaf07a43e5a695143d9a21bf00f5b49b15c07d5388cadf1f9ce11"}, + {file = "xxhash-3.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6a9ff50a3cf88355ca4731682c168049af1ca222d1d2925ef7119c1a78e95b3b"}, + {file = "xxhash-3.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:f1d7c69a1e9ca5faa75546fdd267f214f63f52f12692f9b3a2f6467c9e67d5e7"}, + {file = "xxhash-3.4.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:672b273040d5d5a6864a36287f3514efcd1d4b1b6a7480f294c4b1d1ee1b8de0"}, + {file = "xxhash-3.4.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:4178f78d70e88f1c4a89ff1ffe9f43147185930bb962ee3979dba15f2b1cc799"}, + {file = "xxhash-3.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:9804b9eb254d4b8cc83ab5a2002128f7d631dd427aa873c8727dba7f1f0d1c2b"}, + {file = "xxhash-3.4.1-cp310-cp310-win32.whl", hash = "sha256:c09c49473212d9c87261d22c74370457cfff5db2ddfc7fd1e35c80c31a8c14ce"}, + {file = "xxhash-3.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:ebbb1616435b4a194ce3466d7247df23499475c7ed4eb2681a1fa42ff766aff6"}, + {file = "xxhash-3.4.1-cp310-cp310-win_arm64.whl", hash = "sha256:25dc66be3db54f8a2d136f695b00cfe88018e59ccff0f3b8f545869f376a8a46"}, + {file = "xxhash-3.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:58c49083801885273e262c0f5bbeac23e520564b8357fbb18fb94ff09d3d3ea5"}, + {file = "xxhash-3.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b526015a973bfbe81e804a586b703f163861da36d186627e27524f5427b0d520"}, + {file = "xxhash-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:36ad4457644c91a966f6fe137d7467636bdc51a6ce10a1d04f365c70d6a16d7e"}, + {file = "xxhash-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:248d3e83d119770f96003271fe41e049dd4ae52da2feb8f832b7a20e791d2920"}, + {file = "xxhash-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2070b6d5bbef5ee031666cf21d4953c16e92c2f8a24a94b5c240f8995ba3b1d0"}, + {file = "xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2746035f518f0410915e247877f7df43ef3372bf36cfa52cc4bc33e85242641"}, + {file = "xxhash-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2a8ba6181514681c2591840d5632fcf7356ab287d4aff1c8dea20f3c78097088"}, + {file = "xxhash-3.4.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0aac5010869240e95f740de43cd6a05eae180c59edd182ad93bf12ee289484fa"}, + {file = "xxhash-3.4.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4cb11d8debab1626181633d184b2372aaa09825bde709bf927704ed72765bed1"}, + {file = "xxhash-3.4.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:b29728cff2c12f3d9f1d940528ee83918d803c0567866e062683f300d1d2eff3"}, + {file = "xxhash-3.4.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:a15cbf3a9c40672523bdb6ea97ff74b443406ba0ab9bca10ceccd9546414bd84"}, + {file = "xxhash-3.4.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6e66df260fed01ed8ea790c2913271641c58481e807790d9fca8bfd5a3c13844"}, + {file = "xxhash-3.4.1-cp311-cp311-win32.whl", hash = "sha256:e867f68a8f381ea12858e6d67378c05359d3a53a888913b5f7d35fbf68939d5f"}, + {file = "xxhash-3.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:200a5a3ad9c7c0c02ed1484a1d838b63edcf92ff538770ea07456a3732c577f4"}, + {file = "xxhash-3.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:1d03f1c0d16d24ea032e99f61c552cb2b77d502e545187338bea461fde253583"}, + {file = "xxhash-3.4.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c4bbba9b182697a52bc0c9f8ec0ba1acb914b4937cd4a877ad78a3b3eeabefb3"}, + {file = "xxhash-3.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9fd28a9da300e64e434cfc96567a8387d9a96e824a9be1452a1e7248b7763b78"}, + {file = "xxhash-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6066d88c9329ab230e18998daec53d819daeee99d003955c8db6fc4971b45ca3"}, + {file = "xxhash-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:93805bc3233ad89abf51772f2ed3355097a5dc74e6080de19706fc447da99cd3"}, + {file = "xxhash-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:64da57d5ed586ebb2ecdde1e997fa37c27fe32fe61a656b77fabbc58e6fbff6e"}, + {file = "xxhash-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a97322e9a7440bf3c9805cbaac090358b43f650516486746f7fa482672593df"}, + {file = "xxhash-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bbe750d512982ee7d831838a5dee9e9848f3fb440e4734cca3f298228cc957a6"}, + {file = "xxhash-3.4.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:fd79d4087727daf4d5b8afe594b37d611ab95dc8e29fe1a7517320794837eb7d"}, + {file = "xxhash-3.4.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:743612da4071ff9aa4d055f3f111ae5247342931dedb955268954ef7201a71ff"}, + {file = "xxhash-3.4.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:b41edaf05734092f24f48c0958b3c6cbaaa5b7e024880692078c6b1f8247e2fc"}, + {file = "xxhash-3.4.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:a90356ead70d715fe64c30cd0969072de1860e56b78adf7c69d954b43e29d9fa"}, + {file = "xxhash-3.4.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ac56eebb364e44c85e1d9e9cc5f6031d78a34f0092fea7fc80478139369a8b4a"}, + {file = "xxhash-3.4.1-cp312-cp312-win32.whl", hash = "sha256:911035345932a153c427107397c1518f8ce456f93c618dd1c5b54ebb22e73747"}, + {file = "xxhash-3.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:f31ce76489f8601cc7b8713201ce94b4bd7b7ce90ba3353dccce7e9e1fee71fa"}, + {file = "xxhash-3.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:b5beb1c6a72fdc7584102f42c4d9df232ee018ddf806e8c90906547dfb43b2da"}, + {file = "xxhash-3.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6d42b24d1496deb05dee5a24ed510b16de1d6c866c626c2beb11aebf3be278b9"}, + {file = "xxhash-3.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b685fab18876b14a8f94813fa2ca80cfb5ab6a85d31d5539b7cd749ce9e3624"}, + {file = "xxhash-3.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:419ffe34c17ae2df019a4685e8d3934d46b2e0bbe46221ab40b7e04ed9f11137"}, + {file = "xxhash-3.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0e041ce5714f95251a88670c114b748bca3bf80cc72400e9f23e6d0d59cf2681"}, + {file = "xxhash-3.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc860d887c5cb2f524899fb8338e1bb3d5789f75fac179101920d9afddef284b"}, + {file = "xxhash-3.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:312eba88ffe0a05e332e3a6f9788b73883752be63f8588a6dc1261a3eaaaf2b2"}, + {file = "xxhash-3.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:e01226b6b6a1ffe4e6bd6d08cfcb3ca708b16f02eb06dd44f3c6e53285f03e4f"}, + {file = "xxhash-3.4.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9f3025a0d5d8cf406a9313cd0d5789c77433ba2004b1c75439b67678e5136537"}, + {file = "xxhash-3.4.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:6d3472fd4afef2a567d5f14411d94060099901cd8ce9788b22b8c6f13c606a93"}, + {file = "xxhash-3.4.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:43984c0a92f06cac434ad181f329a1445017c33807b7ae4f033878d860a4b0f2"}, + {file = "xxhash-3.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a55e0506fdb09640a82ec4f44171273eeabf6f371a4ec605633adb2837b5d9d5"}, + {file = "xxhash-3.4.1-cp37-cp37m-win32.whl", hash = "sha256:faec30437919555b039a8bdbaba49c013043e8f76c999670aef146d33e05b3a0"}, + {file = "xxhash-3.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:c9e1b646af61f1fc7083bb7b40536be944f1ac67ef5e360bca2d73430186971a"}, + {file = "xxhash-3.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:961d948b7b1c1b6c08484bbce3d489cdf153e4122c3dfb07c2039621243d8795"}, + {file = "xxhash-3.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:719a378930504ab159f7b8e20fa2aa1896cde050011af838af7e7e3518dd82de"}, + {file = "xxhash-3.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:74fb5cb9406ccd7c4dd917f16630d2e5e8cbbb02fc2fca4e559b2a47a64f4940"}, + {file = "xxhash-3.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5dab508ac39e0ab988039bc7f962c6ad021acd81fd29145962b068df4148c476"}, + {file = "xxhash-3.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8c59f3e46e7daf4c589e8e853d700ef6607afa037bfad32c390175da28127e8c"}, + {file = "xxhash-3.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cc07256eff0795e0f642df74ad096f8c5d23fe66bc138b83970b50fc7f7f6c5"}, + {file = "xxhash-3.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e9f749999ed80f3955a4af0eb18bb43993f04939350b07b8dd2f44edc98ffee9"}, + {file = "xxhash-3.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:7688d7c02149a90a3d46d55b341ab7ad1b4a3f767be2357e211b4e893efbaaf6"}, + {file = "xxhash-3.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a8b4977963926f60b0d4f830941c864bed16aa151206c01ad5c531636da5708e"}, + {file = "xxhash-3.4.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:8106d88da330f6535a58a8195aa463ef5281a9aa23b04af1848ff715c4398fb4"}, + {file = "xxhash-3.4.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:4c76a77dbd169450b61c06fd2d5d436189fc8ab7c1571d39265d4822da16df22"}, + {file = "xxhash-3.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:11f11357c86d83e53719c592021fd524efa9cf024dc7cb1dfb57bbbd0d8713f2"}, + {file = "xxhash-3.4.1-cp38-cp38-win32.whl", hash = "sha256:0c786a6cd74e8765c6809892a0d45886e7c3dc54de4985b4a5eb8b630f3b8e3b"}, + {file = "xxhash-3.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:aabf37fb8fa27430d50507deeab2ee7b1bcce89910dd10657c38e71fee835594"}, + {file = "xxhash-3.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6127813abc1477f3a83529b6bbcfeddc23162cece76fa69aee8f6a8a97720562"}, + {file = "xxhash-3.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ef2e194262f5db16075caea7b3f7f49392242c688412f386d3c7b07c7733a70a"}, + {file = "xxhash-3.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:71be94265b6c6590f0018bbf73759d21a41c6bda20409782d8117e76cd0dfa8b"}, + {file = "xxhash-3.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10e0a619cdd1c0980e25eb04e30fe96cf8f4324758fa497080af9c21a6de573f"}, + {file = "xxhash-3.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fa122124d2e3bd36581dd78c0efa5f429f5220313479fb1072858188bc2d5ff1"}, + {file = "xxhash-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e17032f5a4fea0a074717fe33477cb5ee723a5f428de7563e75af64bfc1b1e10"}, + {file = "xxhash-3.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca7783b20e3e4f3f52f093538895863f21d18598f9a48211ad757680c3bd006f"}, + {file = "xxhash-3.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d77d09a1113899fad5f354a1eb4f0a9afcf58cefff51082c8ad643ff890e30cf"}, + {file = "xxhash-3.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:21287bcdd299fdc3328cc0fbbdeaa46838a1c05391264e51ddb38a3f5b09611f"}, + {file = "xxhash-3.4.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:dfd7a6cc483e20b4ad90224aeb589e64ec0f31e5610ab9957ff4314270b2bf31"}, + {file = "xxhash-3.4.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:543c7fcbc02bbb4840ea9915134e14dc3dc15cbd5a30873a7a5bf66039db97ec"}, + {file = "xxhash-3.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fe0a98d990e433013f41827b62be9ab43e3cf18e08b1483fcc343bda0d691182"}, + {file = "xxhash-3.4.1-cp39-cp39-win32.whl", hash = "sha256:b9097af00ebf429cc7c0e7d2fdf28384e4e2e91008130ccda8d5ae653db71e54"}, + {file = "xxhash-3.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:d699b921af0dcde50ab18be76c0d832f803034d80470703700cb7df0fbec2832"}, + {file = "xxhash-3.4.1-cp39-cp39-win_arm64.whl", hash = "sha256:2be491723405e15cc099ade1280133ccfbf6322d2ef568494fb7d07d280e7eee"}, + {file = "xxhash-3.4.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:431625fad7ab5649368c4849d2b49a83dc711b1f20e1f7f04955aab86cd307bc"}, + {file = "xxhash-3.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fc6dbd5fc3c9886a9e041848508b7fb65fd82f94cc793253990f81617b61fe49"}, + {file = "xxhash-3.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3ff8dbd0ec97aec842476cb8ccc3e17dd288cd6ce3c8ef38bff83d6eb927817"}, + {file = "xxhash-3.4.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef73a53fe90558a4096e3256752268a8bdc0322f4692ed928b6cd7ce06ad4fe3"}, + {file = "xxhash-3.4.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:450401f42bbd274b519d3d8dcf3c57166913381a3d2664d6609004685039f9d3"}, + {file = "xxhash-3.4.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a162840cf4de8a7cd8720ff3b4417fbc10001eefdd2d21541a8226bb5556e3bb"}, + {file = "xxhash-3.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b736a2a2728ba45017cb67785e03125a79d246462dfa892d023b827007412c52"}, + {file = "xxhash-3.4.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d0ae4c2e7698adef58710d6e7a32ff518b66b98854b1c68e70eee504ad061d8"}, + {file = "xxhash-3.4.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6322c4291c3ff174dcd104fae41500e75dad12be6f3085d119c2c8a80956c51"}, + {file = "xxhash-3.4.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:dd59ed668801c3fae282f8f4edadf6dc7784db6d18139b584b6d9677ddde1b6b"}, + {file = "xxhash-3.4.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:92693c487e39523a80474b0394645b393f0ae781d8db3474ccdcead0559ccf45"}, + {file = "xxhash-3.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4603a0f642a1e8d7f3ba5c4c25509aca6a9c1cc16f85091004a7028607ead663"}, + {file = "xxhash-3.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6fa45e8cbfbadb40a920fe9ca40c34b393e0b067082d94006f7f64e70c7490a6"}, + {file = "xxhash-3.4.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:595b252943b3552de491ff51e5bb79660f84f033977f88f6ca1605846637b7c6"}, + {file = "xxhash-3.4.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:562d8b8f783c6af969806aaacf95b6c7b776929ae26c0cd941d54644ea7ef51e"}, + {file = "xxhash-3.4.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:41ddeae47cf2828335d8d991f2d2b03b0bdc89289dc64349d712ff8ce59d0647"}, + {file = "xxhash-3.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c44d584afdf3c4dbb3277e32321d1a7b01d6071c1992524b6543025fb8f4206f"}, + {file = "xxhash-3.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd7bddb3a5b86213cc3f2c61500c16945a1b80ecd572f3078ddbbe68f9dabdfb"}, + {file = "xxhash-3.4.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9ecb6c987b62437c2f99c01e97caf8d25660bf541fe79a481d05732e5236719c"}, + {file = "xxhash-3.4.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:696b4e18b7023527d5c50ed0626ac0520edac45a50ec7cf3fc265cd08b1f4c03"}, + {file = "xxhash-3.4.1.tar.gz", hash = "sha256:0379d6cf1ff987cd421609a264ce025e74f346e3e145dd106c0cc2e3ec3f99a9"}, ] [[package]] @@ -2772,4 +2857,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d67a5ded0043547174efb5314153c9efdfbdf0725aabe6741611bcee7901693e" +content-hash = "548d7e71c0a2aed8341db9eb4ddb89529b598b6f22f32591b25dd3d9c67ba099" diff --git a/pyproject.toml b/pyproject.toml index 164505b58..82b29c58a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytablewriter = "0.64.2" pytest = "7.2.0" pytest-xdist = "3.0.2" pytest-rerunfailures = "10.3" -substrate-interface = "1.4.0" +substrate-interface = "1.7.4" web3 = "6.2.0" flake8 = "^6.1.0" diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 000000000..db8001eac --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,32 @@ +import pytest + +from substrateinterface import SubstrateInterface +from scripts.utils.chain_model import Chain +from scripts.utils.metadata_interaction import get_properties +from scripts.utils.substrate_interface import create_connection_by_url +from tests.data.setting_data import collect_nodes_for_chains, get_substrate_chains + + +chain_names = [ + f'Test for {task.name}' + for task in get_substrate_chains() +] + +task_ids = [ + f'Test for {task["name"]}, url: {task["url"]}' + for task in collect_nodes_for_chains(get_substrate_chains()) +] + +@pytest.fixture(scope="module", params=collect_nodes_for_chains(get_substrate_chains()), ids=task_ids) +def connection_by_url(request): + data = request.param + connection = create_connection_by_url(data["url"]) + get_properties(connection) + return connection + +@pytest.fixture(scope="module", params=get_substrate_chains(), ids=chain_names) +def chain_model(request) -> Chain: + chain = request.param + chain.create_connection() + chain.init_properties() + return chain diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 1a388cd54..173c9bf20 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -4,12 +4,12 @@ from scripts.utils.work_with_data import get_network_list from scripts.utils.chain_model import Chain -network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v14/chains.json") +network_file_path = os.getenv('CHAINS_JSON_PATH', "chains/v15/chains.json") skipped_networks = ['Edgeware'] network_list = get_network_list('/' + network_file_path) -def get_substrate_chains(): +def get_substrate_chains() -> list[Chain]: substrate_chains = [] for data in network_list: if data.get('name') in skipped_networks or 'PAUSED' in data.get('name'): diff --git a/tests/test_can_query_base_parameters.py b/tests/test_can_query_base_parameters.py index 5a94d30d4..320a92460 100644 --- a/tests/test_can_query_base_parameters.py +++ b/tests/test_can_query_base_parameters.py @@ -1,40 +1,17 @@ -import pytest from substrateinterface import SubstrateInterface -from scripts.utils.chain_model import Chain -from tests.data.setting_data import get_substrate_chains -task_ids = [ - f'Test for {task.name}' - for task in get_substrate_chains() -] - -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetMetadata(): + def test_create_connection_and_get_metadata(self, connection_by_url: SubstrateInterface): + metadata = connection_by_url.get_block_metadata() + assert isinstance(connection_by_url, SubstrateInterface) - def test_create_connection_and_get_metadata(self, chain: Chain): - connection = chain.create_connection() - chain.init_properties() - - metadata = connection.get_block_metadata() - assert isinstance(connection, SubstrateInterface) - -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetFee: - def test_create_connection_and_get_fee(self, chain: Chain): - - connection = chain.create_connection() - chain.init_properties() + def test_create_connection_and_get_fee(self, connection_by_url: SubstrateInterface): + storage = connection_by_url.rpc_request('payment_queryInfo', ['0x41028400fdc41550fb5186d71cae699c31731b3e1baa10680c7bd6b3831a6d222cf4d16800080bfe8bc67f44b498239887dc5679523cfcb1d20fd9ec9d6bae0a385cca118d2cb7ef9f4674d52a810feb32932d7c6fe3e05ce9e06cd72cf499c8692206410ab5038800040000340a806419d5e278172e45cb0e50da1b031795366c99ddfe0a680bd53b142c630700e40b5402']) + assert isinstance(connection_by_url, SubstrateInterface) - storage = connection.rpc_request('payment_queryInfo', ['0x41028400fdc41550fb5186d71cae699c31731b3e1baa10680c7bd6b3831a6d222cf4d16800080bfe8bc67f44b498239887dc5679523cfcb1d20fd9ec9d6bae0a385cca118d2cb7ef9f4674d52a810feb32932d7c6fe3e05ce9e06cd72cf499c8692206410ab5038800040000340a806419d5e278172e45cb0e50da1b031795366c99ddfe0a680bd53b142c630700e40b5402']) - assert isinstance(connection, SubstrateInterface) - -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestCanGetIndex: - def test_create_connection_and_get_next_index(self, chain: Chain): - - connection = chain.create_connection() - chain.init_properties() - - storage = connection.rpc_request('account_nextIndex', ['5CJqRchpnKQ6zzB4zmkz3QSzFgFmLFJ741RxW1CunStvEwKd']) - assert isinstance(connection, SubstrateInterface) + def test_create_connection_and_get_next_index(self, connection_by_url: SubstrateInterface): + storage = connection_by_url.rpc_request('account_nextIndex', ['5CJqRchpnKQ6zzB4zmkz3QSzFgFmLFJ741RxW1CunStvEwKd']) + assert isinstance(connection_by_url, SubstrateInterface) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 1ee1c5b73..43b6c1a34 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -1,15 +1,7 @@ -import pytest import delayed_assert from scripts.utils.chain_model import Chain -from tests.data.setting_data import get_substrate_chains -task_ids = [ - f'Test for {task.name}' - for task in get_substrate_chains() -] - -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestAssets: # workaround to differences between asset names at runtime and in our configuration asset_mapping = { @@ -22,18 +14,19 @@ class TestAssets: 'Equilibrium': {'TOKEN': ''} } + def test_has_new_assets(self, chain_model: Chain): - def test_has_new_assets(self, chain: Chain): - - chain_assets = {asset['symbol'].upper(): '' for asset in chain.assets} + chain_assets = {asset['symbol'].upper( + ): '' for asset in chain_model.assets} chain_assets.update(self.asset_mapping) - if chain.name in self.exclusions: - chain_assets.update({ex_asset: '' for ex_asset in self.exclusions[chain.name]}) - chain.create_connection() - chain.init_properties() - symbols = chain.substrate.token_symbol if isinstance(chain.substrate.token_symbol, list) else [ - chain.properties.symbol] + if chain_model.name in self.exclusions: + chain_assets.update( + {ex_asset: '' for ex_asset in self.exclusions[chain_model.name]}) + chain_model.create_connection() + chain_model.init_properties() + symbols = chain_model.substrate.token_symbol if isinstance(chain_model.substrate.token_symbol, list) else [ + chain_model.properties.symbol] for symbol in symbols: delayed_assert.expect(symbol.upper() in chain_assets.keys() or symbol.upper() in chain_assets.values(), diff --git a/tests/test_network_parameters.py b/tests/test_network_parameters.py index a12dd8aeb..3f84069f8 100644 --- a/tests/test_network_parameters.py +++ b/tests/test_network_parameters.py @@ -1,30 +1,13 @@ -import pytest - from scripts.utils.chain_model import Chain -from tests.data.setting_data import get_substrate_chains - -task_ids = [ - f'Test for {task.name}' - for task in get_substrate_chains() -] -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestNetworkPrefix: - def test_address_prefix(self, chain: Chain): - chain.create_connection() - chain.init_properties() - assert chain.properties.ss58Format == chain.addressPrefix + def test_address_prefix(self, chain_model: Chain): + assert chain_model.properties.ss58Format == chain_model.addressPrefix -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestChainId: - def test_chainId(self, chain: Chain): - chain.create_connection() - chain.init_properties() - assert chain.properties.chainId == '0x'+chain.chainId + def test_chainId(self, chain_model: Chain): + assert chain_model.properties.chainId == '0x'+chain_model.chainId -@pytest.mark.parametrize("chain", get_substrate_chains(), ids=task_ids) class TestPrecision: - def test_precision(self, chain: Chain): - chain.create_connection() - chain.init_properties() - assert chain.properties.precision == chain.assets[0].get('precision') + def test_precision(self, chain_model: Chain): + assert chain_model.properties.precision == chain_model.assets[0].get('precision') diff --git a/tests/test_network_parameters_by_nodes.py b/tests/test_network_parameters_by_nodes.py new file mode 100644 index 000000000..837b0388e --- /dev/null +++ b/tests/test_network_parameters_by_nodes.py @@ -0,0 +1,47 @@ +import pytest +import allure +from substrateinterface import SubstrateInterface +from scripts.utils.chain_model import Chain +from scripts.utils.metadata_interaction import get_properties +from tests.data.setting_data import get_substrate_chains + +@allure.title("Test Chains") +@pytest.mark.core +class TestChains: + chains = get_substrate_chains() + + @staticmethod + def find_chain_by_id(chain_id) -> Chain | None: + for chain in TestChains.chains: + if chain.chainId == chain_id[2:]: + return chain + raise Exception(f'There is no chain with that chainId {chain_id}') + + @staticmethod + def assert_url_in_chain_nodes(connection_by_url: SubstrateInterface, chain: Chain): + assert connection_by_url.url in [node['url'] for node in chain.nodes], 'Check that this node is for proper chain' + + + @allure.title("Test Address Prefix") + def test_address_prefix(self, connection_by_url: SubstrateInterface): + properies = get_properties(connection_by_url) + chain = self.find_chain_by_id(properies.chainId) + + self.assert_url_in_chain_nodes(connection_by_url, chain) + assert properies.ss58Format == chain.addressPrefix + + @allure.title("Test Chain ID") + def test_chainId(self, connection_by_url: SubstrateInterface): + properies = get_properties(connection_by_url) + chain = self.find_chain_by_id(connection_by_url.get_block_hash(0)) + + self.assert_url_in_chain_nodes(connection_by_url, chain) + assert properies.chainId == '0x'+chain.chainId + + @allure.title("Test Precision") + def test_precision(self, connection_by_url: SubstrateInterface): + properies = get_properties(connection_by_url) + chain = self.find_chain_by_id(connection_by_url.get_block_hash(0)) + + self.assert_url_in_chain_nodes(connection_by_url, chain) + assert properies.precision == chain.assets[0].get('precision') diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index bef6dbdb5..f5d68ecf8 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -1,19 +1,6 @@ -import pytest - from substrateinterface import SubstrateInterface -from tests.data.setting_data import get_substrate_chains, collect_nodes_for_chains -from scripts.utils.substrate_interface import create_connection_by_url - - -task_ids = [ - f'Test for {task["name"]}, url: {task["url"]}' - for task in collect_nodes_for_chains(get_substrate_chains()) -] - -@pytest.mark.parametrize("data", collect_nodes_for_chains(get_substrate_chains()), ids=task_ids) -def test_can_create_connection(data): - connectin = create_connection_by_url(data["url"]) - assert isinstance(connectin, SubstrateInterface) +def test_can_create_connection(connection_by_url: SubstrateInterface): + assert isinstance(connection_by_url, SubstrateInterface) From 955035e3d344e71d2206709a322f0ee47b1a47c0 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:58:09 +0700 Subject: [PATCH 1717/2142] Rococo staging (#2239) * Use staging slot for rococo asset hub * Revert broken changes --- chains/v16/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index dcb389727..b67a41aac 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9587,7 +9587,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint__bm92Y" } ] }, From ff49cc930332f67aa9fc675e7bcd012ee467dfb5 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 13 Nov 2023 17:03:33 +0500 Subject: [PATCH 1718/2142] add relaychainAsNative to Westmint --- chains/v16/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index b67a41aac..766fdbebf 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -416,7 +416,10 @@ "options": [ "testnet", "swap-hub" - ] + ], + "additional": { + "relaychainAsNative": true + } }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", From e9bced654e25e6aba1f0e5ba3cfc773f61881810 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 13 Nov 2023 18:26:06 +0500 Subject: [PATCH 1719/2142] add Subscan to Rococo AssetHub (#2242) --- chains/v16/chains_dev.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 766fdbebf..cce9c9856 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9586,6 +9586,13 @@ "name": "Parity node" } ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], "externalApi": { "history": [ { From ac9cfdef1a405a239ad6614ea25c16bf443269c8 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 14 Nov 2023 08:30:07 +0100 Subject: [PATCH 1720/2142] Fix Kusama Para Id type (#2244) --- chains/v2/types/kusama.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/kusama.json b/chains/v2/types/kusama.json index d9619b8bf..108ff0f45 100644 --- a/chains/v2/types/kusama.json +++ b/chains/v2/types/kusama.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", + "ParaId": "polkadot_parachain_primitives.primitives.Id", "staging_kusama_runtime.RuntimeEvent": "GenericEvent", "staging_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", From aba20332251f4d458ae73135a92099b92bfb9a07 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:44:41 +0300 Subject: [PATCH 1721/2142] return KSM to allowed parachains (#2225) * return KSM to allowed parachains * update xcm script fix typo fix script to generate message fix base def fix typo * Return Moonriver XCMs 1/10 (#2226) * update with excluded khala * return moonriver * Return Karura XCMs 2/10 (#2228) * return Karura without Khala * return karura * Return AssetHub rest destinations 3/10 (#2229) * return rest destinations for kusama AH * return kusama ah * Return Bifrost kusama XCMs 4/10 (#2230) * restore bifrost kusama * return bifrost * Return Parallel-Heiko XCMs 5/10 (#2231) * return parallel-heiko * return parallel heiko * Return Mangata-X XCMs 6/10 (#2232) * return mangata x * return mangata x * Return Basilisk XCMs 7/10 (#2233) * return basilisk * return basilisk * Return Tinkernet XCMs 8/10 (#2234) * return tinkernet * Return Shiden XCMs 9/10 (#2235) * return shiden * return amplitude (#2236) --- .github/workflows/pull_request_for_xcm.yaml | 3 + scripts/print_xcm_changes.py | 3 + xcm/v4/transfers.json | 1730 ++++++++++++ xcm/v5/transfers.json | 2615 +++++++++++++++++++ 4 files changed, 4351 insertions(+) diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index 54f7a2720..517f98055 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -36,6 +36,9 @@ jobs: files: | ${{ env.DEV_XCM_JSON_PATH }} + - name: Set GITHUB_BASE environment variable + run: echo "GITHUB_BASE=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV + - name: Install dependencies run: make init diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 534ba67cc..295967ef7 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -176,6 +176,9 @@ def main(argv): """ nova_utils_url = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/" + github_base = os.getenv('GITHUB_BASE') + if github_base: + nova_utils_url = f"https://raw.githubusercontent.com/novasamatech/nova-utils/{github_base}/" if 'DEV' in argv: transfers_file = os.getenv( diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index d5117a449..893bc9edf 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -2982,6 +2982,104 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3012,6 +3110,1638 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "77639751552" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "25000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "6439862" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "2738222496" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "131352192005380" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "187969924812030" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "49564722606073" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "8865248226" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 728c1bb1e..dbf1b2619 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -3792,6 +3792,118 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3822,6 +3934,2509 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66602678571" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "21446063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "4046616" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1545582383" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [] + }, + { + "assetId": 16, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 18, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "7604986702" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "90387102619014" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "69880098599534690304" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [] + } + ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 2e08921e9d31f501c1a80be0247a6e2bc43ad09c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:45:25 +0300 Subject: [PATCH 1722/2142] fix comments generation for integration tests (#2240) --- .github/workflows/run_integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_integration_tests.yaml b/.github/workflows/run_integration_tests.yaml index a3473dfe9..e7a6ec7e6 100644 --- a/.github/workflows/run_integration_tests.yaml +++ b/.github/workflows/run_integration_tests.yaml @@ -91,7 +91,7 @@ jobs: process-results: runs-on: ubuntu-latest needs: integration-tests - if: always() + if: always() && (needs.integration-tests.result == 'failure' || needs.integration-tests.result == 'success') steps: - name: Save URLs to file run: echo "🧪 Test results" > ${{ env.BODY_FILE }} From 9430249105b045c365d5f097c2ceb12ceff08637 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:45:44 +0300 Subject: [PATCH 1723/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 9e7e44d35..98ff7044b 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensReserve" } @@ -531,7 +531,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1545582383" + "value": "1433557891" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xcmPalletDest" } @@ -1529,7 +1529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -3086,7 +3086,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xcmPalletTeleportDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4046616" + "value": "4390187" }, "instructions": "xcmPalletDest" } @@ -3388,7 +3388,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -3737,7 +3737,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -4258,7 +4258,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -5564,7 +5564,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5648,7 +5648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -5741,7 +5741,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90387102619014" + "value": "115921790974682" }, "instructions": "xtokensDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1545582383" + "value": "1433557891" }, "instructions": "xcmPalletDest" } @@ -6805,7 +6805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xcmPalletDest" } @@ -6819,7 +6819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xcmPalletDest" } @@ -7624,7 +7624,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -7652,7 +7652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -7903,7 +7903,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -7917,7 +7917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } @@ -8293,7 +8293,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "219361478460" }, "instructions": "xtokensDest" } From 629e1f64ec0154c005e103150588ca97a88f5626 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 14 Nov 2023 15:08:48 +0500 Subject: [PATCH 1724/2142] add Subquery to Westmint (#2246) --- chains/v16/chains_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index cce9c9856..d0600d36e 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -413,6 +413,14 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", "overridesCommon": true }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test__bm92Y" + } + ] + }, "options": [ "testnet", "swap-hub" From 00aea7d4480cf6096195d1fa4e44bd644da64f7a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 14 Nov 2023 11:49:41 +0100 Subject: [PATCH 1725/2142] fix prefic (#2247) --- chains/v16/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index d0600d36e..58246febb 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9614,7 +9614,7 @@ "overridesCommon": true }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 2, + "addressPrefix": 42, "options": [ "testnet", "swap-hub" From 54c311be59030da825b8d26373ba5bb0485eac45 Mon Sep 17 00:00:00 2001 From: Russel Date: Tue, 14 Nov 2023 16:31:17 +0100 Subject: [PATCH 1726/2142] set staging hitory url for Kusama Asset Hub --- chains/v16/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 5595ba70b..1b9b7e680 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -453,7 +453,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" } ] }, From 70b9092a5565a88a3b93b69231a121d4c44e576b Mon Sep 17 00:00:00 2001 From: Russel Date: Tue, 14 Nov 2023 16:41:54 +0100 Subject: [PATCH 1727/2142] enable swaps --- chains/v16/chains.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 1b9b7e680..193c0a6db 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -458,7 +458,13 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } }, { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", From be15150de4f5b5a0155892c84ea81ee45a3e4d29 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 15 Nov 2023 16:59:08 +0300 Subject: [PATCH 1728/2142] promote xx nodes --- chains/v15/chains.json | 8 ++++++++ chains/v16/chains.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 207224537..428970f9d 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6775,6 +6775,14 @@ } ], "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 193c0a6db..ed5e2ccf3 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -6781,6 +6781,14 @@ } ], "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation node" From 94bc0e7beb2878f89a5f450fb8528a7deda41a49 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:20:16 +0300 Subject: [PATCH 1729/2142] change xx nodes (#2251) --- chains/v15/chains_dev.json | 8 ++++++++ chains/v16/chains_dev.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 52ecb6cd0..1c7a4608d 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7740,6 +7740,14 @@ } ], "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 58246febb..34aae8c8f 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -7790,6 +7790,14 @@ } ], "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation node" From 047af29a171e9b9db3d9db765f0213afefd0c713 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Nov 2023 18:05:06 +0500 Subject: [PATCH 1730/2142] add Subscan to Bittensor (#2243) --- chains/v16/chains_dev.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 34aae8c8f..c34bd269e 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -8244,6 +8244,12 @@ "name": "Opentensor Fdn node" } ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], "externalApi": { "history": [ { From 2c0cdea051879c4eb0b81d3eb16fba874ebcc07e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 16 Nov 2023 14:16:39 +0100 Subject: [PATCH 1731/2142] promote Explorer for Bittensor --- chains/v16/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index ed5e2ccf3..1d3e58253 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7064,6 +7064,12 @@ "name": "Opentensor Fdn node" } ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], "externalApi": { "history": [ { From 1339f1aafc45d70177f896e25e0559959ce84b90 Mon Sep 17 00:00:00 2001 From: Russel Date: Fri, 17 Nov 2023 06:40:44 +0100 Subject: [PATCH 1732/2142] replace urls --- chains/v16/chains.json | 2 +- chains/v16/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 648f30e5f..7f7be5be3 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -453,7 +453,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } ] }, diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index c34bd269e..29fbf0601 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -551,7 +551,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" } ] }, From 8e0a86488a80fa038bec6d1c16ff7255cb6b096e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:19:29 +0300 Subject: [PATCH 1733/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2253)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 98ff7044b..284232467 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -223,7 +223,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10353145803353" + "value": "8800337932977" }, "instructions": "xtokensReserve" } @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1433557891" + "value": "1494669653" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4390187" + "value": "4536640" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -5648,7 +5648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -6020,7 +6020,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10353145803353" + "value": "8800337932977" }, "instructions": "xcmPalletTeleportDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115921790974682" + "value": "115025422555544" }, "instructions": "xtokensDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1433557891" + "value": "1494669653" }, "instructions": "xcmPalletDest" } @@ -6819,7 +6819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xcmPalletDest" } @@ -7652,7 +7652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -7917,7 +7917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219361478460" + "value": "223310406132" }, "instructions": "xtokensDest" } From 7c81020301a04e9990359718bf4088e375d7e6dc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:18:10 +0300 Subject: [PATCH 1734/2142] remove kylin from config (#2258) --- chains/v15/chains.json | 41 ------------------------------- chains/v15/chains_dev.json | 50 -------------------------------------- chains/v16/chains.json | 41 ------------------------------- chains/v16/chains_dev.json | 50 -------------------------------------- 4 files changed, 182 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 02afd8f07..3a5e05b52 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6603,47 +6603,6 @@ "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" } }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 1c7a4608d..d116c3604 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7396,56 +7396,6 @@ "governance" ] }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 7f7be5be3..e10490e76 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -6609,47 +6609,6 @@ "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" } }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 29fbf0601..1a9c4c52f 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -7446,56 +7446,6 @@ "governance" ] }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", From a153dbb3ae2f5931e187f703e46296eb16a81c6c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:18:46 +0300 Subject: [PATCH 1735/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2259)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 284232467..9499af239 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1494669653" + "value": "1476773665" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4536640" + "value": "4293540" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -5648,7 +5648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "115025422555544" + "value": "116309282711976" }, "instructions": "xtokensDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1494669653" + "value": "1476773665" }, "instructions": "xcmPalletDest" } @@ -6819,7 +6819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xcmPalletDest" } @@ -7652,7 +7652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -7917,7 +7917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "223310406132" + "value": "219014667657" }, "instructions": "xtokensDest" } From 1b51d1b8e67d1ee7e7754f65861d85171523a902 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:46:22 +0100 Subject: [PATCH 1736/2142] Update test data file (#2260) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index e43c0b60c..d201a3bf8 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -259,11 +259,6 @@ "name": "Ternoa", "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "name": "Kylin", - "account": "0x06861bc739b3c29d4886c2dde7b45f4646cc96ef5ce6a03ce6c59f1f7c8c9f5e" - }, { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "name": "Kapex", From ef729c3f9366f0b3e9d3e395938d6f90baa78534 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 20 Nov 2023 09:52:38 +0100 Subject: [PATCH 1737/2142] add to v15 --- chains/v15/chains.json | 6 ++++++ chains/v15/chains_dev.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 428970f9d..9c9836071 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -7058,6 +7058,12 @@ "name": "Opentensor Fdn node" } ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], "externalApi": { "history": [ { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 1c7a4608d..a4c0a0865 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -8194,6 +8194,12 @@ "name": "Opentensor Fdn node" } ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], "externalApi": { "history": [ { From 5ab08b5ca77f0f8da6dcb64c1f1e3cbb1790fa19 Mon Sep 17 00:00:00 2001 From: Russel Date: Mon, 20 Nov 2023 15:19:45 +0100 Subject: [PATCH 1738/2142] add max electing voters flag --- chains/v16/chains.json | 6 ++++-- chains/v16/chains_dev.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index e10490e76..2a1d61435 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -121,7 +121,8 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 } }, { @@ -249,7 +250,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 } }, { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 1a9c4c52f..7f76a92da 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -121,7 +121,8 @@ ], "additional": { "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 } }, { @@ -249,7 +250,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 } }, { From 01a1020ad20b3822e087d3d01010e81228144f53 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 20 Nov 2023 15:43:29 +0100 Subject: [PATCH 1739/2142] fix types for Westmint, Rococo asset hub, change Subquery to prod on Westmint, Rococo asset hub --- chains/v16/chains_dev.json | 4 ++-- chains/v2/types/rococo_asset_hub.json | 2 +- chains/v2/types/westmint.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 1a9c4c52f..a30ca103b 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -417,7 +417,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" } ] }, @@ -9569,7 +9569,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint__bm92Y" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" } ] }, diff --git a/chains/v2/types/rococo_asset_hub.json b/chains/v2/types/rococo_asset_hub.json index 0391e7217..b28942a5d 100644 --- a/chains/v2/types/rococo_asset_hub.json +++ b/chains/v2/types/rococo_asset_hub.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", + "ParaId": "polkadot_parachain_primitives.primitives.Id", "asset_hub_kusama_runtime.RuntimeEvent": "GenericEvent", "asset_hub_kusama_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", diff --git a/chains/v2/types/westmint.json b/chains/v2/types/westmint.json index 992090aa6..72b425bb6 100644 --- a/chains/v2/types/westmint.json +++ b/chains/v2/types/westmint.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", + "ParaId": "polkadot_parachain_primitives.primitives.Id", "asset_hub_westend_runtime.RuntimeEvent": "GenericEvent", "asset_hub_westend_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", From 921d8380cb29a48ef637b3028cf47f5027ec3bc7 Mon Sep 17 00:00:00 2001 From: Russel Date: Mon, 20 Nov 2023 16:00:33 +0100 Subject: [PATCH 1740/2142] add westend max electing voters --- chains/v16/chains.json | 3 ++- chains/v16/chains_dev.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 2a1d61435..dd882f35b 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -330,7 +330,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 } }, { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 80b35c5a0..5bf447237 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -339,7 +339,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 } }, { From e98382cc93d5208ebcdd090e1eb841edea07d66c Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 20 Nov 2023 17:37:07 +0100 Subject: [PATCH 1741/2142] fix types for rococo (#2264) --- chains/v2/types/rococo_asset_hub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v2/types/rococo_asset_hub.json b/chains/v2/types/rococo_asset_hub.json index b28942a5d..552728087 100644 --- a/chains/v2/types/rococo_asset_hub.json +++ b/chains/v2/types/rococo_asset_hub.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain_primitives.primitives.Id", - "asset_hub_kusama_runtime.RuntimeEvent": "GenericEvent", - "asset_hub_kusama_runtime.RuntimeCall": "GenericCall", + "asset_hub_rococo_runtime.RuntimeEvent": "GenericEvent", + "asset_hub_rococo_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 73f0500236b813dee0615acd3df854219d82b292 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 22 Nov 2023 10:24:49 +0100 Subject: [PATCH 1742/2142] Add Subquery to Joystream (#2266) * add Subquery to Joystream * code style --- chains/v16/chains_dev.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 5bf447237..929cfe84f 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9681,6 +9681,7 @@ { "assetId": 0, "symbol": "JOY", + "priceId": "joystream", "precision": 10, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", "staking": [ @@ -9701,6 +9702,20 @@ "account": "https://joystream.subscan.io/account/{address}" } ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, "types": { "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", "overridesCommon": true From a2188f1b73771d4a2921d9853495e2d0d474eef7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Nov 2023 07:52:37 +0100 Subject: [PATCH 1743/2142] add Pica price --- chains/v15/chains.json | 2 ++ chains/v15/chains_dev.json | 2 ++ chains/v16/chains.json | 2 ++ chains/v16/chains_dev.json | 2 ++ 4 files changed, 8 insertions(+) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3a5e05b52..393503a97 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -2656,6 +2656,7 @@ "assetId": 15, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "typeExtras": { @@ -4228,6 +4229,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index d116c3604..065682463 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -2616,6 +2616,7 @@ "assetId": 15, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "typeExtras": { @@ -4662,6 +4663,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index dd882f35b..2aebda9f4 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -2665,6 +2665,7 @@ "assetId": 15, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "typeExtras": { @@ -4237,6 +4238,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 929cfe84f..374801fcd 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -2665,6 +2665,7 @@ "assetId": 15, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", "typeExtras": { @@ -4714,6 +4715,7 @@ "assetId": 0, "symbol": "PICA", "precision": 12, + "priceId": "picasso", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" }, { From b9b393f2a579b629b2b46833d46e7e215ff7b2b2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:12:16 +0300 Subject: [PATCH 1744/2142] update url for novasama (#2269) --- chains/v10/chains_dev.json | 2 +- chains/v11/chains_dev.json | 2 +- chains/v12/chains_dev.json | 2 +- chains/v13/chains_dev.json | 2 +- chains/v14/chains_dev.json | 2 +- chains/v15/chains_dev.json | 2 +- chains/v16/chains_dev.json | 2 +- chains/v5/chains_dev.json | 4 ++-- chains/v6/chains_dev.json | 4 ++-- chains/v7/chains_dev.json | 4 ++-- chains/v8/chains_dev.json | 4 ++-- chains/v9/chains_dev.json | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 486c1810f..960672ba4 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6501,7 +6501,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index e39319f4b..0f22f6998 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -6672,7 +6672,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 46a4352d3..c738e23e7 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -6809,7 +6809,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index c1396acc0..7e7248c68 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7217,7 +7217,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index be4aec96f..e036dd234 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7543,7 +7543,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 065682463..399715267 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7529,7 +7529,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 374801fcd..8dba042ea 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -7582,7 +7582,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 02a054a17..b7d3122e1 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -5415,7 +5415,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], @@ -5469,7 +5469,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz/gov1", + "url": "wss://novasama.co/gov1", "name": "Development node" } ], diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 70de53982..7c6cc2394 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -6150,7 +6150,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], @@ -6219,7 +6219,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz/gov1", + "url": "wss://novasama.co/gov1", "name": "Development node" } ], diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 988001d3a..b9d662eff 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6225,7 +6225,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], @@ -6294,7 +6294,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz/gov1", + "url": "wss://novasama.co/gov1", "name": "Development node" } ], diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 4de1e3358..849d66818 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6321,7 +6321,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], @@ -6398,7 +6398,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz/gov1", + "url": "wss://novasama.co/gov1", "name": "Development node" } ], diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 31e0e132a..c7618949c 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6465,7 +6465,7 @@ ], "nodes": [ { - "url": "wss://novasama.uz", + "url": "wss://novasama.co", "name": "Development node" } ], From 3feb1ac2334cacc71790ebbe8edfc70ca38837eb Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Nov 2023 10:52:50 +0100 Subject: [PATCH 1745/2142] add opengov to Westend (#2267) --- chains/v16/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 8dba042ea..dd2bef07d 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -335,7 +335,8 @@ }, "options": [ "testnet", - "crowdloans" + "crowdloans", + "governance" ], "additional": { "themeColor": "#1F78FF", From d0091ac579413329a85df08b44ededbdc91dcac5 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 23 Nov 2023 14:28:59 +0100 Subject: [PATCH 1746/2142] remove OnFinlaity for Moonbeam (#2270) --- chains/v16/chains_dev.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index dd2bef07d..cd4d6dd48 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -1265,8 +1265,8 @@ "name": "Blast node" }, { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1367,8 +1367,8 @@ "name": "Moonbeam Network node" }, { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -3686,10 +3686,6 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -8326,10 +8322,6 @@ "url": "wss://rpc.3dpscan.io", "name": "3DPass node" }, - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" From a02955f2a517650d2999896ea27afe032abcea50 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Nov 2023 08:20:33 +0100 Subject: [PATCH 1747/2142] promote remove OnFinlaity for Moonbeam (#2271) --- chains/v16/chains.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 2aebda9f4..8cf15ab36 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -1145,10 +1145,6 @@ { "url": "wss://1rpc.io/glmr", "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -1579,8 +1575,8 @@ "name": "Blast node" }, { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -7193,10 +7189,6 @@ "url": "wss://rpc.3dpscan.io", "name": "3DPass node" }, - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - }, { "url": "wss://rpc2.3dpass.org", "name": "3DPass node" From 6171b1d0734bae801aad4e7c632ba491764b7cd4 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Nov 2023 11:24:42 +0100 Subject: [PATCH 1748/2142] add Joystream dapps (#2272) * add Joystream dapps * fix dapp type * update dapp name --- dapps/dapps_dev.json | 18 +++++++++++++++ icons/dapps/color/Pioneer.svg | 16 +++++++++++++ icons/dapps/color/gleev.svg | 43 +++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 icons/dapps/color/Pioneer.svg create mode 100644 icons/dapps/color/gleev.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index b9a755837..c4611711b 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -802,6 +802,24 @@ "categories": [ "utilities" ] + }, + { + "name": "Joystream Governance App", + "url": "https://pioneerapp.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pioneer.svg", + "categories": [ + "governance" + ], + "desktopOnly": true + }, + { + "name": "Gleev", + "url": "https://gleev.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/gleev.svg", + "categories": [ + "utilities", + "social" + ] } ] } diff --git a/icons/dapps/color/Pioneer.svg b/icons/dapps/color/Pioneer.svg new file mode 100644 index 000000000..eb387abb2 --- /dev/null +++ b/icons/dapps/color/Pioneer.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/dapps/color/gleev.svg b/icons/dapps/color/gleev.svg new file mode 100644 index 000000000..4372bc19e --- /dev/null +++ b/icons/dapps/color/gleev.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 3cb0c5c72761ec1a73b65dde2e6198f2c6730e4a Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 24 Nov 2023 13:15:19 +0100 Subject: [PATCH 1749/2142] remove swaps from Kusama Asset Hub --- chains/v16/chains.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 8cf15ab36..7f79a9fd6 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -462,9 +462,6 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2, - "options": [ - "swap-hub" - ], "additional": { "relaychainAsNative": true } From 20d54c45ee0403a212732a6ad07665e4e92f62d0 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:48:43 +0300 Subject: [PATCH 1750/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2275)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 9499af239..b7aafcfd1 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1476773665" + "value": "1449093988" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4293540" + "value": "4379063" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -5648,7 +5648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "116309282711976" + "value": "137828160235556" }, "instructions": "xtokensDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1476773665" + "value": "1449093988" }, "instructions": "xcmPalletDest" } @@ -6819,7 +6819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xcmPalletDest" } @@ -7652,7 +7652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -7917,7 +7917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "219014667657" + "value": "215386609238" }, "instructions": "xtokensDest" } From 93c652997ba0ab7f45148343331d35fe975c4791 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:24:04 +0300 Subject: [PATCH 1751/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2277)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v5/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index b7aafcfd1..a66e9a3bf 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -615,7 +615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -1008,7 +1008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1449093988" + "value": "1297026028" }, "instructions": "xtokensDest" } @@ -1194,7 +1194,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xcmPalletDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -3188,7 +3188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4379063" + "value": "4172610" }, "instructions": "xcmPalletDest" } @@ -3486,7 +3486,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -3821,7 +3821,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -4342,7 +4342,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -5648,7 +5648,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "137828160235556" + "value": "135048090539123" }, "instructions": "xtokensDest" } @@ -6782,7 +6782,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1449093988" + "value": "1297026028" }, "instructions": "xcmPalletDest" } @@ -6819,7 +6819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xcmPalletDest" } @@ -7652,7 +7652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -7917,7 +7917,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "215386609238" + "value": "218949563648" }, "instructions": "xtokensDest" } From a72ddd2d461d524c3173e54be63fe8203da0226c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Nov 2023 13:47:29 +0100 Subject: [PATCH 1752/2142] update config for Parity nodes (#2276) * update Parity nodes for Polkadot/Kusama Asset Hub * remove rpc.polkadot.io and kusama-rpc.polkadot.io from Polkadot, Kusama, deprioritized other rps.polkadot.io * removed rpc.polkadot.io from other netwrok, left only for Rococco Testnet and Rococco AssetHub * add Dwellir node to Rococco Asset Hub --- chains/v16/chains_dev.json | 44 +++++++------------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index cd4d6dd48..52cc67bb2 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -30,10 +30,6 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -156,10 +152,6 @@ "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -278,10 +270,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" @@ -395,13 +383,13 @@ } ], "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://westmint-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" } ], "explorers": [ @@ -520,10 +508,6 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" } ], "explorers": [ @@ -4524,10 +4508,6 @@ "url": "wss://sys.dotters.network/statemint", "name": "Dotters Net node" }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" @@ -8844,10 +8824,6 @@ "url": "wss://sys.dotters.network/bridgehub-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://dot-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -8890,10 +8866,6 @@ "url": "wss://sys.dotters.network/bridgehub-kusama", "name": "Dotters Net node" }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://ksm-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -8936,10 +8908,6 @@ "url": "wss://sys.dotters.network/collectives-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -9551,6 +9519,10 @@ } ], "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rococo-asset-hub-rpc.polkadot.io", "name": "Parity node" From 74f888a42d06673efa5e07402927e039d2a2179f Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:18:14 +0500 Subject: [PATCH 1753/2142] Proxy supporting (#2278) --- chains/v16/chains_dev.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 52cc67bb2..92e9712ae 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -113,7 +113,8 @@ "options": [ "crowdloans", "governance-v1", - "governance" + "governance", + "proxy" ], "additional": { "themeColor": "#E6007A", @@ -238,7 +239,8 @@ }, "options": [ "crowdloans", - "governance" + "governance", + "proxy" ], "additional": { "themeColor": "#1F78FF", @@ -324,7 +326,8 @@ "options": [ "testnet", "crowdloans", - "governance" + "governance", + "proxy" ], "additional": { "themeColor": "#1F78FF", @@ -7077,7 +7080,8 @@ "addressPrefix": 42, "options": [ "testnet", - "crowdloans" + "crowdloans", + "proxy" ] }, { From af15e7a8be1f3d27b35975417f1f0edf7d438f07 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 28 Nov 2023 19:32:37 +0100 Subject: [PATCH 1754/2142] Promote Joystream (#2273) * promote Joystream network * promote Joystream dapps * remove desktoponly from Joystream Gov App and untility category from Gleev --- chains/v16/chains.json | 40 ++++++++++++++++++++++++++++++++++++++++ dapps/dapps.json | 16 ++++++++++++++++ dapps/dapps_dev.json | 4 +--- dapps/dapps_full.json | 16 ++++++++++++++++ 4 files changed, 73 insertions(+), 3 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 7f79a9fd6..35b882873 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7712,5 +7712,45 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 } ] diff --git a/dapps/dapps.json b/dapps/dapps.json index a0b309223..992a9478e 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -546,6 +546,22 @@ "categories": [ "utilities" ] + }, + { + "name": "Joystream Governance App", + "url": "https://pioneerapp.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pioneer.svg", + "categories": [ + "governance" + ] + }, + { + "name": "Gleev", + "url": "https://gleev.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/gleev.svg", + "categories": [ + "social" + ] } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index c4611711b..9a4d53d59 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -809,15 +809,13 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pioneer.svg", "categories": [ "governance" - ], - "desktopOnly": true + ] }, { "name": "Gleev", "url": "https://gleev.xyz/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/gleev.svg", "categories": [ - "utilities", "social" ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 6aa0985ae..45a847ff0 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -704,6 +704,22 @@ "categories": [ "utilities" ] + }, + { + "name": "Joystream Governance App", + "url": "https://pioneerapp.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Pioneer.svg", + "categories": [ + "governance" + ] + }, + { + "name": "Gleev", + "url": "https://gleev.xyz/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/gleev.svg", + "categories": [ + "social" + ] } ] } From 22d0aa05f6c70deb608c9ad3a3739ab5ce4e7436 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:43:42 +0100 Subject: [PATCH 1755/2142] Update dapps list (#2280) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 110 ++++++++++++++++++++++++------------------------ 1 file changed, 56 insertions(+), 54 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 28b827459..21b76636f 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -21,57 +21,59 @@ | 17 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | | 18 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | | 19 | GM! Say it back | https://app.gmordie.com/ | social | -| 20 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 21 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | -| 22 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | -| 23 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 24 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 25 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 26 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 27 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 28 | KodaDot | https://kodadot.xyz/ | nft | -| 29 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 30 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 31 | MULTIX | https://multix.chainsafe.io/ | utilities | -| 32 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 33 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 34 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 35 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 36 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 37 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 38 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | -| 39 | PABLO | https://app.pablo.finance/ | dex | -| 40 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 41 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 42 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 43 | Phala App | https://app.phala.network/ | staking | -| 44 | PolkaVerse | https://polkaverse.com/ | social | -| 45 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 46 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 47 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 48 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 49 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 50 | Polkawatch | https://polkawatch.app/ | staking | -| 51 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 52 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 53 | Raresama | https://raresama.com/ | nft | -| 54 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 55 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 56 | Singular | https://singular.rmrk.app/ | nft | -| 57 | Singular 2.0 | https://singular.app/ | nft | -| 58 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 59 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 60 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 61 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 62 | Sub.ID | https://sub.id/#/ | utilities | -| 63 | SubBridge | https://subbridge.io/ | bridge,evm | -| 64 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 65 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 66 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 67 | The Button | https://the-button.azero.dev/play | gaming | -| 68 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 69 | TofuNFT | https://tofunft.com/ | nft,evm | -| 70 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 71 | Zenlink | https://app.zenlink.pro | dex,staking | -| 72 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 73 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 20 | Gleev | https://gleev.xyz/ | social | +| 21 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 22 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 23 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | +| 24 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | +| 25 | Joystream Governance App | https://pioneerapp.xyz/ | governance | +| 26 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 27 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 28 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 29 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 30 | KodaDot | https://kodadot.xyz/ | nft | +| 31 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 32 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 33 | MULTIX | https://multix.chainsafe.io/ | utilities | +| 34 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 35 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 36 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 37 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 38 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 39 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 40 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | +| 41 | PABLO | https://app.pablo.finance/ | dex | +| 42 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 43 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 44 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 45 | Phala App | https://app.phala.network/ | staking | +| 46 | PolkaVerse | https://polkaverse.com/ | social | +| 47 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 48 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 49 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 50 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 51 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 52 | Polkawatch | https://polkawatch.app/ | staking | +| 53 | PrivaDEX | https://app.privadex.xyz/ | dex | +| 54 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 55 | Raresama | https://raresama.com/ | nft | +| 56 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 57 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 58 | Singular | https://singular.rmrk.app/ | nft | +| 59 | Singular 2.0 | https://singular.app/ | nft | +| 60 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 61 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 62 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 63 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 64 | Sub.ID | https://sub.id/#/ | utilities | +| 65 | SubBridge | https://subbridge.io/ | bridge,evm | +| 66 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 67 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 68 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 69 | The Button | https://the-button.azero.dev/play | gaming | +| 70 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 71 | TofuNFT | https://tofunft.com/ | nft,evm | +| 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 73 | Zenlink | https://app.zenlink.pro | dex,staking | +| 74 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 75 | xx network Hub | https://hub.xx.network | social,staking,utilities | From bf0fba29d54838f421ee474397ffaa616489128f Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 29 Nov 2023 11:06:45 +0100 Subject: [PATCH 1756/2142] promote Parity nodes removal (#2279) * promote Parity nodes removal * removed in v14, v15 --- chains/v14/chains.json | 32 -------------------------------- chains/v15/chains.json | 32 -------------------------------- chains/v16/chains.json | 32 -------------------------------- 3 files changed, 96 deletions(-) diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 040754174..90c339f5e 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -30,10 +30,6 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -155,10 +151,6 @@ "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -276,10 +268,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -418,10 +406,6 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" } ], "explorers": [ @@ -3855,10 +3839,6 @@ "url": "wss://sys.dotters.network/statemint", "name": "Dotters Net node" }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" @@ -7472,10 +7452,6 @@ "url": "wss://sys.dotters.network/bridgehub-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://dot-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7518,10 +7494,6 @@ "url": "wss://sys.dotters.network/bridgehub-kusama", "name": "Dotters Net node" }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://ksm-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7556,10 +7528,6 @@ "url": "wss://sys.dotters.network/collectives-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 393503a97..9682ebdd9 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -30,10 +30,6 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -155,10 +151,6 @@ "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -276,10 +268,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -418,10 +406,6 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" } ], "explorers": [ @@ -3844,10 +3828,6 @@ "url": "wss://sys.dotters.network/statemint", "name": "Dotters Net node" }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" @@ -7469,10 +7449,6 @@ "url": "wss://sys.dotters.network/bridgehub-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://dot-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7515,10 +7491,6 @@ "url": "wss://sys.dotters.network/bridgehub-kusama", "name": "Dotters Net node" }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://ksm-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7553,10 +7525,6 @@ "url": "wss://sys.dotters.network/collectives-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 35b882873..38e7bc92b 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -30,10 +30,6 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -156,10 +152,6 @@ "url": "wss://kusama-rpc.dwellir.com", "name": "Dwellir node" }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -278,10 +270,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://westend-rpc.dwellir.com", "name": "Dwellir node" @@ -421,10 +409,6 @@ { "url": "wss://statemine-rpc.dwellir.com", "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" } ], "explorers": [ @@ -3846,10 +3830,6 @@ "url": "wss://sys.dotters.network/statemint", "name": "Dotters Net node" }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://statemint-rpc.dwellir.com", "name": "Dwellir node" @@ -7467,10 +7447,6 @@ "url": "wss://sys.dotters.network/bridgehub-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://dot-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7513,10 +7489,6 @@ "url": "wss://sys.dotters.network/bridgehub-kusama", "name": "Dotters Net node" }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://ksm-rpc.stakeworld.io/bridgehub", "name": "Stakeworld node" @@ -7551,10 +7523,6 @@ "url": "wss://sys.dotters.network/collectives-polkadot", "name": "Dotters Net node" }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, { "url": "wss://collectives.public.curie.radiumblock.co/ws", "name": "Radium node" From ec081c9ae79761b07435d44208e5212158648893 Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 30 Nov 2023 13:35:44 +0300 Subject: [PATCH 1757/2142] Create v17 files --- chains/v17/chains.json | 7724 ++++++++++++++++++++++++++++ chains/v17/chains_dev.json | 9697 ++++++++++++++++++++++++++++++++++++ 2 files changed, 17421 insertions(+) create mode 100644 chains/v17/chains.json create mode 100644 chains/v17/chains_dev.json diff --git a/chains/v17/chains.json b/chains/v17/chains.json new file mode 100644 index 000000000..38e7bc92b --- /dev/null +++ b/chains/v17/chains.json @@ -0,0 +1,7724 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + } +] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json new file mode 100644 index 000000000..92e9712ae --- /dev/null +++ b/chains/v17/chains_dev.json @@ -0,0 +1,9697 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + } +] From 6bd7e0f2fd611901400750d60cb5fa86d17820f5 Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 30 Nov 2023 14:22:56 +0300 Subject: [PATCH 1758/2142] Disable types for v17 --- chains/v17/chains.json | 323 +--------------------------- chains/v17/chains_dev.json | 416 ------------------------------------- 2 files changed, 1 insertion(+), 738 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 38e7bc92b..3e2591c3f 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -74,10 +74,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -200,10 +196,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -288,10 +280,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -432,10 +420,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -820,10 +804,6 @@ "name": "Onfinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -1145,10 +1125,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -1577,10 +1553,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -1811,12 +1783,7 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { + { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Bifrost Kusama", @@ -2027,10 +1994,6 @@ "name": "OnFinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2182,10 +2145,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2255,10 +2214,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", "addressPrefix": 136, "options": [ @@ -2403,10 +2358,6 @@ "name": "Parallel" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2456,10 +2407,6 @@ "name": "Edgeware node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2680,10 +2627,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2738,10 +2681,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2866,10 +2805,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2923,10 +2858,6 @@ "name": "Unique Asia node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -3003,10 +2934,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3267,10 +3194,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3486,10 +3409,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3725,10 +3644,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3771,10 +3686,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3856,10 +3767,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3910,10 +3817,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3976,10 +3879,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4187,10 +4086,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4279,10 +4174,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4336,10 +4227,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4405,10 +4292,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4453,10 +4336,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4503,10 +4382,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4557,10 +4432,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4611,10 +4482,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4893,10 +4760,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5145,10 +5008,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5199,10 +5058,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5253,10 +5108,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5399,10 +5250,6 @@ "name": "Dwellir node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -5475,10 +5322,6 @@ "account": "https://alephzero.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5573,10 +5416,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5683,10 +5522,6 @@ "account": "https://sub.id/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -5744,10 +5579,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5899,10 +5730,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5953,10 +5780,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6007,10 +5830,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6048,10 +5867,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6214,10 +6029,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, @@ -6246,10 +6057,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6314,10 +6121,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", "addressPrefix": 1337 }, @@ -6346,10 +6149,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6386,10 +6185,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6452,10 +6247,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6521,10 +6312,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57 }, @@ -6576,10 +6363,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42, "additional": { @@ -6620,10 +6403,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, @@ -6652,10 +6431,6 @@ "account": "https://polymesh.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12 }, @@ -6692,10 +6467,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, @@ -6731,10 +6502,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, @@ -6788,10 +6555,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, @@ -6850,10 +6613,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56 }, @@ -6891,10 +6650,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, @@ -6932,10 +6687,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, @@ -6965,10 +6716,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, @@ -7042,10 +6789,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, @@ -7113,10 +6856,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, @@ -7142,10 +6881,6 @@ "name": "RadiumBlock node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, @@ -7186,10 +6921,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, @@ -7237,10 +6968,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ @@ -7299,10 +7026,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ @@ -7346,10 +7069,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, @@ -7386,10 +7105,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137 }, @@ -7418,10 +7133,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, @@ -7460,10 +7171,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, @@ -7494,10 +7201,6 @@ "name": "Stakeworld node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, @@ -7536,10 +7239,6 @@ "name": "Onfinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 }, @@ -7569,10 +7268,6 @@ "account": "https://krest.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 }, @@ -7605,10 +7300,6 @@ "event": "https://jur.io/explorer/jur/event/{event}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 }, @@ -7649,10 +7340,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 1110 }, @@ -7674,10 +7361,6 @@ "name": "EWX node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", "addressPrefix": 19 }, @@ -7714,10 +7397,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 } diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 92e9712ae..29c06ea3b 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -74,10 +74,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -201,10 +197,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -290,10 +282,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -404,10 +392,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -534,10 +518,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -941,10 +921,6 @@ "name": "Onfinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -1273,10 +1249,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -1365,10 +1337,6 @@ "account": "https://moonbase.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 1287, "options": [ @@ -1556,10 +1524,6 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -1792,10 +1756,6 @@ "name": "OnFinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2040,10 +2000,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2084,10 +2040,6 @@ "name": "Edgeware node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2258,10 +2210,6 @@ "name": "Parallel" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2402,10 +2350,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2445,10 +2389,6 @@ "name": "OnFinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -2691,10 +2631,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2758,10 +2694,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2806,10 +2738,6 @@ "account": "https://kilt-testnet.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", "addressPrefix": 38, "options": [ @@ -2920,10 +2848,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -2989,10 +2913,6 @@ "name": "Unique Asia node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -3069,10 +2989,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3336,10 +3252,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3397,10 +3309,6 @@ "account": "https://acala-testnet.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", "addressPrefix": 42, "options": [ @@ -3692,10 +3600,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -3948,10 +3852,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", "addressPrefix": 68 }, @@ -4146,10 +4046,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4394,10 +4290,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4452,10 +4344,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4537,10 +4425,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4605,10 +4489,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4671,10 +4551,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4763,10 +4639,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4821,10 +4693,6 @@ "name": "OnFinality node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -4906,10 +4774,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -4957,10 +4821,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5007,10 +4867,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5073,10 +4929,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5127,10 +4979,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5423,10 +5271,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5675,10 +5519,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5729,10 +5569,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5761,10 +5597,6 @@ "name": "Singular DEV node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", "addressPrefix": 0, "options": [ @@ -5810,10 +5642,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -5956,10 +5784,6 @@ "name": "Dwellir node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, "explorers": [ { "name": "Subscan", @@ -6041,10 +5865,6 @@ "account": "https://alephzero.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6139,10 +5959,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6261,10 +6077,6 @@ "account": "https://sub.id/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -6334,10 +6146,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6489,10 +6297,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6543,10 +6347,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6597,10 +6397,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6638,10 +6434,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -6804,10 +6596,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", "addressPrefix": 42 }, @@ -6832,10 +6620,6 @@ "name": "Aleph Zero node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", "addressPrefix": 42, "options": [ @@ -6863,10 +6647,6 @@ "name": "PureStake node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", "addressPrefix": 42, "options": [ @@ -6901,10 +6681,6 @@ "account": "https://polymesh.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", "addressPrefix": 42, "options": [ @@ -6940,10 +6716,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -7000,10 +6772,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -7040,10 +6808,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -7072,10 +6836,6 @@ "name": "Rococo node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", "addressPrefix": 42, "options": [ @@ -7109,10 +6869,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -7175,10 +6931,6 @@ "extrinsic": "https://polkaholic.io/tx/{hash}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, "externalApi": { "history": [ { @@ -7253,10 +7005,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "options": [ @@ -7311,10 +7059,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", "addressPrefix": 42, "additional": { @@ -7350,10 +7094,6 @@ "account": "https://explorer-alphanet.ternoa.dev/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", "addressPrefix": 42, "options": [ @@ -7384,10 +7124,6 @@ "name": "OAK node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", "addressPrefix": 51, "options": [ @@ -7421,10 +7157,6 @@ "account": "https://gov2.statescan.io/#/accounts/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", "addressPrefix": 42, "options": [ @@ -7465,10 +7197,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007 }, @@ -7508,10 +7236,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", "addressPrefix": 12, "additional": { @@ -7536,10 +7260,6 @@ "name": "JelliedOwl node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", "addressPrefix": 7, "options": [ @@ -7567,10 +7287,6 @@ "name": "Development node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", - "overridesCommon": true - }, "externalApi": { "staking": [ { @@ -7636,10 +7352,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", "addressPrefix": 32 }, @@ -7675,10 +7387,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, @@ -7706,10 +7414,6 @@ "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", "addressPrefix": 42 }, @@ -7763,10 +7467,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55 }, @@ -7825,10 +7525,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", "addressPrefix": 56, "options": [ @@ -7859,10 +7555,6 @@ "account": "https://explorer.testnet.aventus.io/address/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", "addressPrefix": 42, "options": [ @@ -7903,10 +7595,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", "addressPrefix": 42 }, @@ -7944,10 +7632,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 88 }, @@ -8119,10 +7803,6 @@ "name": "Kintsugi Labs" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", "addressPrefix": 2092, "options": [ @@ -8155,10 +7835,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, @@ -8194,10 +7870,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", "addressPrefix": 42 }, @@ -8326,10 +7998,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", "addressPrefix": 71 }, @@ -8363,10 +8031,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, @@ -8426,10 +8090,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ @@ -8488,10 +8148,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", "addressPrefix": 42, "options": [ @@ -8535,10 +8191,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", "addressPrefix": 90 }, @@ -8578,10 +8230,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137, "additional": { @@ -8614,10 +8262,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42 }, @@ -8796,10 +8440,6 @@ "name": "Giant testnet node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", "addressPrefix": 42, "options": [ @@ -8841,10 +8481,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", "addressPrefix": 0 }, @@ -8883,10 +8519,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", "addressPrefix": 2 }, @@ -8933,10 +8565,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", "addressPrefix": 0 }, @@ -8958,10 +8586,6 @@ "name": "PendulumChain node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", "addressPrefix": 57, "options": [ @@ -9170,10 +8794,6 @@ "name": "Kintsugi Labs node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", "addressPrefix": 2032, "options": [ @@ -9214,10 +8834,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 }, @@ -9250,10 +8866,6 @@ "event": "https://jur.io/explorer/jur/event/{event}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 }, @@ -9282,10 +8894,6 @@ "account": "https://manta.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", "addressPrefix": 77 }, @@ -9309,10 +8917,6 @@ "name": "Gear Tech test node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", "addressPrefix": 137, "options": [ @@ -9356,10 +8960,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 1110, "options": [ @@ -9547,10 +9147,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 42, "options": [ @@ -9610,10 +9206,6 @@ "name": "EWX node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", "addressPrefix": 42, "options": [ @@ -9638,10 +9230,6 @@ "name": "EWX node" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", "addressPrefix": 19 }, @@ -9687,10 +9275,6 @@ } ] }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 } From 22ce5d32f53658e3316fba6658de806474205767 Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 30 Nov 2023 14:26:07 +0300 Subject: [PATCH 1759/2142] Fix --- chains/v17/chains.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 3e2591c3f..9ce2a4261 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1782,8 +1782,9 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - { + "addressPrefix": 5 + }, + { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name": "Bifrost Kusama", From 6fb8a3efb1fdfc71a2f4b00a8094d3219a68bce7 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 30 Nov 2023 17:57:23 +0100 Subject: [PATCH 1760/2142] add to v17 --- chains/v17/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 9ce2a4261..6a9437c2b 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6782,6 +6782,12 @@ "name": "Opentensor Fdn node" } ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], "externalApi": { "history": [ { From 02d8c8f1d114706e729e4f7cce4a2646e304f7f9 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 30 Nov 2023 17:58:35 +0100 Subject: [PATCH 1761/2142] add SUB, vDOT on HydraDX (#2283) * add SUB, vDOT on HydraDX * add to v17 --- chains/v16/chains_dev.json | 27 +++++++++++++++++++++++++++ chains/v17/chains_dev.json | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 92e9712ae..e83a27e0d 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -5399,6 +5399,33 @@ "existentialDeposit": "6164274209", "transfersEnabled": true } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 29c06ea3b..287a59a33 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5247,6 +5247,33 @@ "existentialDeposit": "6164274209", "transfersEnabled": true } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } } ], "nodes": [ From 362a4c1d1ba667340b81e512de6fcd5c11a1a5f5 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Dec 2023 08:53:20 +0100 Subject: [PATCH 1762/2142] add new assetsLocations (#2284) --- xcm/v5/transfers_dev.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index a66e9a3bf..6ffa1011f 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -356,6 +356,34 @@ }, "instructions": "xtokensReserve" } + }, + "BNC-Polkadot": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "vDOT": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0900" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { From bbd35130d9c43c5df6a2097081daa7a3a40c1fcb Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Dec 2023 10:11:51 +0100 Subject: [PATCH 1763/2142] add Moonbeam HydraDX, Bifrost Polkadot HydraDX, Bifrost Polkadot HydraDX (#2286) --- xcm/v5/transfers_dev.json | 120 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 6ffa1011f..b1c505da9 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -2163,6 +2163,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6363,6 +6377,52 @@ "type": "xtokens" } ] + }, + { + "assetId": 0, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "36552191470772400" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 19, + "fee": { + "mode": { + "type": "proportional", + "value": "9968461538462" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -6751,6 +6811,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6776,6 +6850,52 @@ "type": "xtokens" } ] + }, + { + "assetId": 11, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 19, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 5113408f4be33abbd81ecbd254c5695374474d46 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:43:44 +0300 Subject: [PATCH 1764/2142] fix assetLocationPath (#2287) --- xcm/v5/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index b1c505da9..e1d0a5a5f 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -6405,7 +6405,7 @@ "assetId": 5, "assetLocation": "vDOT", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { From 32e79be0cf1dc77911e846f68de45dd7a5d6159b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 4 Dec 2023 08:00:58 +0200 Subject: [PATCH 1765/2142] Fix ParaId type for Polkadot (#2289) --- chains/v2/types/polkadot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v2/types/polkadot.json b/chains/v2/types/polkadot.json index 69acdbdfd..f75ccb3fd 100644 --- a/chains/v2/types/polkadot.json +++ b/chains/v2/types/polkadot.json @@ -6,7 +6,7 @@ "Phase": "frame_system.Phase", "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", - "ParaId": "polkadot_parachain.primitives.Id", + "ParaId": "polkadot_parachain_primitives.primitives.Id", "polkadot_runtime.RuntimeEvent": "GenericEvent", "polkadot_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", From 9ccdbf0a61a51339b51848fb2dcca8d2b351940c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:18:21 +0300 Subject: [PATCH 1766/2142] Return Kintsugi XCMs (#2285) * return kintsugi for v5 * return for v4 * remove redundant dest --- xcm/v4/transfers.json | 275 +++++++++++++++++++++++++++++ xcm/v5/transfers.json | 399 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 673 insertions(+), 1 deletion(-) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index 893bc9edf..b5e18a1fd 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -3080,6 +3080,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -3359,6 +3373,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3538,6 +3566,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3705,6 +3747,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3835,6 +3891,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4118,6 +4188,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4378,6 +4462,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4550,6 +4648,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4671,6 +4783,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4744,6 +4870,155 @@ ] } ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "12019230769230" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "511456628477" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "423833805788" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index dbf1b2619..389c28a1d 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -3904,6 +3904,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4253,6 +4267,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4460,6 +4488,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4686,6 +4728,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4844,6 +4900,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5191,6 +5261,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5507,6 +5591,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5707,6 +5805,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -5856,6 +5968,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6079,6 +6205,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6204,6 +6344,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6301,7 +6455,22 @@ "assetLocationPath": { "type": "absolute" }, - "xcmTransfers": [] + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -6412,6 +6581,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -6439,6 +6622,220 @@ ] } ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "237" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 1e18c2a5f4db2e684fc083f4a25be2e0c22aae55 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:15:01 +0300 Subject: [PATCH 1767/2142] fix types (#2290) --- chains/v2/types/enjin_matrixchain.json | 4 ++-- chains/v2/types/statemint.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v2/types/enjin_matrixchain.json b/chains/v2/types/enjin_matrixchain.json index b2c20ba05..93d77320d 100644 --- a/chains/v2/types/enjin_matrixchain.json +++ b/chains/v2/types/enjin_matrixchain.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "matrix_runtime.RuntimeEvent": "GenericEvent", - "matrix_runtime.RuntimeCall": "GenericCall", + "enjin_matrix_runtime.RuntimeEvent": "GenericEvent", + "enjin_matrix_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, diff --git a/chains/v2/types/statemint.json b/chains/v2/types/statemint.json index 660dffe63..99ccd32f3 100644 --- a/chains/v2/types/statemint.json +++ b/chains/v2/types/statemint.json @@ -7,8 +7,8 @@ "Address": "sp_runtime.multiaddress.MultiAddress", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", - "statemint_runtime.RuntimeEvent": "GenericEvent", - "statemint_runtime.RuntimeCall": "GenericCall", + "asset_hub_polkadot_runtime.RuntimeEvent": "GenericEvent", + "asset_hub_polkadot_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", "pallet_identity.types.Data": "Data" }, From 208a279cca6a77691927ae191e9578b65189fc7b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Dec 2023 17:02:01 +0100 Subject: [PATCH 1768/2142] promote GLMR, INTR, BNC, vDOT to HydraDX xcms (#2288) * fix coeff for INTR, BNC, vDOT * promote xcms * promote SUB, vDOT on HydraDX --- chains/v16/chains.json | 27 ++++++ chains/v17/chains.json | 27 ++++++ xcm/v5/transfers.json | 185 ++++++++++++++++++++++++++++++++++++++ xcm/v5/transfers_dev.json | 6 +- 4 files changed, 242 insertions(+), 3 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index ec4349794..147141696 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -4869,6 +4869,33 @@ "existentialDeposit": "34854864344868000", "transfersEnabled": true } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 6a9437c2b..8ac1522d9 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4737,6 +4737,33 @@ "existentialDeposit": "34854864344868000", "transfersEnabled": true } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 389c28a1d..4b456687b 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -302,6 +302,34 @@ }, "instructions": "xtokensReserve" } + }, + "BNC-Polkadot": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "vDOT": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0900" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -599,6 +627,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2230,6 +2272,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "2343508113867" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2734,6 +2790,52 @@ "type": "xtokens" } ] + }, + { + "assetId": 0, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "21264531249937" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 19, + "fee": { + "mode": { + "type": "proportional", + "value": "9691150827" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3099,6 +3201,89 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 19, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index e1d0a5a5f..86d7c6f3e 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -5355,7 +5355,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3404263581899470" + "value": "2343508113867" }, "instructions": "xtokensDest" } @@ -6392,7 +6392,7 @@ "fee": { "mode": { "type": "proportional", - "value": "36552191470772400" + "value": "21264531249937" }, "instructions": "xtokensDest" } @@ -6415,7 +6415,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9968461538462" + "value": "9691150827" }, "instructions": "xtokensDest" } From fe5c7d5a6cd859f8a15838d215c84d0f382e76a7 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Dec 2023 21:53:43 +0100 Subject: [PATCH 1769/2142] remove gov1 from Polkadot (#2291) --- chains/v15/chains.json | 1 - chains/v15/chains_dev.json | 1 - chains/v16/chains.json | 1 - chains/v16/chains_dev.json | 1 - chains/v17/chains.json | 1 - chains/v17/chains_dev.json | 1 - 6 files changed, 6 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index be2ea9f50..65d272045 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -112,7 +112,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance" ], "additional": { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 238f3efb5..246002c2a 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -116,7 +116,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance" ], "additional": { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 147141696..0b11cacca 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -112,7 +112,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance" ], "additional": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index e83a27e0d..1e3c2ee88 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -112,7 +112,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance", "proxy" ], diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 8ac1522d9..dd666c173 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -108,7 +108,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance" ], "additional": { diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 287a59a33..75aa5e935 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -108,7 +108,6 @@ }, "options": [ "crowdloans", - "governance-v1", "governance", "proxy" ], From a7f36e01ce9465fa185a98cc377fbf0c9e555401 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 5 Dec 2023 12:50:07 +0100 Subject: [PATCH 1770/2142] add SUB asset location (#2294) * initial commit * fix, add networkBaseWeight --- xcm/v5/transfers_dev.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 86d7c6f3e..441ee9b9c 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -384,6 +384,19 @@ }, "instructions": "xtokensReserve" } + }, + "SUB": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "multiLocation": { + "parachainId": 2101 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -446,7 +459,8 @@ "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", - "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000" + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" }, "chains": [ { From 69e4326003d3809078a451e68a79b7d531854166 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 5 Dec 2023 16:28:41 +0100 Subject: [PATCH 1771/2142] add USDC to Acala, Karura (#2293) * add USDC to Acala, Karura * fix naming --- chains/v16/chains_dev.json | 28 ++++++++++++++++++++++++++++ chains/v17/chains_dev.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 1e3c2ee88..97240d697 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -916,6 +916,20 @@ "existentialDeposit": "1000000000000000000", "transfersEnabled": true } + }, + { + "assetId": 27, + "symbol": "USDCet", + "precision": 6, + "type": "orml", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x021f3a10587a20114ea25ba1b388ee2dd4a337ce27", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -3291,6 +3305,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "USDCet", + "precision": 6, + "type": "orml", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0207df96d1341a7d16ba1ad431e2c847d978bc2bce", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 75aa5e935..42b0fd987 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -896,6 +896,20 @@ "existentialDeposit": "1000000000000000000", "transfersEnabled": true } + }, + { + "assetId": 27, + "symbol": "USDCet", + "precision": 6, + "type": "orml", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x021f3a10587a20114ea25ba1b388ee2dd4a337ce27", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ @@ -3207,6 +3221,20 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "USDCet", + "precision": 6, + "type": "orml", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0207df96d1341a7d16ba1ad431e2c847d978bc2bce", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From dce224c36c3cb182881ff74646fd14d1b123ba24 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 6 Dec 2023 09:28:05 +0100 Subject: [PATCH 1772/2142] Add SUB to HydraDX xcm (#2295) * add SUB xcms * fix --- xcm/v5/transfers_dev.json | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 441ee9b9c..7b17d5429 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -6910,6 +6910,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 18, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -8586,6 +8609,34 @@ ] } ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assets": [ + { + "assetId": 0, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "8800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 8903f57bd2a556993d1a3d99ee92de57beb8f0d0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 6 Dec 2023 13:50:56 +0100 Subject: [PATCH 1773/2142] add Dock to dev (#2297) --- chains/v16/chains_dev.json | 35 ++++++++++++++++++++++++++++++++++ chains/v17/chains_dev.json | 35 ++++++++++++++++++++++++++++++++++ chains/v2/types/dock.json | 16 ++++++++++++++++ icons/chains/gradient/Dock.svg | 20 +++++++++++++++++++ icons/tokens/white/DOCK.svg | 10 ++++++++++ 5 files changed, 116 insertions(+) create mode 100644 chains/v2/types/dock.json create mode 100644 icons/chains/gradient/Dock.svg create mode 100644 icons/tokens/white/DOCK.svg diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 97240d697..bc1b0a1df 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9747,5 +9747,40 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 } ] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 42b0fd987..f9973ea4a 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9331,5 +9331,40 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 } ] diff --git a/chains/v2/types/dock.json b/chains/v2/types/dock.json new file mode 100644 index 000000000..4e888ce83 --- /dev/null +++ b/chains/v2/types/dock.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 47, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "dock_runtime.Event": "GenericEvent", + "dock_runtime.Call": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Dock.svg b/icons/chains/gradient/Dock.svg new file mode 100644 index 000000000..ff958f775 --- /dev/null +++ b/icons/chains/gradient/Dock.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/DOCK.svg b/icons/tokens/white/DOCK.svg new file mode 100644 index 000000000..694c7d851 --- /dev/null +++ b/icons/tokens/white/DOCK.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From f6aa6707dfaf5632afd0376eaa366c27631613d5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 6 Dec 2023 13:51:26 +0100 Subject: [PATCH 1774/2142] add price to SUB (#2298) --- chains/v16/chains.json | 2 ++ chains/v16/chains_dev.json | 2 ++ chains/v17/chains.json | 2 ++ chains/v17/chains_dev.json | 2 ++ 4 files changed, 8 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0b11cacca..6e1eb0185 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -4428,6 +4428,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], @@ -4873,6 +4874,7 @@ "assetId": 18, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "type": "orml", "typeExtras": { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index bc1b0a1df..c1b164cbf 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -4960,6 +4960,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], @@ -5431,6 +5432,7 @@ "assetId": 18, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "type": "orml", "typeExtras": { diff --git a/chains/v17/chains.json b/chains/v17/chains.json index dd666c173..5d633c765 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4312,6 +4312,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], @@ -4741,6 +4742,7 @@ "assetId": 18, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "type": "orml", "typeExtras": { diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index f9973ea4a..213f461b5 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -4824,6 +4824,7 @@ "assetId": 0, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" } ], @@ -5279,6 +5280,7 @@ "assetId": 18, "symbol": "SUB", "precision": 10, + "priceId": "subsocial", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", "type": "orml", "typeExtras": { From 58d636c0061b03e718359d487afed525a19ccdae Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:22:04 +0100 Subject: [PATCH 1775/2142] Update Test data File (#2299) * Update test data file * add test acc --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d201a3bf8..8204842f1 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -383,5 +383,10 @@ "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", "name": "Joystream", "account": "0x30fff4fabd96490c5ae68fe25ac674dee038cb38f286b262e9cfd123ff58ca75" + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "account": "0x9321f7238fbca5fe72f4ffc37d9748b38009972f7c4cea97055e56eac851bc59" } ] From c4ca6f7819ad02c2bdabceb48f078e2f82c92886 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 6 Dec 2023 21:29:16 +0100 Subject: [PATCH 1776/2142] fix SUB coef and instructions --- xcm/v5/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 7b17d5429..58da5b64d 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -6925,7 +6925,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8000000000" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -8627,12 +8627,12 @@ "fee": { "mode": { "type": "proportional", - "value": "8800000000000" + "value": "9000000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] } From f39bc7b414310f53a828512d8401647a03903489 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 6 Dec 2023 21:35:41 +0100 Subject: [PATCH 1777/2142] promote Subsocial HydraDX --- xcm/v5/transfers.json | 64 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 4b456687b..2ee9c9fbc 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -330,6 +330,19 @@ }, "instructions": "xtokensReserve" } + }, + "SUB": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "multiLocation": { + "parachainId": 2101 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -3286,6 +3299,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 18, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -7021,6 +7057,34 @@ ] } ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assets": [ + { + "assetId": 0, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "9000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] } ] } From 4e9267c60713d4e40303751c8c24aef715b4d48a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 7 Dec 2023 13:30:28 +0100 Subject: [PATCH 1778/2142] fix SUB coef and instructions (#2300) --- xcm/v5/transfers_dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 7b17d5429..58da5b64d 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -6925,7 +6925,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8000000000" + "value": "800000000000" }, "instructions": "xtokensDest" } @@ -8627,12 +8627,12 @@ "fee": { "mode": { "type": "proportional", - "value": "8800000000000" + "value": "9000000000" }, - "instructions": "xtokensDest" + "instructions": "xcmPalletDest" } }, - "type": "xtokens" + "type": "xcmpallet" } ] } From ac11840638a1534d6fd68c01a152891035c3a285 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:41:42 +0300 Subject: [PATCH 1779/2142] Pendulum change types (#2302) --- chains/v16/chains_dev.json | 8 ++++---- chains/v17/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index c1b164cbf..9626d48da 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -7846,8 +7846,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -7860,8 +7860,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 213f461b5..41fcece14 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7546,8 +7546,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -7560,8 +7560,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } From a1d44b3a62611195e5860db21ad57aff0a2c61a2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:02:13 +0300 Subject: [PATCH 1780/2142] promote Pendulum (#2303) --- chains/v16/chains.json | 8 ++++---- chains/v17/chains.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 6e1eb0185..929ec7644 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -6843,8 +6843,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -6857,8 +6857,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 5d633c765..ce5a79751 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6607,8 +6607,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -6621,8 +6621,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } From 5165084e01da225100cf2b4d3fe7a60d9d0e1708 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 7 Dec 2023 17:20:42 +0100 Subject: [PATCH 1781/2142] update Subsocial icon --- icons/chains/gradient/Subsocial_Parachain.svg | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/icons/chains/gradient/Subsocial_Parachain.svg b/icons/chains/gradient/Subsocial_Parachain.svg index 03af8abc6..447c96de1 100644 --- a/icons/chains/gradient/Subsocial_Parachain.svg +++ b/icons/chains/gradient/Subsocial_Parachain.svg @@ -1,10 +1,15 @@ - - + + + + - - - + + + + + + From 73ba595b06cb55455c7bef3b1af6fc52b76da838 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 7 Dec 2023 17:38:00 +0100 Subject: [PATCH 1782/2142] promote Dock network --- chains/v16/chains.json | 32 ++++++++++++++++++++++++++++++++ chains/v17/chains.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 929ec7644..75ed1e64c 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7754,5 +7754,37 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 } ] diff --git a/chains/v17/chains.json b/chains/v17/chains.json index ce5a79751..9bdf4b78e 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7434,5 +7434,37 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 } ] From ad6520fd61b80ba23f0aeaeb193291d457dc9c40 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:05:48 +0300 Subject: [PATCH 1783/2142] update Westend nodes order (#2306) * update Westend nodes order * promote changes --- chains/v16/chains.json | 8 ++++---- chains/v16/chains_dev.json | 8 ++++---- chains/v17/chains.json | 8 ++++---- chains/v17/chains_dev.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 929ec7644..f4e9da51f 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -261,6 +261,10 @@ } ], "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.ibp.network/westend", "name": "IBP network node" @@ -269,10 +273,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 9626d48da..945b1f1b4 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -263,6 +263,10 @@ } ], "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.ibp.network/westend", "name": "IBP network node" @@ -271,10 +275,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index ce5a79751..c6b1e9a4a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -253,6 +253,10 @@ } ], "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.ibp.network/westend", "name": "IBP network node" @@ -261,10 +265,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 41fcece14..6b41d71c1 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -255,6 +255,10 @@ } ], "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://rpc.ibp.network/westend", "name": "IBP network node" @@ -263,10 +267,6 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" From f188e2297a1e1b56eca216cb809d445f85f3fdc2 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 8 Dec 2023 11:21:53 +0100 Subject: [PATCH 1784/2142] Revert "add USDC to Acala, Karura (#2293)" (#2307) This reverts commit 69e4326003d3809078a451e68a79b7d531854166. --- chains/v16/chains_dev.json | 28 ---------------------------- chains/v17/chains_dev.json | 28 ---------------------------- 2 files changed, 56 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 945b1f1b4..329e2b1c0 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -916,20 +916,6 @@ "existentialDeposit": "1000000000000000000", "transfersEnabled": true } - }, - { - "assetId": 27, - "symbol": "USDCet", - "precision": 6, - "type": "orml", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x021f3a10587a20114ea25ba1b388ee2dd4a337ce27", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } } ], "nodes": [ @@ -3305,20 +3291,6 @@ "existentialDeposit": "10000", "transfersEnabled": true } - }, - { - "assetId": 15, - "symbol": "USDCet", - "precision": 6, - "type": "orml", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0207df96d1341a7d16ba1ad431e2c847d978bc2bce", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } } ], "nodes": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 6b41d71c1..1770b0de1 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -896,20 +896,6 @@ "existentialDeposit": "1000000000000000000", "transfersEnabled": true } - }, - { - "assetId": 27, - "symbol": "USDCet", - "precision": 6, - "type": "orml", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x021f3a10587a20114ea25ba1b388ee2dd4a337ce27", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } } ], "nodes": [ @@ -3221,20 +3207,6 @@ "existentialDeposit": "10000", "transfersEnabled": true } - }, - { - "assetId": 15, - "symbol": "USDCet", - "precision": 6, - "type": "orml", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0207df96d1341a7d16ba1ad431e2c847d978bc2bce", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } } ], "nodes": [ From ba897362304543f3e4336bfd23be4be62b0457f7 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Dec 2023 16:19:04 +0100 Subject: [PATCH 1785/2142] add Bifrost Polkadot crowdloan (#2308) --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index f086dbbe7..a69284aad 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -382,5 +382,13 @@ "apiLink": "yy9252r9jh.api.purestake.io", "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" } + }, + { + "paraid": "3356", + "name": "Bifrost Polkadot", + "token": "BNC", + "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", + "website": "https://bifrost.finance/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" } ] From 6a2b68eb270272f33b50cfb7cf2b64234f25e9ca Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 12 Dec 2023 13:06:07 +0100 Subject: [PATCH 1786/2142] promote Bifrost Polkadot crowdloan (#2309) * promote Bifrost Polkadot crowdloan * fix error --- crowdloan/polkadot-dev.json | 4 ++-- crowdloan/polkadot.json | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index a69284aad..a247c54e2 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -215,7 +215,7 @@ "paraid": "2030", "name": "Bifrost Polkadot", "token": "BNC", - "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", + "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" }, @@ -387,7 +387,7 @@ "paraid": "3356", "name": "Bifrost Polkadot", "token": "BNC", - "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", + "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" } diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index cba26f144..df2d1a078 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -215,7 +215,7 @@ "paraid": "2030", "name": "Bifrost Polkadot", "token": "BNC", - "description": "Bifrost is a DeFi protocol that connect with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", + "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" }, @@ -381,5 +381,13 @@ "apiLink": "yy9252r9jh.api.purestake.io", "apiTokenName": "MOONBEAM_PROD_AUTH_TOKEN" } + }, + { + "paraid": "3356", + "name": "Bifrost Polkadot", + "token": "BNC", + "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", + "website": "https://bifrost.finance/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" } ] From 90add54c9d05d31333d22b17f5e663b66dd29dd3 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 12 Dec 2023 20:30:14 +0100 Subject: [PATCH 1787/2142] promote INTR on HydraDX --- chains/v16/chains.json | 14 ++++++++++++++ chains/v17/chains.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 70279a72c..15078181e 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -4870,6 +4870,20 @@ "transfersEnabled": true } }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, { "assetId": 18, "symbol": "SUB", diff --git a/chains/v17/chains.json b/chains/v17/chains.json index fdb953182..cc6e37b02 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4738,6 +4738,20 @@ "transfersEnabled": true } }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, { "assetId": 18, "symbol": "SUB", From 12717d6b6d5772ce195876077b8a6f46fd875aa5 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Dec 2023 16:13:55 +0100 Subject: [PATCH 1788/2142] remove PrivaDex dapp from catalog (#2310) --- dapps/dapps.json | 8 -------- dapps/dapps_dev.json | 8 -------- dapps/dapps_full.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 992a9478e..e56d14cb5 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -472,14 +472,6 @@ ], "desktopOnly": true }, - { - "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", - "url": "https://app.privadex.xyz/", - "categories": [ - "dex" - ] - }, { "name": "GIANTProtocol", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 9a4d53d59..3163a44ed 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -726,14 +726,6 @@ "utilities" ] }, - { - "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", - "url": "https://app.privadex.xyz/", - "categories": [ - "dex" - ] - }, { "name": "GIANTProtocol", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 45a847ff0..b8621c28b 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -620,14 +620,6 @@ "utilities" ] }, - { - "name": "PrivaDEX", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PrivaDEX.png", - "url": "https://app.privadex.xyz/", - "categories": [ - "dex" - ] - }, { "name": "GIANTProtocol", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Giant.svg", From de82b7a3b73bb57f628931f183199f09c9b6b203 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:52:16 +0100 Subject: [PATCH 1789/2142] Update dapps list (#2312) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 21b76636f..4d2a1975a 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -54,26 +54,25 @@ | 50 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | | 51 | Polkassembly | https://polkadot.polkassembly.io/ | governance | | 52 | Polkawatch | https://polkawatch.app/ | staking | -| 53 | PrivaDEX | https://app.privadex.xyz/ | dex | -| 54 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 55 | Raresama | https://raresama.com/ | nft | -| 56 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 57 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 58 | Singular | https://singular.rmrk.app/ | nft | -| 59 | Singular 2.0 | https://singular.app/ | nft | -| 60 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 61 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 62 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 63 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 64 | Sub.ID | https://sub.id/#/ | utilities | -| 65 | SubBridge | https://subbridge.io/ | bridge,evm | -| 66 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 67 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 68 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 69 | The Button | https://the-button.azero.dev/play | gaming | -| 70 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | -| 71 | TofuNFT | https://tofunft.com/ | nft,evm | -| 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 73 | Zenlink | https://app.zenlink.pro | dex,staking | -| 74 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 75 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 53 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 54 | Raresama | https://raresama.com/ | nft | +| 55 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 56 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 57 | Singular | https://singular.rmrk.app/ | nft | +| 58 | Singular 2.0 | https://singular.app/ | nft | +| 59 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 60 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 61 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 62 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 63 | Sub.ID | https://sub.id/#/ | utilities | +| 64 | SubBridge | https://subbridge.io/ | bridge,evm | +| 65 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 68 | The Button | https://the-button.azero.dev/play | gaming | +| 69 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 70 | TofuNFT | https://tofunft.com/ | nft,evm | +| 71 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 72 | Zenlink | https://app.zenlink.pro | dex,staking | +| 73 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 74 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 70c7208de5df3a8e1268e62e662294254e3db9e4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:38:50 +0300 Subject: [PATCH 1790/2142] return Turing (#2296) * return Turing * remove Khala --- xcm/v4/transfers.json | 98 +++++++++++++++++++ xcm/v5/transfers.json | 219 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 317 insertions(+) diff --git a/xcm/v4/transfers.json b/xcm/v4/transfers.json index b5e18a1fd..7010e5f45 100644 --- a/xcm/v4/transfers.json +++ b/xcm/v4/transfers.json @@ -3280,6 +3280,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3543,6 +3557,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3724,6 +3752,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3798,6 +3840,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4253,6 +4309,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4318,6 +4388,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4369,6 +4453,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 2ee9c9fbc..aa9c78936 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4367,6 +4367,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4672,6 +4686,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4912,6 +4940,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5000,6 +5042,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5561,6 +5617,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5626,6 +5696,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5691,6 +5775,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -7058,6 +7156,127 @@ } ] }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "assets": [ From 011f9d0f4e281e696109ff8a5c0d706cbc493c1b Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 14 Dec 2023 15:10:51 +0300 Subject: [PATCH 1791/2142] Add feeViaRuntimeCall flag --- chains/v17/chains.json | 15 +++++++---- chains/v17/chains_dev.json | 21 ++++++++++----- scripts/fee_via_runtime_call.py | 47 +++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 12 deletions(-) create mode 100644 scripts/fee_via_runtime_call.py diff --git a/chains/v17/chains.json b/chains/v17/chains.json index cc6e37b02..49e0d9122 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -113,7 +113,8 @@ "additional": { "themeColor": "#E6007A", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500 + "stakingMaxElectingVoters": 22500, + "feeViewRuntimeCall": true } }, { @@ -306,7 +307,8 @@ "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500 + "stakingMaxElectingVoters": 22500, + "feeViewRuntimeCall": true } }, { @@ -430,7 +432,8 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2, "additional": { - "relaychainAsNative": true + "relaychainAsNative": true, + "feeViewRuntimeCall": true } }, { @@ -5583,7 +5586,8 @@ "addressPrefix": 88, "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViewRuntimeCall": true } }, { @@ -6410,7 +6414,8 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViewRuntimeCall": true } }, { diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 1770b0de1..70d32606c 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -114,7 +114,8 @@ "additional": { "themeColor": "#E6007A", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500 + "stakingMaxElectingVoters": 22500, + "feeViewRuntimeCall": true } }, { @@ -319,7 +320,8 @@ "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500 + "stakingMaxElectingVoters": 22500, + "feeViewRuntimeCall": true } }, { @@ -404,7 +406,8 @@ "swap-hub" ], "additional": { - "relaychainAsNative": true + "relaychainAsNative": true, + "feeViewRuntimeCall": true } }, { @@ -531,7 +534,8 @@ "swap-hub" ], "additional": { - "relaychainAsNative": true + "relaychainAsNative": true, + "feeViewRuntimeCall": true } }, { @@ -1344,7 +1348,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViewRuntimeCall": true } }, { @@ -6135,7 +6140,8 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViewRuntimeCall": true } }, { @@ -7091,7 +7097,8 @@ "addressPrefix": 42, "additional": { "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViewRuntimeCall": true } }, { diff --git a/scripts/fee_via_runtime_call.py b/scripts/fee_via_runtime_call.py new file mode 100644 index 000000000..8a616be55 --- /dev/null +++ b/scripts/fee_via_runtime_call.py @@ -0,0 +1,47 @@ +import json +from typing import Set + +from os import listdir +from scripts.utils.work_with_data import get_data_from_file, write_data_to_file + +v17_path = "../chains/v17/chains.json" + +v16_chains = get_data_from_file("../chains/v16/chains_dev.json") +v17_chains = get_data_from_file(v17_path) + + +path = "../chains/v2/types" +files = [f for f in listdir(path)] + + +def find_type_files_containing(searched_key: str) -> Set: + found_files = [] + + for file in files: + file_data = get_data_from_file(path + "/" + file) + + for key in file_data["types"]: + if key == searched_key: + found_files.append("https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/" + file) + + return found_files + + +found_files = find_type_files_containing("RuntimeDispatchInfo") + +for v17_chain in v17_chains: + v16_chain = next((x for x in v16_chains if x["chainId"] == v17_chain["chainId"]), None) + + if v16_chain is None or "types" not in v16_chain: + continue + + if not v16_chain["types"]["url"] in found_files: + continue + + current_additional = v17_chain.get("additional", {}) + current_additional["feeViewRuntimeCall"] = True + found_files.remove(v16_chain["types"]["url"]) + +print(f"Still remaining: {found_files}") + +write_data_to_file(v17_path, json.dumps(v17_chains, indent=4)) From 16e20ac7c1cd1c5ac554a08fc192dfb5422aa5c5 Mon Sep 17 00:00:00 2001 From: valentunn Date: Thu, 14 Dec 2023 15:14:42 +0300 Subject: [PATCH 1792/2142] Fix --- chains/v17/chains.json | 85 ++++++++++++++++++++++++------ chains/v17/chains_dev.json | 93 ++++++++++++++++++++++++++------- scripts/fee_via_runtime_call.py | 8 ++- 3 files changed, 150 insertions(+), 36 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 49e0d9122..4a75ac4f6 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -840,7 +840,10 @@ "addressPrefix": 8, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -1784,7 +1787,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5 + "addressPrefix": 5, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", @@ -2166,7 +2172,10 @@ "addressPrefix": 10041, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", @@ -2221,7 +2230,10 @@ "addressPrefix": 136, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", @@ -2639,7 +2651,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 + "addressPrefix": 30, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", @@ -2886,7 +2901,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 + "addressPrefix": 255, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", @@ -3891,7 +3909,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", @@ -4504,7 +4525,10 @@ "addressPrefix": 36, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", @@ -4824,7 +4848,10 @@ "addressPrefix": 63, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -5471,7 +5498,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 + "addressPrefix": 50, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", @@ -5635,7 +5665,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 + "addressPrefix": 101, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", @@ -6205,7 +6238,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", @@ -6241,7 +6277,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 + "addressPrefix": 117, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", @@ -6360,7 +6399,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 + "addressPrefix": 57, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", @@ -6452,7 +6494,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 + "addressPrefix": 2007, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", @@ -6604,7 +6649,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + "addressPrefix": 55, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -7188,7 +7236,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 70d32606c..91f2ce8ee 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -958,7 +958,10 @@ "addressPrefix": 8, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -1544,6 +1547,9 @@ } } ] + }, + "additional": { + "feeViewRuntimeCall": true } }, { @@ -2372,7 +2378,10 @@ "addressPrefix": 10041, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", @@ -2427,7 +2436,10 @@ "addressPrefix": 136, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", @@ -2653,7 +2665,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 + "addressPrefix": 30, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", @@ -2942,7 +2957,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 + "addressPrefix": 255, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", @@ -4564,7 +4582,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", @@ -5002,7 +5023,10 @@ "addressPrefix": 36, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", @@ -5322,7 +5346,10 @@ "addressPrefix": 63, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -6013,7 +6040,10 @@ "addressPrefix": 50, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", @@ -6189,7 +6219,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 + "addressPrefix": 101, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", @@ -6685,7 +6718,10 @@ "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", @@ -6851,7 +6887,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", @@ -6912,7 +6951,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 + "addressPrefix": 117, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", @@ -7043,7 +7085,10 @@ "addressPrefix": 57, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", @@ -7233,7 +7278,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 + "addressPrefix": 2007, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", @@ -7503,7 +7551,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + "addressPrefix": 55, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", @@ -8298,7 +8349,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 + "addressPrefix": 42, + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "eip155:97", @@ -8479,7 +8533,10 @@ "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "feeViewRuntimeCall": true + } }, { "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", diff --git a/scripts/fee_via_runtime_call.py b/scripts/fee_via_runtime_call.py index 8a616be55..f9d0cd563 100644 --- a/scripts/fee_via_runtime_call.py +++ b/scripts/fee_via_runtime_call.py @@ -4,7 +4,7 @@ from os import listdir from scripts.utils.work_with_data import get_data_from_file, write_data_to_file -v17_path = "../chains/v17/chains.json" +v17_path = "../chains/v17/chains_dev.json" v16_chains = get_data_from_file("../chains/v16/chains_dev.json") v17_chains = get_data_from_file(v17_path) @@ -28,6 +28,9 @@ def find_type_files_containing(searched_key: str) -> Set: found_files = find_type_files_containing("RuntimeDispatchInfo") +print(len(found_files)) + +modified_chains = 0 for v17_chain in v17_chains: v16_chain = next((x for x in v16_chains if x["chainId"] == v17_chain["chainId"]), None) @@ -40,8 +43,11 @@ def find_type_files_containing(searched_key: str) -> Set: current_additional = v17_chain.get("additional", {}) current_additional["feeViewRuntimeCall"] = True + v17_chain["additional"] = current_additional found_files.remove(v16_chain["types"]["url"]) + modified_chains+=1 print(f"Still remaining: {found_files}") +print(f"Modified: {modified_chains}") write_data_to_file(v17_path, json.dumps(v17_chains, indent=4)) From aba725d2228b06e947e845f7ddba1c9ca3afec86 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:29:53 +0300 Subject: [PATCH 1793/2142] Default full sync (#2314) * Default full sync * Apply automatic changes --------- Co-authored-by: valentunn --- chains/v17/chains.json | 11 +++-- chains/v17/chains_dev.json | 11 +++-- scripts/modify_chains.py | 97 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 6 deletions(-) create mode 100644 scripts/modify_chains.py diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 4a75ac4f6..b3e010b3b 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -108,7 +108,8 @@ }, "options": [ "crowdloans", - "governance" + "governance", + "fullSyncByDefault" ], "additional": { "themeColor": "#E6007A", @@ -230,7 +231,8 @@ }, "options": [ "crowdloans", - "governance" + "governance", + "fullSyncByDefault" ], "additional": { "themeColor": "#1F78FF", @@ -5415,7 +5417,10 @@ "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", "defaultBlockTime": 1000 - } + }, + "options": [ + "fullSyncByDefault" + ] }, { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 91f2ce8ee..f893cc410 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -109,7 +109,8 @@ "options": [ "crowdloans", "governance", - "proxy" + "proxy", + "fullSyncByDefault" ], "additional": { "themeColor": "#E6007A", @@ -232,7 +233,8 @@ "options": [ "crowdloans", "governance", - "proxy" + "proxy", + "fullSyncByDefault" ], "additional": { "themeColor": "#1F78FF", @@ -5945,7 +5947,10 @@ "themeColor": "#10B6B1", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", "defaultBlockTime": 1000 - } + }, + "options": [ + "fullSyncByDefault" + ] }, { "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", diff --git a/scripts/modify_chains.py b/scripts/modify_chains.py new file mode 100644 index 000000000..ca1c4c15e --- /dev/null +++ b/scripts/modify_chains.py @@ -0,0 +1,97 @@ +import re +from abc import ABC, abstractmethod +from typing import List, Any +import json +from utils.work_with_data import get_data_from_file, write_data_to_file + + +class Command(ABC): + + path: List[str] + + def __init__(self, path: List[str]): + self.path = path + + @abstractmethod + def apply_command_to_chain_property(self, chain_property) -> Any: + pass + + def apply_command(self, chain): + chain_property = chain + property_parent = chain + + for idx, segment in enumerate(self.path): + property_parent = chain_property + chain_property = chain_property.get(segment, None) + + if idx < len(self.path) - 1 and chain_property is None: + chain_property = {} + property_parent[segment] = chain_property + + property_parent[self.path[-1]] = self.apply_command_to_chain_property(chain_property) + + +class AddCommand(Command): + + element: Any + + def __init__(self, path: List[str], element: Any): + super().__init__(path) + self.element = element + + def apply_command_to_chain_property(self, chain_property) -> Any: + if chain_property is None: + return [self.element] + + chain_property.append(self.element) + return chain_property + + +def parse_command(command_raw: str) -> Command: + command, arg = command_raw.split(" ") + command_segments = command.split(".") + chain_property_path, action = command_segments[:-1], command_segments[-1] + + arg_parsed = json.loads(arg) + + if action == "add": + return AddCommand(chain_property_path, arg_parsed) + else: + raise Exception(f"Unknown command: {command_raw}") + + + +file_names_raw = input("Enter file names you want to modify, separated by space (e.g. v17/chains.json): ") +file_names = file_names_raw.split(" ") + +chain_names_raw = input("Enter chain names you want to modify, separated by comma:") +chain_names = re.split(r',\s*', chain_names_raw) + + +def chains_path(path_suffix: str) -> str: + return "../chains/" + path_suffix + + +def load_chains_file(path_suffix): + return get_data_from_file(chains_path(path_suffix)) + + +def save_chains_file(path_suffix, content): + raw = json.dumps(content, indent=4) + write_data_to_file(chains_path(path_suffix), raw) + + +while True: + command_raw = input("Enter modify command: ") + command = parse_command(command_raw) + + for file_name in file_names: + chains = load_chains_file(file_name) + + for chain_name in chain_names: + chain = next(c for c in chains if c["name"].casefold() == chain_name.casefold()) + command.apply_command(chain) + + save_chains_file(file_name, chains) + + print("Done") From 70a0a16c66ae9cf16f5b9b508c1f5b4d41247773 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:09:00 +0300 Subject: [PATCH 1794/2142] Fix/fee flag (#2315) * Fix fee flag * Remove wrong field --- chains/v17/chains.json | 44 ++++++++++++++-------------- chains/v17/chains_dev.json | 52 ++++++++++++++++----------------- scripts/fee_via_runtime_call.py | 6 ++-- 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index b3e010b3b..9ddfab79c 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -115,7 +115,7 @@ "themeColor": "#E6007A", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", "stakingMaxElectingVoters": 22500, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -310,7 +310,7 @@ "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", "stakingMaxElectingVoters": 22500, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -435,7 +435,7 @@ "addressPrefix": 2, "additional": { "relaychainAsNative": true, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -844,7 +844,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -1791,7 +1791,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2176,7 +2176,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2234,7 +2234,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2655,7 +2655,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2905,7 +2905,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -3913,7 +3913,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -4529,7 +4529,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -4852,7 +4852,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -5505,7 +5505,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", "addressPrefix": 50, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -5622,7 +5622,7 @@ "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -5672,7 +5672,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6245,7 +6245,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6284,7 +6284,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6406,7 +6406,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", "addressPrefix": 57, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6462,7 +6462,7 @@ "additional": { "themeColor": "#EB2B6C", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6501,7 +6501,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6656,7 +6656,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -7243,7 +7243,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index f893cc410..584484e85 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -116,7 +116,7 @@ "themeColor": "#E6007A", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", "stakingMaxElectingVoters": 22500, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -323,7 +323,7 @@ "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", "stakingMaxElectingVoters": 22500, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -409,7 +409,7 @@ ], "additional": { "relaychainAsNative": true, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -537,7 +537,7 @@ ], "additional": { "relaychainAsNative": true, - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -962,7 +962,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -1354,7 +1354,7 @@ "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -1551,7 +1551,7 @@ ] }, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2382,7 +2382,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2440,7 +2440,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2669,7 +2669,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", "addressPrefix": 30, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -2961,7 +2961,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -4586,7 +4586,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", "addressPrefix": 2, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -5027,7 +5027,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -5350,7 +5350,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6047,7 +6047,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6176,7 +6176,7 @@ "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6226,7 +6226,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", "addressPrefix": 101, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6725,7 +6725,7 @@ "testnet" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6894,7 +6894,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -6958,7 +6958,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", "addressPrefix": 117, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -7092,7 +7092,7 @@ "governance-v1" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -7148,7 +7148,7 @@ "additional": { "themeColor": "#EB2B6C", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -7285,7 +7285,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", "addressPrefix": 2007, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -7558,7 +7558,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -8356,7 +8356,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", "addressPrefix": 42, "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { @@ -8540,7 +8540,7 @@ "testnet" ], "additional": { - "feeViewRuntimeCall": true + "feeViaRuntimeCall": true } }, { diff --git a/scripts/fee_via_runtime_call.py b/scripts/fee_via_runtime_call.py index f9d0cd563..3add7fb94 100644 --- a/scripts/fee_via_runtime_call.py +++ b/scripts/fee_via_runtime_call.py @@ -4,9 +4,9 @@ from os import listdir from scripts.utils.work_with_data import get_data_from_file, write_data_to_file -v17_path = "../chains/v17/chains_dev.json" +v17_path = "../chains/v17/chains.json" -v16_chains = get_data_from_file("../chains/v16/chains_dev.json") +v16_chains = get_data_from_file("../chains/v16/chains.json") v17_chains = get_data_from_file(v17_path) @@ -42,7 +42,7 @@ def find_type_files_containing(searched_key: str) -> Set: continue current_additional = v17_chain.get("additional", {}) - current_additional["feeViewRuntimeCall"] = True + current_additional["feeViaRuntimeCall"] = True v17_chain["additional"] = current_additional found_files.remove(v16_chain["types"]["url"]) modified_chains+=1 From aa09f216f44809aa697da8ba69cbc679eeb5e6d5 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:00:20 +0300 Subject: [PATCH 1795/2142] Update networks list (#2256) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 128 ++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 63 deletions(-) diff --git a/chains/README.md b/chains/README.md index 3de146e23..a307b2ae1 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 81 -### 💰 All assets 346 -### 🪙 Unique assets: 174 +### 🕸️ Supported networks: 83 +### 💰 All assets 354 +### 🪙 Unique assets: 176 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 73 -### 👀 Networks with block explorers: 72 +### 👀 Networks with block explorers: 74 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -23,7 +23,7 @@ | 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | | 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | | 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | - | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | | 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | | 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | | 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | @@ -33,61 +33,63 @@ | 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | | 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | | 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 24 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 25 | Edgeware | EDG | Subscan
Sub.ID | - | -| 26 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 27 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 28 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 29 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 30 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 31 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 32 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 33 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 34 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 35 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 36 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 37 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 38 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 39 | Jur | JUR | Polkascan | - | -| 40 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 41 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 42 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 43 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 44 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 45 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 46 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 47 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 48 | Kusama Bridge Hub | KSM | - | - | -| 49 | Kylin | KYL | Polkaholic | [nova-wallet-kylin](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kylin) | -| 50 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 51 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 52 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 53 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 54 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 55 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 56 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 57 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 58 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 59 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 60 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 61 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 62 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 63 | Polkadex | PDEX
DOT
USDT | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 64 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 65 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 66 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 67 | Polkadot Collectives | DOT | - | - | -| 68 | Polymesh | POLYX | Subscan | - | -| 69 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 70 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 71 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 72 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 73 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 74 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 75 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 76 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 77 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 78 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 79 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 80 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 81 | krest | KREST | Subscan | - | +| 24 | Dock | DOCK | Subscan | - | +| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 26 | Edgeware | EDG | Subscan
Sub.ID | - | +| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 29 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 30 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 31 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 32 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 33 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 34 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 35 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 36 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 37 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 38 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 39 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 40 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 41 | Jur | JUR | Polkascan | - | +| 42 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 43 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 44 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 45 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 46 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 47 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 48 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 49 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 50 | Kusama Bridge Hub | KSM | - | - | +| 51 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 52 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 53 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 54 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 55 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 56 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 57 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 58 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 59 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 60 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 61 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 62 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 63 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 64 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 65 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 66 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 67 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 68 | Polkadot Collectives | DOT | - | - | +| 69 | Polymesh | POLYX | Subscan | - | +| 70 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 71 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 72 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 73 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 74 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 75 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 76 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 77 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 78 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 79 | Watr | WATR | - | - | +| 80 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 81 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 82 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 83 | krest | KREST | Subscan | - | From 6df5a8cc9e3e09647d07629b58df1ec02910baa4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:29:27 +0300 Subject: [PATCH 1796/2142] fix account (#2316) --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 8204842f1..bb51927be 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -52,7 +52,7 @@ { "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", "name": "Khala", - "account": "0x6d6f646c7068616c612f62670000000000000000000000000000000000000000" + "account": "0x777068612f000000000000000000000000000000000000000000000000000000" }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", From 1dc73215a0fe0eb4fe0832a44828b5f5b637d427 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:27:11 +0300 Subject: [PATCH 1797/2142] adding fee_via_runtime to Acala (#2318) * adding fee_via_runtime to Acala * adding runtimedispatchinfo --- chains/v17/chains.json | 3 +++ chains/v17/chains_dev.json | 3 +++ chains/v2/types/acala.json | 19 ++++++++++++++++++- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 9ddfab79c..a2265976a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -3233,6 +3233,9 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, "options": [ "governance-v1" ] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 584484e85..b3a79699f 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3292,6 +3292,9 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, "options": [ "governance-v1" ] diff --git a/chains/v2/types/acala.json b/chains/v2/types/acala.json index b4ec21f7c..0e6edb7f1 100644 --- a/chains/v2/types/acala.json +++ b/chains/v2/types/acala.json @@ -10,7 +10,24 @@ "acala_runtime.RuntimeEvent": "GenericEvent", "acala_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 33ccf08edad43e4ccca9853af6c508149ed35ffd Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 11:35:32 +0100 Subject: [PATCH 1798/2142] downgrade Dwellir node --- chains/v16/chains_dev.json | 8 ++++++-- chains/v17/chains_dev.json | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 329e2b1c0..770061643 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -3295,8 +3295,8 @@ ], "nodes": [ { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://acala-rpc-0.aca-api.network", @@ -3317,6 +3317,10 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index b3a79699f..850245d8a 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3236,8 +3236,8 @@ ], "nodes": [ { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://acala-rpc-0.aca-api.network", @@ -3258,6 +3258,10 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From 65cd5cab10ea4ce2d6eb8479e6c652443fafa897 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 13:36:42 +0100 Subject: [PATCH 1799/2142] promote Acala nodes update (#2320) --- chains/v16/chains.json | 8 ++++++-- chains/v17/chains.json | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 15078181e..d92c7e35a 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -3226,8 +3226,8 @@ ], "nodes": [ { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://acala-rpc-0.aca-api.network", @@ -3248,6 +3248,10 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v17/chains.json b/chains/v17/chains.json index a2265976a..fe5fda83a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -3177,8 +3177,8 @@ ], "nodes": [ { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" }, { "url": "wss://acala-rpc-0.aca-api.network", @@ -3199,6 +3199,10 @@ { "url": "wss://acala.polkawallet.io", "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From f1b7733146ab11ce8f35fb4224fc31237f6cc84d Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 14:50:07 +0100 Subject: [PATCH 1800/2142] add OnFinality to Acala (#2321) * add Onfinality to Acala * fix indent --- chains/v16/chains_dev.json | 4 ++++ chains/v17/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 770061643..06e573e19 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -3298,6 +3298,10 @@ "url": "wss://rpc-acala.luckyfriday.io", "name": "LuckyFriday node" }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 850245d8a..a3d3aae7e 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3239,6 +3239,10 @@ "url": "wss://rpc-acala.luckyfriday.io", "name": "LuckyFriday node" }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" From 7813353518673ecaba6189ef07d359829a59f9f7 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 17:13:55 +0100 Subject: [PATCH 1801/2142] add Polimec network (#2322) * add Polimec network * remove types from v17 * add icons --- chains/v16/chains_dev.json | 29 +++++++++++++++++++++++++++++ chains/v17/chains.json | 4 ---- chains/v17/chains_dev.json | 29 +++++++++++++++++++++++++---- icons/chains/gradient/Polimec.svg | 22 ++++++++++++++++++++++ icons/tokens/white/PLMC.svg | 10 ++++++++++ 5 files changed, 86 insertions(+), 8 deletions(-) create mode 100644 icons/chains/gradient/Polimec.svg create mode 100644 icons/tokens/white/PLMC.svg diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 06e573e19..1fa3b80e6 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9764,5 +9764,34 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 } ] diff --git a/chains/v17/chains.json b/chains/v17/chains.json index fe5fda83a..28ea33510 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7542,10 +7542,6 @@ "account": "https://dock.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", "addressPrefix": 22 } diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index a3d3aae7e..2fce8b90d 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9414,11 +9414,32 @@ "account": "https://dock.subscan.io/account/{address}" } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", - "overridesCommon": true - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 } ] diff --git a/icons/chains/gradient/Polimec.svg b/icons/chains/gradient/Polimec.svg new file mode 100644 index 000000000..0c46450e5 --- /dev/null +++ b/icons/chains/gradient/Polimec.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/PLMC.svg b/icons/tokens/white/PLMC.svg new file mode 100644 index 000000000..84bc12600 --- /dev/null +++ b/icons/tokens/white/PLMC.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 1d4b8f7999224fcca749b9656f4323d90fa8209c Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 17:36:53 +0100 Subject: [PATCH 1802/2142] promote OnFinality node to Acala (#2324) --- chains/v16/chains.json | 4 ++++ chains/v17/chains.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index d92c7e35a..eba9964ef 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -3229,6 +3229,10 @@ "url": "wss://rpc-acala.luckyfriday.io", "name": "LuckyFriday node" }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 28ea33510..f39b626af 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -3180,6 +3180,10 @@ "url": "wss://rpc-acala.luckyfriday.io", "name": "LuckyFriday node" }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" From 793c204b68286e1c8df42dedd90db7a3503f5284 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:38:46 +0100 Subject: [PATCH 1803/2142] Update Test data File (#2325) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index bb51927be..93e13f32d 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -388,5 +388,10 @@ "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", "name": "Dock", "account": "0x9321f7238fbca5fe72f4ffc37d9748b38009972f7c4cea97055e56eac851bc59" + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "name": "Polimec", + "account": "0x6603f63a4091ba074b4384e64c6bba1dd96f6af49331ebda686b0a0f27dd961c" } ] From f3472391362e1ee364ac29e42d0cea8b60727c6b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Dec 2023 17:53:50 +0100 Subject: [PATCH 1804/2142] add EWX, EWX Rococo networks (#2323) * add EWX, EWX Rococo networks * remove types from v17 * add files back for v16 --- chains/v16/chains_dev.json | 53 +++++++++++++++++++++++++ chains/v17/chains_dev.json | 45 +++++++++++++++++++++ chains/v2/types/ewx_parachain.json | 16 ++++++++ chains/v2/types/ewx_rococo_testnet.json | 16 ++++++++ icons/chains/gradient/Energy_Web_X.svg | 22 ++++++++++ 5 files changed, 152 insertions(+) create mode 100644 chains/v2/types/ewx_parachain.json create mode 100644 chains/v2/types/ewx_rococo_testnet.json create mode 100644 icons/chains/gradient/Energy_Web_X.svg diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 1fa3b80e6..70512d662 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9793,5 +9793,58 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", "addressPrefix": 41 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_rococo_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 64, + "options": [ + "testnet" + ] } ] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 2fce8b90d..98ff99b77 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9441,5 +9441,50 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", "addressPrefix": 41 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 64, + "options": [ + "testnet" + ] } ] diff --git a/chains/v2/types/ewx_parachain.json b/chains/v2/types/ewx_parachain.json new file mode 100644 index 000000000..d3c0a2646 --- /dev/null +++ b/chains/v2/types/ewx_parachain.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 51, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "ew_parachain_runtime.RuntimeEvent": "GenericEvent", + "ew_parachain_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/chains/v2/types/ewx_rococo_testnet.json b/chains/v2/types/ewx_rococo_testnet.json new file mode 100644 index 000000000..83a4091e0 --- /dev/null +++ b/chains/v2/types/ewx_rococo_testnet.json @@ -0,0 +1,16 @@ +{ + "runtime_id": 52, + "types": { + "Balance": "u128", + "Index": "u32", + "Phase": "frame_system.Phase", + "Address": "sp_runtime.multiaddress.MultiAddress", + "ExtrinsicSignature": "sp_runtime.MultiSignature", + "ParaId": "polkadot_parachain.primitives.Id", + "ew_parachain_runtime.RuntimeEvent": "GenericEvent", + "ew_parachain_runtime.RuntimeCall": "GenericCall", + "sp_core.crypto.AccountId32": "GenericAccountId", + "pallet_identity.types.Data": "Data" + }, + "versioning": [] +} diff --git a/icons/chains/gradient/Energy_Web_X.svg b/icons/chains/gradient/Energy_Web_X.svg new file mode 100644 index 000000000..58875b8de --- /dev/null +++ b/icons/chains/gradient/Energy_Web_X.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + From b456058a8cddfdb716a41430dac44f52ff732dea Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:23:16 +0100 Subject: [PATCH 1805/2142] Update Test data File (#2326) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 93e13f32d..9eee0ad6b 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -393,5 +393,10 @@ "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", "name": "Polimec", "account": "0x6603f63a4091ba074b4384e64c6bba1dd96f6af49331ebda686b0a0f27dd961c" + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "name": "Energy Web X", + "account": "8e869ed0c80d0474cfe04a4fd05f7204f5530632a7fb238c6a405003288d3008" } ] From 56313a0fc18caedd006659f1fc6550dc51671961 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Dec 2023 10:16:46 +0100 Subject: [PATCH 1806/2142] add DispatchInfo and fix adressPrefix, icon path for EWT Rococo (#2327) * fix icon path * add DispatchInfo * update addressPrefix * update addressPrefix --- chains/v16/chains_dev.json | 4 ++-- chains/v17/chains_dev.json | 9 ++++++--- chains/v2/types/ewx_rococo_testnet.json | 19 ++++++++++++++++++- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 70512d662..1345e621b 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -9841,8 +9841,8 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_rococo_testnet.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 64, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, "options": [ "testnet" ] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 98ff99b77..53ca7623c 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9481,10 +9481,13 @@ "name": "Energy Web X Rococo node" } ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 64, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, "options": [ "testnet" - ] + ], + "additional": { + "feeViaRuntimeCall": true + } } ] diff --git a/chains/v2/types/ewx_rococo_testnet.json b/chains/v2/types/ewx_rococo_testnet.json index 83a4091e0..4e72724ed 100644 --- a/chains/v2/types/ewx_rococo_testnet.json +++ b/chains/v2/types/ewx_rococo_testnet.json @@ -10,7 +10,24 @@ "ew_parachain_runtime.RuntimeEvent": "GenericEvent", "ew_parachain_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "partialFee", + "Balance" + ] + ] + } }, "versioning": [] } From 882b701ad269a3e695e249ce633e68cc18c015cd Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 20 Dec 2023 13:22:21 +0100 Subject: [PATCH 1807/2142] fix hashed types --- chains/v17/chains_dev.json | 4 ++++ chains/v2/types/hashed.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 53ca7623c..7a109d59c 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7937,6 +7937,10 @@ } ] }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, diff --git a/chains/v2/types/hashed.json b/chains/v2/types/hashed.json index 595c2a24d..fe6ee5c0d 100644 --- a/chains/v2/types/hashed.json +++ b/chains/v2/types/hashed.json @@ -4,7 +4,7 @@ "Balance": "u128", "Index": "u32", "Phase": "frame_system.Phase", - "Address": "sp_runtime.multiaddress.MultiAddress", + "Address": "241", "ExtrinsicSignature": "sp_runtime.MultiSignature", "ParaId": "polkadot_parachain.primitives.Id", "hashed_parachain_runtime.Event": "GenericEvent", From ee2a4dff062b539f893ad28da9d440bc19627fbc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:08:06 +0300 Subject: [PATCH 1808/2142] Change nodes order (#2330) * change node order * change order for stakeworld --- chains/v16/chains.json | 24 ++++++++++++++++-------- chains/v16/chains_dev.json | 24 ++++++++++++++++-------- chains/v17/chains.json | 24 ++++++++++++++++-------- chains/v17/chains_dev.json | 24 ++++++++++++++++-------- 4 files changed, 64 insertions(+), 32 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index eba9964ef..f24aaacac 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -26,6 +26,22 @@ } ], "nodes": [ + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -41,14 +57,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 1345e621b..8b992859b 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -26,6 +26,22 @@ } ], "nodes": [ + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -41,14 +57,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v17/chains.json b/chains/v17/chains.json index f39b626af..1efeae6ff 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -26,6 +26,22 @@ } ], "nodes": [ + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -41,14 +57,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 7a109d59c..7420e29b7 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -26,6 +26,22 @@ } ], "nodes": [ + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" @@ -41,14 +57,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From e3a26263710f91fe3f4ff12596cdd780bb240e6b Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Dec 2023 11:09:11 +0100 Subject: [PATCH 1809/2142] remove OnFinlaity from Polkadot (#2332) --- chains/v16/chains.json | 4 ---- chains/v16/chains_dev.json | 4 ---- chains/v17/chains.json | 4 ---- chains/v17/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index f24aaacac..d460bbff7 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -38,10 +38,6 @@ "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 8b992859b..dc7807a65 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -38,10 +38,6 @@ "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 1efeae6ff..525701983 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -38,10 +38,6 @@ "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 7420e29b7..17687e4df 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -38,10 +38,6 @@ "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 006a18266e5214faf5ca1290e8755accd0425381 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:42:44 +0300 Subject: [PATCH 1810/2142] add price for MGX (#2331) --- chains/v10/chains.json | 1 + chains/v10/chains_dev.json | 1 + chains/v11/chains.json | 1 + chains/v11/chains_dev.json | 1 + chains/v12/chains.json | 1 + chains/v12/chains_dev.json | 1 + chains/v13/chains.json | 1 + chains/v13/chains_dev.json | 1 + chains/v14/chains.json | 1 + chains/v14/chains_dev.json | 1 + chains/v15/chains.json | 1 + chains/v15/chains_dev.json | 1 + chains/v16/chains.json | 1 + chains/v16/chains_dev.json | 1 + chains/v17/chains.json | 1 + chains/v17/chains_dev.json | 1 + 16 files changed, 16 insertions(+) diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 8dd33618b..0d648615a 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -4956,6 +4956,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 960672ba4..5748d2ddd 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -5601,6 +5601,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 32ee18a98..e5c00a673 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5206,6 +5206,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 0f22f6998..94c2fdac0 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -5797,6 +5797,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 3f884ff91..db6b2503c 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -5357,6 +5357,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index c738e23e7..73ffc7fcd 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -5920,6 +5920,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 9c87e7ee5..644bafa7d 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -5717,6 +5717,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 7e7248c68..a01110976 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -6302,6 +6302,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 90c339f5e..7cb698764 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6047,6 +6047,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index e036dd234..9a51fcede 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6592,6 +6592,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 65d272045..2cc6e5d1d 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6068,6 +6068,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 246002c2a..db2359005 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -6628,6 +6628,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v16/chains.json b/chains/v16/chains.json index d460bbff7..fee57cf98 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -6125,6 +6125,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index dc7807a65..9089591c6 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -6701,6 +6701,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 525701983..886ee9431 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -5986,6 +5986,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 17687e4df..17852f3b9 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -6540,6 +6540,7 @@ { "assetId": 0, "symbol": "MGX", + "priceId": "mangata-x", "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", "type": "orml", From c6105508c9682d53e9bfed453044609c2a736ad5 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:57:35 +0300 Subject: [PATCH 1811/2142] Move polkadot nodes (#2333) --- chains/v15/chains.json | 20 ++++++++++++-------- chains/v15/chains_dev.json | 20 ++++++++++---------- chains/v16/chains.json | 8 ++++---- chains/v16/chains_dev.json | 8 ++++---- chains/v17/chains.json | 8 ++++---- chains/v17/chains_dev.json | 8 ++++---- 6 files changed, 38 insertions(+), 34 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 2cc6e5d1d..bee613ccf 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -26,10 +26,22 @@ } ], "nodes": [ + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" @@ -41,14 +53,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" } ], "explorers": [ diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index db2359005..39f799ac5 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -26,13 +26,21 @@ } ], "nodes": [ + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" }, { "url": "wss://rpc-polkadot.luckyfriday.io", @@ -45,14 +53,6 @@ { "url": "wss://rpc.dotters.network/polkadot", "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v16/chains.json b/chains/v16/chains.json index fee57cf98..dccfda933 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -42,6 +38,10 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 9089591c6..2b25bb333 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -42,6 +38,10 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 886ee9431..b1d2eb7db 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -42,6 +38,10 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 17852f3b9..604a9d408 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" @@ -42,6 +38,10 @@ "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, { "url": "wss://rpc-polkadot.luckyfriday.io", "name": "LuckyFriday node" From 0acf2d9e6c2f575fb54f645ed852a796a37ac861 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Dec 2023 13:27:29 +0100 Subject: [PATCH 1812/2142] promote Energy Web chains (#2329) --- chains/v16/chains.json | 83 ++++++++++++++++++++++++++++++++++++++++++ chains/v17/chains.json | 79 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index dccfda933..f441e7eb8 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7813,5 +7813,88 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 } ] diff --git a/chains/v17/chains.json b/chains/v17/chains.json index b1d2eb7db..e0e1c6731 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7553,5 +7553,84 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 } ] From aa05f4f9c67a039a082896358ea6fbc78cbc95d2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Dec 2023 16:30:23 +0100 Subject: [PATCH 1813/2142] add networkBaseWeight (#2335) --- xcm/v5/transfers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index aa9c78936..676fad39a 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -400,7 +400,8 @@ "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", - "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000" + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" }, "chains": [ { From cd8734580f0024c2926f130a22e322bbdd0838b1 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:31:51 +0100 Subject: [PATCH 1814/2142] Update networks list (#2334) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 124 ++++++++++++++++++++++++----------------------- 1 file changed, 63 insertions(+), 61 deletions(-) diff --git a/chains/README.md b/chains/README.md index a307b2ae1..d58a6f516 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 83 -### 💰 All assets 354 -### 🪙 Unique assets: 176 +### 🕸️ Supported networks: 85 +### 💰 All assets 356 +### 🪙 Unique assets: 177 ### 💫 Cross Chain directions: 410 -### 🧾 SubQuery API projects: 73 -### 👀 Networks with block explorers: 74 +### 🧾 SubQuery API projects: 74 +### 👀 Networks with block explorers: 75 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -37,59 +37,61 @@ | 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 26 | Edgeware | EDG | Subscan
Sub.ID | - | | 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 28 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 29 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 30 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 31 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 32 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 33 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 34 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 35 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 36 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 37 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 38 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 39 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 40 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 41 | Jur | JUR | Polkascan | - | -| 42 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 43 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 44 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 45 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 46 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 47 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 48 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 49 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 50 | Kusama Bridge Hub | KSM | - | - | -| 51 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 52 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 53 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 54 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 55 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 56 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 57 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 58 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 59 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 60 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 61 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 62 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 63 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 64 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 65 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 66 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 67 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 68 | Polkadot Collectives | DOT | - | - | -| 69 | Polymesh | POLYX | Subscan | - | -| 70 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 71 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 72 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 73 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 74 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 75 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 76 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 77 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 78 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 79 | Watr | WATR | - | - | -| 80 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 81 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 82 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 83 | krest | KREST | Subscan | - | +| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 29 | Energy Web X | EWT | - | - | +| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 31 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 42 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 43 | Jur | JUR | Polkascan | - | +| 44 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 45 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 46 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 47 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 48 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 49 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 50 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 51 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 52 | Kusama Bridge Hub | KSM | - | - | +| 53 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 54 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 55 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 56 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 57 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 58 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 59 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 60 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 61 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 62 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 63 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 64 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 65 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 66 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 67 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 68 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 69 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 70 | Polkadot Collectives | DOT | - | - | +| 71 | Polymesh | POLYX | Subscan | - | +| 72 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 73 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 74 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 75 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 76 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 77 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 78 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 79 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 80 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 81 | Watr | WATR | - | - | +| 82 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 83 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 84 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 85 | krest | KREST | Subscan | - | From 7b144845a3d543e25ef47932580dff2f77505271 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:40:02 +0300 Subject: [PATCH 1815/2142] fix eth chain (#2338) --- tests/data/setting_data.py | 5 ++--- tests/test_eth_nodes_availability.py | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/data/setting_data.py b/tests/data/setting_data.py index 173c9bf20..4b53a219d 100644 --- a/tests/data/setting_data.py +++ b/tests/data/setting_data.py @@ -26,11 +26,10 @@ def get_substrate_chains() -> list[Chain]: return substrate_chains -def get_ethereum_chains(): +def get_ethereum_chain(): eth_chains = [] for data in network_list: - options = data.get('options') - if options is not None and 'ethereumBased' in options: + if data.get('chainId') == 'eip155:1': eth_chains.append(Chain(data)) return eth_chains diff --git a/tests/test_eth_nodes_availability.py b/tests/test_eth_nodes_availability.py index 272a61c94..82c8f1a01 100644 --- a/tests/test_eth_nodes_availability.py +++ b/tests/test_eth_nodes_availability.py @@ -2,14 +2,14 @@ import time from web3 import Web3 -from tests.data.setting_data import collect_rpc_nodes_for_chains, get_ethereum_chains +from tests.data.setting_data import collect_rpc_nodes_for_chains, get_ethereum_chain task_ids = [ f'Test for {task["name"]}, url: {task["url"]}' - for task in collect_rpc_nodes_for_chains(get_ethereum_chains()) + for task in collect_rpc_nodes_for_chains(get_ethereum_chain()) ] -@pytest.mark.parametrize("data", collect_rpc_nodes_for_chains(get_ethereum_chains()), ids=task_ids) +@pytest.mark.parametrize("data", collect_rpc_nodes_for_chains(get_ethereum_chain()), ids=task_ids) class TestETHNodesAvailability: def test_rpc_node_work_fast(self, data): From 892cf550eacff21062fb47aae22e14c3b8ee9a8f Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:11:39 +0300 Subject: [PATCH 1816/2142] Create v18 from v17 (#2339) --- chains/v18/chains.json | 7636 +++++++++++++++++++++++++++++ chains/v18/chains_dev.json | 9502 ++++++++++++++++++++++++++++++++++++ 2 files changed, 17138 insertions(+) create mode 100644 chains/v18/chains.json create mode 100644 chains/v18/chains_dev.json diff --git a/chains/v18/chains.json b/chains/v18/chains.json new file mode 100644 index 000000000..e0e1c6731 --- /dev/null +++ b/chains/v18/chains.json @@ -0,0 +1,7636 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json new file mode 100644 index 000000000..604a9d408 --- /dev/null +++ b/chains/v18/chains_dev.json @@ -0,0 +1,9502 @@ +[ + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "name": "Novasama Testnet - Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", + "name": "Jur", + "assets": [ + { + "assetId": 0, + "symbol": "JUR", + "precision": 18, + "priceId": "jur", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg" + } + ], + "nodes": [ + { + "url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io", + "name": "Iceberg node" + }, + { + "url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws", + "name": "Simplystaking node" + } + ], + "explorers": [ + { + "name": "Polkascan", + "account": "https://jur.io/explorer/jur/account/{address}", + "event": "https://jur.io/explorer/jur/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + } +] From fe89f49b15beeac59f6a912a7d9b4be440ced5cc Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:44:31 +0300 Subject: [PATCH 1817/2142] Add private dwellir node (#2340) --- chains/v18/chains.json | 4 ++++ chains/v18/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index e0e1c6731..3fc4498c4 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 604a9d408..eeb99965e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" From 4e7af461daffe1e110519fe0e55d898a15033152 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Dec 2023 16:02:49 +0100 Subject: [PATCH 1818/2142] add proxy to Moonbeam, Aleph Zero (#2341) --- chains/v17/chains_dev.json | 6 ++++-- chains/v18/chains_dev.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 604a9d408..d7de26314 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3677,7 +3677,8 @@ "options": [ "ethereumBased", "governance", - "governance-v1" + "governance-v1", + "proxy" ], "additional": { "themeColor": "#10B6B1", @@ -5964,7 +5965,8 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault" + "fullSyncByDefault", + "proxy" ] }, { diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index eeb99965e..8ec805381 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3681,7 +3681,8 @@ "options": [ "ethereumBased", "governance", - "governance-v1" + "governance-v1", + "proxy" ], "additional": { "themeColor": "#10B6B1", @@ -5968,7 +5969,8 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault" + "fullSyncByDefault", + "proxy" ] }, { From 9aef44d4a43b28720a5b98bda273969adcfe0b7f Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Dec 2023 17:47:20 +0100 Subject: [PATCH 1819/2142] remove proxy Azero (#2342) --- chains/v17/chains_dev.json | 3 +-- chains/v18/chains_dev.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index d7de26314..22eb790dd 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5965,8 +5965,7 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault", - "proxy" + "fullSyncByDefault" ] }, { diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8ec805381..9b13a9270 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5969,8 +5969,7 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault", - "proxy" + "fullSyncByDefault" ] }, { From c9788eeffdbcbd1ca15800477ac368b8b36a6bd5 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Sat, 23 Dec 2023 02:49:51 +0300 Subject: [PATCH 1820/2142] Move nodes (#2343) --- chains/v15/chains.json | 8 ++++---- chains/v15/chains_dev.json | 8 ++++---- chains/v16/chains.json | 8 ++++---- chains/v16/chains_dev.json | 8 ++++---- chains/v17/chains.json | 8 ++++---- chains/v17/chains_dev.json | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/chains/v15/chains.json b/chains/v15/chains.json index bee613ccf..2927ad655 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -26,13 +26,13 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" }, { "url": "wss://polkadot-rpc.dwellir.com", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 39f799ac5..a86d9a1b5 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v16/chains.json b/chains/v16/chains.json index f441e7eb8..c6d2cd8af 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 2b25bb333..2ae9341fe 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index e0e1c6731..b12f31719 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 22eb790dd..6788f92d8 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 276916ed8fd0196510e74f1ae1273b8624acbd50 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:07:03 +0300 Subject: [PATCH 1821/2142] fix crust name (#2344) * fix crust name * return back for crowdloans * update icon --- chains/v10/chains.json | 4 ++-- chains/v10/chains_dev.json | 4 ++-- chains/v11/chains.json | 4 ++-- chains/v11/chains_dev.json | 4 ++-- chains/v12/chains.json | 4 ++-- chains/v12/chains_dev.json | 4 ++-- chains/v13/chains.json | 4 ++-- chains/v13/chains_dev.json | 4 ++-- chains/v14/chains.json | 4 ++-- chains/v14/chains_dev.json | 4 ++-- chains/v15/chains.json | 4 ++-- chains/v15/chains_dev.json | 4 ++-- chains/v16/chains.json | 4 ++-- chains/v16/chains_dev.json | 4 ++-- chains/v17/chains.json | 4 ++-- chains/v17/chains_dev.json | 4 ++-- chains/v18/chains.json | 4 ++-- chains/v18/chains_dev.json | 4 ++-- chains/v7/chains_dev.json | 2 +- chains/v8/chains.json | 4 ++-- chains/v8/chains_dev.json | 4 ++-- chains/v9/chains.json | 4 ++-- chains/v9/chains_dev.json | 4 ++-- crowdloan/polkadot-dev.json | 2 +- crowdloan/polkadot.json | 2 +- icons/chains/gradient/Crust_Parachain.svg | 22 ++++++++++++++++++++++ tests/chains_for_testBalance.json | 2 +- 27 files changed, 70 insertions(+), 48 deletions(-) create mode 100644 icons/chains/gradient/Crust_Parachain.svg diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 0d648615a..51df758de 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -5721,7 +5721,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -5749,7 +5749,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 5748d2ddd..630e3baee 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -6818,7 +6818,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6846,7 +6846,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v11/chains.json b/chains/v11/chains.json index e5c00a673..255de4d3d 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -5976,7 +5976,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6004,7 +6004,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 94c2fdac0..e3a691e7c 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -7023,7 +7023,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7059,7 +7059,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v12/chains.json b/chains/v12/chains.json index db6b2503c..a629a596f 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -6129,7 +6129,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6157,7 +6157,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 73ffc7fcd..458e89fc5 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -7160,7 +7160,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7196,7 +7196,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v13/chains.json b/chains/v13/chains.json index 644bafa7d..5da824510 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -6503,7 +6503,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6538,7 +6538,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index a01110976..2b0d5c760 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -7564,7 +7564,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7599,7 +7599,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 7cb698764..bbc4e9724 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -6870,7 +6870,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6905,7 +6905,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 9a51fcede..fca1d0b11 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -7886,7 +7886,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7921,7 +7921,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 2927ad655..a93637190 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -6862,7 +6862,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6897,7 +6897,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index a86d9a1b5..5ce20418d 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -7879,7 +7879,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7914,7 +7914,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v16/chains.json b/chains/v16/chains.json index c6d2cd8af..0b29f1691 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -6915,7 +6915,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6950,7 +6950,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index 2ae9341fe..34e1e7ca4 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -7954,7 +7954,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7989,7 +7989,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v17/chains.json b/chains/v17/chains.json index b12f31719..a2ad953fa 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6736,7 +6736,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6767,7 +6767,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 6788f92d8..0faff1816 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7709,7 +7709,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7740,7 +7740,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 3fc4498c4..6d87ff7ee 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -6740,7 +6740,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6771,7 +6771,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 9b13a9270..dacab1d12 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7713,7 +7713,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -7744,7 +7744,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index b9d662eff..16e0c9573 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -6542,7 +6542,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 5a0a27fb3..3ca549fd3 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -5684,7 +5684,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -5712,7 +5712,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 849d66818..00f184456 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -6661,7 +6661,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6689,7 +6689,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 030ccc20a..a5ca8db1c 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -5750,7 +5750,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -5778,7 +5778,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index c7618949c..69316fe12 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -6768,7 +6768,7 @@ { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust", + "name": "Crust Polkadot Parachain", "assets": [ { "assetId": 0, @@ -6796,7 +6796,7 @@ "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", "overridesCommon": true }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "addressPrefix": 88 }, { diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index a247c54e2..a8a675ec1 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -67,7 +67,7 @@ "token": "CRU", "description": "Crust implements the incentive layer protocol for decentralized storage", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "rewardRate": 0.2 }, { diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index df2d1a078..25320a731 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -67,7 +67,7 @@ "token": "CRU", "description": "Crust implements the incentive layer protocol for decentralized storage", "website": "https://crust.network/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", "rewardRate": 0.2 }, { diff --git a/icons/chains/gradient/Crust_Parachain.svg b/icons/chains/gradient/Crust_Parachain.svg new file mode 100644 index 000000000..c5a21ae89 --- /dev/null +++ b/icons/chains/gradient/Crust_Parachain.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 9eee0ad6b..cc1f21fd0 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -296,7 +296,7 @@ }, { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "name": "Crust", + "name": "Crust Polkadot Parachain", "account": "0x0a2831bc1a5cfdfd6aca13c77cf934fdf2a6010d041d4d76a62698cd58c87956" }, { From 6a1cccdf5d97e912dfcdbcbed525e3cc071f5d7b Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:53:00 +0300 Subject: [PATCH 1822/2142] Update networks list (#2345) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 174 +++++++++++++++++++++++------------------------ 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/chains/README.md b/chains/README.md index d58a6f516..ad52751a0 100644 --- a/chains/README.md +++ b/chains/README.md @@ -8,90 +8,90 @@ ### 👀 Networks with block explorers: 75 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | - | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 20 | Crust | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 24 | Dock | DOCK | Subscan | - | -| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 26 | Edgeware | EDG | Subscan
Sub.ID | - | -| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 29 | Energy Web X | EWT | - | - | -| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 31 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 42 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 43 | Jur | JUR | Polkascan | - | -| 44 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 45 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 46 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 47 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 48 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 49 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 50 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 51 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 52 | Kusama Bridge Hub | KSM | - | - | -| 53 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 54 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 55 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 56 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 57 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 58 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 59 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 60 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 61 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 62 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 63 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 64 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 65 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 66 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 67 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 68 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 69 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 70 | Polkadot Collectives | DOT | - | - | -| 71 | Polymesh | POLYX | Subscan | - | -| 72 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 73 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 74 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 75 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 76 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 77 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 78 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 79 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 80 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 81 | Watr | WATR | - | - | -| 82 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 83 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 84 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 85 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | - | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 20 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 24 | Dock | DOCK | Subscan | - | +| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 26 | Edgeware | EDG | Subscan
Sub.ID | - | +| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 29 | Energy Web X | EWT | - | - | +| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 31 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 42 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 43 | Jur | JUR | Polkascan | - | +| 44 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 45 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 46 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 47 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 48 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 49 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 50 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 51 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 52 | Kusama Bridge Hub | KSM | - | - | +| 53 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 54 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 55 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 56 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 57 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 58 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 59 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 60 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 61 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 62 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 63 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 64 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 65 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 66 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 67 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 68 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 69 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 70 | Polkadot Collectives | DOT | - | - | +| 71 | Polymesh | POLYX | Subscan | - | +| 72 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 73 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 74 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 75 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 76 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 77 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 78 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 79 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 80 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 81 | Watr | WATR | - | - | +| 82 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 83 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 84 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 85 | krest | KREST | Subscan | - | From 5af0efc3ef0cbf67fc15111318bc1af9af9aa285 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Dec 2023 17:28:54 +0100 Subject: [PATCH 1823/2142] remove Polkadex node (#2346) --- chains/v17/chains_dev.json | 4 ---- chains/v18/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 0faff1816..ee749569a 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -6137,10 +6137,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, { "url": "wss://polkadex.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index dacab1d12..ae76011f4 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6141,10 +6141,6 @@ } ], "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, { "url": "wss://polkadex.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" From 71a305d644b81f62ca30e8ba43d17baf732eaee9 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Dec 2023 18:02:27 +0100 Subject: [PATCH 1824/2142] move OnFinality node up (#2347) --- chains/v17/chains_dev.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index ee749569a..dff5990dc 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -6137,13 +6137,13 @@ } ], "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, { "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index ae76011f4..552ef10ab 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6141,13 +6141,13 @@ } ], "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, { "url": "wss://polkadex.api.onfinality.io/public-ws", "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" } ], "explorers": [ From 039b68f3d355a18c0daf812b05e39b7df47e81d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Dec 2023 18:46:17 +0100 Subject: [PATCH 1825/2142] promote Polkadex node update (#2348) --- chains/v17/chains.json | 8 ++------ chains/v18/chains.json | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index a2ad953fa..461fa333b 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -5595,16 +5595,12 @@ ], "nodes": [ { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" }, { "url": "wss://polkadex.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 6d87ff7ee..cd7b0d4c2 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5599,16 +5599,12 @@ ], "nodes": [ { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" }, { "url": "wss://polkadex.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ From a7ac57f72356102c1eecf8cfee1c48251a218cda Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Dec 2023 18:01:50 +0100 Subject: [PATCH 1826/2142] add node to Hashed network (#2349) * add Hashed node * fix name --- chains/v17/chains_dev.json | 4 ++++ chains/v18/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index dff5990dc..1ef7995d4 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7926,6 +7926,10 @@ } ], "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 552ef10ab..66ab4e206 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7930,6 +7930,10 @@ } ], "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" From da9e2b57df6a7ec4faa1307ed686afd12539983d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Dec 2023 11:55:04 +0100 Subject: [PATCH 1827/2142] promote add node to Hashed network (#2350) --- chains/v17/chains.json | 4 ++++ chains/v18/chains.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 461fa333b..239de0dc8 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6816,6 +6816,10 @@ } ], "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" diff --git a/chains/v18/chains.json b/chains/v18/chains.json index cd7b0d4c2..59b137410 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -6820,6 +6820,10 @@ } ], "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, { "url": "wss://c2.hashed.network", "name": "Hashed systems 2 node" From 10700649592f48574599c4d5c0b3ef61db9e5352 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:01:22 +0300 Subject: [PATCH 1828/2142] Temporarily disable http nodes (#2352) --- chains/v18/chains_dev.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 66ab4e206..f4fe62471 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3717,34 +3717,6 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" From e6b56a49aaa2a0382b2a8d3a48ec8d9435dc4007 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:10:57 +0300 Subject: [PATCH 1829/2142] remove http (#2353) --- chains/v18/chains.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 59b137410..8d40111d0 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1206,34 +1206,6 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" From 54158c13fe24917eed740753d6d07a9752d3a368 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:28:07 +0300 Subject: [PATCH 1830/2142] set new node as first (#2354) * set new node as first * only set new wss --- chains/v16/chains.json | 4 ++++ chains/v17/chains.json | 4 ++++ chains/v18/chains.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 0b29f1691..52adbd83f 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -1246,6 +1246,10 @@ "url": "https://1rpc.io/eth", "name": "One rpc node" }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 239de0dc8..d6bb18704 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1230,6 +1230,10 @@ "url": "https://1rpc.io/eth", "name": "One rpc node" }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 8d40111d0..7926d1630 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1206,6 +1206,10 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, { "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", "name": "Infura node" From 0e7342906325c2fba0f342653aa8bd6429aa17f6 Mon Sep 17 00:00:00 2001 From: valentunn <70131744+valentunn@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:05:08 +0300 Subject: [PATCH 1831/2142] Return back http nodes (#2356) --- chains/v18/chains.json | 28 ++++++++++++++++++++++++++++ chains/v18/chains_dev.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 7926d1630..65e3cf1bc 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1206,6 +1206,34 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, { "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", "name": "Infura node 5" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index f4fe62471..66ab4e206 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3717,6 +3717,34 @@ ], "nodeSelectionStrategy": "uniform", "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, { "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" From 689a00d7848d12695f4a45ca8271e9b0074fa584 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 29 Dec 2023 23:17:06 +0100 Subject: [PATCH 1832/2142] add PHA to HydraDX (#2355) --- chains/v17/chains_dev.json | 14 ++++++++++++++ chains/v18/chains_dev.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 1ef7995d4..e61003ed8 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5322,6 +5322,20 @@ "existentialDeposit": "18761726", "transfersEnabled": true } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 66ab4e206..10fe9d142 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5326,6 +5326,20 @@ "existentialDeposit": "18761726", "transfersEnabled": true } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } } ], "nodes": [ From fbf2bb9fccc27428f1fb24462bb3937c0a57a0f4 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 Jan 2024 10:18:37 +0100 Subject: [PATCH 1833/2142] promote PHA to HydraDX --- chains/v17/chains.json | 14 ++++++++++++++ chains/v18/chains.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index d6bb18704..433c7ca06 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4827,6 +4827,20 @@ "existentialDeposit": "18761726", "transfersEnabled": true } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 65e3cf1bc..56cb31fde 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4831,6 +4831,20 @@ "existentialDeposit": "18761726", "transfersEnabled": true } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } } ], "nodes": [ From 50b879c2aba9af5106328d3aa5a8be0e11d7c0d1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 Jan 2024 17:40:44 +0100 Subject: [PATCH 1834/2142] add proxy to Novasama Testnet (#2359) --- chains/v17/chains_dev.json | 3 ++- chains/v18/chains_dev.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index e61003ed8..e0b4d49d7 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7427,7 +7427,8 @@ "options": [ "testnet", "governance", - "governance-v1" + "governance-v1", + "proxy" ], "additional": { "themeColor": "#1F78FF", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 10fe9d142..007320b00 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7431,7 +7431,8 @@ "options": [ "testnet", "governance", - "governance-v1" + "governance-v1", + "proxy" ], "additional": { "themeColor": "#1F78FF", From 275c70c98a0f9fe9bc6e72974b2b9cf55ad49cc4 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:27:57 +0100 Subject: [PATCH 1835/2142] Update networks list (#2360) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index ad52751a0..c99ba3ad7 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 85 -### 💰 All assets 356 +### 💰 All assets 357 ### 🪙 Unique assets: 177 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 74 @@ -47,7 +47,7 @@ | 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | | 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From 3387503aa15b1a61477fc6e007cc1959050ee118 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 11:28:45 +0100 Subject: [PATCH 1836/2142] add proxy to Westmint Testnet (#2361) --- chains/v17/chains_dev.json | 3 ++- chains/v18/chains_dev.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index e0b4d49d7..4902872a6 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -409,7 +409,8 @@ }, "options": [ "testnet", - "swap-hub" + "swap-hub", + "proxy" ], "additional": { "relaychainAsNative": true, diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 007320b00..38abdca6a 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -413,7 +413,8 @@ }, "options": [ "testnet", - "swap-hub" + "swap-hub", + "proxy" ], "additional": { "relaychainAsNative": true, From 76ac0f1716b4c10e46e44ed8ea67fbcfc790f3b7 Mon Sep 17 00:00:00 2001 From: Atticus <97252850+atticuzor@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:32:25 +0500 Subject: [PATCH 1837/2142] Update assets_dev.json (#2357) * Update assets_dev.json Added StellaSwap Staked DOT * Update assets/evm/v2/assets_dev.json Co-authored-by: leohar --------- Co-authored-by: leohar --- assets/evm/v2/assets_dev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 2362d0b23..c73356b62 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -590,5 +590,18 @@ "contractAddress": "0xECf2ADafF1De8A512f6e8bfe67a2C836EDb25Da3" } ] + }, + { + "symbol": "stDOT", + "precision": 18, + "name": "StellaSwap Staked DOT", + "priceId": "stellaswap-staked-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stDOT.png", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4" + } + ] } ] From c6dbbcbd4bbdb2fbc0254251fd2902ee38e746f2 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 16:20:08 +0100 Subject: [PATCH 1838/2142] add stDOT icon (#2362) --- assets/evm/v2/assets_dev.json | 2 +- icons/tokens/white/stDOT.svg | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 icons/tokens/white/stDOT.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index c73356b62..09448af71 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -596,7 +596,7 @@ "precision": 18, "name": "StellaSwap Staked DOT", "priceId": "stellaswap-staked-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stDOT.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stDOT.svg", "instances": [ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", diff --git a/icons/tokens/white/stDOT.svg b/icons/tokens/white/stDOT.svg new file mode 100644 index 000000000..cb7eb6c43 --- /dev/null +++ b/icons/tokens/white/stDOT.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 4d8f38a1e10192baf8691807dcad5b5ff8aeea79 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 16:20:20 +0100 Subject: [PATCH 1839/2142] add InvArch network to dev (#2363) --- chains/v17/chains_dev.json | 21 ++++++++++++++++++ chains/v18/chains_dev.json | 21 ++++++++++++++++++ icons/chains/gradient/InvArch.svg | 37 ++++++++++++------------------- icons/tokens/white/VARCH.svg | 3 +++ 4 files changed, 59 insertions(+), 23 deletions(-) create mode 100644 icons/tokens/white/VARCH.svg diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 4902872a6..500fef6f4 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9515,5 +9515,26 @@ "additional": { "feeViaRuntimeCall": true } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 42 } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 38abdca6a..a1094259d 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9519,5 +9519,26 @@ "additional": { "feeViaRuntimeCall": true } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/InvArch.svg b/icons/chains/gradient/InvArch.svg index de71ece5e..c0105c3df 100644 --- a/icons/chains/gradient/InvArch.svg +++ b/icons/chains/gradient/InvArch.svg @@ -1,25 +1,16 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/icons/tokens/white/VARCH.svg b/icons/tokens/white/VARCH.svg new file mode 100644 index 000000000..f366cffa0 --- /dev/null +++ b/icons/tokens/white/VARCH.svg @@ -0,0 +1,3 @@ + + + From 578bfd1936b80551d7a52e0fa8b7d62d65f64fe3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 16:38:25 +0100 Subject: [PATCH 1840/2142] update stDOT precision (#2365) --- assets/evm/v2/assets_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 09448af71..6ef7ca7e4 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -593,7 +593,7 @@ }, { "symbol": "stDOT", - "precision": 18, + "precision": 10, "name": "StellaSwap Staked DOT", "priceId": "stellaswap-staked-dot", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stDOT.svg", From 6761023151d08cd146af7224f1ce4603d7c2f263 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 16:45:10 +0100 Subject: [PATCH 1841/2142] promote stDOT --- assets/evm/v2/assets.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index e26c6499e..7fd0d33c7 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -497,5 +497,18 @@ "contractAddress": "0xECf2ADafF1De8A512f6e8bfe67a2C836EDb25Da3" } ] + }, + { + "symbol": "stDOT", + "precision": 10, + "name": "StellaSwap Staked DOT", + "priceId": "stellaswap-staked-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/stDOT.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4" + } + ] } ] From 30fa0ead81183b03f220d452944bd7b3e1e35548 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:51:46 +0100 Subject: [PATCH 1842/2142] Update Test data File (#2364) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index cc1f21fd0..ec31b7432 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -398,5 +398,10 @@ "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", "name": "Energy Web X", "account": "8e869ed0c80d0474cfe04a4fd05f7204f5530632a7fb238c6a405003288d3008" + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "name": "InvArch", + "account": "3c4679c868ee7edce446812310d0d952374157ea2f68a9d3afb0c0207b272a49" } ] From 43da72b7456d10e8753d154da8a89c8e57b3de58 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Jan 2024 17:02:51 +0100 Subject: [PATCH 1843/2142] promote InvArch network --- chains/v17/chains.json | 21 +++++++++++++++++++++ chains/v18/chains.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 433c7ca06..a76a07292 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7650,5 +7650,26 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 42 } ] diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 56cb31fde..c45322d8f 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7654,5 +7654,26 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 42 } ] From 9e4c36fc12e7dc921a4f9cd7b2b9a2016708e14f Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:51:34 +0100 Subject: [PATCH 1844/2142] Update networks list (#2368) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 95 ++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/chains/README.md b/chains/README.md index c99ba3ad7..bb0744daf 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 85 -### 💰 All assets 357 -### 🪙 Unique assets: 177 +### 🕸️ Supported networks: 86 +### 💰 All assets 358 +### 🪙 Unique assets: 178 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 74 ### 👀 Networks with block explorers: 75 @@ -51,47 +51,48 @@ | 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 42 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 43 | Jur | JUR | Polkascan | - | -| 44 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 45 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 46 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 47 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 48 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 49 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 50 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 51 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 52 | Kusama Bridge Hub | KSM | - | - | -| 53 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 54 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 55 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 56 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 57 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 58 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 59 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 60 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 61 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 62 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 63 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 64 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 65 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 66 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 67 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 68 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 69 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 70 | Polkadot Collectives | DOT | - | - | -| 71 | Polymesh | POLYX | Subscan | - | -| 72 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 73 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 74 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 75 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 76 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 77 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 78 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 79 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 80 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 81 | Watr | WATR | - | - | -| 82 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 83 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 84 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 85 | krest | KREST | Subscan | - | +| 42 | InvArch | VARCH | - | - | +| 43 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 44 | Jur | JUR | Polkascan | - | +| 45 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 46 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 47 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 48 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 49 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 50 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 51 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 52 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 53 | Kusama Bridge Hub | KSM | - | - | +| 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 57 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 58 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 59 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 60 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 61 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 62 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 63 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 64 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 65 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 66 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 67 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 68 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 69 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 70 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 71 | Polkadot Collectives | DOT | - | - | +| 72 | Polymesh | POLYX | Subscan | - | +| 73 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 74 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 75 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 76 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 77 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 78 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 79 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 80 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 81 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 82 | Watr | WATR | - | - | +| 83 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 84 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 85 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 86 | krest | KREST | Subscan | - | From a15dbfcdf7d5d5f8b6e6bd22dbfac8f416aa2d4c Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 12:43:24 +0100 Subject: [PATCH 1845/2142] promote Polimec (#2336) * promote Polymec * fix --- chains/v16/chains.json | 26 ++++++++++++++++++++++++++ chains/v17/chains.json | 22 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 52adbd83f..5d3c4009e 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -7900,5 +7900,31 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", "addressPrefix": 42 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 } ] diff --git a/chains/v17/chains.json b/chains/v17/chains.json index a76a07292..ca0a454d6 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7671,5 +7671,27 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "addressPrefix": 42 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 } ] From 51d894fcfd0b1f1462eeadd4eb272ea0b95f7142 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 13:01:23 +0100 Subject: [PATCH 1846/2142] promote Polimec network to v18 (#2369) * promote Polimec network to v18 * fix --- chains/v18/chains.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index c45322d8f..0692ac0eb 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7675,5 +7675,27 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "addressPrefix": 42 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 } ] From 0cfc8245d67441fa9f78cd402719881990affca8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:35:57 +0100 Subject: [PATCH 1847/2142] Update networks list (#2370) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/chains/README.md b/chains/README.md index bb0744daf..6ea4bc6cd 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 86 -### 💰 All assets 358 -### 🪙 Unique assets: 178 +### 🕸️ Supported networks: 87 +### 💰 All assets 359 +### 🪙 Unique assets: 179 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 74 ### 👀 Networks with block explorers: 75 @@ -76,23 +76,24 @@ | 64 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | | 65 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 66 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 67 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 68 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 69 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 70 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 71 | Polkadot Collectives | DOT | - | - | -| 72 | Polymesh | POLYX | Subscan | - | -| 73 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 74 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 75 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 76 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 77 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 78 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 79 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 80 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 81 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 82 | Watr | WATR | - | - | -| 83 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 84 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 85 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 86 | krest | KREST | Subscan | - | +| 67 | Polimec | PLMC | - | - | +| 68 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 69 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 70 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 71 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 72 | Polkadot Collectives | DOT | - | - | +| 73 | Polymesh | POLYX | Subscan | - | +| 74 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 75 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 76 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 77 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 78 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 79 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 80 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 81 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 82 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 83 | Watr | WATR | - | - | +| 84 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 85 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 86 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 87 | krest | KREST | Subscan | - | From bd26e09c7c73c5211aea2b3d027473c91c21bdfa Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 14:36:10 +0100 Subject: [PATCH 1848/2142] add Crust Mainnet (#2351) --- chains/v17/chains_dev.json | 36 +++++++++++++++++++++++++++++++++ chains/v18/chains_dev.json | 36 +++++++++++++++++++++++++++++++++ icons/chains/gradient/Crust.svg | 26 ++++++++++++------------ 3 files changed, 85 insertions(+), 13 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 500fef6f4..dfc742f69 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9536,5 +9536,41 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "addressPrefix": 42 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index a1094259d..6f891347e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9540,5 +9540,41 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "addressPrefix": 42 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 } ] diff --git a/icons/chains/gradient/Crust.svg b/icons/chains/gradient/Crust.svg index 730f360c6..1e6933f26 100644 --- a/icons/chains/gradient/Crust.svg +++ b/icons/chains/gradient/Crust.svg @@ -1,15 +1,15 @@ - - - - - - - - + + + + + + + + + + + + + From a7c2b3ed99fcaf9281dc4fd0bbdc6d18917dee54 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 14:59:29 +0100 Subject: [PATCH 1849/2142] update HydraDX nodes order --- chains/v17/chains_dev.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index dfc742f69..044b1b708 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5340,13 +5340,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 6f891347e..77bea3df1 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5344,13 +5344,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ From cc6af36da203d4fb42e95af1e32f13c007b7d9d3 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 15:01:18 +0100 Subject: [PATCH 1850/2142] update HydraDX nodes order (#2372) --- chains/v17/chains_dev.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index dfc742f69..044b1b708 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5340,13 +5340,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 6f891347e..77bea3df1 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5344,13 +5344,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ From 38d8ec8e63ffdf1ad9e8f66f4a7c01a2bb3bcf11 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 15:06:58 +0100 Subject: [PATCH 1851/2142] promote HydraDX nodes order --- chains/v17/chains.json | 8 ++++---- chains/v18/chains.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index ca0a454d6..1c5c93da2 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4844,13 +4844,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0692ac0eb..1b3cbc643 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4848,13 +4848,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, { "url": "wss://hydradx-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" } ], "explorers": [ From 642384766b3247f37c7d4a7a26283be71bbc701a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:30:36 +0100 Subject: [PATCH 1852/2142] Update Test data File (#2371) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index ec31b7432..8dedf9b68 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -403,5 +403,10 @@ "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", "name": "InvArch", "account": "3c4679c868ee7edce446812310d0d952374157ea2f68a9d3afb0c0207b272a49" + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "account": "6d6f646c6372636c61696d7310636c6169000000000000000000000000000000" } ] From 674cc22c430a145a6fad96990eca193bb5429744 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Jan 2024 20:45:04 +0100 Subject: [PATCH 1853/2142] update Parallel nodes order --- chains/v17/chains_dev.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 044b1b708..d1daf5cfb 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -4306,13 +4306,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 77bea3df1..439628306 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4310,13 +4310,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" } ], "explorers": [ From e17cb5d0126f8995171913e2b6b827985d8d4cdc Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 5 Jan 2024 10:07:39 +0100 Subject: [PATCH 1854/2142] promote Parallel nodes order --- chains/v17/chains.json | 8 ++++---- chains/v18/chains.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 1c5c93da2..5e8ff8060 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -3661,13 +3661,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" } ], "explorers": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 1b3cbc643..1cbf91f98 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3665,13 +3665,13 @@ } ], "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" } ], "explorers": [ From 96a334671758dfa51f602e0e75edac14423ae2b6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 9 Jan 2024 13:14:34 +0100 Subject: [PATCH 1855/2142] update HydraDX app (#2376) --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- dapps/dapps_full.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index e56d14cb5..706f636bd 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -409,7 +409,7 @@ { "name": "HydraDX Omnipool", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", - "url": "https://app.hydradx.io/#/trade", + "url": "https://hydradx.io/NOVA", "categories": [ "bridge", "dex" diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 3163a44ed..dba5f5788 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -703,7 +703,7 @@ { "name": "HydraDX Omnipool", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", - "url": "https://app.hydradx.io/#/trade", + "url": "https://hydradx.io/NOVA", "categories": [ "bridge", "dex" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index b8621c28b..fee6697d4 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -548,7 +548,7 @@ { "name": "HydraDX Omnipool", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Hydradx.svg", - "url": "https://app.hydradx.io/#/trade", + "url": "https://hydradx.io/NOVA", "categories": [ "bridge", "dex" From 013ac07da99e1423c3136890604f1fe7ff0723af Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:26:59 +0100 Subject: [PATCH 1856/2142] Update dapps list (#2377) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index 4d2a1975a..9b95786eb 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -23,7 +23,7 @@ | 19 | GM! Say it back | https://app.gmordie.com/ | social | | 20 | Gleev | https://gleev.xyz/ | social | | 21 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 22 | HydraDX Omnipool | https://app.hydradx.io/#/trade | bridge,dex | +| 22 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | | 23 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | | 24 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | | 25 | Joystream Governance App | https://pioneerapp.xyz/ | governance | From e065607ee106a0678c69f3ad32f69669d8920597 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 Jan 2024 10:22:49 +0100 Subject: [PATCH 1857/2142] update Aventus testaccount (#2379) --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 8dedf9b68..d8f1f899e 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -292,7 +292,7 @@ { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", "name": "Aventus", - "account": "0x08fc22150c0401b9acefc2f9cf5900420f0b0e1e54115f223d1c106d6d4d1b23" + "account": "0xe21fac4b8850455afefd5820270b5287f55ea7a14bae56912b460c7342c9ef34" }, { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", From 3ef68afeb68dadc9651f3ef512cf87921b20547d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 Jan 2024 10:23:01 +0100 Subject: [PATCH 1858/2142] update InvArch addressprefix (#2378) --- chains/v17/chains.json | 2 +- chains/v17/chains_dev.json | 2 +- chains/v18/chains.json | 2 +- chains/v18/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 5e8ff8060..5f1f42f5a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7670,7 +7670,7 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 42 + "addressPrefix": 117 }, { "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index d1daf5cfb..eff3e18b2 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -9535,7 +9535,7 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 42 + "addressPrefix": 117 }, { "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 1cbf91f98..0c38d962d 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7674,7 +7674,7 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 42 + "addressPrefix": 117 }, { "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 439628306..94ddaa316 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9539,7 +9539,7 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 42 + "addressPrefix": 117 }, { "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", From a7cd9ee8ff670265c8b0f9c748c58e86ece22233 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 Jan 2024 11:34:41 +0100 Subject: [PATCH 1859/2142] update currencyIdType for Bifrost Polkadot (#2380) --- chains/v17/chains_dev.json | 16 ++++++++-------- chains/v18/chains_dev.json | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index eff3e18b2..d353ad053 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -6277,7 +6277,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6291,7 +6291,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -6305,7 +6305,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -6319,7 +6319,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } @@ -6333,7 +6333,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -6346,7 +6346,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6359,7 +6359,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6372,7 +6372,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 94ddaa316..2c2040cb4 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6281,7 +6281,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6295,7 +6295,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -6309,7 +6309,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -6323,7 +6323,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } @@ -6336,8 +6336,8 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdScale": "0x0103", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -6350,7 +6350,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6363,7 +6363,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -6376,7 +6376,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } From 99bf6e61845ca6273b6328a3fe4ffa7ccc7c0923 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 Jan 2024 13:17:02 +0100 Subject: [PATCH 1860/2142] promote update currencyIdType for Bifrost Polkadot (#2381) --- chains/v17/chains.json | 16 ++++++++-------- chains/v18/chains.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 5f1f42f5a..9754aab9a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -5725,7 +5725,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5739,7 +5739,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -5753,7 +5753,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -5767,7 +5767,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } @@ -5781,7 +5781,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -5794,7 +5794,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5807,7 +5807,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5820,7 +5820,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0c38d962d..4d3240397 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5729,7 +5729,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5743,7 +5743,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -5757,7 +5757,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -5771,7 +5771,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", "typeExtras": { "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } @@ -5785,7 +5785,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true } @@ -5798,7 +5798,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5811,7 +5811,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", "typeExtras": { "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -5824,7 +5824,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000000", "transfersEnabled": true } From 1418bc78f732ef52b41aafdeefce5f8e78ada36b Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 10 Jan 2024 15:13:10 +0100 Subject: [PATCH 1861/2142] promote proxy on Polkadot, Kusama (#2382) --- chains/v18/chains.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 4d3240397..f1b62000f 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -117,6 +117,7 @@ "options": [ "crowdloans", "governance", + "proxy", "fullSyncByDefault" ], "additional": { @@ -240,6 +241,7 @@ "options": [ "crowdloans", "governance", + "proxy", "fullSyncByDefault" ], "additional": { From 870c3087bec33ead78ec42f1cae48d1cdd1e6a7e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 04:47:07 +0100 Subject: [PATCH 1862/2142] update currencyIdType on Bifrost Kusama (#2383) --- chains/v17/chains.json | 26 +++++++++++++------------- chains/v17/chains_dev.json | 26 +++++++++++++------------- chains/v18/chains.json | 26 +++++++++++++------------- chains/v18/chains_dev.json | 26 +++++++++++++------------- 4 files changed, 52 insertions(+), 52 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 9754aab9a..45290a0ad 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1829,7 +1829,7 @@ "type": "orml", "typeExtras": { "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1843,7 +1843,7 @@ "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000", "transfersEnabled": true } @@ -1857,7 +1857,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1871,7 +1871,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1885,7 +1885,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1898,7 +1898,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1912,7 +1912,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -1926,7 +1926,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1940,7 +1940,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "40000000000", "transfersEnabled": true } @@ -1953,7 +1953,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1967,7 +1967,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100", "transfersEnabled": true } @@ -1980,7 +1980,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", "typeExtras": { "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -1993,7 +1993,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", "typeExtras": { "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index d353ad053..185d2eea7 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -1589,7 +1589,7 @@ "type": "orml", "typeExtras": { "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1603,7 +1603,7 @@ "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000", "transfersEnabled": true } @@ -1617,7 +1617,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1631,7 +1631,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1645,7 +1645,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1658,7 +1658,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1672,7 +1672,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -1686,7 +1686,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1700,7 +1700,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "40000000000", "transfersEnabled": true } @@ -1713,7 +1713,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1727,7 +1727,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100", "transfersEnabled": true } @@ -1740,7 +1740,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", "typeExtras": { "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -1753,7 +1753,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", "typeExtras": { "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } diff --git a/chains/v18/chains.json b/chains/v18/chains.json index f1b62000f..d90d623ac 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1835,7 +1835,7 @@ "type": "orml", "typeExtras": { "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1849,7 +1849,7 @@ "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000", "transfersEnabled": true } @@ -1863,7 +1863,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1877,7 +1877,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1891,7 +1891,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1904,7 +1904,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1918,7 +1918,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -1932,7 +1932,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1946,7 +1946,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "40000000000", "transfersEnabled": true } @@ -1959,7 +1959,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1973,7 +1973,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100", "transfersEnabled": true } @@ -1986,7 +1986,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", "typeExtras": { "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -1999,7 +1999,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", "typeExtras": { "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2c2040cb4..bf40a688f 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -1593,7 +1593,7 @@ "type": "orml", "typeExtras": { "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1607,7 +1607,7 @@ "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000", "transfersEnabled": true } @@ -1621,7 +1621,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1635,7 +1635,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", "typeExtras": { "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1649,7 +1649,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", "typeExtras": { "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1662,7 +1662,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1676,7 +1676,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true } @@ -1690,7 +1690,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", "typeExtras": { "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } @@ -1704,7 +1704,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", "typeExtras": { "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "40000000000", "transfersEnabled": true } @@ -1717,7 +1717,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100000000", "transfersEnabled": true } @@ -1731,7 +1731,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "100", "transfersEnabled": true } @@ -1744,7 +1744,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", "typeExtras": { "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000", "transfersEnabled": true } @@ -1757,7 +1757,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", "typeExtras": { "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000000000", "transfersEnabled": true } From 96959570210a45e7f062aca383f90cae4e341731 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 10:39:19 +0100 Subject: [PATCH 1863/2142] update nodes order --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index d90d623ac..91a6d73cf 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index bf40a688f..569cf0676 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" From c171d48576fc2a4794e8a7dff5aa85247663d061 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 12:39:09 +0100 Subject: [PATCH 1864/2142] swap Composable - Kylin paraids (#2385) --- crowdloan/polkadot-dev.json | 4 ++-- crowdloan/polkadot.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index a8a675ec1..5bd21ff2c 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -154,7 +154,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg" }, { - "paraid": "2019", + "paraid": "2052", "name": "Composable Finance", "token": "LAYR", "description": "Composable’s parachain is going to be able to run multiple bytecodes together in the same place, in order to run smart contracts together in a manner that allows them to communicate and collaborate", @@ -252,7 +252,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OmniBTC.svg" }, { - "paraid": "2052", + "paraid": "2019", "name": "Kylin", "token": "KYL", "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 25320a731..4cd956e3b 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -154,7 +154,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg" }, { - "paraid": "2019", + "paraid": "2052", "name": "Composable Finance", "token": "LAYR", "description": "Composable’s parachain is going to be able to run multiple bytecodes together in the same place, in order to run smart contracts together in a manner that allows them to communicate and collaborate", @@ -252,7 +252,7 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OmniBTC.svg" }, { - "paraid": "2052", + "paraid": "2019", "name": "Kylin", "token": "KYL", "description": "Kylin Network will provide valid, reliable, secure, cost-effective, and easily-coordinated data sources and data analytics", From 09381465b32d2e3ad1ae910c871645b157cd65e5 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 13:47:29 +0100 Subject: [PATCH 1865/2142] update currencyIdScale for DOT, USDT (#2386) --- chains/v17/chains_dev.json | 4 ++-- chains/v18/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 185d2eea7..0096b5fa0 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7610,7 +7610,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x040000000000000000", + "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true @@ -7624,7 +7624,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x040100000000000000", + "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 569cf0676..14f19089d 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7614,7 +7614,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x040000000000000000", + "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true @@ -7628,7 +7628,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x040100000000000000", + "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true From 970945a2fa68013bcc1f2743a3743ed3851ba9f1 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 14:26:56 +0100 Subject: [PATCH 1866/2142] promote update KSM, USDT currency id scale on Pendulum (#2387) --- chains/v17/chains.json | 4 ++-- chains/v18/chains.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 45290a0ad..1b159fbea 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6709,7 +6709,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x040000000000000000", + "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true @@ -6723,7 +6723,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x040100000000000000", + "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 91a6d73cf..4fca99bd9 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -6715,7 +6715,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", "typeExtras": { - "currencyIdScale": "0x040000000000000000", + "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true @@ -6729,7 +6729,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", "typeExtras": { - "currencyIdScale": "0x040100000000000000", + "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", "existentialDeposit": "1000", "transfersEnabled": true From 7d0192f5f1ebc70fe6996710cf27869f9fa18bd2 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 12 Jan 2024 16:58:36 +0100 Subject: [PATCH 1867/2142] Revert "update nodes order" This reverts commit 96959570210a45e7f062aca383f90cae4e341731. --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 91a6d73cf..d90d623ac 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 569cf0676..bf40a688f 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" From 58b4df70c67a1c2a6bd41169f5ce2707e6b1cbc0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:23:58 +0300 Subject: [PATCH 1868/2142] fix fee for crust (#2390) --- chains/v17/chains_dev.json | 10 ++++++++-- chains/v18/chains_dev.json | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 0096b5fa0..a5571afb0 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -4933,7 +4933,10 @@ "addressPrefix": 66, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", @@ -7753,7 +7756,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 66ae5b59b..b26219577 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4937,7 +4937,10 @@ "addressPrefix": 66, "options": [ "governance-v1" - ] + ], + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", @@ -7757,7 +7760,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", From 7e4b63b1841c1600207bf5e9cd4e6ba56055f662 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:28:25 +0300 Subject: [PATCH 1869/2142] promote fee fix (#2391) --- chains/v17/chains.json | 10 ++++++++-- chains/v18/chains.json | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 1b159fbea..a7ff641f9 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4437,7 +4437,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", @@ -6782,7 +6785,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", diff --git a/chains/v18/chains.json b/chains/v18/chains.json index b2ca36524..26e1fda44 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4443,7 +4443,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", @@ -6788,7 +6791,10 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } }, { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", From 122ea6cbff2979a7ce89f12fc3c144e634fd692f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:14:43 +0300 Subject: [PATCH 1870/2142] update account (#2389) --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d8f1f899e..81543e057 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -107,7 +107,7 @@ { "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", "name": "Picasso", - "account": "0x6d6f646c70616c5f63726f770000000000000000000000000000000000000000" + "account": "0xf4e1c97dcc726a61a3ae720c00ddbdb2bb34fdd405fc0c4b8348d254619fa9fa" }, { "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", From 02910287eddfcb6f45de7e24a5f8b9d08e13bd94 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 16 Jan 2024 13:25:18 +0100 Subject: [PATCH 1871/2142] add Invarch Subquery (#2392) --- chains/v18/chains_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index b26219577..8407cfb5e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9544,6 +9544,14 @@ "name": "Dwellir node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", "addressPrefix": 117 }, From 739c76f1db32463e1f1bb9c5c2b456a54cbb4e3e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Jan 2024 11:17:56 +0100 Subject: [PATCH 1872/2142] Revert "update Parallel nodes order" (#2393) This reverts commit 674cc22c430a145a6fad96990eca193bb5429744. --- chains/v17/chains_dev.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index a5571afb0..08f14a95b 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -4306,13 +4306,13 @@ } ], "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8407cfb5e..d10416035 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4310,13 +4310,13 @@ } ], "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.parallel.fi", "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From 6de9569e7207f719db75bacd37c51679b03ee27a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Jan 2024 12:58:05 +0100 Subject: [PATCH 1873/2142] update main Parallel node (#2394) --- chains/v18/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d10416035..31288b1d1 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4311,7 +4311,7 @@ ], "nodes": [ { - "url": "wss://rpc.parallel.fi", + "url": "wss://polkadot-parallel-rpc.parallel.fi", "name": "Parallel node" }, { From 6a791eb54ac5ba6c01013956ffa890a28406c9f2 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Jan 2024 13:29:26 +0100 Subject: [PATCH 1874/2142] update main Parallel node (#2395) --- chains/v18/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 26e1fda44..468d3ad76 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3668,12 +3668,12 @@ ], "nodes": [ { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://polkadot-parallel-rpc.parallel.fi", + "name": "Parallel node" }, { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ From cb835f6a9584a90915e3ae858886cf0e42de81ec Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Jan 2024 18:28:07 +0100 Subject: [PATCH 1875/2142] add Manta parachain (#2396) --- chains/v18/chains_dev.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 31288b1d1..ba5003431 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9584,11 +9584,39 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/extrinsic/{hash}", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", "account": "https://crust.subscan.io/account/{address}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 66 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 } ] From 37f0687fade317c6701eff516133d19bef6641eb Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:07:08 +0100 Subject: [PATCH 1876/2142] Fixed chains duplication --- chains/v18/chains_dev.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index ba5003431..b6bac4975 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9590,33 +9590,5 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 66 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 } ] From b12a8940f3d4ff2abcc26fbbae2a64d108fce2ca Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Jan 2024 07:46:30 +0100 Subject: [PATCH 1877/2142] promote Manta (#2397) --- chains/v18/chains.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 468d3ad76..c8618f97c 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7705,5 +7705,33 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", "addressPrefix": 41 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 } ] From 9a772e206276804e7f3c6a116207bd797c26562d Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Jan 2024 10:45:45 +0100 Subject: [PATCH 1878/2142] add Manta Pacific (#2400) * add Manta EVM * fix --- chains/v18/chains_dev.json | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index b6bac4975..715cee7bb 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9590,5 +9590,52 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "explorers": [ + { + "name": "l2scan", + "extrinsic": "https://manta-pacific.l2scan.co/tx/{hash}", + "account": "https://manta-pacific.l2scan.co/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] From 096a7c39e8f31feb43136008d153ffd090e18bd8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:46:11 +0100 Subject: [PATCH 1879/2142] Update networks list (#2399) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 71 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/chains/README.md b/chains/README.md index 6ea4bc6cd..97d7c2216 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 87 -### 💰 All assets 359 -### 🪙 Unique assets: 179 +### 🕸️ Supported networks: 88 +### 💰 All assets 360 +### 🪙 Unique assets: 180 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 74 -### 👀 Networks with block explorers: 75 +### 👀 Networks with block explorers: 76 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -66,34 +66,35 @@ | 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 57 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 58 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 59 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 60 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 61 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 62 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 63 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 64 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 65 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 66 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 67 | Polimec | PLMC | - | - | -| 68 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 69 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 70 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 71 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 72 | Polkadot Collectives | DOT | - | - | -| 73 | Polymesh | POLYX | Subscan | - | -| 74 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 75 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 76 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 77 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 78 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 79 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 80 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 81 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 82 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 83 | Watr | WATR | - | - | -| 84 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 85 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 86 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 87 | krest | KREST | Subscan | - | +| 57 | Manta | MANTA | Subscan | - | +| 58 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 59 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 60 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 61 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 62 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 63 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 64 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 65 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 66 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 67 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 68 | Polimec | PLMC | - | - | +| 69 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 70 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 71 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 72 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 73 | Polkadot Collectives | DOT | - | - | +| 74 | Polymesh | POLYX | Subscan | - | +| 75 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 76 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 77 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 78 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 79 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 80 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 81 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 82 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 83 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 84 | Watr | WATR | - | - | +| 85 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 86 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 87 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 88 | krest | KREST | Subscan | - | From 717cad79bbbf9a8090db63beb3851e84fe1a83ca Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Jan 2024 12:53:00 +0100 Subject: [PATCH 1880/2142] add Manta price (#2401) --- chains/v18/chains.json | 1 + chains/v18/chains_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index c8618f97c..0b36247e7 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7715,6 +7715,7 @@ "assetId": 0, "symbol": "MANTA", "precision": 18, + "priceId": "manta-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" } ], diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 715cee7bb..91274fd3e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9022,6 +9022,7 @@ "assetId": 0, "symbol": "MANTA", "precision": 18, + "priceId": "manta-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" } ], From dbe23b71cc1622042370f3cde000323584545b70 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Jan 2024 15:53:10 +0100 Subject: [PATCH 1881/2142] update Polkadot nodes --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0b36247e7..603ac1ecb 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -34,10 +38,6 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 91274fd3e..70dbc406e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -34,10 +38,6 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 9ab8d3ea06051f89a0a3728d9aa52069db772c33 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 18 Jan 2024 16:00:52 +0100 Subject: [PATCH 1882/2142] update Polkadot nodes (#2402) --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0b36247e7..603ac1ecb 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -34,10 +38,6 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 91274fd3e..70dbc406e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,6 +26,10 @@ } ], "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -34,10 +38,6 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 50dff6c6db613b4e76c5693ce01a4f01adf82ff1 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 19 Jan 2024 06:50:49 +0100 Subject: [PATCH 1883/2142] Revert "update Polkadot nodes" This reverts commit dbe23b71cc1622042370f3cde000323584545b70. --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 603ac1ecb..0b36247e7 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -38,6 +34,10 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 70dbc406e..91274fd3e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -38,6 +34,10 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 306ccb61386b3993f94107642690c0a5d9310226 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 19 Jan 2024 06:58:26 +0100 Subject: [PATCH 1884/2142] Revert "update Polkadot nodes (#2402)" This reverts commit 9ab8d3ea06051f89a0a3728d9aa52069db772c33. --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 603ac1ecb..0b36247e7 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -38,6 +34,10 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 70dbc406e..91274fd3e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,10 +26,6 @@ } ], "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" @@ -38,6 +34,10 @@ "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" From 32c142570f616347107b791cb44911e3a7d3b51c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:09:52 +0300 Subject: [PATCH 1885/2142] fix long test runs (#2405) * fix long test runs * update implementation * fix assets test --- makefile | 7 +- poetry.lock | 1834 +++++++++++++++--------------- pyproject.toml | 2 + tests/conftest.py | 36 +- tests/test_check_new_assets.py | 2 - tests/test_nodes_availability.py | 1 - 6 files changed, 964 insertions(+), 918 deletions(-) diff --git a/makefile b/makefile index 4e3e5e78b..398369894 100644 --- a/makefile +++ b/makefile @@ -3,12 +3,11 @@ PYTHON := python PYTHON_VERSION := 3.11 VENV ?= .venv -THREADS = 4 RE_RUNS = 2 -RE_RUN_DELAY = 15 +RE_RUN_DELAY = 5 ALLURE_DIR = allure-results -TEST_RUN = $(VENV)/bin/python -m pytest --rootdir . --alluredir=$(ALLURE_DIR) -n $(THREADS) -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) -TEST_RUN_JUNIT = $(VENV)/bin/python -m pytest --rootdir . --junit-xml=test-results.xml -n $(THREADS) -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) +TEST_RUN = $(VENV)/bin/python -m pytest --rootdir . --alluredir=$(ALLURE_DIR) -n auto -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) +TEST_RUN_JUNIT = $(VENV)/bin/python -m pytest --rootdir . --junit-xml=test-results.xml -n auto -v --reruns $(RE_RUNS) --reruns-delay $(RE_RUN_DELAY) CHAINS_FILES=\ chains diff --git a/poetry.lock b/poetry.lock index d0a57ced1..c42d9df99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,112 +1,100 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" -version = "3.8.6" +version = "3.9.1" description = "Async http client/server framework (asyncio)" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "aiohttp-3.8.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:41d55fc043954cddbbd82503d9cc3f4814a40bcef30b3569bc7b5e34130718c1"}, - {file = "aiohttp-3.8.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d84166673694841d8953f0a8d0c90e1087739d24632fe86b1a08819168b4566"}, - {file = "aiohttp-3.8.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:253bf92b744b3170eb4c4ca2fa58f9c4b87aeb1df42f71d4e78815e6e8b73c9e"}, - {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3fd194939b1f764d6bb05490987bfe104287bbf51b8d862261ccf66f48fb4096"}, - {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c5f938d199a6fdbdc10bbb9447496561c3a9a565b43be564648d81e1102ac22"}, - {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2817b2f66ca82ee699acd90e05c95e79bbf1dc986abb62b61ec8aaf851e81c93"}, - {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fa375b3d34e71ccccf172cab401cd94a72de7a8cc01847a7b3386204093bb47"}, - {file = "aiohttp-3.8.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9de50a199b7710fa2904be5a4a9b51af587ab24c8e540a7243ab737b45844543"}, - {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e1d8cb0b56b3587c5c01de3bf2f600f186da7e7b5f7353d1bf26a8ddca57f965"}, - {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8e31e9db1bee8b4f407b77fd2507337a0a80665ad7b6c749d08df595d88f1cf5"}, - {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7bc88fc494b1f0311d67f29fee6fd636606f4697e8cc793a2d912ac5b19aa38d"}, - {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ec00c3305788e04bf6d29d42e504560e159ccaf0be30c09203b468a6c1ccd3b2"}, - {file = "aiohttp-3.8.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ad1407db8f2f49329729564f71685557157bfa42b48f4b93e53721a16eb813ed"}, - {file = "aiohttp-3.8.6-cp310-cp310-win32.whl", hash = "sha256:ccc360e87341ad47c777f5723f68adbb52b37ab450c8bc3ca9ca1f3e849e5fe2"}, - {file = "aiohttp-3.8.6-cp310-cp310-win_amd64.whl", hash = "sha256:93c15c8e48e5e7b89d5cb4613479d144fda8344e2d886cf694fd36db4cc86865"}, - {file = "aiohttp-3.8.6-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e2f9cc8e5328f829f6e1fb74a0a3a939b14e67e80832975e01929e320386b34"}, - {file = "aiohttp-3.8.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e6a00ffcc173e765e200ceefb06399ba09c06db97f401f920513a10c803604ca"}, - {file = "aiohttp-3.8.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:41bdc2ba359032e36c0e9de5a3bd00d6fb7ea558a6ce6b70acedf0da86458321"}, - {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:14cd52ccf40006c7a6cd34a0f8663734e5363fd981807173faf3a017e202fec9"}, - {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2d5b785c792802e7b275c420d84f3397668e9d49ab1cb52bd916b3b3ffcf09ad"}, - {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1bed815f3dc3d915c5c1e556c397c8667826fbc1b935d95b0ad680787896a358"}, - {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96603a562b546632441926cd1293cfcb5b69f0b4159e6077f7c7dbdfb686af4d"}, - {file = "aiohttp-3.8.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d76e8b13161a202d14c9584590c4df4d068c9567c99506497bdd67eaedf36403"}, - {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e3f1e3f1a1751bb62b4a1b7f4e435afcdade6c17a4fd9b9d43607cebd242924a"}, - {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:76b36b3124f0223903609944a3c8bf28a599b2cc0ce0be60b45211c8e9be97f8"}, - {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:a2ece4af1f3c967a4390c284797ab595a9f1bc1130ef8b01828915a05a6ae684"}, - {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:16d330b3b9db87c3883e565340d292638a878236418b23cc8b9b11a054aaa887"}, - {file = "aiohttp-3.8.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:42c89579f82e49db436b69c938ab3e1559e5a4409eb8639eb4143989bc390f2f"}, - {file = "aiohttp-3.8.6-cp311-cp311-win32.whl", hash = "sha256:efd2fcf7e7b9d7ab16e6b7d54205beded0a9c8566cb30f09c1abe42b4e22bdcb"}, - {file = "aiohttp-3.8.6-cp311-cp311-win_amd64.whl", hash = "sha256:3b2ab182fc28e7a81f6c70bfbd829045d9480063f5ab06f6e601a3eddbbd49a0"}, - {file = "aiohttp-3.8.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:fdee8405931b0615220e5ddf8cd7edd8592c606a8e4ca2a00704883c396e4479"}, - {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d25036d161c4fe2225d1abff2bd52c34ed0b1099f02c208cd34d8c05729882f0"}, - {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5d791245a894be071d5ab04bbb4850534261a7d4fd363b094a7b9963e8cdbd31"}, - {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0cccd1de239afa866e4ce5c789b3032442f19c261c7d8a01183fd956b1935349"}, - {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f13f60d78224f0dace220d8ab4ef1dbc37115eeeab8c06804fec11bec2bbd07"}, - {file = "aiohttp-3.8.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a9b5a0606faca4f6cc0d338359d6fa137104c337f489cd135bb7fbdbccb1e39"}, - {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:13da35c9ceb847732bf5c6c5781dcf4780e14392e5d3b3c689f6d22f8e15ae31"}, - {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:4d4cbe4ffa9d05f46a28252efc5941e0462792930caa370a6efaf491f412bc66"}, - {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:229852e147f44da0241954fc6cb910ba074e597f06789c867cb7fb0621e0ba7a"}, - {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:713103a8bdde61d13490adf47171a1039fd880113981e55401a0f7b42c37d071"}, - {file = "aiohttp-3.8.6-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:45ad816b2c8e3b60b510f30dbd37fe74fd4a772248a52bb021f6fd65dff809b6"}, - {file = "aiohttp-3.8.6-cp36-cp36m-win32.whl", hash = "sha256:2b8d4e166e600dcfbff51919c7a3789ff6ca8b3ecce16e1d9c96d95dd569eb4c"}, - {file = "aiohttp-3.8.6-cp36-cp36m-win_amd64.whl", hash = "sha256:0912ed87fee967940aacc5306d3aa8ba3a459fcd12add0b407081fbefc931e53"}, - {file = "aiohttp-3.8.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e2a988a0c673c2e12084f5e6ba3392d76c75ddb8ebc6c7e9ead68248101cd446"}, - {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebf3fd9f141700b510d4b190094db0ce37ac6361a6806c153c161dc6c041ccda"}, - {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3161ce82ab85acd267c8f4b14aa226047a6bee1e4e6adb74b798bd42c6ae1f80"}, - {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d95fc1bf33a9a81469aa760617b5971331cdd74370d1214f0b3109272c0e1e3c"}, - {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c43ecfef7deaf0617cee936836518e7424ee12cb709883f2c9a1adda63cc460"}, - {file = "aiohttp-3.8.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca80e1b90a05a4f476547f904992ae81eda5c2c85c66ee4195bb8f9c5fb47f28"}, - {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:90c72ebb7cb3a08a7f40061079817133f502a160561d0675b0a6adf231382c92"}, - {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bb54c54510e47a8c7c8e63454a6acc817519337b2b78606c4e840871a3e15349"}, - {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:de6a1c9f6803b90e20869e6b99c2c18cef5cc691363954c93cb9adeb26d9f3ae"}, - {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:a3628b6c7b880b181a3ae0a0683698513874df63783fd89de99b7b7539e3e8a8"}, - {file = "aiohttp-3.8.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:fc37e9aef10a696a5a4474802930079ccfc14d9f9c10b4662169671ff034b7df"}, - {file = "aiohttp-3.8.6-cp37-cp37m-win32.whl", hash = "sha256:f8ef51e459eb2ad8e7a66c1d6440c808485840ad55ecc3cafefadea47d1b1ba2"}, - {file = "aiohttp-3.8.6-cp37-cp37m-win_amd64.whl", hash = "sha256:b2fe42e523be344124c6c8ef32a011444e869dc5f883c591ed87f84339de5976"}, - {file = "aiohttp-3.8.6-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:9e2ee0ac5a1f5c7dd3197de309adfb99ac4617ff02b0603fd1e65b07dc772e4b"}, - {file = "aiohttp-3.8.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:01770d8c04bd8db568abb636c1fdd4f7140b284b8b3e0b4584f070180c1e5c62"}, - {file = "aiohttp-3.8.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:3c68330a59506254b556b99a91857428cab98b2f84061260a67865f7f52899f5"}, - {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89341b2c19fb5eac30c341133ae2cc3544d40d9b1892749cdd25892bbc6ac951"}, - {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:71783b0b6455ac8f34b5ec99d83e686892c50498d5d00b8e56d47f41b38fbe04"}, - {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f628dbf3c91e12f4d6c8b3f092069567d8eb17814aebba3d7d60c149391aee3a"}, - {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b04691bc6601ef47c88f0255043df6f570ada1a9ebef99c34bd0b72866c217ae"}, - {file = "aiohttp-3.8.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7ee912f7e78287516df155f69da575a0ba33b02dd7c1d6614dbc9463f43066e3"}, - {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9c19b26acdd08dd239e0d3669a3dddafd600902e37881f13fbd8a53943079dbc"}, - {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:99c5ac4ad492b4a19fc132306cd57075c28446ec2ed970973bbf036bcda1bcc6"}, - {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:f0f03211fd14a6a0aed2997d4b1c013d49fb7b50eeb9ffdf5e51f23cfe2c77fa"}, - {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:8d399dade330c53b4106160f75f55407e9ae7505263ea86f2ccca6bfcbdb4921"}, - {file = "aiohttp-3.8.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ec4fd86658c6a8964d75426517dc01cbf840bbf32d055ce64a9e63a40fd7b771"}, - {file = "aiohttp-3.8.6-cp38-cp38-win32.whl", hash = "sha256:33164093be11fcef3ce2571a0dccd9041c9a93fa3bde86569d7b03120d276c6f"}, - {file = "aiohttp-3.8.6-cp38-cp38-win_amd64.whl", hash = "sha256:bdf70bfe5a1414ba9afb9d49f0c912dc524cf60141102f3a11143ba3d291870f"}, - {file = "aiohttp-3.8.6-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d52d5dc7c6682b720280f9d9db41d36ebe4791622c842e258c9206232251ab2b"}, - {file = "aiohttp-3.8.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4ac39027011414dbd3d87f7edb31680e1f430834c8cef029f11c66dad0670aa5"}, - {file = "aiohttp-3.8.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3f5c7ce535a1d2429a634310e308fb7d718905487257060e5d4598e29dc17f0b"}, - {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b30e963f9e0d52c28f284d554a9469af073030030cef8693106d918b2ca92f54"}, - {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:918810ef188f84152af6b938254911055a72e0f935b5fbc4c1a4ed0b0584aed1"}, - {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:002f23e6ea8d3dd8d149e569fd580c999232b5fbc601c48d55398fbc2e582e8c"}, - {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4fcf3eabd3fd1a5e6092d1242295fa37d0354b2eb2077e6eb670accad78e40e1"}, - {file = "aiohttp-3.8.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:255ba9d6d5ff1a382bb9a578cd563605aa69bec845680e21c44afc2670607a95"}, - {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d67f8baed00870aa390ea2590798766256f31dc5ed3ecc737debb6e97e2ede78"}, - {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:86f20cee0f0a317c76573b627b954c412ea766d6ada1a9fcf1b805763ae7feeb"}, - {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:39a312d0e991690ccc1a61f1e9e42daa519dcc34ad03eb6f826d94c1190190dd"}, - {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e827d48cf802de06d9c935088c2924e3c7e7533377d66b6f31ed175c1620e05e"}, - {file = "aiohttp-3.8.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bd111d7fc5591ddf377a408ed9067045259ff2770f37e2d94e6478d0f3fc0c17"}, - {file = "aiohttp-3.8.6-cp39-cp39-win32.whl", hash = "sha256:caf486ac1e689dda3502567eb89ffe02876546599bbf915ec94b1fa424eeffd4"}, - {file = "aiohttp-3.8.6-cp39-cp39-win_amd64.whl", hash = "sha256:3f0e27e5b733803333bb2371249f41cf42bae8884863e8e8965ec69bebe53132"}, - {file = "aiohttp-3.8.6.tar.gz", hash = "sha256:b0cf2a4501bff9330a8a5248b4ce951851e415bdcce9dc158e76cfd55e15085c"}, + {file = "aiohttp-3.9.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e1f80197f8b0b846a8d5cf7b7ec6084493950d0882cc5537fb7b96a69e3c8590"}, + {file = "aiohttp-3.9.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c72444d17777865734aa1a4d167794c34b63e5883abb90356a0364a28904e6c0"}, + {file = "aiohttp-3.9.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9b05d5cbe9dafcdc733262c3a99ccf63d2f7ce02543620d2bd8db4d4f7a22f83"}, + {file = "aiohttp-3.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c4fa235d534b3547184831c624c0b7c1e262cd1de847d95085ec94c16fddcd5"}, + {file = "aiohttp-3.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:289ba9ae8e88d0ba16062ecf02dd730b34186ea3b1e7489046fc338bdc3361c4"}, + {file = "aiohttp-3.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bff7e2811814fa2271be95ab6e84c9436d027a0e59665de60edf44e529a42c1f"}, + {file = "aiohttp-3.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81b77f868814346662c96ab36b875d7814ebf82340d3284a31681085c051320f"}, + {file = "aiohttp-3.9.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3b9c7426923bb7bd66d409da46c41e3fb40f5caf679da624439b9eba92043fa6"}, + {file = "aiohttp-3.9.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8d44e7bf06b0c0a70a20f9100af9fcfd7f6d9d3913e37754c12d424179b4e48f"}, + {file = "aiohttp-3.9.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:22698f01ff5653fe66d16ffb7658f582a0ac084d7da1323e39fd9eab326a1f26"}, + {file = "aiohttp-3.9.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:ca7ca5abfbfe8d39e653870fbe8d7710be7a857f8a8386fc9de1aae2e02ce7e4"}, + {file = "aiohttp-3.9.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:8d7f98fde213f74561be1d6d3fa353656197f75d4edfbb3d94c9eb9b0fc47f5d"}, + {file = "aiohttp-3.9.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5216b6082c624b55cfe79af5d538e499cd5f5b976820eac31951fb4325974501"}, + {file = "aiohttp-3.9.1-cp310-cp310-win32.whl", hash = "sha256:0e7ba7ff228c0d9a2cd66194e90f2bca6e0abca810b786901a569c0de082f489"}, + {file = "aiohttp-3.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:c7e939f1ae428a86e4abbb9a7c4732bf4706048818dfd979e5e2839ce0159f23"}, + {file = "aiohttp-3.9.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:df9cf74b9bc03d586fc53ba470828d7b77ce51b0582d1d0b5b2fb673c0baa32d"}, + {file = "aiohttp-3.9.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ecca113f19d5e74048c001934045a2b9368d77b0b17691d905af18bd1c21275e"}, + {file = "aiohttp-3.9.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8cef8710fb849d97c533f259103f09bac167a008d7131d7b2b0e3a33269185c0"}, + {file = "aiohttp-3.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bea94403a21eb94c93386d559bce297381609153e418a3ffc7d6bf772f59cc35"}, + {file = "aiohttp-3.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91c742ca59045dce7ba76cab6e223e41d2c70d79e82c284a96411f8645e2afff"}, + {file = "aiohttp-3.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6c93b7c2e52061f0925c3382d5cb8980e40f91c989563d3d32ca280069fd6a87"}, + {file = "aiohttp-3.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee2527134f95e106cc1653e9ac78846f3a2ec1004cf20ef4e02038035a74544d"}, + {file = "aiohttp-3.9.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:11ff168d752cb41e8492817e10fb4f85828f6a0142b9726a30c27c35a1835f01"}, + {file = "aiohttp-3.9.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b8c3a67eb87394386847d188996920f33b01b32155f0a94f36ca0e0c635bf3e3"}, + {file = "aiohttp-3.9.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c7b5d5d64e2a14e35a9240b33b89389e0035e6de8dbb7ffa50d10d8b65c57449"}, + {file = "aiohttp-3.9.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:69985d50a2b6f709412d944ffb2e97d0be154ea90600b7a921f95a87d6f108a2"}, + {file = "aiohttp-3.9.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:c9110c06eaaac7e1f5562caf481f18ccf8f6fdf4c3323feab28a93d34cc646bd"}, + {file = "aiohttp-3.9.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d737e69d193dac7296365a6dcb73bbbf53bb760ab25a3727716bbd42022e8d7a"}, + {file = "aiohttp-3.9.1-cp311-cp311-win32.whl", hash = "sha256:4ee8caa925aebc1e64e98432d78ea8de67b2272252b0a931d2ac3bd876ad5544"}, + {file = "aiohttp-3.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:a34086c5cc285be878622e0a6ab897a986a6e8bf5b67ecb377015f06ed316587"}, + {file = "aiohttp-3.9.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f800164276eec54e0af5c99feb9494c295118fc10a11b997bbb1348ba1a52065"}, + {file = "aiohttp-3.9.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:500f1c59906cd142d452074f3811614be04819a38ae2b3239a48b82649c08821"}, + {file = "aiohttp-3.9.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0b0a6a36ed7e164c6df1e18ee47afbd1990ce47cb428739d6c99aaabfaf1b3af"}, + {file = "aiohttp-3.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69da0f3ed3496808e8cbc5123a866c41c12c15baaaead96d256477edf168eb57"}, + {file = "aiohttp-3.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:176df045597e674fa950bf5ae536be85699e04cea68fa3a616cf75e413737eb5"}, + {file = "aiohttp-3.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b796b44111f0cab6bbf66214186e44734b5baab949cb5fb56154142a92989aeb"}, + {file = "aiohttp-3.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f27fdaadce22f2ef950fc10dcdf8048407c3b42b73779e48a4e76b3c35bca26c"}, + {file = "aiohttp-3.9.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bcb6532b9814ea7c5a6a3299747c49de30e84472fa72821b07f5a9818bce0f66"}, + {file = "aiohttp-3.9.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:54631fb69a6e44b2ba522f7c22a6fb2667a02fd97d636048478db2fd8c4e98fe"}, + {file = "aiohttp-3.9.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:4b4c452d0190c5a820d3f5c0f3cd8a28ace48c54053e24da9d6041bf81113183"}, + {file = "aiohttp-3.9.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:cae4c0c2ca800c793cae07ef3d40794625471040a87e1ba392039639ad61ab5b"}, + {file = "aiohttp-3.9.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:565760d6812b8d78d416c3c7cfdf5362fbe0d0d25b82fed75d0d29e18d7fc30f"}, + {file = "aiohttp-3.9.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:54311eb54f3a0c45efb9ed0d0a8f43d1bc6060d773f6973efd90037a51cd0a3f"}, + {file = "aiohttp-3.9.1-cp312-cp312-win32.whl", hash = "sha256:85c3e3c9cb1d480e0b9a64c658cd66b3cfb8e721636ab8b0e746e2d79a7a9eed"}, + {file = "aiohttp-3.9.1-cp312-cp312-win_amd64.whl", hash = "sha256:11cb254e397a82efb1805d12561e80124928e04e9c4483587ce7390b3866d213"}, + {file = "aiohttp-3.9.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:8a22a34bc594d9d24621091d1b91511001a7eea91d6652ea495ce06e27381f70"}, + {file = "aiohttp-3.9.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:598db66eaf2e04aa0c8900a63b0101fdc5e6b8a7ddd805c56d86efb54eb66672"}, + {file = "aiohttp-3.9.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2c9376e2b09895c8ca8b95362283365eb5c03bdc8428ade80a864160605715f1"}, + {file = "aiohttp-3.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41473de252e1797c2d2293804e389a6d6986ef37cbb4a25208de537ae32141dd"}, + {file = "aiohttp-3.9.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9c5857612c9813796960c00767645cb5da815af16dafb32d70c72a8390bbf690"}, + {file = "aiohttp-3.9.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ffcd828e37dc219a72c9012ec44ad2e7e3066bec6ff3aaa19e7d435dbf4032ca"}, + {file = "aiohttp-3.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:219a16763dc0294842188ac8a12262b5671817042b35d45e44fd0a697d8c8361"}, + {file = "aiohttp-3.9.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f694dc8a6a3112059258a725a4ebe9acac5fe62f11c77ac4dcf896edfa78ca28"}, + {file = "aiohttp-3.9.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:bcc0ea8d5b74a41b621ad4a13d96c36079c81628ccc0b30cfb1603e3dfa3a014"}, + {file = "aiohttp-3.9.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:90ec72d231169b4b8d6085be13023ece8fa9b1bb495e4398d847e25218e0f431"}, + {file = "aiohttp-3.9.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:cf2a0ac0615842b849f40c4d7f304986a242f1e68286dbf3bd7a835e4f83acfd"}, + {file = "aiohttp-3.9.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:0e49b08eafa4f5707ecfb321ab9592717a319e37938e301d462f79b4e860c32a"}, + {file = "aiohttp-3.9.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2c59e0076ea31c08553e868cec02d22191c086f00b44610f8ab7363a11a5d9d8"}, + {file = "aiohttp-3.9.1-cp38-cp38-win32.whl", hash = "sha256:4831df72b053b1eed31eb00a2e1aff6896fb4485301d4ccb208cac264b648db4"}, + {file = "aiohttp-3.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:3135713c5562731ee18f58d3ad1bf41e1d8883eb68b363f2ffde5b2ea4b84cc7"}, + {file = "aiohttp-3.9.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:cfeadf42840c1e870dc2042a232a8748e75a36b52d78968cda6736de55582766"}, + {file = "aiohttp-3.9.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:70907533db712f7aa791effb38efa96f044ce3d4e850e2d7691abd759f4f0ae0"}, + {file = "aiohttp-3.9.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cdefe289681507187e375a5064c7599f52c40343a8701761c802c1853a504558"}, + {file = "aiohttp-3.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7481f581251bb5558ba9f635db70908819caa221fc79ee52a7f58392778c636"}, + {file = "aiohttp-3.9.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:49f0c1b3c2842556e5de35f122fc0f0b721334ceb6e78c3719693364d4af8499"}, + {file = "aiohttp-3.9.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0d406b01a9f5a7e232d1b0d161b40c05275ffbcbd772dc18c1d5a570961a1ca4"}, + {file = "aiohttp-3.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d8e4450e7fe24d86e86b23cc209e0023177b6d59502e33807b732d2deb6975f"}, + {file = "aiohttp-3.9.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c0266cd6f005e99f3f51e583012de2778e65af6b73860038b968a0a8888487a"}, + {file = "aiohttp-3.9.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ab221850108a4a063c5b8a70f00dd7a1975e5a1713f87f4ab26a46e5feac5a0e"}, + {file = "aiohttp-3.9.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c88a15f272a0ad3d7773cf3a37cc7b7d077cbfc8e331675cf1346e849d97a4e5"}, + {file = "aiohttp-3.9.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:237533179d9747080bcaad4d02083ce295c0d2eab3e9e8ce103411a4312991a0"}, + {file = "aiohttp-3.9.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:02ab6006ec3c3463b528374c4cdce86434e7b89ad355e7bf29e2f16b46c7dd6f"}, + {file = "aiohttp-3.9.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04fa38875e53eb7e354ece1607b1d2fdee2d175ea4e4d745f6ec9f751fe20c7c"}, + {file = "aiohttp-3.9.1-cp39-cp39-win32.whl", hash = "sha256:82eefaf1a996060602f3cc1112d93ba8b201dbf5d8fd9611227de2003dddb3b7"}, + {file = "aiohttp-3.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:9b05d33ff8e6b269e30a7957bd3244ffbce2a7a35a81b81c382629b80af1a8bf"}, + {file = "aiohttp-3.9.1.tar.gz", hash = "sha256:8fc49a87ac269d4529da45871e2ffb6874e87779c3d0e2ccd813c0899221239d"}, ] [package.dependencies] aiosignal = ">=1.1.2" -async-timeout = ">=4.0.0a3,<5.0" +async-timeout = {version = ">=4.0,<5.0", markers = "python_version < \"3.11\""} attrs = ">=17.3.0" -charset-normalizer = ">=2.0,<4.0" frozenlist = ">=1.1.1" multidict = ">=4.5,<7.0" yarl = ">=1.0,<2.0" [package.extras] -speedups = ["Brotli", "aiodns", "cchardet"] +speedups = ["Brotli", "aiodns", "brotlicffi"] [[package]] name = "aiosignal" @@ -167,21 +155,22 @@ files = [ [[package]] name = "attrs" -version = "23.1.0" +version = "23.2.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"}, - {file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"}, + {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, + {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, ] [package.extras] cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] -dev = ["attrs[docs,tests]", "pre-commit"] +dev = ["attrs[tests]", "pre-commit"] docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] tests = ["attrs[tests-no-zope]", "zope-interface"] -tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"] +tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] [[package]] name = "base58" @@ -199,144 +188,144 @@ tests = ["PyHamcrest (>=2.0.2)", "mypy", "pytest (>=4.6)", "pytest-benchmark", " [[package]] name = "bitarray" -version = "2.8.2" +version = "2.9.2" description = "efficient arrays of booleans -- C extension" optional = false python-versions = "*" files = [ - {file = "bitarray-2.8.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:525eda30469522cd840a11ba866d0616c132f6c4be8966a297d7545e97fcb822"}, - {file = "bitarray-2.8.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c3d9730341c825eb167ca06c9dddf6ad4d1b4e71ea7da73cc8c5139fcb5e14ca"}, - {file = "bitarray-2.8.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ad8f8c39c8df184e346184699783f105755003662f0dbe1233d9d9849650ab5f"}, - {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2cb8d08330d250df47088c13683322083afbdfafdc31df205616506d6b9f068f"}, - {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56f19ccba8a6ddf1382b0fb4fb8d4e1330e4a1b148e5d198f0981ba2a97c3492"}, - {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4db2e0f58153a376d9a14873e342d507ca32640640284cddf3c1e74a65929477"}, - {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b9b3c27aeea1752f0c1df1e29115e4b6f0249173d71e53c5f7e2c821706f028b"}, - {file = "bitarray-2.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef23f62b3abd287cf368341540ef2a81c86b48de9d488e182e63fe24ac165538"}, - {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6d79fd3c58a4dc71ffd0fc55982a9a2079fe94c76ccff2777092f6107d6a049a"}, - {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8528c59d3d3df6618777892b60435022d8917de9ea32933d439c7ffd24437237"}, - {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c35bb5fe018fd9c42be3c28e74dc7dcfae471c3c6689679dbd0bd1d6dc0f51b7"}, - {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:232e8faa8e624f3eb0552a636ebe745cee00480e0e56ad62f17808d281838f2e"}, - {file = "bitarray-2.8.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:945e97ad2bbf7885426f39641a735a31fd4ca2e84e4d0cd271d9880372d6eae1"}, - {file = "bitarray-2.8.2-cp310-cp310-win32.whl", hash = "sha256:88c2d427ab1b20f220c1d53171b0691faa8f0a219367d84e859f1001e90ceefc"}, - {file = "bitarray-2.8.2-cp310-cp310-win_amd64.whl", hash = "sha256:f7c5745e0f96c2c16c03c7540dbe26f3b62ddee63059be0a014156933f054024"}, - {file = "bitarray-2.8.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a610426251d1340baa4d8b7942d2cbfe6a1e20b92c66817ab582e0d341185ab5"}, - {file = "bitarray-2.8.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:599b04b04eb1b5b964a35986bea2bc4381145836fe550cc33c40a796b855b985"}, - {file = "bitarray-2.8.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9014660472f2080d550157164cc5f9376245a34a0ab877b82b95c1f894af5b28"}, - {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:532d63c54159f7e0fb520e2f72ef596493bc43810eaa75fac7a188e898ab593b"}, - {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad1563f11dd70cb1684cfe841e4cf7f35d4f65769de21d12b72cf773a7932615"}, - {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e456150af62ee1f24a0c9976947629bfb80d80b4fbd37aa901cf794db6ba9b0"}, - {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cc29909e4cef05d5e49f5d77ace1dc49311c7791734a048b690521c76b4b7a0"}, - {file = "bitarray-2.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:608385f07a4b0391d4982d1efb83ad70920cd8ca495a7868e44d2a4511cbf84e"}, - {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d2baf7ec353fa64917045b3efe26e7c12ce0d7b4d120c3773a612dce54f91585"}, - {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:2c39d1cb04fc277701de6fe2119cc71facc4aff2ca0414b2e326aec337fa1ab4"}, - {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:3caf4ca668854bb23db4b65af0068238677b5791bcc45694bf8990f3e26e85c9"}, - {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4bbfe4474d3470c724e283bd1fe8ee9ab3cb6a4c378112926f45d41e326a7622"}, - {file = "bitarray-2.8.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cb941981676dc7859d53199a10a33ca56a3146cce6a45bc6ad70572c1147157d"}, - {file = "bitarray-2.8.2-cp311-cp311-win32.whl", hash = "sha256:e8963d7ac292f41654fa7cbc1a34efdb09e5a42399b2e3689c3fd5b8b4e0fe16"}, - {file = "bitarray-2.8.2-cp311-cp311-win_amd64.whl", hash = "sha256:ee779a291330287b341044635fce2979176d113b0dcce0308dc5d62da7951eec"}, - {file = "bitarray-2.8.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:05d84765bbfd0aa10890c765c56c917c237987325c4e327f3c0febbfc34365c8"}, - {file = "bitarray-2.8.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c7b7be4bff27d7ce6a81d3993755371b5f5b42436afa151868e8fd599acbab19"}, - {file = "bitarray-2.8.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c3d51ab9f3d5b9a10295abe480c50bf74ee5bf3d984c4cee77e493e575acc869"}, - {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00bad63ef6f9d22ba36b01b89167176a451ea22a916d1dfa77d73e0298f1d1f9"}, - {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:225e19d37b234d4d721557434b7d5590cd63b6342492b689e2d694d44d7cc537"}, - {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d7e3ab9870c496e5a058436bf4d96ed111ca6154c8ef8147b70c44c188d6fb2c"}, - {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff3e182c766cd6f302e99e0d8e44927d533356e9d6ac93fcd09987ebead467aa"}, - {file = "bitarray-2.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7bb559b68eb9cb3c4f867eb9fb39a696c4da70a41fad37b410bd0c7b426a8ce"}, - {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:97e658a3793478d6bca684f47f29f62542312683687bc045dc3cb588160e74b3"}, - {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:dd351b8fbc77c2e2ebc3eeadc0cf72bd5024a43bef5a847697e2b076d1201636"}, - {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:280809e56a7098f48165ce134222098e4cfe7084b10d69bbc31367942e541dfd"}, - {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:14bc38ced7edffff25ee748c1eabc530624c9af68f86322b030b11b7918b966f"}, - {file = "bitarray-2.8.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:de4953b6b1e19dabd23767bd1f83f1cf73978372189dec0e2dd8b3d6971100d6"}, - {file = "bitarray-2.8.2-cp312-cp312-win32.whl", hash = "sha256:99196b4730d887a4bc578f05039b55dc57b131c81b5a5e03efa619b587bdf293"}, - {file = "bitarray-2.8.2-cp312-cp312-win_amd64.whl", hash = "sha256:215a5bf8fdcbed700cc8782d4044e1f036606d5c321710d83e8da6d0fdfe07d5"}, - {file = "bitarray-2.8.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e9c54136c9fab2cefe9801e336b8a3aa7299bcfe7f387379cc6394ad1d5a484b"}, - {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08ad70c1555d9622cecd8f1b132a5341d183a9161aba93cc9739bbaabe4220b0"}, - {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:384be6b7df8fb6a93ddd88d4184094f2ba4f1d07c30dcd4ae164d185d31a2af6"}, - {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd2a098250c683d248a6490ac437ed56f7164d2151572231bd26c76bfe111b11"}, - {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6ae5c18b9a70cb0ae576a8a3c8a9a0659356c016b49cc6b263dd987d344f30d"}, - {file = "bitarray-2.8.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:188f5780f1cfbeba0c3ddb1aa3fa0415ab1a8aa04e9e89f70ad5403197013437"}, - {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:5f2a96c5b40727bc21a695d3a106f49e88572fa11427bf2193cabd99e624c901"}, - {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:b6df948da34b5fb949698092573d798c76c54f2f2188db59276d599075f9ed04"}, - {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:a1f00c328b8dae1828844bac019dfe425d10a2043cc70e2f967224c5392d19ad"}, - {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:7965108069f9731306a882872c23ad4f5a8531668e82b27932a19814c52a8dd8"}, - {file = "bitarray-2.8.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:420aa610fe392c4ee700e474673276bb4f3c4f091d001f58b1f018bf650840c1"}, - {file = "bitarray-2.8.2-cp36-cp36m-win32.whl", hash = "sha256:b85929db81105c06e8292c05cac093068e86464555c628c03f99c9f8090d68d4"}, - {file = "bitarray-2.8.2-cp36-cp36m-win_amd64.whl", hash = "sha256:cba09dfd3aea2addc994eb21a861c3cea2d68141bb7ebe68b0e94c73405540f9"}, - {file = "bitarray-2.8.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:172169099797f1ec469b0aadb00c653193a74757f99312c9c17dc1a18d23d972"}, - {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:351a4fed240728dcc96966e0c4cfd3dce870525377a1cb5afac8e5cfe116ff7b"}, - {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ff31bef13fd278446b6d1969a46db9f02c36fd905f3e75878f0fe17271f7d897"}, - {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fb8b727cd9ddff848c5f73e65470abb110f026beab403bcebbd74e7439b9bd8f"}, - {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d1356c86eefbde3fe8a3c39fb81bbc8b16acc8e442e191408042e8b1d6904e3"}, - {file = "bitarray-2.8.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7706336bd15acf4e42300579e42bef742c01a4eb202998f6c20c443a2ce5fd60"}, - {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:a4b43949477dc2b0d3e1d8b7c413ed74f515cef01954cdcc3fb1e2dcc49f2aff"}, - {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:06d9de5db244c6e45a5318713367765de0a57d82ad616869a004a710a95541e9"}, - {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:5569c8314335e92570c471d60b4b03eb2a4467864805a560d133d24b27b3961a"}, - {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:76a4faef4c31953aa7b9ebe00d162f7ce9bc03fc8d423ab2dc690a11d7520a8e"}, - {file = "bitarray-2.8.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1474db8c4297026e1daa1699e70e25e56dff91104fe025b1a9804332f2737604"}, - {file = "bitarray-2.8.2-cp37-cp37m-win32.whl", hash = "sha256:85b504f233f0484e9a74df4f286a9ae56fbbe2a648c45726761cf7b6f072cdc8"}, - {file = "bitarray-2.8.2-cp37-cp37m-win_amd64.whl", hash = "sha256:3dde123ce85d1ba99d9bdf44b1b3174fa22bc8fb10004e0d72bb661a0444c1a9"}, - {file = "bitarray-2.8.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:23fae6a5a1403d16592b8823d5dea93f738c6e217a1e1bb0eefad242fb03d47f"}, - {file = "bitarray-2.8.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c44b3022115eb1697315bc51aeadbade1a19d7188bcda66c52d91209cf2963ca"}, - {file = "bitarray-2.8.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:fea9354b7169810e2bdd6f3265ff128b564a25d38479b9ad0a9c5776e4fd0cfc"}, - {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f699bf2cb223aeec04a106003bd2bf8a4fc6d4c5eddf79cacecb6b267657ac5"}, - {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:462c9425fbc5315cbc20a72ca62558e5545bb0f6dc9355e2fa96fa747e9b1a80"}, - {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0c8716b4c45fb128cd4da143749e276f150ecb0acb711f4969d7e7ebc9b2a675"}, - {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:79fde5b27e35aedd958f5fb58ebabce47d7eddae5a5e3774088c30c9610195ef"}, - {file = "bitarray-2.8.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6abf2593b91e36f1cb1c40ac895993c7d2eb30d3f1cb0954a80e5f13697b6b69"}, - {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ab2e03dd140ab93b91f94a785d1cd6082d5ab53ab6ec958726efa0ad17f7b87a"}, - {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9e895cc3e5ffee269dd9866097e227a68022ef2b78d627a6ed737534d0c88c14"}, - {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:0bbeb7120ec1a9b26ce423e74cad7b414cea9e35f8e05599e3b3dceb87f4d1b6"}, - {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:51d45d56be14b69720d11a8c61e101d86a65dc8a3a9f356bbe4d98cf4f3c5617"}, - {file = "bitarray-2.8.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:726a598e34657772e5f131115741ea8709e9b55fa35d63c4717bc16b2a737d38"}, - {file = "bitarray-2.8.2-cp38-cp38-win32.whl", hash = "sha256:ab87c4c50d65932788d058adbbd28a209144523ffacbab81dd41582ffce26af9"}, - {file = "bitarray-2.8.2-cp38-cp38-win_amd64.whl", hash = "sha256:316147fb62c810a7667277e5ae7bb75b2871c32d2c398aeb4503cbd4cf3315e7"}, - {file = "bitarray-2.8.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:36bdde1aba78e4a3a6ce5cbebd0a6bc967b0c3fbd8bd99a197dcc17d654f423c"}, - {file = "bitarray-2.8.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:932f7b77750dff7140522dc97dfd94533a599ef1c5d0be3733f556fd44a68821"}, - {file = "bitarray-2.8.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5819b95d0ccce864066f062d2329363ae8a64b9c3d076d039c75ffc9204c2a12"}, - {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c28b52e59a5e6aa00a929b35b04473bd479a74237ab1170c573c49e8aca61fe"}, - {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3ecdd528268478efeb78ed0132b01104bda6cd8f10c8a57708fc87b1add77e4d"}, - {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9f6f245d4a5e707d48274f38551b654a36db4fb83437c98be00d2019263aa364"}, - {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b088f06d9e2f523683ae363e227173ac454dbb56c938c6d42791fdd78bad8da7"}, - {file = "bitarray-2.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e883919cea8e446c5c49717a7ce5c93a016a02b9429b81d64b9ab1d80fc12e42"}, - {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:09d729420b8edc4d8a23a518ae4553074a0054d0441c1a461b425c2f033fab5e"}, - {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d0d0923087fe1f2d85daa68463d221e90b4b8ed0356480c887eea90b2a2cc7ee"}, - {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:70cebcf9bc345ac1e034fa781eac3619323eaf87f7bbe26f0e28850beb6f5634"}, - {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:890355bf6ba3dc04b5a23d1328eb1f6062165e6262197cebc9acfebdcb23144c"}, - {file = "bitarray-2.8.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f0b54b95e39036c116ffc057b3f56f6084ce88822de3d5d1f57fa38554ccf5c1"}, - {file = "bitarray-2.8.2-cp39-cp39-win32.whl", hash = "sha256:b499d93fa31a73e31ee62f2cbe07e4df833fd7151734b8f07c48ffe3e4547ec5"}, - {file = "bitarray-2.8.2-cp39-cp39-win_amd64.whl", hash = "sha256:b007aaf5810c708c5a2778e371aa546d7084e4e9f82f65865b2ce5a182376f42"}, - {file = "bitarray-2.8.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:1b734b074a09b1b2e1de7df423565412d9213faefa8ca422f32be756b189f729"}, - {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd074b06be9484040acb4c2c0462c4d19a43e377716be7ba10440f51a57bb98c"}, - {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e678696bb613f0344b79be385747aae705b327a9a32ace45a353dd16497bc719"}, - {file = "bitarray-2.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bb337ffa10824fa2025c4b1c06a2d809dbed4a4bf9e3ffb262676d084c4e0c50"}, - {file = "bitarray-2.8.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:2b3c7aa2c9a6533dc7234d2a303efdcb9df3f4ac4d0919ec1caf568868f12a0a"}, - {file = "bitarray-2.8.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e6765c47b487341837b3731cca3c8033b971ee082f6ab41cb430aa3447686eec"}, - {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb8566b535bc4ebb26247d6f636a27bb0038bc93fa7e55121628f5cd6b0906ac"}, - {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56764825f64ab983d32b8c1d4ee483f415f2559e59388ba266a9fcafc44305bf"}, - {file = "bitarray-2.8.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f45f7d58c399e90ee3bddff4f3e2f53ff95c948b2d43de304266153ebd1d778"}, - {file = "bitarray-2.8.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:095851409e0db75b1416c8c3e24957135d5a2a206790578e43739e92a00c17c4"}, - {file = "bitarray-2.8.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:8bb60d5a948f00901da1d7e4953189259b3c7ef79391fecd6f18db3f48a036fe"}, - {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b2dc483ada55ef35990b67dc0e7a779f0b2ce79d156e452dc8b835b03c0dca9"}, - {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a35e308c23f039064600108fc1c8416bd102bc3cf3a6915761a9f7c801237e0"}, - {file = "bitarray-2.8.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fa49f6cfcae4305d8cff028dc9c9a881189a38f7ca43c085aef894c58cb6fbde"}, - {file = "bitarray-2.8.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:111bf9913ebee4630e2cb43b61d0abb39813b231262b114e5268cd6a405a22b9"}, - {file = "bitarray-2.8.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b71d82e3f001bcb53463023f7f37e223fff56cf048f577c6d85597db94770f10"}, - {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:440c537fdf2eaee7fdd41fb1dce5701c490c1964fdb74225b10b49a7c45bc7b4"}, - {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c384c49ce52b82d5b0355000b8aeb7e3a7654997916c1e6fd9d29697edda1076"}, - {file = "bitarray-2.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27428d7b0e706307d0c697f81599e7af4f52e5873ea6bc269eae3604b16b81fe"}, - {file = "bitarray-2.8.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:4963982d5da0825768f9a80760a8560c3e4cf711a9a7ea06ff9bcb7bd250b131"}, - {file = "bitarray-2.8.2.tar.gz", hash = "sha256:f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f"}, + {file = "bitarray-2.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:917905de565d9576eb20f53c797c15ba88b9f4f19728acabec8d01eee1d3756a"}, + {file = "bitarray-2.9.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b35bfcb08b7693ab4bf9059111a6e9f14e07d57ac93cd967c420db58ab9b71e1"}, + {file = "bitarray-2.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ea1923d2e7880f9e1959e035da661767b5a2e16a45dfd57d6aa831e8b65ee1bf"}, + {file = "bitarray-2.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e0b63a565e8a311cc8348ff1262d5784df0f79d64031d546411afd5dd7ef67d"}, + {file = "bitarray-2.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cf0620da2b81946d28c0b16f3e3704d38e9837d85ee4f0652816e2609aaa4fed"}, + {file = "bitarray-2.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:79a9b8b05f2876c7195a2b698c47528e86a73c61ea203394ff8e7a4434bda5c8"}, + {file = "bitarray-2.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:345c76b349ff145549652436235c5532e5bfe9db690db6f0a6ad301c62b9ef21"}, + {file = "bitarray-2.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4e2936f090bf3f4d1771f44f9077ebccdbc0415d2b598d51a969afcb519df505"}, + {file = "bitarray-2.9.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f9346e98fc2abcef90b942973087e2462af6d3e3710e82938078d3493f7fef52"}, + {file = "bitarray-2.9.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e6ec283d4741befb86e8c3ea2e9ac1d17416c956d392107e45263e736954b1f7"}, + {file = "bitarray-2.9.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:962892646599529917ef26266091e4cb3077c88b93c3833a909d68dcc971c4e3"}, + {file = "bitarray-2.9.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e8da5355d7d75a52df5b84750989e34e39919ec7e59fafc4c104cc1607ab2d31"}, + {file = "bitarray-2.9.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:603e7d640e54ad764d2b4da6b61e126259af84f253a20f512dd10689566e5478"}, + {file = "bitarray-2.9.2-cp310-cp310-win32.whl", hash = "sha256:f00079f8e69d75c2a417de7961a77612bb77ef46c09bc74607d86de4740771ef"}, + {file = "bitarray-2.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:1bb33673e7f7190a65f0a940c1ef63266abdb391f4a3e544a47542d40a81f536"}, + {file = "bitarray-2.9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:fe71fd4b76380c2772f96f1e53a524da7063645d647a4fcd3b651bdd80ca0f2e"}, + {file = "bitarray-2.9.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d527172919cdea1e13994a66d9708a80c3d33dedcf2f0548e4925e600fef3a3a"}, + {file = "bitarray-2.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:052c5073bdcaa9dd10628d99d37a2f33ec09364b86dd1f6281e2d9f8d3db3060"}, + {file = "bitarray-2.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e064caa55a6ed493aca1eda06f8b3f689778bc780a75e6ad7724642ba5dc62f7"}, + {file = "bitarray-2.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:508069a04f658210fdeee85a7a0ca84db4bcc110cbb1d21f692caa13210f24a7"}, + {file = "bitarray-2.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4da73ebd537d75fa7bccfc2228fcaedea0803f21dd9d0bf0d3b67fef3c4af294"}, + {file = "bitarray-2.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cb378eaa65cd43098f11ff5d27e48ee3b956d2c00d2d6b5bfc2a09fe183be47"}, + {file = "bitarray-2.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d14c790b91f6cbcd9b718f88ed737c78939980c69ac8c7f03dd7e60040c12951"}, + {file = "bitarray-2.9.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7eea9318293bc0ea6447e9ebfba600a62f3428bea7e9c6d42170ae4f481dbab3"}, + {file = "bitarray-2.9.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:b76ffec27c7450b8a334f967366a9ebadaea66ee43f5b530c12861b1a991f503"}, + {file = "bitarray-2.9.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:76b76a07d4ee611405045c6950a1e24c4362b6b44808d4ad6eea75e0dbc59af4"}, + {file = "bitarray-2.9.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:c7d16beeaaab15b075990cd26963d6b5b22e8c5becd131781514a00b8bdd04bd"}, + {file = "bitarray-2.9.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:60df43e868a615c7e15117a1e1c2e5e11f48f6457280eba6ddf8fbefbec7da99"}, + {file = "bitarray-2.9.2-cp311-cp311-win32.whl", hash = "sha256:e788608ed7767b7b3bbde6d49058bccdf94df0de9ca75d13aa99020cc7e68095"}, + {file = "bitarray-2.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:a23397da092ef0a8cfe729571da64c2fc30ac18243caa82ac7c4f965087506ff"}, + {file = "bitarray-2.9.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:90e3a281ffe3897991091b7c46fca38c2675bfd4399ffe79dfeded6c52715436"}, + {file = "bitarray-2.9.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:bed637b674db5e6c8a97a4a321e3e4d73e72d50b5c6b29950008a93069cc64cd"}, + {file = "bitarray-2.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e49066d251dbbe4e6e3a5c3937d85b589e40e2669ad0eef41a00f82ec17d844b"}, + {file = "bitarray-2.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c4344e96642e2211fb3a50558feff682c31563a4c64529a931769d40832ca79"}, + {file = "bitarray-2.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aeb60962ec4813c539a59fbd4f383509c7222b62c3fb1faa76b54943a613e33a"}, + {file = "bitarray-2.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ed0f7982f10581bb16553719e5e8f933e003f5b22f7d25a68bdb30fac630a6ff"}, + {file = "bitarray-2.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c71d1cabdeee0cdda4669168618f0e46b7dace207b29da7b63aaa1adc2b54081"}, + {file = "bitarray-2.9.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0ef2d0a6f1502d38d911d25609b44c6cc27bee0a4363dd295df78b075041b60"}, + {file = "bitarray-2.9.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:6f71d92f533770fb027388b35b6e11988ab89242b883f48a6fe7202d238c61f8"}, + {file = "bitarray-2.9.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:ba0734aa300757c924f3faf8148e1b8c247176a0ac8e16aefdf9c1eb19e868f7"}, + {file = "bitarray-2.9.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:d91406f413ccbf4af6ab5ae7bc78f772a95609f9ddd14123db36ef8c37116d95"}, + {file = "bitarray-2.9.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:87abb7f80c0a042f3fe8e5264da1a2756267450bb602110d5327b8eaff7682e7"}, + {file = "bitarray-2.9.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4b558ce85579b51a2e38703877d1e93b7728a7af664dd45a34e833534f0b755d"}, + {file = "bitarray-2.9.2-cp312-cp312-win32.whl", hash = "sha256:dac2399ee2889fbdd3472bfc2ede74c34cceb1ccf29a339964281a16eb1d3188"}, + {file = "bitarray-2.9.2-cp312-cp312-win_amd64.whl", hash = "sha256:48a30d718d1a6dfc22a49547450107abe8f4afdf2abdcbe76eb9ed88edc49498"}, + {file = "bitarray-2.9.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:2c6be1b651fad8f3adb7a5aa12c65b612cd9b89530969af941844ae680f7d981"}, + {file = "bitarray-2.9.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5b399ae6ab975257ec359f03b48fc00b1c1cd109471e41903548469b8feae5c"}, + {file = "bitarray-2.9.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0b3543c8a1cb286ad105f11c25d8d0f712f41c5c55f90be39f0e5a1376c7d0b0"}, + {file = "bitarray-2.9.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:03adaacb79e2fb8f483ab3a67665eec53bb3fd0cd5dbd7358741aef124688db3"}, + {file = "bitarray-2.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ae5b0657380d2581e13e46864d147a52c1e2bbac9f59b59c576e42fa7d10cf0"}, + {file = "bitarray-2.9.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c1f4bf6ea8eb9d7f30808c2e9894237a96650adfecbf5f3643862dc5982f89e"}, + {file = "bitarray-2.9.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:a8873089be2aa15494c0f81af1209f6e1237d762c5065bc4766c1b84321e1b50"}, + {file = "bitarray-2.9.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:677e67f50e2559efc677a4366707070933ad5418b8347a603a49a070890b19bc"}, + {file = "bitarray-2.9.2-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:a620d8ce4ea2f1c73c6b6b1399e14cb68c6915e2be3fad5808c2998ed55b4acf"}, + {file = "bitarray-2.9.2-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:64115ccabbdbe279c24c367b629c6b1d3da9ed36c7420129e27c338a3971bfee"}, + {file = "bitarray-2.9.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:5d6fb422772e75385b76ad1c52f45a68bd4efafd8be8d0061c11877be74c4d43"}, + {file = "bitarray-2.9.2-cp36-cp36m-win32.whl", hash = "sha256:852e202875dd6dfd6139ce7ec4e98dac2b17d8d25934dc99900831e81c3adaef"}, + {file = "bitarray-2.9.2-cp36-cp36m-win_amd64.whl", hash = "sha256:7dfefdcb0dc6a3ba9936063cec65a74595571b375beabe18742b3d91d087eefd"}, + {file = "bitarray-2.9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b306c4cf66912511422060f7f5e1149c8bdb404f8e00e600561b0749fdd45659"}, + {file = "bitarray-2.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a09c4f81635408e3387348f415521d4b94198c562c23330f560596a6aaa26eaf"}, + {file = "bitarray-2.9.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5361413fd2ecfdf44dc8f065177dc6aba97fa80a91b815586cb388763acf7f8d"}, + {file = "bitarray-2.9.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e8a9475d415ef1eaae7942df6f780fa4dcd48fce32825eda591a17abba869299"}, + {file = "bitarray-2.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9b87baa7bfff9a5878fcc1bffe49ecde6e647a72a64b39a69cd8a2992a43a34"}, + {file = "bitarray-2.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bb6b86cfdfc503e92cb71c68766a24565359136961642504a7cc9faf936d9c88"}, + {file = "bitarray-2.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cd56b8ae87ebc71bcacbd73615098e8a8de952ecbb5785b6b4e2b07da8a06e1f"}, + {file = "bitarray-2.9.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:3fa909cfd675004aed8b4cc9df352415933656e0155a6209d878b7cb615c787e"}, + {file = "bitarray-2.9.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:b069ca9bf728e0c5c5b60e00a89df9af34cc170c695c3bfa3b372d8f40288efb"}, + {file = "bitarray-2.9.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:6067f2f07a7121749858c7daa93c8774325c91590b3e81a299621e347740c2ae"}, + {file = "bitarray-2.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:321841cdad1dd0f58fe62e80e9c9c7531f8ebf8be93f047401e930dc47425b1e"}, + {file = "bitarray-2.9.2-cp37-cp37m-win32.whl", hash = "sha256:54e16e32e60973bb83c315de9975bc1bcfc9bd50bb13001c31da159bc49b0ca1"}, + {file = "bitarray-2.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:f4dcadb7b8034aa3491ee8f5a69b3d9ba9d7d1e55c3cc1fc45be313e708277f8"}, + {file = "bitarray-2.9.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:c8919fdbd3bb596b104388b56ae4b266eb28da1f2f7dff2e1f9334a21840fe96"}, + {file = "bitarray-2.9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:eb7a9d8a2e400a1026de341ad48e21670a6261a75b06df162c5c39b0d0e7c8f4"}, + {file = "bitarray-2.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6ec84668dd7b937874a2b2c293cd14ba84f37be0d196dead852e0ada9815d807"}, + {file = "bitarray-2.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2de9a31c34e543ae089fd2a5ced01292f725190e379921384f695e2d7184bd3"}, + {file = "bitarray-2.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9521f49ae121a17c0a41e5112249e6fa7f6a571245b1118de81fb86e7c1bc1ce"}, + {file = "bitarray-2.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6cc6545d6d76542aee3d18c1c9485fb7b9812b8df4ebe52c4535ec42081b48f"}, + {file = "bitarray-2.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:856bbe1616425f71c0df5ef2e8755e878d9504d5a531acba58ab4273c52c117a"}, + {file = "bitarray-2.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d4bba8042ea6ab331ade91bc435d81ad72fddb098e49108610b0ce7780c14e68"}, + {file = "bitarray-2.9.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:a035da89c959d98afc813e3c62f052690d67cfd55a36592f25d734b70de7d4b0"}, + {file = "bitarray-2.9.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6d70b1579da7fb71be5a841a1f965d19aca0ef27f629cfc07d06b09aafd0a333"}, + {file = "bitarray-2.9.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:405b83bed28efaae6d86b6ab287c75712ead0adbfab2a1075a1b7ab47dad4d62"}, + {file = "bitarray-2.9.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:7eb8be687c50da0b397d5e0ab7ca200b5ebb639e79a9f5e285851d1944c94be9"}, + {file = "bitarray-2.9.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:eceb551dfeaf19c609003a69a0cf8264b0efd7abc3791a11dfabf4788daf0d19"}, + {file = "bitarray-2.9.2-cp38-cp38-win32.whl", hash = "sha256:bb198c6ed1edbcdaf3d1fa3c9c9d1cdb7e179a5134ef5ee660b53cdec43b34e7"}, + {file = "bitarray-2.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:648d2f2685590b0103c67a937c2fb9e09bcc8dfb166f0c7c77bd341902a6f5b3"}, + {file = "bitarray-2.9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ea816dc8f8e65841a8bbdd30e921edffeeb6f76efe6a1eb0da147b60d539d1cf"}, + {file = "bitarray-2.9.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4d0e32530f941c41eddfc77600ec89b65184cb909c549336463a738fab3ed285"}, + {file = "bitarray-2.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4a22266fb416a3b6c258bf7f83c9fe531ba0b755a56986a81ad69dc0f3bcc070"}, + {file = "bitarray-2.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fc6d3e80dd8239850f2604833ff3168b28909c8a9357abfed95632cccd17e3e7"}, + {file = "bitarray-2.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f135e804986b12bf14f2cd1eb86674c47dea86c4c5f0fa13c88978876b97ebe6"}, + {file = "bitarray-2.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87580c7f7d14f7ec401eda7adac1e2a25e95153e9c339872c8ae61b3208819a1"}, + {file = "bitarray-2.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64b433e26993127732ac7b66a7821b2537c3044355798de7c5fcb0af34b8296f"}, + {file = "bitarray-2.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e497c535f2a9b68c69d36631bf2dba243e05eb343b00b9c7bbdc8c601c6802d"}, + {file = "bitarray-2.9.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:e40b3cb9fa1edb4e0175d7c06345c49c7925fe93e39ef55ecb0bc40c906b0c09"}, + {file = "bitarray-2.9.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f2f8692f95c9e377eb19ca519d30d1f884b02feb7e115f798de47570a359e43f"}, + {file = "bitarray-2.9.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:f0b84fc50b6dbeced4fa390688c07c10a73222810fb0e08392bd1a1b8259de36"}, + {file = "bitarray-2.9.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:d656ad38c942e38a470ddbce26b5020e08e1a7ea86b8fd413bb9024b5189993a"}, + {file = "bitarray-2.9.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6ab0f1dbfe5070db98771a56aa14797595acd45a1af9eadfb193851a270e7996"}, + {file = "bitarray-2.9.2-cp39-cp39-win32.whl", hash = "sha256:0a99b23ac845a9ea3157782c97465e6ae026fe0c7c4c1ed1d88f759fd6ea52d9"}, + {file = "bitarray-2.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:9bbcfc7c279e8d74b076e514e669b683f77b4a2a328585b3f16d4c5259c91222"}, + {file = "bitarray-2.9.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:43847799461d8ba71deb4d97b47250c2c2fb66d82cd3cb8b4caf52bb97c03034"}, + {file = "bitarray-2.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f4f44381b0a4bdf64416082f4f0e7140377ae962c0ced6f983c6d7bbfc034040"}, + {file = "bitarray-2.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a484061616fb4b158b80789bd3cb511f399d2116525a8b29b6334c68abc2310f"}, + {file = "bitarray-2.9.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1ff9e38356cc803e06134cf8ae9758e836ccd1b793135ef3db53c7c5d71e93bc"}, + {file = "bitarray-2.9.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:b44105792fbdcfbda3e26ee88786790fda409da4c71f6c2b73888108cf8f062f"}, + {file = "bitarray-2.9.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7e913098de169c7fc890638ce5e171387363eb812579e637c44261460ac00aa2"}, + {file = "bitarray-2.9.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d6fe315355cdfe3ed22ef355b8bdc81a805ca4d0949d921576560e5b227a1112"}, + {file = "bitarray-2.9.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f708e91fdbe443f3bec2df394ed42328fb9b0446dff5cb4199023ac6499e09fd"}, + {file = "bitarray-2.9.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b7b09489b71f9f1f64c0fa0977e250ec24500767dab7383ba9912495849cadf"}, + {file = "bitarray-2.9.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:128cc3488176145b9b137fdcf54c1c201809bbb8dd30b260ee40afe915843b43"}, + {file = "bitarray-2.9.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:21f21e7f56206be346bdbda2a6bdb2165a5e6a11821f88fd4911c5a6bbbdc7e2"}, + {file = "bitarray-2.9.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f4dd3af86dd8a617eb6464622fb64ca86e61ce99b59b5c35d8cd33f9c30603d"}, + {file = "bitarray-2.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6465de861aff7a2559f226b37982007417eab8c3557543879987f58b453519bd"}, + {file = "bitarray-2.9.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dbaf2bb71d6027152d603f1d5f31e0dfd5e50173d06f877bec484e5396d4594b"}, + {file = "bitarray-2.9.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:2f32948c86e0d230a296686db28191b67ed229756f84728847daa0c7ab7406e3"}, + {file = "bitarray-2.9.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:be94e5a685e60f9d24532af8fe5c268002e9016fa80272a94727f435de3d1003"}, + {file = "bitarray-2.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5cc9381fd54f3c23ae1039f977bfd6d041a5c3c1518104f616643c3a5a73b15"}, + {file = "bitarray-2.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd926e8ae4d1ed1ac4a8f37212a62886292f692bc1739fde98013bf210c2d175"}, + {file = "bitarray-2.9.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:461a3dafb9d5fda0bb3385dc507d78b1984b49da3fe4c6d56c869a54373b7008"}, + {file = "bitarray-2.9.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:393cb27fd859af5fd9c16eb26b1c59b17b390ff66b3ae5d0dd258270191baf13"}, + {file = "bitarray-2.9.2.tar.gz", hash = "sha256:a8f286a51a32323715d77755ed959f94bef13972e9a2fe71b609e40e6d27957e"}, ] [[package]] name = "certifi" -version = "2023.7.22" +version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, + {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, ] [[package]] @@ -427,101 +416,101 @@ files = [ [[package]] name = "charset-normalizer" -version = "3.3.1" +version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." optional = false python-versions = ">=3.7.0" files = [ - {file = "charset-normalizer-3.3.1.tar.gz", hash = "sha256:d9137a876020661972ca6eec0766d81aef8a5627df628b664b234b73396e727e"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8aee051c89e13565c6bd366813c386939f8e928af93c29fda4af86d25b73d8f8"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:352a88c3df0d1fa886562384b86f9a9e27563d4704ee0e9d56ec6fcd270ea690"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:223b4d54561c01048f657fa6ce41461d5ad8ff128b9678cfe8b2ecd951e3f8a2"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f861d94c2a450b974b86093c6c027888627b8082f1299dfd5a4bae8e2292821"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1171ef1fc5ab4693c5d151ae0fdad7f7349920eabbaca6271f95969fa0756c2d"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28f512b9a33235545fbbdac6a330a510b63be278a50071a336afc1b78781b147"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0e842112fe3f1a4ffcf64b06dc4c61a88441c2f02f373367f7b4c1aa9be2ad5"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f9bc2ce123637a60ebe819f9fccc614da1bcc05798bbbaf2dd4ec91f3e08846"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f194cce575e59ffe442c10a360182a986535fd90b57f7debfaa5c845c409ecc3"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:9a74041ba0bfa9bc9b9bb2cd3238a6ab3b7618e759b41bd15b5f6ad958d17605"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b578cbe580e3b41ad17b1c428f382c814b32a6ce90f2d8e39e2e635d49e498d1"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:6db3cfb9b4fcecb4390db154e75b49578c87a3b9979b40cdf90d7e4b945656e1"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:debb633f3f7856f95ad957d9b9c781f8e2c6303ef21724ec94bea2ce2fcbd056"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-win32.whl", hash = "sha256:87071618d3d8ec8b186d53cb6e66955ef2a0e4fa63ccd3709c0c90ac5a43520f"}, - {file = "charset_normalizer-3.3.1-cp310-cp310-win_amd64.whl", hash = "sha256:e372d7dfd154009142631de2d316adad3cc1c36c32a38b16a4751ba78da2a397"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ae4070f741f8d809075ef697877fd350ecf0b7c5837ed68738607ee0a2c572cf"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:58e875eb7016fd014c0eea46c6fa92b87b62c0cb31b9feae25cbbe62c919f54d"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dbd95e300367aa0827496fe75a1766d198d34385a58f97683fe6e07f89ca3e3c"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de0b4caa1c8a21394e8ce971997614a17648f94e1cd0640fbd6b4d14cab13a72"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:985c7965f62f6f32bf432e2681173db41336a9c2611693247069288bcb0c7f8b"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a15c1fe6d26e83fd2e5972425a772cca158eae58b05d4a25a4e474c221053e2d"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae55d592b02c4349525b6ed8f74c692509e5adffa842e582c0f861751701a673"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:be4d9c2770044a59715eb57c1144dedea7c5d5ae80c68fb9959515037cde2008"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:851cf693fb3aaef71031237cd68699dded198657ec1e76a76eb8be58c03a5d1f"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:31bbaba7218904d2eabecf4feec0d07469284e952a27400f23b6628439439fa7"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:871d045d6ccc181fd863a3cd66ee8e395523ebfbc57f85f91f035f50cee8e3d4"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:501adc5eb6cd5f40a6f77fbd90e5ab915c8fd6e8c614af2db5561e16c600d6f3"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f5fb672c396d826ca16a022ac04c9dce74e00a1c344f6ad1a0fdc1ba1f332213"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-win32.whl", hash = "sha256:bb06098d019766ca16fc915ecaa455c1f1cd594204e7f840cd6258237b5079a8"}, - {file = "charset_normalizer-3.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:8af5a8917b8af42295e86b64903156b4f110a30dca5f3b5aedea123fbd638bff"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:7ae8e5142dcc7a49168f4055255dbcced01dc1714a90a21f87448dc8d90617d1"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5b70bab78accbc672f50e878a5b73ca692f45f5b5e25c8066d748c09405e6a55"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5ceca5876032362ae73b83347be8b5dbd2d1faf3358deb38c9c88776779b2e2f"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34d95638ff3613849f473afc33f65c401a89f3b9528d0d213c7037c398a51296"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9edbe6a5bf8b56a4a84533ba2b2f489d0046e755c29616ef8830f9e7d9cf5728"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f6a02a3c7950cafaadcd46a226ad9e12fc9744652cc69f9e5534f98b47f3bbcf"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10b8dd31e10f32410751b3430996f9807fc4d1587ca69772e2aa940a82ab571a"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edc0202099ea1d82844316604e17d2b175044f9bcb6b398aab781eba957224bd"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b891a2f68e09c5ef989007fac11476ed33c5c9994449a4e2c3386529d703dc8b"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:71ef3b9be10070360f289aea4838c784f8b851be3ba58cf796262b57775c2f14"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:55602981b2dbf8184c098bc10287e8c245e351cd4fdcad050bd7199d5a8bf514"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:46fb9970aa5eeca547d7aa0de5d4b124a288b42eaefac677bde805013c95725c"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:520b7a142d2524f999447b3a0cf95115df81c4f33003c51a6ab637cbda9d0bf4"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-win32.whl", hash = "sha256:8ec8ef42c6cd5856a7613dcd1eaf21e5573b2185263d87d27c8edcae33b62a61"}, - {file = "charset_normalizer-3.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:baec8148d6b8bd5cee1ae138ba658c71f5b03e0d69d5907703e3e1df96db5e41"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:63a6f59e2d01310f754c270e4a257426fe5a591dc487f1983b3bbe793cf6bac6"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d6bfc32a68bc0933819cfdfe45f9abc3cae3877e1d90aac7259d57e6e0f85b1"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4f3100d86dcd03c03f7e9c3fdb23d92e32abbca07e7c13ebd7ddfbcb06f5991f"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39b70a6f88eebe239fa775190796d55a33cfb6d36b9ffdd37843f7c4c1b5dc67"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e12f8ee80aa35e746230a2af83e81bd6b52daa92a8afaef4fea4a2ce9b9f4fa"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b6cefa579e1237ce198619b76eaa148b71894fb0d6bcf9024460f9bf30fd228"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:61f1e3fb621f5420523abb71f5771a204b33c21d31e7d9d86881b2cffe92c47c"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4f6e2a839f83a6a76854d12dbebde50e4b1afa63e27761549d006fa53e9aa80e"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:1ec937546cad86d0dce5396748bf392bb7b62a9eeb8c66efac60e947697f0e58"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:82ca51ff0fc5b641a2d4e1cc8c5ff108699b7a56d7f3ad6f6da9dbb6f0145b48"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:633968254f8d421e70f91c6ebe71ed0ab140220469cf87a9857e21c16687c034"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-win32.whl", hash = "sha256:c0c72d34e7de5604df0fde3644cc079feee5e55464967d10b24b1de268deceb9"}, - {file = "charset_normalizer-3.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:63accd11149c0f9a99e3bc095bbdb5a464862d77a7e309ad5938fbc8721235ae"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5a3580a4fdc4ac05f9e53c57f965e3594b2f99796231380adb2baaab96e22761"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2465aa50c9299d615d757c1c888bc6fef384b7c4aec81c05a0172b4400f98557"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cb7cd68814308aade9d0c93c5bd2ade9f9441666f8ba5aa9c2d4b389cb5e2a45"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91e43805ccafa0a91831f9cd5443aa34528c0c3f2cc48c4cb3d9a7721053874b"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:854cc74367180beb327ab9d00f964f6d91da06450b0855cbbb09187bcdb02de5"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c15070ebf11b8b7fd1bfff7217e9324963c82dbdf6182ff7050519e350e7ad9f"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c4c99f98fc3a1835af8179dcc9013f93594d0670e2fa80c83aa36346ee763d2"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3fb765362688821404ad6cf86772fc54993ec11577cd5a92ac44b4c2ba52155b"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:dced27917823df984fe0c80a5c4ad75cf58df0fbfae890bc08004cd3888922a2"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a66bcdf19c1a523e41b8e9d53d0cedbfbac2e93c649a2e9502cb26c014d0980c"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:ecd26be9f112c4f96718290c10f4caea6cc798459a3a76636b817a0ed7874e42"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:3f70fd716855cd3b855316b226a1ac8bdb3caf4f7ea96edcccc6f484217c9597"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:17a866d61259c7de1bdadef418a37755050ddb4b922df8b356503234fff7932c"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-win32.whl", hash = "sha256:548eefad783ed787b38cb6f9a574bd8664468cc76d1538215d510a3cd41406cb"}, - {file = "charset_normalizer-3.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:45f053a0ece92c734d874861ffe6e3cc92150e32136dd59ab1fb070575189c97"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:bc791ec3fd0c4309a753f95bb6c749ef0d8ea3aea91f07ee1cf06b7b02118f2f"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0c8c61fb505c7dad1d251c284e712d4e0372cef3b067f7ddf82a7fa82e1e9a93"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:2c092be3885a1b7899cd85ce24acedc1034199d6fca1483fa2c3a35c86e43041"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c2000c54c395d9e5e44c99dc7c20a64dc371f777faf8bae4919ad3e99ce5253e"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4cb50a0335382aac15c31b61d8531bc9bb657cfd848b1d7158009472189f3d62"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c30187840d36d0ba2893bc3271a36a517a717f9fd383a98e2697ee890a37c273"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe81b35c33772e56f4b6cf62cf4aedc1762ef7162a31e6ac7fe5e40d0149eb67"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d0bf89afcbcf4d1bb2652f6580e5e55a840fdf87384f6063c4a4f0c95e378656"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:06cf46bdff72f58645434d467bf5228080801298fbba19fe268a01b4534467f5"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:3c66df3f41abee950d6638adc7eac4730a306b022570f71dd0bd6ba53503ab57"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:cd805513198304026bd379d1d516afbf6c3c13f4382134a2c526b8b854da1c2e"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:9505dc359edb6a330efcd2be825fdb73ee3e628d9010597aa1aee5aa63442e97"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:31445f38053476a0c4e6d12b047b08ced81e2c7c712e5a1ad97bc913256f91b2"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-win32.whl", hash = "sha256:bd28b31730f0e982ace8663d108e01199098432a30a4c410d06fe08fdb9e93f4"}, - {file = "charset_normalizer-3.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:555fe186da0068d3354cdf4bbcbc609b0ecae4d04c921cc13e209eece7720727"}, - {file = "charset_normalizer-3.3.1-py3-none-any.whl", hash = "sha256:800561453acdecedaac137bf09cd719c7a440b6800ec182f077bb8e7025fb708"}, + {file = "charset-normalizer-3.3.2.tar.gz", hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl", hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73"}, + {file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl", hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab"}, + {file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl", hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7"}, + {file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl", hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4"}, + {file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl", hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25"}, + {file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl", hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f"}, + {file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d"}, + {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"}, ] [[package]] @@ -692,13 +681,13 @@ files = [ [[package]] name = "distlib" -version = "0.3.7" +version = "0.3.8" description = "Distribution utilities" optional = false python-versions = "*" files = [ - {file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"}, - {file = "distlib-0.3.7.tar.gz", hash = "sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8"}, + {file = "distlib-0.3.8-py2.py3-none-any.whl", hash = "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784"}, + {file = "distlib-0.3.8.tar.gz", hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"}, ] [[package]] @@ -721,13 +710,13 @@ gmpy2 = ["gmpy2"] [[package]] name = "eth-abi" -version = "4.2.1" +version = "5.0.0" description = "eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding" optional = false -python-versions = ">=3.7.2, <4" +python-versions = ">=3.8, <4" files = [ - {file = "eth_abi-4.2.1-py3-none-any.whl", hash = "sha256:abd83410a5326145bf178675c276de0ed154f6dc695dcad1beafaa44d97f44ae"}, - {file = "eth_abi-4.2.1.tar.gz", hash = "sha256:60d88788d53725794cdb07c0f0bb0df2a31a6e1ad19644313fe6117ac24eeeb0"}, + {file = "eth_abi-5.0.0-py3-none-any.whl", hash = "sha256:936a715d7366ac13cac665cbdaf01cc4aabbe8c2d810d716287a9634f9665e01"}, + {file = "eth_abi-5.0.0.tar.gz", hash = "sha256:89c4454d794d9ed92ad5cb2794698c5cee6b7b3ca6009187d0e282adc7f9b6dc"}, ] [package.dependencies] @@ -736,21 +725,20 @@ eth-utils = ">=2.0.0" parsimonious = ">=0.9.0,<0.10.0" [package.extras] -dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "hypothesis (>=4.18.2,<5.0.0)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-pythonpath (>=0.7.1)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] -doc = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] -lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "hypothesis (>=4.18.2,<5.0.0)", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-pythonpath (>=0.7.1)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] test = ["eth-hash[pycryptodome]", "hypothesis (>=4.18.2,<5.0.0)", "pytest (>=7.0.0)", "pytest-pythonpath (>=0.7.1)", "pytest-xdist (>=2.4.0)"] tools = ["hypothesis (>=4.18.2,<5.0.0)"] [[package]] name = "eth-account" -version = "0.9.0" +version = "0.10.0" description = "eth-account: Sign Ethereum transactions and messages with local private keys" optional = false python-versions = ">=3.7, <4" files = [ - {file = "eth-account-0.9.0.tar.gz", hash = "sha256:5f66ecb7bc52569924dfaf4a9add501b1c2a4901eec74e3c0598cd26d0971777"}, - {file = "eth_account-0.9.0-py3-none-any.whl", hash = "sha256:35636ca14e9063dea233648703338be1a44e8cb1a2f9de1519d2b1be4655da59"}, + {file = "eth-account-0.10.0.tar.gz", hash = "sha256:474a2fccf7286230cf66502565f03b536921d7e1fdfceba198e42160e5ac4bc1"}, + {file = "eth_account-0.10.0-py3-none-any.whl", hash = "sha256:b7a83f506a8edf57926569e5f04471ce3f1700e572d3421b4ad0dad7a26c0978"}, ] [package.dependencies] @@ -760,7 +748,7 @@ eth-keyfile = ">=0.6.0" eth-keys = ">=0.4.0" eth-rlp = ">=0.3.0" eth-utils = ">=2.0.0" -hexbytes = ">=0.1.0" +hexbytes = ">=0.1.0,<0.4.0" rlp = ">=1.0.0" [package.extras] @@ -771,121 +759,113 @@ test = ["coverage", "hypothesis (>=4.18.0,<5)", "pytest (>=7.0.0)", "pytest-xdis [[package]] name = "eth-hash" -version = "0.5.2" +version = "0.6.0" description = "eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.8, <4" files = [ - {file = "eth-hash-0.5.2.tar.gz", hash = "sha256:1b5f10eca7765cc385e1430eefc5ced6e2e463bb18d1365510e2e539c1a6fe4e"}, - {file = "eth_hash-0.5.2-py3-none-any.whl", hash = "sha256:251f62f6579a1e247561679d78df37548bd5f59908da0b159982bf8293ad32f0"}, + {file = "eth-hash-0.6.0.tar.gz", hash = "sha256:ae72889e60db6acbb3872c288cfa02ed157f4c27630fcd7f9c8442302c31e478"}, + {file = "eth_hash-0.6.0-py3-none-any.whl", hash = "sha256:9f8daaa345764f8871dc461855049ac54ae4291d780279bce6fce7f24e3f17d3"}, ] [package.dependencies] pycryptodome = {version = ">=3.6.6,<4", optional = true, markers = "extra == \"pycryptodome\""} [package.extras] -dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] -doc = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] -lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] pycryptodome = ["pycryptodome (>=3.6.6,<4)"] pysha3 = ["pysha3 (>=1.0.0,<2.0.0)", "safe-pysha3 (>=1.0.0)"] test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "eth-keyfile" -version = "0.6.1" -description = "A library for handling the encrypted keyfiles used to store ethereum private keys." +version = "0.7.0" +description = "eth-keyfile: A library for handling the encrypted keyfiles used to store ethereum private keys" optional = false -python-versions = "*" +python-versions = ">=3.8, <4" files = [ - {file = "eth-keyfile-0.6.1.tar.gz", hash = "sha256:471be6e5386fce7b22556b3d4bde5558dbce46d2674f00848027cb0a20abdc8c"}, - {file = "eth_keyfile-0.6.1-py3-none-any.whl", hash = "sha256:609773a1ad5956944a33348413cad366ec6986c53357a806528c8f61c4961560"}, + {file = "eth-keyfile-0.7.0.tar.gz", hash = "sha256:6bdb8110c3a50439deb68a04c93c9d5ddd5402353bfae1bf4cfca1d6dff14fcf"}, + {file = "eth_keyfile-0.7.0-py3-none-any.whl", hash = "sha256:6a89b231a2fe250c3a8f924f2695bb9cce33ddd0d6f7ebbcdacd183d7f83d537"}, ] [package.dependencies] -eth-keys = ">=0.4.0,<0.5.0" -eth-utils = ">=2,<3" +eth-keys = ">=0.4.0" +eth-utils = ">=2" pycryptodome = ">=3.6.6,<4" [package.extras] -dev = ["bumpversion (>=0.5.3,<1)", "eth-keys (>=0.4.0,<0.5.0)", "eth-utils (>=2,<3)", "flake8 (==4.0.1)", "idna (==2.7)", "pluggy (>=1.0.0,<2)", "pycryptodome (>=3.6.6,<4)", "pytest (>=6.2.5,<7)", "requests (>=2.20,<3)", "setuptools (>=38.6.0)", "tox (>=2.7.0)", "twine", "wheel"] -keyfile = ["eth-keys (>=0.4.0,<0.5.0)", "eth-utils (>=2,<3)", "pycryptodome (>=3.6.6,<4)"] -lint = ["flake8 (==4.0.1)"] -test = ["pytest (>=6.2.5,<7)"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["towncrier (>=21,<22)"] +test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "eth-keys" -version = "0.4.0" -description = "Common API for Ethereum key operations." +version = "0.5.0" +description = "eth-keys: Common API for Ethereum key operations" optional = false -python-versions = "*" +python-versions = ">=3.8, <4" files = [ - {file = "eth-keys-0.4.0.tar.gz", hash = "sha256:7d18887483bc9b8a3fdd8e32ddcb30044b9f08fcb24a380d93b6eee3a5bb3216"}, - {file = "eth_keys-0.4.0-py3-none-any.whl", hash = "sha256:e07915ffb91277803a28a379418bdd1fad1f390c38ad9353a0f189789a440d5d"}, + {file = "eth-keys-0.5.0.tar.gz", hash = "sha256:a0abccb83f3d84322591a2c047a1e3aa52ea86b185fa3e82ce311d120ca2791e"}, + {file = "eth_keys-0.5.0-py3-none-any.whl", hash = "sha256:b2bed3ff3bcede68cc0cd4458c7147baaeaac1211a1efdb6ca019f9d3d989f2b"}, ] [package.dependencies] -eth-typing = ">=3.0.0,<4" -eth-utils = ">=2.0.0,<3.0.0" +eth-typing = ">=3" +eth-utils = ">=2" [package.extras] -coincurve = ["coincurve (>=7.0.0,<16.0.0)"] -dev = ["asn1tools (>=0.146.2,<0.147)", "bumpversion (==0.5.3)", "eth-hash[pycryptodome]", "eth-hash[pysha3]", "eth-typing (>=3.0.0,<4)", "eth-utils (>=2.0.0,<3.0.0)", "factory-boy (>=3.0.1,<3.1)", "flake8 (==3.0.4)", "hypothesis (>=5.10.3,<6.0.0)", "mypy (==0.782)", "pyasn1 (>=0.4.5,<0.5)", "pytest (==6.2.5)", "tox (==3.20.0)", "twine"] -eth-keys = ["eth-typing (>=3.0.0,<4)", "eth-utils (>=2.0.0,<3.0.0)"] -lint = ["flake8 (==3.0.4)", "mypy (==0.782)"] -test = ["asn1tools (>=0.146.2,<0.147)", "eth-hash[pycryptodome]", "eth-hash[pysha3]", "factory-boy (>=3.0.1,<3.1)", "hypothesis (>=5.10.3,<6.0.0)", "pyasn1 (>=0.4.5,<0.5)", "pytest (==6.2.5)"] +coincurve = ["coincurve (>=12.0.0)"] +dev = ["asn1tools (>=0.146.2)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "coincurve (>=12.0.0)", "eth-hash[pysha3]", "factory-boy (>=3.0.1)", "hypothesis (>=5.10.3,<6)", "ipython", "pre-commit (>=3.4.0)", "pyasn1 (>=0.4.5)", "pytest (>=7.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["towncrier (>=21,<22)"] +test = ["asn1tools (>=0.146.2)", "eth-hash[pysha3]", "factory-boy (>=3.0.1)", "hypothesis (>=5.10.3,<6)", "pyasn1 (>=0.4.5)", "pytest (>=7.0.0)"] [[package]] name = "eth-rlp" -version = "0.3.0" +version = "1.0.0" description = "eth-rlp: RLP definitions for common Ethereum objects in Python" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.8, <4" files = [ - {file = "eth-rlp-0.3.0.tar.gz", hash = "sha256:f3263b548df718855d9a8dbd754473f383c0efc82914b0b849572ce3e06e71a6"}, - {file = "eth_rlp-0.3.0-py3-none-any.whl", hash = "sha256:e88e949a533def85c69fa94224618bbbd6de00061f4cff645c44621dab11cf33"}, + {file = "eth-rlp-1.0.0.tar.gz", hash = "sha256:a988d713a36452e7c6da71186798343f687eaf3aeb7f99266750dd9e1f754c7b"}, + {file = "eth_rlp-1.0.0-py3-none-any.whl", hash = "sha256:5029b90334bf21d4b728278b42d4672700c34e65ef34a70610b8fffcc8255fc8"}, ] [package.dependencies] -eth-utils = ">=2.0.0,<3" +eth-utils = ">=2.0.0" hexbytes = ">=0.1.0,<1" -rlp = ">=0.6.0,<4" +rlp = ">=0.6.0" [package.extras] -dev = ["Sphinx (>=1.6.5,<2)", "bumpversion (>=0.5.3,<1)", "eth-hash[pycryptodome]", "flake8 (==3.7.9)", "ipython", "isort (>=4.2.15,<5)", "mypy (==0.770)", "pydocstyle (>=3.0.0,<4)", "pytest (>=6.2.5,<7)", "pytest-watch (>=4.1.0,<5)", "pytest-xdist", "sphinx-rtd-theme (>=0.1.9)", "towncrier (>=19.2.0,<20)", "tox (==3.14.6)", "twine", "wheel"] -doc = ["Sphinx (>=1.6.5,<2)", "sphinx-rtd-theme (>=0.1.9)", "towncrier (>=19.2.0,<20)"] -lint = ["flake8 (==3.7.9)", "isort (>=4.2.15,<5)", "mypy (==0.770)", "pydocstyle (>=3.0.0,<4)"] -test = ["eth-hash[pycryptodome]", "pytest (>=6.2.5,<7)", "pytest-xdist", "tox (==3.14.6)"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "eth-hash[pycryptodome]", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] +test = ["eth-hash[pycryptodome]", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "eth-typing" -version = "3.5.1" +version = "4.0.0" description = "eth-typing: Common type annotations for ethereum python packages" optional = false -python-versions = ">=3.7.2, <4" +python-versions = ">=3.8, <4" files = [ - {file = "eth-typing-3.5.1.tar.gz", hash = "sha256:e21a8b0688581a6765f72fa184d86d06c3949e354d4af5293798abc0b4255989"}, - {file = "eth_typing-3.5.1-py3-none-any.whl", hash = "sha256:9d80c7d112a8774bddeb7278b1bc2f17ca4c062825476ce6bc9cba4d47956010"}, + {file = "eth-typing-4.0.0.tar.gz", hash = "sha256:9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731"}, + {file = "eth_typing-4.0.0-py3-none-any.whl", hash = "sha256:7e556bea322b6e8c0a231547b736c258e10ce9eed5ddc254f51031b12af66a16"}, ] -[package.dependencies] -typing-extensions = ">=4.0.1" - [package.extras] -dev = ["black (>=23)", "build (>=0.9.0)", "bumpversion (>=0.5.3)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "ipython", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "pytest (>=7.0.0)", "pytest-watch (>=4.1.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "types-setuptools", "wheel"] -docs = ["sphinx (>=5.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] -lint = ["black (>=23)", "flake8 (==6.0.0)", "flake8-bugbear (==23.3.23)", "isort (>=5.10.1)", "mypy (==0.971)", "pydocstyle (>=6.0.0)", "types-setuptools"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] test = ["pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "eth-utils" -version = "2.3.0" +version = "2.3.1" description = "eth-utils: Common utility functions for python code that interacts with Ethereum" optional = false python-versions = ">=3.7,<4" files = [ - {file = "eth-utils-2.3.0.tar.gz", hash = "sha256:085b42f5745f46d22a186fbd873d79f66a79171c02eccd78792d1dddd672f324"}, - {file = "eth_utils-2.3.0-py3-none-any.whl", hash = "sha256:d539ac0bb1e759abb39f71efbcd77301eede86b4bf449278e4ad2fbf10aac67a"}, + {file = "eth-utils-2.3.1.tar.gz", hash = "sha256:56a969b0536d4969dcb27e580521de35abf2dbed8b1bf072b5c80770c4324e27"}, + {file = "eth_utils-2.3.1-py3-none-any.whl", hash = "sha256:614eedc5ffcaf4e6708ca39e23b12bd69526a312068c1170c773bd1307d13972"}, ] [package.dependencies] @@ -902,13 +882,13 @@ test = ["hypothesis (>=4.43.0)", "mypy (==0.971)", "pytest (>=7.0.0)", "pytest-x [[package]] name = "exceptiongroup" -version = "1.1.3" +version = "1.2.0" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"}, - {file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"}, + {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, + {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, ] [package.extras] @@ -930,19 +910,19 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "filelock" -version = "3.12.4" +version = "3.13.1" description = "A platform independent file lock." optional = false python-versions = ">=3.8" files = [ - {file = "filelock-3.12.4-py3-none-any.whl", hash = "sha256:08c21d87ded6e2b9da6728c3dff51baf1dcecf973b768ef35bcbc3447edb9ad4"}, - {file = "filelock-3.12.4.tar.gz", hash = "sha256:2e6f249f1f3654291606e046b09f1fd5eac39b360664c27f5aad072012f8bcbd"}, + {file = "filelock-3.13.1-py3-none-any.whl", hash = "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c"}, + {file = "filelock-3.13.1.tar.gz", hash = "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e"}, ] [package.extras] -docs = ["furo (>=2023.7.26)", "sphinx (>=7.1.2)", "sphinx-autodoc-typehints (>=1.24)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)", "pytest-timeout (>=2.1)"] -typing = ["typing-extensions (>=4.7.1)"] +docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.24)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"] +typing = ["typing-extensions (>=4.8)"] [[package]] name = "flake8" @@ -962,72 +942,98 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "frozenlist" -version = "1.4.0" +version = "1.4.1" description = "A list-like structure which implements collections.abc.MutableSequence" optional = false python-versions = ">=3.8" files = [ - {file = "frozenlist-1.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:764226ceef3125e53ea2cb275000e309c0aa5464d43bd72abd661e27fffc26ab"}, - {file = "frozenlist-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d6484756b12f40003c6128bfcc3fa9f0d49a687e171186c2d85ec82e3758c559"}, - {file = "frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9ac08e601308e41eb533f232dbf6b7e4cea762f9f84f6357136eed926c15d12c"}, - {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d081f13b095d74b67d550de04df1c756831f3b83dc9881c38985834387487f1b"}, - {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:71932b597f9895f011f47f17d6428252fc728ba2ae6024e13c3398a087c2cdea"}, - {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:981b9ab5a0a3178ff413bca62526bb784249421c24ad7381e39d67981be2c326"}, - {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e41f3de4df3e80de75845d3e743b3f1c4c8613c3997a912dbf0229fc61a8b963"}, - {file = "frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6918d49b1f90821e93069682c06ffde41829c346c66b721e65a5c62b4bab0300"}, - {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0e5c8764c7829343d919cc2dfc587a8db01c4f70a4ebbc49abde5d4b158b007b"}, - {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8d0edd6b1c7fb94922bf569c9b092ee187a83f03fb1a63076e7774b60f9481a8"}, - {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:e29cda763f752553fa14c68fb2195150bfab22b352572cb36c43c47bedba70eb"}, - {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:0c7c1b47859ee2cac3846fde1c1dc0f15da6cec5a0e5c72d101e0f83dcb67ff9"}, - {file = "frozenlist-1.4.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:901289d524fdd571be1c7be054f48b1f88ce8dddcbdf1ec698b27d4b8b9e5d62"}, - {file = "frozenlist-1.4.0-cp310-cp310-win32.whl", hash = "sha256:1a0848b52815006ea6596c395f87449f693dc419061cc21e970f139d466dc0a0"}, - {file = "frozenlist-1.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:b206646d176a007466358aa21d85cd8600a415c67c9bd15403336c331a10d956"}, - {file = "frozenlist-1.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:de343e75f40e972bae1ef6090267f8260c1446a1695e77096db6cfa25e759a95"}, - {file = "frozenlist-1.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ad2a9eb6d9839ae241701d0918f54c51365a51407fd80f6b8289e2dfca977cc3"}, - {file = "frozenlist-1.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bd7bd3b3830247580de99c99ea2a01416dfc3c34471ca1298bccabf86d0ff4dc"}, - {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bdf1847068c362f16b353163391210269e4f0569a3c166bc6a9f74ccbfc7e839"}, - {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:38461d02d66de17455072c9ba981d35f1d2a73024bee7790ac2f9e361ef1cd0c"}, - {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5a32087d720c608f42caed0ef36d2b3ea61a9d09ee59a5142d6070da9041b8f"}, - {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dd65632acaf0d47608190a71bfe46b209719bf2beb59507db08ccdbe712f969b"}, - {file = "frozenlist-1.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:261b9f5d17cac914531331ff1b1d452125bf5daa05faf73b71d935485b0c510b"}, - {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b89ac9768b82205936771f8d2eb3ce88503b1556324c9f903e7156669f521472"}, - {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:008eb8b31b3ea6896da16c38c1b136cb9fec9e249e77f6211d479db79a4eaf01"}, - {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e74b0506fa5aa5598ac6a975a12aa8928cbb58e1f5ac8360792ef15de1aa848f"}, - {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:490132667476f6781b4c9458298b0c1cddf237488abd228b0b3650e5ecba7467"}, - {file = "frozenlist-1.4.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:76d4711f6f6d08551a7e9ef28c722f4a50dd0fc204c56b4bcd95c6cc05ce6fbb"}, - {file = "frozenlist-1.4.0-cp311-cp311-win32.whl", hash = "sha256:a02eb8ab2b8f200179b5f62b59757685ae9987996ae549ccf30f983f40602431"}, - {file = "frozenlist-1.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:515e1abc578dd3b275d6a5114030b1330ba044ffba03f94091842852f806f1c1"}, - {file = "frozenlist-1.4.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f0ed05f5079c708fe74bf9027e95125334b6978bf07fd5ab923e9e55e5fbb9d3"}, - {file = "frozenlist-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ca265542ca427bf97aed183c1676e2a9c66942e822b14dc6e5f42e038f92a503"}, - {file = "frozenlist-1.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:491e014f5c43656da08958808588cc6c016847b4360e327a62cb308c791bd2d9"}, - {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17ae5cd0f333f94f2e03aaf140bb762c64783935cc764ff9c82dff626089bebf"}, - {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1e78fb68cf9c1a6aa4a9a12e960a5c9dfbdb89b3695197aa7064705662515de2"}, - {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5655a942f5f5d2c9ed93d72148226d75369b4f6952680211972a33e59b1dfdc"}, - {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c11b0746f5d946fecf750428a95f3e9ebe792c1ee3b1e96eeba145dc631a9672"}, - {file = "frozenlist-1.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e66d2a64d44d50d2543405fb183a21f76b3b5fd16f130f5c99187c3fb4e64919"}, - {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:88f7bc0fcca81f985f78dd0fa68d2c75abf8272b1f5c323ea4a01a4d7a614efc"}, - {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5833593c25ac59ede40ed4de6d67eb42928cca97f26feea219f21d0ed0959b79"}, - {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:fec520865f42e5c7f050c2a79038897b1c7d1595e907a9e08e3353293ffc948e"}, - {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:b826d97e4276750beca7c8f0f1a4938892697a6bcd8ec8217b3312dad6982781"}, - {file = "frozenlist-1.4.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ceb6ec0a10c65540421e20ebd29083c50e6d1143278746a4ef6bcf6153171eb8"}, - {file = "frozenlist-1.4.0-cp38-cp38-win32.whl", hash = "sha256:2b8bcf994563466db019fab287ff390fffbfdb4f905fc77bc1c1d604b1c689cc"}, - {file = "frozenlist-1.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:a6c8097e01886188e5be3e6b14e94ab365f384736aa1fca6a0b9e35bd4a30bc7"}, - {file = "frozenlist-1.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6c38721585f285203e4b4132a352eb3daa19121a035f3182e08e437cface44bf"}, - {file = "frozenlist-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a0c6da9aee33ff0b1a451e867da0c1f47408112b3391dd43133838339e410963"}, - {file = "frozenlist-1.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:93ea75c050c5bb3d98016b4ba2497851eadf0ac154d88a67d7a6816206f6fa7f"}, - {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f61e2dc5ad442c52b4887f1fdc112f97caeff4d9e6ebe78879364ac59f1663e1"}, - {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aa384489fefeb62321b238e64c07ef48398fe80f9e1e6afeff22e140e0850eef"}, - {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10ff5faaa22786315ef57097a279b833ecab1a0bfb07d604c9cbb1c4cdc2ed87"}, - {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:007df07a6e3eb3e33e9a1fe6a9db7af152bbd8a185f9aaa6ece10a3529e3e1c6"}, - {file = "frozenlist-1.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f4f399d28478d1f604c2ff9119907af9726aed73680e5ed1ca634d377abb087"}, - {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c5374b80521d3d3f2ec5572e05adc94601985cc526fb276d0c8574a6d749f1b3"}, - {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:ce31ae3e19f3c902de379cf1323d90c649425b86de7bbdf82871b8a2a0615f3d"}, - {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:7211ef110a9194b6042449431e08c4d80c0481e5891e58d429df5899690511c2"}, - {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:556de4430ce324c836789fa4560ca62d1591d2538b8ceb0b4f68fb7b2384a27a"}, - {file = "frozenlist-1.4.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7645a8e814a3ee34a89c4a372011dcd817964ce8cb273c8ed6119d706e9613e3"}, - {file = "frozenlist-1.4.0-cp39-cp39-win32.whl", hash = "sha256:19488c57c12d4e8095a922f328df3f179c820c212940a498623ed39160bc3c2f"}, - {file = "frozenlist-1.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:6221d84d463fb110bdd7619b69cb43878a11d51cbb9394ae3105d082d5199167"}, - {file = "frozenlist-1.4.0.tar.gz", hash = "sha256:09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251"}, + {file = "frozenlist-1.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac"}, + {file = "frozenlist-1.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868"}, + {file = "frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc"}, + {file = "frozenlist-1.4.1-cp310-cp310-win32.whl", hash = "sha256:a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1"}, + {file = "frozenlist-1.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2"}, + {file = "frozenlist-1.4.1-cp311-cp311-win32.whl", hash = "sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17"}, + {file = "frozenlist-1.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8"}, + {file = "frozenlist-1.4.1-cp312-cp312-win32.whl", hash = "sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89"}, + {file = "frozenlist-1.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7"}, + {file = "frozenlist-1.4.1-cp38-cp38-win32.whl", hash = "sha256:e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497"}, + {file = "frozenlist-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6"}, + {file = "frozenlist-1.4.1-cp39-cp39-win32.whl", hash = "sha256:a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932"}, + {file = "frozenlist-1.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0"}, + {file = "frozenlist-1.4.1-py3-none-any.whl", hash = "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7"}, + {file = "frozenlist-1.4.1.tar.gz", hash = "sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b"}, +] + +[[package]] +name = "func-timeout" +version = "4.3.5" +description = "Python module which allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads" +optional = false +python-versions = "*" +files = [ + {file = "func_timeout-4.3.5.tar.gz", hash = "sha256:74cd3c428ec94f4edfba81f9b2f14904846d5ffccc27c92433b8b5939b5575dd"}, ] [[package]] @@ -1049,13 +1055,13 @@ test = ["eth-utils (>=1.0.1,<3)", "hypothesis (>=3.44.24,<=6.31.6)", "pytest (>= [[package]] name = "identify" -version = "2.5.30" +version = "2.5.33" description = "File identification library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "identify-2.5.30-py2.py3-none-any.whl", hash = "sha256:afe67f26ae29bab007ec21b03d4114f41316ab9dd15aa8736a167481e108da54"}, - {file = "identify-2.5.30.tar.gz", hash = "sha256:f302a4256a15c849b91cfcdcec052a8ce914634b2f77ae87dad29cd749f2d88d"}, + {file = "identify-2.5.33-py2.py3-none-any.whl", hash = "sha256:d40ce5fcd762817627670da8a7d8d8e65f24342d14539c59488dc603bf662e34"}, + {file = "identify-2.5.33.tar.gz", hash = "sha256:161558f9fe4559e1557e1bff323e8631f6a0e4837f7497767c1782832f16b62d"}, ] [package.extras] @@ -1063,13 +1069,13 @@ license = ["ukkonen"] [[package]] name = "idna" -version = "3.4" +version = "3.6" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, - {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, + {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, + {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, ] [[package]] @@ -1102,13 +1108,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.19.1" +version = "4.21.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.1-py3-none-any.whl", hash = "sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e"}, - {file = "jsonschema-4.19.1.tar.gz", hash = "sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf"}, + {file = "jsonschema-4.21.0-py3-none-any.whl", hash = "sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c"}, + {file = "jsonschema-4.21.0.tar.gz", hash = "sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167"}, ] [package.dependencies] @@ -1123,107 +1129,106 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "jsonschema-specifications" -version = "2023.7.1" +version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema_specifications-2023.7.1-py3-none-any.whl", hash = "sha256:05adf340b659828a004220a9613be00fa3f223f2b82002e273dee62fd50524b1"}, - {file = "jsonschema_specifications-2023.7.1.tar.gz", hash = "sha256:c91a50404e88a1f6ba40636778e2ee08f6e24c5613fe4c53ac24578a5a7f72bb"}, + {file = "jsonschema_specifications-2023.12.1-py3-none-any.whl", hash = "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c"}, + {file = "jsonschema_specifications-2023.12.1.tar.gz", hash = "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc"}, ] [package.dependencies] -referencing = ">=0.28.0" +referencing = ">=0.31.0" [[package]] name = "lru-dict" -version = "1.2.0" +version = "1.3.0" description = "An Dict like LRU container." optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "lru-dict-1.2.0.tar.gz", hash = "sha256:13c56782f19d68ddf4d8db0170041192859616514c706b126d0df2ec72a11bd7"}, - {file = "lru_dict-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:de906e5486b5c053d15b7731583c25e3c9147c288ac8152a6d1f9bccdec72641"}, - {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:604d07c7604b20b3130405d137cae61579578b0e8377daae4125098feebcb970"}, - {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:203b3e78d03d88f491fa134f85a42919020686b6e6f2d09759b2f5517260c651"}, - {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:020b93870f8c7195774cbd94f033b96c14f51c57537969965c3af300331724fe"}, - {file = "lru_dict-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1184d91cfebd5d1e659d47f17a60185bbf621635ca56dcdc46c6a1745d25df5c"}, - {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:fc42882b554a86e564e0b662da47b8a4b32fa966920bd165e27bb8079a323bc1"}, - {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:18ee88ada65bd2ffd483023be0fa1c0a6a051ef666d1cd89e921dcce134149f2"}, - {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:756230c22257597b7557eaef7f90484c489e9ba78e5bb6ab5a5bcfb6b03cb075"}, - {file = "lru_dict-1.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c4da599af36618881748b5db457d937955bb2b4800db891647d46767d636c408"}, - {file = "lru_dict-1.2.0-cp310-cp310-win32.whl", hash = "sha256:35a142a7d1a4fd5d5799cc4f8ab2fff50a598d8cee1d1c611f50722b3e27874f"}, - {file = "lru_dict-1.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:6da5b8099766c4da3bf1ed6e7d7f5eff1681aff6b5987d1258a13bd2ed54f0c9"}, - {file = "lru_dict-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b20b7c9beb481e92e07368ebfaa363ed7ef61e65ffe6e0edbdbaceb33e134124"}, - {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22147367b296be31cc858bf167c448af02435cac44806b228c9be8117f1bfce4"}, - {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:34a3091abeb95e707f381a8b5b7dc8e4ee016316c659c49b726857b0d6d1bd7a"}, - {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:877801a20f05c467126b55338a4e9fa30e2a141eb7b0b740794571b7d619ee11"}, - {file = "lru_dict-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d3336e901acec897bcd318c42c2b93d5f1d038e67688f497045fc6bad2c0be7"}, - {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8dafc481d2defb381f19b22cc51837e8a42631e98e34b9e0892245cc96593deb"}, - {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:87bbad3f5c3de8897b8c1263a9af73bbb6469fb90e7b57225dad89b8ef62cd8d"}, - {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:25f9e0bc2fe8f41c2711ccefd2871f8a5f50a39e6293b68c3dec576112937aad"}, - {file = "lru_dict-1.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ae301c282a499dc1968dd633cfef8771dd84228ae9d40002a3ea990e4ff0c469"}, - {file = "lru_dict-1.2.0-cp311-cp311-win32.whl", hash = "sha256:c9617583173a29048e11397f165501edc5ae223504a404b2532a212a71ecc9ed"}, - {file = "lru_dict-1.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:6b7a031e47421d4b7aa626b8c91c180a9f037f89e5d0a71c4bb7afcf4036c774"}, - {file = "lru_dict-1.2.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:ea2ac3f7a7a2f32f194c84d82a034e66780057fd908b421becd2f173504d040e"}, - {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd46c94966f631a81ffe33eee928db58e9fbee15baba5923d284aeadc0e0fa76"}, - {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:086ce993414f0b28530ded7e004c77dc57c5748fa6da488602aa6e7f79e6210e"}, - {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df25a426446197488a6702954dcc1de511deee20c9db730499a2aa83fddf0df1"}, - {file = "lru_dict-1.2.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c53b12b89bd7a6c79f0536ff0d0a84fdf4ab5f6252d94b24b9b753bd9ada2ddf"}, - {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:f9484016e6765bd295708cccc9def49f708ce07ac003808f69efa386633affb9"}, - {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:d0f7ec902a0097ac39f1922c89be9eaccf00eb87751e28915320b4f72912d057"}, - {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:981ef3edc82da38d39eb60eae225b88a538d47b90cce2e5808846fd2cf64384b"}, - {file = "lru_dict-1.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e25b2e90a032dc248213af7f3f3e975e1934b204f3b16aeeaeaff27a3b65e128"}, - {file = "lru_dict-1.2.0-cp36-cp36m-win32.whl", hash = "sha256:59f3df78e94e07959f17764e7fa7ca6b54e9296953d2626a112eab08e1beb2db"}, - {file = "lru_dict-1.2.0-cp36-cp36m-win_amd64.whl", hash = "sha256:de24b47159e07833aeab517d9cb1c3c5c2d6445cc378b1c2f1d8d15fb4841d63"}, - {file = "lru_dict-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d0dd4cd58220351233002f910e35cc01d30337696b55c6578f71318b137770f9"}, - {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a87bdc291718bbdf9ea4be12ae7af26cbf0706fa62c2ac332748e3116c5510a7"}, - {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05fb8744f91f58479cbe07ed80ada6696ec7df21ea1740891d4107a8dd99a970"}, - {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:00f6e8a3fc91481b40395316a14c94daa0f0a5de62e7e01a7d589f8d29224052"}, - {file = "lru_dict-1.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b172fce0a0ffc0fa6d282c14256d5a68b5db1e64719c2915e69084c4b6bf555"}, - {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:e707d93bae8f0a14e6df1ae8b0f076532b35f00e691995f33132d806a88e5c18"}, - {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b9ec7a4a0d6b8297102aa56758434fb1fca276a82ed7362e37817407185c3abb"}, - {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:f404dcc8172da1f28da9b1f0087009578e608a4899b96d244925c4f463201f2a"}, - {file = "lru_dict-1.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:1171ad3bff32aa8086778be4a3bdff595cc2692e78685bcce9cb06b96b22dcc2"}, - {file = "lru_dict-1.2.0-cp37-cp37m-win32.whl", hash = "sha256:0c316dfa3897fabaa1fe08aae89352a3b109e5f88b25529bc01e98ac029bf878"}, - {file = "lru_dict-1.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:5919dd04446bc1ee8d6ecda2187deeebfff5903538ae71083e069bc678599446"}, - {file = "lru_dict-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:fbf36c5a220a85187cacc1fcb7dd87070e04b5fc28df7a43f6842f7c8224a388"}, - {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:712e71b64da181e1c0a2eaa76cd860265980cd15cb0e0498602b8aa35d5db9f8"}, - {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f54908bf91280a9b8fa6a8c8f3c2f65850ce6acae2852bbe292391628ebca42f"}, - {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3838e33710935da2ade1dd404a8b936d571e29268a70ff4ca5ba758abb3850df"}, - {file = "lru_dict-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5d5a5f976b39af73324f2b793862859902ccb9542621856d51a5993064f25e4"}, - {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8bda3a9afd241ee0181661decaae25e5336ce513ac268ab57da737eacaa7871f"}, - {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:bd2cd1b998ea4c8c1dad829fc4fa88aeed4dee555b5e03c132fc618e6123f168"}, - {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:b55753ee23028ba8644fd22e50de7b8f85fa60b562a0fafaad788701d6131ff8"}, - {file = "lru_dict-1.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7e51fa6a203fa91d415f3b2900e5748ec8e06ad75777c98cc3aeb3983ca416d7"}, - {file = "lru_dict-1.2.0-cp38-cp38-win32.whl", hash = "sha256:cd6806313606559e6c7adfa0dbeb30fc5ab625f00958c3d93f84831e7a32b71e"}, - {file = "lru_dict-1.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:5d90a70c53b0566084447c3ef9374cc5a9be886e867b36f89495f211baabd322"}, - {file = "lru_dict-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a3ea7571b6bf2090a85ff037e6593bbafe1a8598d5c3b4560eb56187bcccb4dc"}, - {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:287c2115a59c1c9ed0d5d8ae7671e594b1206c36ea9df2fca6b17b86c468ff99"}, - {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b5ccfd2291c93746a286c87c3f895165b697399969d24c54804ec3ec559d4e43"}, - {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b710f0f4d7ec4f9fa89dfde7002f80bcd77de8024017e70706b0911ea086e2ef"}, - {file = "lru_dict-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5345bf50e127bd2767e9fd42393635bbc0146eac01f6baf6ef12c332d1a6a329"}, - {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:291d13f85224551913a78fe695cde04cbca9dcb1d84c540167c443eb913603c9"}, - {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d5bb41bc74b321789803d45b124fc2145c1b3353b4ad43296d9d1d242574969b"}, - {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:0facf49b053bf4926d92d8d5a46fe07eecd2af0441add0182c7432d53d6da667"}, - {file = "lru_dict-1.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:987b73a06bcf5a95d7dc296241c6b1f9bc6cda42586948c9dabf386dc2bef1cd"}, - {file = "lru_dict-1.2.0-cp39-cp39-win32.whl", hash = "sha256:231d7608f029dda42f9610e5723614a35b1fff035a8060cf7d2be19f1711ace8"}, - {file = "lru_dict-1.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:71da89e134747e20ed5b8ad5b4ee93fc5b31022c2b71e8176e73c5a44699061b"}, - {file = "lru_dict-1.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:21b3090928c7b6cec509e755cc3ab742154b33660a9b433923bd12c37c448e3e"}, - {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aaecd7085212d0aa4cd855f38b9d61803d6509731138bf798a9594745953245b"}, - {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ead83ac59a29d6439ddff46e205ce32f8b7f71a6bd8062347f77e232825e3d0a"}, - {file = "lru_dict-1.2.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:312b6b2a30188586fe71358f0f33e4bac882d33f5e5019b26f084363f42f986f"}, - {file = "lru_dict-1.2.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:b30122e098c80e36d0117810d46459a46313421ce3298709170b687dc1240b02"}, - {file = "lru_dict-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f010cfad3ab10676e44dc72a813c968cd586f37b466d27cde73d1f7f1ba158c2"}, - {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20f5f411f7751ad9a2c02e80287cedf69ae032edd321fe696e310d32dd30a1f8"}, - {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:afdadd73304c9befaed02eb42f5f09fdc16288de0a08b32b8080f0f0f6350aa6"}, - {file = "lru_dict-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7ab0c10c4fa99dc9e26b04e6b62ac32d2bcaea3aad9b81ec8ce9a7aa32b7b1b"}, - {file = "lru_dict-1.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:edad398d5d402c43d2adada390dd83c74e46e020945ff4df801166047013617e"}, - {file = "lru_dict-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:91d577a11b84387013815b1ad0bb6e604558d646003b44c92b3ddf886ad0f879"}, - {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb12f19cdf9c4f2d9aa259562e19b188ff34afab28dd9509ff32a3f1c2c29326"}, - {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9e4c85aa8844bdca3c8abac3b7f78da1531c74e9f8b3e4890c6e6d86a5a3f6c0"}, - {file = "lru_dict-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c6acbd097b15bead4de8e83e8a1030bb4d8257723669097eac643a301a952f0"}, - {file = "lru_dict-1.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:b6613daa851745dd22b860651de930275be9d3e9373283a2164992abacb75b62"}, + {file = "lru-dict-1.3.0.tar.gz", hash = "sha256:54fd1966d6bd1fcde781596cb86068214edeebff1db13a2cea11079e3fd07b6b"}, + {file = "lru_dict-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4073333894db9840f066226d50e6f914a2240711c87d60885d8c940b69a6673f"}, + {file = "lru_dict-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0ad6361e4dd63b47b2fc8eab344198f37387e1da3dcfacfee19bafac3ec9f1eb"}, + {file = "lru_dict-1.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c637ab54b8cd9802fe19b260261e38820d748adf7606e34045d3c799b6dde813"}, + {file = "lru_dict-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fce5f95489ca1fc158cc9fe0f4866db9cec82c2be0470926a9080570392beaf"}, + {file = "lru_dict-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b2bf2e24cf5f19c3ff69bf639306e83dced273e6fa775b04e190d7f5cd16f794"}, + {file = "lru_dict-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e90059f7701bef3c4da073d6e0434a9c7dc551d5adce30e6b99ef86b186f4b4a"}, + {file = "lru_dict-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ecb7ae557239c64077e9b26a142eb88e63cddb104111a5122de7bebbbd00098"}, + {file = "lru_dict-1.3.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6af36166d22dba851e06a13e35bbf33845d3dd88872e6aebbc8e3e7db70f4682"}, + {file = "lru_dict-1.3.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8ee38d420c77eed548df47b7d74b5169a98e71c9e975596e31ab808e76d11f09"}, + {file = "lru_dict-1.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:0e1845024c31e6ff246c9eb5e6f6f1a8bb564c06f8a7d6d031220044c081090b"}, + {file = "lru_dict-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3ca5474b1649555d014be1104e5558a92497509021a5ba5ea6e9b492303eb66b"}, + {file = "lru_dict-1.3.0-cp310-cp310-win32.whl", hash = "sha256:ebb03a9bd50c2ed86d4f72a54e0aae156d35a14075485b2127c4b01a3f4a63fa"}, + {file = "lru_dict-1.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:04cda617f4e4c27009005d0a8185ef02829b14b776d2791f5c994cc9d668bc24"}, + {file = "lru_dict-1.3.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:20c595764695d20bdc3ab9b582e0cc99814da183544afb83783a36d6741a0dac"}, + {file = "lru_dict-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d9b30a8f50c3fa72a494eca6be5810a1b5c89e4f0fda89374f0d1c5ad8d37d51"}, + {file = "lru_dict-1.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9710737584650a4251b9a566cbb1a86f83437adb209c9ba43a4e756d12faf0d7"}, + {file = "lru_dict-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b84c321ae34f2f40aae80e18b6fa08b31c90095792ab64bb99d2e385143effaa"}, + {file = "lru_dict-1.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eed24272b4121b7c22f234daed99899817d81d671b3ed030c876ac88bc9dc890"}, + {file = "lru_dict-1.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bd13af06dab7c6ee92284fd02ed9a5613a07d5c1b41948dc8886e7207f86dfd"}, + {file = "lru_dict-1.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1efc59bfba6aac33684d87b9e02813b0e2445b2f1c444dae2a0b396ad0ed60c"}, + {file = "lru_dict-1.3.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:cfaf75ac574447afcf8ad998789071af11d2bcf6f947643231f692948839bd98"}, + {file = "lru_dict-1.3.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c95f8751e2abd6f778da0399c8e0239321d560dbc58cb063827123137d213242"}, + {file = "lru_dict-1.3.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:abd0c284b26b5c4ee806ca4f33ab5e16b4bf4d5ec9e093e75a6f6287acdde78e"}, + {file = "lru_dict-1.3.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2a47740652b25900ac5ce52667b2eade28d8b5fdca0ccd3323459df710e8210a"}, + {file = "lru_dict-1.3.0-cp311-cp311-win32.whl", hash = "sha256:a690c23fc353681ed8042d9fe8f48f0fb79a57b9a45daea2f0be1eef8a1a4aa4"}, + {file = "lru_dict-1.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:efd3f4e0385d18f20f7ea6b08af2574c1bfaa5cb590102ef1bee781bdfba84bc"}, + {file = "lru_dict-1.3.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:c279068f68af3b46a5d649855e1fb87f5705fe1f744a529d82b2885c0e1fc69d"}, + {file = "lru_dict-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:350e2233cfee9f326a0d7a08e309372d87186565e43a691b120006285a0ac549"}, + {file = "lru_dict-1.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4eafb188a84483b3231259bf19030859f070321b00326dcb8e8c6cbf7db4b12f"}, + {file = "lru_dict-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:73593791047e36b37fdc0b67b76aeed439fcea80959c7d46201240f9ec3b2563"}, + {file = "lru_dict-1.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1958cb70b9542773d6241974646e5410e41ef32e5c9e437d44040d59bd80daf2"}, + {file = "lru_dict-1.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bc1cd3ed2cee78a47f11f3b70be053903bda197a873fd146e25c60c8e5a32cd6"}, + {file = "lru_dict-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82eb230d48eaebd6977a92ddaa6d788f14cf4f4bcf5bbffa4ddfd60d051aa9d4"}, + {file = "lru_dict-1.3.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:5ad659cbc349d0c9ba8e536b5f40f96a70c360f43323c29f4257f340d891531c"}, + {file = "lru_dict-1.3.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:ba490b8972531d153ac0d4e421f60d793d71a2f4adbe2f7740b3c55dce0a12f1"}, + {file = "lru_dict-1.3.0-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:c0131351b8a7226c69f1eba5814cbc9d1d8daaf0fdec1ae3f30508e3de5262d4"}, + {file = "lru_dict-1.3.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:0e88dba16695f17f41701269fa046197a3fd7b34a8dba744c8749303ddaa18df"}, + {file = "lru_dict-1.3.0-cp312-cp312-win32.whl", hash = "sha256:6ffaf595e625b388babc8e7d79b40f26c7485f61f16efe76764e32dce9ea17fc"}, + {file = "lru_dict-1.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:cf9da32ef2582434842ab6ba6e67290debfae72771255a8e8ab16f3e006de0aa"}, + {file = "lru_dict-1.3.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:c265f16c936a8ff3bb4b8a4bda0be94c15ec28b63e99fdb1439c1ffe4cd437db"}, + {file = "lru_dict-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:784ca9d3b0730b3ec199c0a58f66264c63dd5d438119c739c349a6a9be8e5f6e"}, + {file = "lru_dict-1.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e13b2f58f647178470adaa14603bb64cc02eeed32601772ccea30e198252883c"}, + {file = "lru_dict-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ffbce5c2e80f57937679553c8f27e61ec327c962bf7ea0b15f1d74277fd5363"}, + {file = "lru_dict-1.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7969cb034b3ccc707aff877c73c225c32d7e2a7981baa8f92f5dd4d468fe8c33"}, + {file = "lru_dict-1.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca9ab676609cce85dd65d91c275e47da676d13d77faa72de286fbea30fbaa596"}, + {file = "lru_dict-1.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f27c078b5d75989952acbf9b77e14c3dadc468a4aafe85174d548afbc5efc38b"}, + {file = "lru_dict-1.3.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6123aefe97762ad74215d05320a7f389f196f0594c8813534284d4eafeca1a96"}, + {file = "lru_dict-1.3.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cd869cadba9a63e1e7fe2dced4a5747d735135b86016b0a63e8c9e324ab629ac"}, + {file = "lru_dict-1.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:40a8daddc29c7edb09dfe44292cf111f1e93a8344349778721d430d336b50505"}, + {file = "lru_dict-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a03170e4152836987a88dcebde61aaeb73ab7099a00bb86509d45b3fe424230"}, + {file = "lru_dict-1.3.0-cp38-cp38-win32.whl", hash = "sha256:3b4f121afe10f5a82b8e317626eb1e1c325b3f104af56c9756064cd833b1950b"}, + {file = "lru_dict-1.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:1470f5828c7410e16c24b5150eb649647986e78924816e6fb0264049dea14a2b"}, + {file = "lru_dict-1.3.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a3c9f746a9917e784fffcedeac4c8c47a3dbd90cbe13b69e9140182ad97ce4b7"}, + {file = "lru_dict-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2789296819525a1f3204072dfcf3df6db8bcf69a8fc740ffd3de43a684ea7002"}, + {file = "lru_dict-1.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:170b66d29945391460351588a7bd8210a95407ae82efe0b855e945398a1d24ea"}, + {file = "lru_dict-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:774ca88501a9effe8797c3db5a6685cf20978c9cb0fe836b6813cfe1ca60d8c9"}, + {file = "lru_dict-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:df2e119c6ae412d2fd641a55f8a1e2e51f45a3de3449c18b1b86c319ab79e0c4"}, + {file = "lru_dict-1.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28aa1ea42a7e48174bf513dc2416fea7511a547961e678dc6f5670ca987c18cb"}, + {file = "lru_dict-1.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9537e1cee6fa582cb68f2fb9ce82d51faf2ccc0a638b275d033fdcb1478eb80b"}, + {file = "lru_dict-1.3.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:64545fca797fe2c68c5168efb5f976c6e1459e058cab02445207a079180a3557"}, + {file = "lru_dict-1.3.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:a193a14c66cfc0c259d05dddc5e566a4b09e8f1765e941503d065008feebea9d"}, + {file = "lru_dict-1.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:3cb1de0ce4137b060abaafed8474cc0ebd12cedd88aaa7f7b3ebb1ddfba86ae0"}, + {file = "lru_dict-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8551ccab1349d4bebedab333dfc8693c74ff728f4b565fe15a6bf7d296bd7ea9"}, + {file = "lru_dict-1.3.0-cp39-cp39-win32.whl", hash = "sha256:6cb0be5e79c3f34d69b90d8559f0221e374b974b809a22377122c4b1a610ff67"}, + {file = "lru_dict-1.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:9f725f2a0bdf1c18735372d5807af4ea3b77888208590394d4660e3d07971f21"}, + {file = "lru_dict-1.3.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f8f7824db5a64581180ab9d09842e6dd9fcdc46aac9cb592a0807cd37ea55680"}, + {file = "lru_dict-1.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:acd04b7e7b0c0c192d738df9c317093335e7282c64c9d1bb6b7ebb54674b4e24"}, + {file = "lru_dict-1.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e5c20f236f27551e3f0adbf1a987673fb1e9c38d6d284502cd38f5a3845ef681"}, + {file = "lru_dict-1.3.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca3703ff03b03a1848c563bc2663d0ad813c1cd42c4d9cf75b623716d4415d9a"}, + {file = "lru_dict-1.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:a9fb71ba262c6058a0017ce83d343370d0a0dbe2ae62c2eef38241ec13219330"}, + {file = "lru_dict-1.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f5b88a7c39e307739a3701194993455968fcffe437d1facab93546b1b8a334c1"}, + {file = "lru_dict-1.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2682bfca24656fb7a643621520d57b7fe684ed5fa7be008704c1235d38e16a32"}, + {file = "lru_dict-1.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96fc87ddf569181827458ec5ad8fa446c4690cffacda66667de780f9fcefd44d"}, + {file = "lru_dict-1.3.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dcec98e2c7da7631f0811730303abc4bdfe70d013f7a11e174a2ccd5612a7c59"}, + {file = "lru_dict-1.3.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:6bba2863060caeaedd8386b0c8ee9a7ce4d57a7cb80ceeddf440b4eff2d013ba"}, + {file = "lru_dict-1.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3c497fb60279f1e1d7dfbe150b1b069eaa43f7e172dab03f206282f4994676c5"}, + {file = "lru_dict-1.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d9509d817a47597988615c1a322580c10100acad10c98dfcf3abb41e0e5877f"}, + {file = "lru_dict-1.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0213ab4e3d9a8d386c18e485ad7b14b615cb6f05df6ef44fb2a0746c6ea9278b"}, + {file = "lru_dict-1.3.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b50fbd69cd3287196796ab4d50e4cc741eb5b5a01f89d8e930df08da3010c385"}, + {file = "lru_dict-1.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:5247d1f011f92666010942434020ddc5a60951fefd5d12a594f0e5d9f43e3b3b"}, ] [package.extras] @@ -1328,13 +1333,13 @@ files = [ [[package]] name = "more-itertools" -version = "10.1.0" +version = "10.2.0" description = "More routines for operating on iterables, beyond itertools" optional = false python-versions = ">=3.8" files = [ - {file = "more-itertools-10.1.0.tar.gz", hash = "sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a"}, - {file = "more_itertools-10.1.0-py3-none-any.whl", hash = "sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6"}, + {file = "more-itertools-10.2.0.tar.gz", hash = "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"}, + {file = "more_itertools-10.2.0-py3-none-any.whl", hash = "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684"}, ] [[package]] @@ -1488,13 +1493,13 @@ test = ["allpairspy", "click", "faker", "pytest (>=6.0.1)", "pytest-discord (>=0 [[package]] name = "platformdirs" -version = "3.11.0" +version = "4.1.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "platformdirs-3.11.0-py3-none-any.whl", hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e"}, - {file = "platformdirs-3.11.0.tar.gz", hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3"}, + {file = "platformdirs-4.1.0-py3-none-any.whl", hash = "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380"}, + {file = "platformdirs-4.1.0.tar.gz", hash = "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420"}, ] [package.extras] @@ -1518,13 +1523,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "3.6.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, + {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, ] [package.dependencies] @@ -1536,24 +1541,22 @@ virtualenv = ">=20.10.0" [[package]] name = "protobuf" -version = "4.24.4" +version = "4.25.2" description = "" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "protobuf-4.24.4-cp310-abi3-win32.whl", hash = "sha256:ec9912d5cb6714a5710e28e592ee1093d68c5ebfeda61983b3f40331da0b1ebb"}, - {file = "protobuf-4.24.4-cp310-abi3-win_amd64.whl", hash = "sha256:1badab72aa8a3a2b812eacfede5020472e16c6b2212d737cefd685884c191085"}, - {file = "protobuf-4.24.4-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:8e61a27f362369c2f33248a0ff6896c20dcd47b5d48239cb9720134bef6082e4"}, - {file = "protobuf-4.24.4-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:bffa46ad9612e6779d0e51ae586fde768339b791a50610d85eb162daeb23661e"}, - {file = "protobuf-4.24.4-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:b493cb590960ff863743b9ff1452c413c2ee12b782f48beca77c8da3e2ffe9d9"}, - {file = "protobuf-4.24.4-cp37-cp37m-win32.whl", hash = "sha256:dbbed8a56e56cee8d9d522ce844a1379a72a70f453bde6243e3c86c30c2a3d46"}, - {file = "protobuf-4.24.4-cp37-cp37m-win_amd64.whl", hash = "sha256:6b7d2e1c753715dcfe9d284a25a52d67818dd43c4932574307daf836f0071e37"}, - {file = "protobuf-4.24.4-cp38-cp38-win32.whl", hash = "sha256:02212557a76cd99574775a81fefeba8738d0f668d6abd0c6b1d3adcc75503dbe"}, - {file = "protobuf-4.24.4-cp38-cp38-win_amd64.whl", hash = "sha256:2fa3886dfaae6b4c5ed2730d3bf47c7a38a72b3a1f0acb4d4caf68e6874b947b"}, - {file = "protobuf-4.24.4-cp39-cp39-win32.whl", hash = "sha256:b77272f3e28bb416e2071186cb39efd4abbf696d682cbb5dc731308ad37fa6dd"}, - {file = "protobuf-4.24.4-cp39-cp39-win_amd64.whl", hash = "sha256:9fee5e8aa20ef1b84123bb9232b3f4a5114d9897ed89b4b8142d81924e05d79b"}, - {file = "protobuf-4.24.4-py3-none-any.whl", hash = "sha256:80797ce7424f8c8d2f2547e2d42bfbb6c08230ce5832d6c099a37335c9c90a92"}, - {file = "protobuf-4.24.4.tar.gz", hash = "sha256:5a70731910cd9104762161719c3d883c960151eea077134458503723b60e3667"}, + {file = "protobuf-4.25.2-cp310-abi3-win32.whl", hash = "sha256:b50c949608682b12efb0b2717f53256f03636af5f60ac0c1d900df6213910fd6"}, + {file = "protobuf-4.25.2-cp310-abi3-win_amd64.whl", hash = "sha256:8f62574857ee1de9f770baf04dde4165e30b15ad97ba03ceac65f760ff018ac9"}, + {file = "protobuf-4.25.2-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:2db9f8fa64fbdcdc93767d3cf81e0f2aef176284071507e3ede160811502fd3d"}, + {file = "protobuf-4.25.2-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:10894a2885b7175d3984f2be8d9850712c57d5e7587a2410720af8be56cdaf62"}, + {file = "protobuf-4.25.2-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:fc381d1dd0516343f1440019cedf08a7405f791cd49eef4ae1ea06520bc1c020"}, + {file = "protobuf-4.25.2-cp38-cp38-win32.whl", hash = "sha256:33a1aeef4b1927431d1be780e87b641e322b88d654203a9e9d93f218ee359e61"}, + {file = "protobuf-4.25.2-cp38-cp38-win_amd64.whl", hash = "sha256:47f3de503fe7c1245f6f03bea7e8d3ec11c6c4a2ea9ef910e3221c8a15516d62"}, + {file = "protobuf-4.25.2-cp39-cp39-win32.whl", hash = "sha256:5e5c933b4c30a988b52e0b7c02641760a5ba046edc5e43d3b94a74c9fc57c1b3"}, + {file = "protobuf-4.25.2-cp39-cp39-win_amd64.whl", hash = "sha256:d66a769b8d687df9024f2985d5137a337f957a0916cf5464d1513eee96a63ff0"}, + {file = "protobuf-4.25.2-py3-none-any.whl", hash = "sha256:a8b7a98d4ce823303145bf3c1a8bdb0f2f4642a414b196f04ad9853ed0c8f830"}, + {file = "protobuf-4.25.2.tar.gz", hash = "sha256:fe599e175cb347efc8ee524bcd4b902d11f7262c0e569ececcb89995c15f0a5e"}, ] [[package]] @@ -1781,43 +1784,43 @@ files = [ [[package]] name = "pycryptodome" -version = "3.19.0" +version = "3.20.0" description = "Cryptographic library for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "pycryptodome-3.19.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3006c44c4946583b6de24fe0632091c2653d6256b99a02a3db71ca06472ea1e4"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:7c760c8a0479a4042111a8dd2f067d3ae4573da286c53f13cf6f5c53a5c1f631"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:08ce3558af5106c632baf6d331d261f02367a6bc3733086ae43c0f988fe042db"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45430dfaf1f421cf462c0dd824984378bef32b22669f2635cb809357dbaab405"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-musllinux_1_1_aarch64.whl", hash = "sha256:a9bcd5f3794879e91970f2bbd7d899780541d3ff439d8f2112441769c9f2ccea"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-win32.whl", hash = "sha256:190c53f51e988dceb60472baddce3f289fa52b0ec38fbe5fd20dd1d0f795c551"}, - {file = "pycryptodome-3.19.0-cp27-cp27m-win_amd64.whl", hash = "sha256:22e0ae7c3a7f87dcdcf302db06ab76f20e83f09a6993c160b248d58274473bfa"}, - {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:7822f36d683f9ad7bc2145b2c2045014afdbbd1d9922a6d4ce1cbd6add79a01e"}, - {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:05e33267394aad6db6595c0ce9d427fe21552f5425e116a925455e099fdf759a"}, - {file = "pycryptodome-3.19.0-cp27-cp27mu-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:829b813b8ee00d9c8aba417621b94bc0b5efd18c928923802ad5ba4cf1ec709c"}, - {file = "pycryptodome-3.19.0-cp27-cp27mu-musllinux_1_1_aarch64.whl", hash = "sha256:fc7a79590e2b5d08530175823a242de6790abc73638cc6dc9d2684e7be2f5e49"}, - {file = "pycryptodome-3.19.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:542f99d5026ac5f0ef391ba0602f3d11beef8e65aae135fa5b762f5ebd9d3bfb"}, - {file = "pycryptodome-3.19.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:61bb3ccbf4bf32ad9af32da8badc24e888ae5231c617947e0f5401077f8b091f"}, - {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d49a6c715d8cceffedabb6adb7e0cbf41ae1a2ff4adaeec9432074a80627dea1"}, - {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e249a784cc98a29c77cea9df54284a44b40cafbfae57636dd2f8775b48af2434"}, - {file = "pycryptodome-3.19.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d033947e7fd3e2ba9a031cb2d267251620964705a013c5a461fa5233cc025270"}, - {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:84c3e4fffad0c4988aef0d5591be3cad4e10aa7db264c65fadbc633318d20bde"}, - {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:139ae2c6161b9dd5d829c9645d781509a810ef50ea8b657e2257c25ca20efe33"}, - {file = "pycryptodome-3.19.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:5b1986c761258a5b4332a7f94a83f631c1ffca8747d75ab8395bf2e1b93283d9"}, - {file = "pycryptodome-3.19.0-cp35-abi3-win32.whl", hash = "sha256:536f676963662603f1f2e6ab01080c54d8cd20f34ec333dcb195306fa7826997"}, - {file = "pycryptodome-3.19.0-cp35-abi3-win_amd64.whl", hash = "sha256:04dd31d3b33a6b22ac4d432b3274588917dcf850cc0c51c84eca1d8ed6933810"}, - {file = "pycryptodome-3.19.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:8999316e57abcbd8085c91bc0ef75292c8618f41ca6d2b6132250a863a77d1e7"}, - {file = "pycryptodome-3.19.0-pp27-pypy_73-win32.whl", hash = "sha256:a0ab84755f4539db086db9ba9e9f3868d2e3610a3948cbd2a55e332ad83b01b0"}, - {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0101f647d11a1aae5a8ce4f5fad6644ae1b22bb65d05accc7d322943c69a74a6"}, - {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c1601e04d32087591d78e0b81e1e520e57a92796089864b20e5f18c9564b3fa"}, - {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:506c686a1eee6c00df70010be3b8e9e78f406af4f21b23162bbb6e9bdf5427bc"}, - {file = "pycryptodome-3.19.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7919ccd096584b911f2a303c593280869ce1af9bf5d36214511f5e5a1bed8c34"}, - {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:560591c0777f74a5da86718f70dfc8d781734cf559773b64072bbdda44b3fc3e"}, - {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1cc2f2ae451a676def1a73c1ae9120cd31af25db3f381893d45f75e77be2400"}, - {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:17940dcf274fcae4a54ec6117a9ecfe52907ed5e2e438fe712fe7ca502672ed5"}, - {file = "pycryptodome-3.19.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:d04f5f623a280fbd0ab1c1d8ecbd753193ab7154f09b6161b0f857a1a676c15f"}, - {file = "pycryptodome-3.19.0.tar.gz", hash = "sha256:bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:f0e6d631bae3f231d3634f91ae4da7a960f7ff87f2865b2d2b831af1dfb04e9a"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:baee115a9ba6c5d2709a1e88ffe62b73ecc044852a925dcb67713a288c4ec70f"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:417a276aaa9cb3be91f9014e9d18d10e840a7a9b9a9be64a42f553c5b50b4d1d"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a1250b7ea809f752b68e3e6f3fd946b5939a52eaeea18c73bdab53e9ba3c2dd"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-musllinux_1_1_aarch64.whl", hash = "sha256:d5954acfe9e00bc83ed9f5cb082ed22c592fbbef86dc48b907238be64ead5c33"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-win32.whl", hash = "sha256:06d6de87c19f967f03b4cf9b34e538ef46e99a337e9a61a77dbe44b2cbcf0690"}, + {file = "pycryptodome-3.20.0-cp27-cp27m-win_amd64.whl", hash = "sha256:ec0bb1188c1d13426039af8ffcb4dbe3aad1d7680c35a62d8eaf2a529b5d3d4f"}, + {file = "pycryptodome-3.20.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:5601c934c498cd267640b57569e73793cb9a83506f7c73a8ec57a516f5b0b091"}, + {file = "pycryptodome-3.20.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:d29daa681517f4bc318cd8a23af87e1f2a7bad2fe361e8aa29c77d652a065de4"}, + {file = "pycryptodome-3.20.0-cp27-cp27mu-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3427d9e5310af6680678f4cce149f54e0bb4af60101c7f2c16fdf878b39ccccc"}, + {file = "pycryptodome-3.20.0-cp27-cp27mu-musllinux_1_1_aarch64.whl", hash = "sha256:3cd3ef3aee1079ae44afaeee13393cf68b1058f70576b11439483e34f93cf818"}, + {file = "pycryptodome-3.20.0-cp35-abi3-macosx_10_9_universal2.whl", hash = "sha256:ac1c7c0624a862f2e53438a15c9259d1655325fc2ec4392e66dc46cdae24d044"}, + {file = "pycryptodome-3.20.0-cp35-abi3-macosx_10_9_x86_64.whl", hash = "sha256:76658f0d942051d12a9bd08ca1b6b34fd762a8ee4240984f7c06ddfb55eaf15a"}, + {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f35d6cee81fa145333137009d9c8ba90951d7d77b67c79cbe5f03c7eb74d8fe2"}, + {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76cb39afede7055127e35a444c1c041d2e8d2f1f9c121ecef573757ba4cd2c3c"}, + {file = "pycryptodome-3.20.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:49a4c4dc60b78ec41d2afa392491d788c2e06edf48580fbfb0dd0f828af49d25"}, + {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:fb3b87461fa35afa19c971b0a2b7456a7b1db7b4eba9a8424666104925b78128"}, + {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_i686.whl", hash = "sha256:acc2614e2e5346a4a4eab6e199203034924313626f9620b7b4b38e9ad74b7e0c"}, + {file = "pycryptodome-3.20.0-cp35-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:210ba1b647837bfc42dd5a813cdecb5b86193ae11a3f5d972b9a0ae2c7e9e4b4"}, + {file = "pycryptodome-3.20.0-cp35-abi3-win32.whl", hash = "sha256:8d6b98d0d83d21fb757a182d52940d028564efe8147baa9ce0f38d057104ae72"}, + {file = "pycryptodome-3.20.0-cp35-abi3-win_amd64.whl", hash = "sha256:9b3ae153c89a480a0ec402e23db8d8d84a3833b65fa4b15b81b83be9d637aab9"}, + {file = "pycryptodome-3.20.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:4401564ebf37dfde45d096974c7a159b52eeabd9969135f0426907db367a652a"}, + {file = "pycryptodome-3.20.0-pp27-pypy_73-win32.whl", hash = "sha256:ec1f93feb3bb93380ab0ebf8b859e8e5678c0f010d2d78367cf6bc30bfeb148e"}, + {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:acae12b9ede49f38eb0ef76fdec2df2e94aad85ae46ec85be3648a57f0a7db04"}, + {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f47888542a0633baff535a04726948e876bf1ed880fddb7c10a736fa99146ab3"}, + {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e0e4a987d38cfc2e71b4a1b591bae4891eeabe5fa0f56154f576e26287bfdea"}, + {file = "pycryptodome-3.20.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:c18b381553638414b38705f07d1ef0a7cf301bc78a5f9bc17a957eb19446834b"}, + {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a60fedd2b37b4cb11ccb5d0399efe26db9e0dd149016c1cc6c8161974ceac2d6"}, + {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:405002eafad114a2f9a930f5db65feef7b53c4784495dd8758069b89baf68eab"}, + {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2ab6ab0cb755154ad14e507d1df72de9897e99fd2d4922851a276ccc14f4f1a5"}, + {file = "pycryptodome-3.20.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:acf6e43fa75aca2d33e93409f2dafe386fe051818ee79ee8a3e21de9caa2ac9e"}, + {file = "pycryptodome-3.20.0.tar.gz", hash = "sha256:09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7"}, ] [[package]] @@ -2059,13 +2062,13 @@ files = [ [[package]] name = "referencing" -version = "0.30.2" +version = "0.32.1" description = "JSON Referencing + Python" optional = false python-versions = ">=3.8" files = [ - {file = "referencing-0.30.2-py3-none-any.whl", hash = "sha256:449b6669b6121a9e96a7f9e410b245d471e8d48964c67113ce9afe50c8dd7bdf"}, - {file = "referencing-0.30.2.tar.gz", hash = "sha256:794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"}, + {file = "referencing-0.32.1-py3-none-any.whl", hash = "sha256:7e4dc12271d8e15612bfe35792f5ea1c40970dadf8624602e33db2758f7ee554"}, + {file = "referencing-0.32.1.tar.gz", hash = "sha256:3c57da0513e9563eb7e203ebe9bb3a1b509b042016433bd1e45a2853466c3dd3"}, ] [package.dependencies] @@ -2074,99 +2077,104 @@ rpds-py = ">=0.7.0" [[package]] name = "regex" -version = "2023.10.3" +version = "2023.12.25" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.7" files = [ - {file = "regex-2023.10.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4c34d4f73ea738223a094d8e0ffd6d2c1a1b4c175da34d6b0de3d8d69bee6bcc"}, - {file = "regex-2023.10.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a8f4e49fc3ce020f65411432183e6775f24e02dff617281094ba6ab079ef0915"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4cd1bccf99d3ef1ab6ba835308ad85be040e6a11b0977ef7ea8c8005f01a3c29"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:81dce2ddc9f6e8f543d94b05d56e70d03a0774d32f6cca53e978dc01e4fc75b8"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9c6b4d23c04831e3ab61717a707a5d763b300213db49ca680edf8bf13ab5d91b"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c15ad0aee158a15e17e0495e1e18741573d04eb6da06d8b84af726cfc1ed02ee"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6239d4e2e0b52c8bd38c51b760cd870069f0bdf99700a62cd509d7a031749a55"}, - {file = "regex-2023.10.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4a8bf76e3182797c6b1afa5b822d1d5802ff30284abe4599e1247be4fd6b03be"}, - {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d9c727bbcf0065cbb20f39d2b4f932f8fa1631c3e01fcedc979bd4f51fe051c5"}, - {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3ccf2716add72f80714b9a63899b67fa711b654be3fcdd34fa391d2d274ce767"}, - {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:107ac60d1bfdc3edb53be75e2a52aff7481b92817cfdddd9b4519ccf0e54a6ff"}, - {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:00ba3c9818e33f1fa974693fb55d24cdc8ebafcb2e4207680669d8f8d7cca79a"}, - {file = "regex-2023.10.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f0a47efb1dbef13af9c9a54a94a0b814902e547b7f21acb29434504d18f36e3a"}, - {file = "regex-2023.10.3-cp310-cp310-win32.whl", hash = "sha256:36362386b813fa6c9146da6149a001b7bd063dabc4d49522a1f7aa65b725c7ec"}, - {file = "regex-2023.10.3-cp310-cp310-win_amd64.whl", hash = "sha256:c65a3b5330b54103e7d21cac3f6bf3900d46f6d50138d73343d9e5b2900b2353"}, - {file = "regex-2023.10.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:90a79bce019c442604662d17bf69df99090e24cdc6ad95b18b6725c2988a490e"}, - {file = "regex-2023.10.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c7964c2183c3e6cce3f497e3a9f49d182e969f2dc3aeeadfa18945ff7bdd7051"}, - {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ef80829117a8061f974b2fda8ec799717242353bff55f8a29411794d635d964"}, - {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5addc9d0209a9afca5fc070f93b726bf7003bd63a427f65ef797a931782e7edc"}, - {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c148bec483cc4b421562b4bcedb8e28a3b84fcc8f0aa4418e10898f3c2c0eb9b"}, - {file = "regex-2023.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d1f21af4c1539051049796a0f50aa342f9a27cde57318f2fc41ed50b0dbc4ac"}, - {file = "regex-2023.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0b9ac09853b2a3e0d0082104036579809679e7715671cfbf89d83c1cb2a30f58"}, - {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ebedc192abbc7fd13c5ee800e83a6df252bec691eb2c4bedc9f8b2e2903f5e2a"}, - {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d8a993c0a0ffd5f2d3bda23d0cd75e7086736f8f8268de8a82fbc4bd0ac6791e"}, - {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:be6b7b8d42d3090b6c80793524fa66c57ad7ee3fe9722b258aec6d0672543fd0"}, - {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4023e2efc35a30e66e938de5aef42b520c20e7eda7bb5fb12c35e5d09a4c43f6"}, - {file = "regex-2023.10.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0d47840dc05e0ba04fe2e26f15126de7c755496d5a8aae4a08bda4dd8d646c54"}, - {file = "regex-2023.10.3-cp311-cp311-win32.whl", hash = "sha256:9145f092b5d1977ec8c0ab46e7b3381b2fd069957b9862a43bd383e5c01d18c2"}, - {file = "regex-2023.10.3-cp311-cp311-win_amd64.whl", hash = "sha256:b6104f9a46bd8743e4f738afef69b153c4b8b592d35ae46db07fc28ae3d5fb7c"}, - {file = "regex-2023.10.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:bff507ae210371d4b1fe316d03433ac099f184d570a1a611e541923f78f05037"}, - {file = "regex-2023.10.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:be5e22bbb67924dea15039c3282fa4cc6cdfbe0cbbd1c0515f9223186fc2ec5f"}, - {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a992f702c9be9c72fa46f01ca6e18d131906a7180950958f766c2aa294d4b41"}, - {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7434a61b158be563c1362d9071358f8ab91b8d928728cd2882af060481244c9e"}, - {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c2169b2dcabf4e608416f7f9468737583ce5f0a6e8677c4efbf795ce81109d7c"}, - {file = "regex-2023.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9e908ef5889cda4de038892b9accc36d33d72fb3e12c747e2799a0e806ec841"}, - {file = "regex-2023.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:12bd4bc2c632742c7ce20db48e0d99afdc05e03f0b4c1af90542e05b809a03d9"}, - {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:bc72c231f5449d86d6c7d9cc7cd819b6eb30134bb770b8cfdc0765e48ef9c420"}, - {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bce8814b076f0ce5766dc87d5a056b0e9437b8e0cd351b9a6c4e1134a7dfbda9"}, - {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ba7cd6dc4d585ea544c1412019921570ebd8a597fabf475acc4528210d7c4a6f"}, - {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b0c7d2f698e83f15228ba41c135501cfe7d5740181d5903e250e47f617eb4292"}, - {file = "regex-2023.10.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5a8f91c64f390ecee09ff793319f30a0f32492e99f5dc1c72bc361f23ccd0a9a"}, - {file = "regex-2023.10.3-cp312-cp312-win32.whl", hash = "sha256:ad08a69728ff3c79866d729b095872afe1e0557251da4abb2c5faff15a91d19a"}, - {file = "regex-2023.10.3-cp312-cp312-win_amd64.whl", hash = "sha256:39cdf8d141d6d44e8d5a12a8569d5a227f645c87df4f92179bd06e2e2705e76b"}, - {file = "regex-2023.10.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4a3ee019a9befe84fa3e917a2dd378807e423d013377a884c1970a3c2792d293"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76066d7ff61ba6bf3cb5efe2428fc82aac91802844c022d849a1f0f53820502d"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bfe50b61bab1b1ec260fa7cd91106fa9fece57e6beba05630afe27c71259c59b"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fd88f373cb71e6b59b7fa597e47e518282455c2734fd4306a05ca219a1991b0"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b3ab05a182c7937fb374f7e946f04fb23a0c0699c0450e9fb02ef567412d2fa3"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dac37cf08fcf2094159922edc7a2784cfcc5c70f8354469f79ed085f0328ebdf"}, - {file = "regex-2023.10.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e54ddd0bb8fb626aa1f9ba7b36629564544954fff9669b15da3610c22b9a0991"}, - {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:3367007ad1951fde612bf65b0dffc8fd681a4ab98ac86957d16491400d661302"}, - {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:16f8740eb6dbacc7113e3097b0a36065a02e37b47c936b551805d40340fb9971"}, - {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:f4f2ca6df64cbdd27f27b34f35adb640b5d2d77264228554e68deda54456eb11"}, - {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:39807cbcbe406efca2a233884e169d056c35aa7e9f343d4e78665246a332f597"}, - {file = "regex-2023.10.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:7eece6fbd3eae4a92d7c748ae825cbc1ee41a89bb1c3db05b5578ed3cfcfd7cb"}, - {file = "regex-2023.10.3-cp37-cp37m-win32.whl", hash = "sha256:ce615c92d90df8373d9e13acddd154152645c0dc060871abf6bd43809673d20a"}, - {file = "regex-2023.10.3-cp37-cp37m-win_amd64.whl", hash = "sha256:0f649fa32fe734c4abdfd4edbb8381c74abf5f34bc0b3271ce687b23729299ed"}, - {file = "regex-2023.10.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9b98b7681a9437262947f41c7fac567c7e1f6eddd94b0483596d320092004533"}, - {file = "regex-2023.10.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:91dc1d531f80c862441d7b66c4505cd6ea9d312f01fb2f4654f40c6fdf5cc37a"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82fcc1f1cc3ff1ab8a57ba619b149b907072e750815c5ba63e7aa2e1163384a4"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7979b834ec7a33aafae34a90aad9f914c41fd6eaa8474e66953f3f6f7cbd4368"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef71561f82a89af6cfcbee47f0fabfdb6e63788a9258e913955d89fdd96902ab"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd829712de97753367153ed84f2de752b86cd1f7a88b55a3a775eb52eafe8a94"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:00e871d83a45eee2f8688d7e6849609c2ca2a04a6d48fba3dff4deef35d14f07"}, - {file = "regex-2023.10.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:706e7b739fdd17cb89e1fbf712d9dc21311fc2333f6d435eac2d4ee81985098c"}, - {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:cc3f1c053b73f20c7ad88b0d1d23be7e7b3901229ce89f5000a8399746a6e039"}, - {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6f85739e80d13644b981a88f529d79c5bdf646b460ba190bffcaf6d57b2a9863"}, - {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:741ba2f511cc9626b7561a440f87d658aabb3d6b744a86a3c025f866b4d19e7f"}, - {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:e77c90ab5997e85901da85131fd36acd0ed2221368199b65f0d11bca44549711"}, - {file = "regex-2023.10.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:979c24cbefaf2420c4e377ecd1f165ea08cc3d1fbb44bdc51bccbbf7c66a2cb4"}, - {file = "regex-2023.10.3-cp38-cp38-win32.whl", hash = "sha256:58837f9d221744d4c92d2cf7201c6acd19623b50c643b56992cbd2b745485d3d"}, - {file = "regex-2023.10.3-cp38-cp38-win_amd64.whl", hash = "sha256:c55853684fe08d4897c37dfc5faeff70607a5f1806c8be148f1695be4a63414b"}, - {file = "regex-2023.10.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2c54e23836650bdf2c18222c87f6f840d4943944146ca479858404fedeb9f9af"}, - {file = "regex-2023.10.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:69c0771ca5653c7d4b65203cbfc5e66db9375f1078689459fe196fe08b7b4930"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ac965a998e1388e6ff2e9781f499ad1eaa41e962a40d11c7823c9952c77123e"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1c0e8fae5b27caa34177bdfa5a960c46ff2f78ee2d45c6db15ae3f64ecadde14"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6c56c3d47da04f921b73ff9415fbaa939f684d47293f071aa9cbb13c94afc17d"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ef1e014eed78ab650bef9a6a9cbe50b052c0aebe553fb2881e0453717573f52"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d29338556a59423d9ff7b6eb0cb89ead2b0875e08fe522f3e068b955c3e7b59b"}, - {file = "regex-2023.10.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9c6d0ced3c06d0f183b73d3c5920727268d2201aa0fe6d55c60d68c792ff3588"}, - {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:994645a46c6a740ee8ce8df7911d4aee458d9b1bc5639bc968226763d07f00fa"}, - {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:66e2fe786ef28da2b28e222c89502b2af984858091675044d93cb50e6f46d7af"}, - {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:11175910f62b2b8c055f2b089e0fedd694fe2be3941b3e2633653bc51064c528"}, - {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:06e9abc0e4c9ab4779c74ad99c3fc10d3967d03114449acc2c2762ad4472b8ca"}, - {file = "regex-2023.10.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fb02e4257376ae25c6dd95a5aec377f9b18c09be6ebdefa7ad209b9137b73d48"}, - {file = "regex-2023.10.3-cp39-cp39-win32.whl", hash = "sha256:3b2c3502603fab52d7619b882c25a6850b766ebd1b18de3df23b2f939360e1bd"}, - {file = "regex-2023.10.3-cp39-cp39-win_amd64.whl", hash = "sha256:adbccd17dcaff65704c856bd29951c58a1bd4b2b0f8ad6b826dbd543fe740988"}, - {file = "regex-2023.10.3.tar.gz", hash = "sha256:3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f"}, + {file = "regex-2023.12.25-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0694219a1d54336fd0445ea382d49d36882415c0134ee1e8332afd1529f0baa5"}, + {file = "regex-2023.12.25-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b014333bd0217ad3d54c143de9d4b9a3ca1c5a29a6d0d554952ea071cff0f1f8"}, + {file = "regex-2023.12.25-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d865984b3f71f6d0af64d0d88f5733521698f6c16f445bb09ce746c92c97c586"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e0eabac536b4cc7f57a5f3d095bfa557860ab912f25965e08fe1545e2ed8b4c"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c25a8ad70e716f96e13a637802813f65d8a6760ef48672aa3502f4c24ea8b400"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a9b6d73353f777630626f403b0652055ebfe8ff142a44ec2cf18ae470395766e"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9cc99d6946d750eb75827cb53c4371b8b0fe89c733a94b1573c9dd16ea6c9e4"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:88d1f7bef20c721359d8675f7d9f8e414ec5003d8f642fdfd8087777ff7f94b5"}, + {file = "regex-2023.12.25-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cb3fe77aec8f1995611f966d0c656fdce398317f850d0e6e7aebdfe61f40e1cd"}, + {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:7aa47c2e9ea33a4a2a05f40fcd3ea36d73853a2aae7b4feab6fc85f8bf2c9704"}, + {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:df26481f0c7a3f8739fecb3e81bc9da3fcfae34d6c094563b9d4670b047312e1"}, + {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:c40281f7d70baf6e0db0c2f7472b31609f5bc2748fe7275ea65a0b4601d9b392"}, + {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:d94a1db462d5690ebf6ae86d11c5e420042b9898af5dcf278bd97d6bda065423"}, + {file = "regex-2023.12.25-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ba1b30765a55acf15dce3f364e4928b80858fa8f979ad41f862358939bdd1f2f"}, + {file = "regex-2023.12.25-cp310-cp310-win32.whl", hash = "sha256:150c39f5b964e4d7dba46a7962a088fbc91f06e606f023ce57bb347a3b2d4630"}, + {file = "regex-2023.12.25-cp310-cp310-win_amd64.whl", hash = "sha256:09da66917262d9481c719599116c7dc0c321ffcec4b1f510c4f8a066f8768105"}, + {file = "regex-2023.12.25-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1b9d811f72210fa9306aeb88385b8f8bcef0dfbf3873410413c00aa94c56c2b6"}, + {file = "regex-2023.12.25-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d902a43085a308cef32c0d3aea962524b725403fd9373dea18110904003bac97"}, + {file = "regex-2023.12.25-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d166eafc19f4718df38887b2bbe1467a4f74a9830e8605089ea7a30dd4da8887"}, + {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7ad32824b7f02bb3c9f80306d405a1d9b7bb89362d68b3c5a9be53836caebdb"}, + {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:636ba0a77de609d6510235b7f0e77ec494d2657108f777e8765efc060094c98c"}, + {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fda75704357805eb953a3ee15a2b240694a9a514548cd49b3c5124b4e2ad01b"}, + {file = "regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f72cbae7f6b01591f90814250e636065850c5926751af02bb48da94dfced7baa"}, + {file = "regex-2023.12.25-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:db2a0b1857f18b11e3b0e54ddfefc96af46b0896fb678c85f63fb8c37518b3e7"}, + {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7502534e55c7c36c0978c91ba6f61703faf7ce733715ca48f499d3dbbd7657e0"}, + {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:e8c7e08bb566de4faaf11984af13f6bcf6a08f327b13631d41d62592681d24fe"}, + {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:283fc8eed679758de38fe493b7d7d84a198b558942b03f017b1f94dda8efae80"}, + {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:f44dd4d68697559d007462b0a3a1d9acd61d97072b71f6d1968daef26bc744bd"}, + {file = "regex-2023.12.25-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:67d3ccfc590e5e7197750fcb3a2915b416a53e2de847a728cfa60141054123d4"}, + {file = "regex-2023.12.25-cp311-cp311-win32.whl", hash = "sha256:68191f80a9bad283432385961d9efe09d783bcd36ed35a60fb1ff3f1ec2efe87"}, + {file = "regex-2023.12.25-cp311-cp311-win_amd64.whl", hash = "sha256:7d2af3f6b8419661a0c421584cfe8aaec1c0e435ce7e47ee2a97e344b98f794f"}, + {file = "regex-2023.12.25-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8a0ccf52bb37d1a700375a6b395bff5dd15c50acb745f7db30415bae3c2b0715"}, + {file = "regex-2023.12.25-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c3c4a78615b7762740531c27cf46e2f388d8d727d0c0c739e72048beb26c8a9d"}, + {file = "regex-2023.12.25-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ad83e7545b4ab69216cef4cc47e344d19622e28aabec61574b20257c65466d6a"}, + {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7a635871143661feccce3979e1727c4e094f2bdfd3ec4b90dfd4f16f571a87a"}, + {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d498eea3f581fbe1b34b59c697512a8baef88212f92e4c7830fcc1499f5b45a5"}, + {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:43f7cd5754d02a56ae4ebb91b33461dc67be8e3e0153f593c509e21d219c5060"}, + {file = "regex-2023.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51f4b32f793812714fd5307222a7f77e739b9bc566dc94a18126aba3b92b98a3"}, + {file = "regex-2023.12.25-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ba99d8077424501b9616b43a2d208095746fb1284fc5ba490139651f971d39d9"}, + {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4bfc2b16e3ba8850e0e262467275dd4d62f0d045e0e9eda2bc65078c0110a11f"}, + {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8c2c19dae8a3eb0ea45a8448356ed561be843b13cbc34b840922ddf565498c1c"}, + {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:60080bb3d8617d96f0fb7e19796384cc2467447ef1c491694850ebd3670bc457"}, + {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b77e27b79448e34c2c51c09836033056a0547aa360c45eeeb67803da7b0eedaf"}, + {file = "regex-2023.12.25-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:518440c991f514331f4850a63560321f833979d145d7d81186dbe2f19e27ae3d"}, + {file = "regex-2023.12.25-cp312-cp312-win32.whl", hash = "sha256:e2610e9406d3b0073636a3a2e80db05a02f0c3169b5632022b4e81c0364bcda5"}, + {file = "regex-2023.12.25-cp312-cp312-win_amd64.whl", hash = "sha256:cc37b9aeebab425f11f27e5e9e6cf580be7206c6582a64467a14dda211abc232"}, + {file = "regex-2023.12.25-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:da695d75ac97cb1cd725adac136d25ca687da4536154cdc2815f576e4da11c69"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d126361607b33c4eb7b36debc173bf25d7805847346dd4d99b5499e1fef52bc7"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4719bb05094d7d8563a450cf8738d2e1061420f79cfcc1fa7f0a44744c4d8f73"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5dd58946bce44b53b06d94aa95560d0b243eb2fe64227cba50017a8d8b3cd3e2"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22a86d9fff2009302c440b9d799ef2fe322416d2d58fc124b926aa89365ec482"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2aae8101919e8aa05ecfe6322b278f41ce2994c4a430303c4cd163fef746e04f"}, + {file = "regex-2023.12.25-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e692296c4cc2873967771345a876bcfc1c547e8dd695c6b89342488b0ea55cd8"}, + {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:263ef5cc10979837f243950637fffb06e8daed7f1ac1e39d5910fd29929e489a"}, + {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:d6f7e255e5fa94642a0724e35406e6cb7001c09d476ab5fce002f652b36d0c39"}, + {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:88ad44e220e22b63b0f8f81f007e8abbb92874d8ced66f32571ef8beb0643b2b"}, + {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:3a17d3ede18f9cedcbe23d2daa8a2cd6f59fe2bf082c567e43083bba3fb00347"}, + {file = "regex-2023.12.25-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d15b274f9e15b1a0b7a45d2ac86d1f634d983ca40d6b886721626c47a400bf39"}, + {file = "regex-2023.12.25-cp37-cp37m-win32.whl", hash = "sha256:ed19b3a05ae0c97dd8f75a5d8f21f7723a8c33bbc555da6bbe1f96c470139d3c"}, + {file = "regex-2023.12.25-cp37-cp37m-win_amd64.whl", hash = "sha256:a6d1047952c0b8104a1d371f88f4ab62e6275567d4458c1e26e9627ad489b445"}, + {file = "regex-2023.12.25-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b43523d7bc2abd757119dbfb38af91b5735eea45537ec6ec3a5ec3f9562a1c53"}, + {file = "regex-2023.12.25-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:efb2d82f33b2212898f1659fb1c2e9ac30493ac41e4d53123da374c3b5541e64"}, + {file = "regex-2023.12.25-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b7fca9205b59c1a3d5031f7e64ed627a1074730a51c2a80e97653e3e9fa0d415"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:086dd15e9435b393ae06f96ab69ab2d333f5d65cbe65ca5a3ef0ec9564dfe770"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e81469f7d01efed9b53740aedd26085f20d49da65f9c1f41e822a33992cb1590"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:34e4af5b27232f68042aa40a91c3b9bb4da0eeb31b7632e0091afc4310afe6cb"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9852b76ab558e45b20bf1893b59af64a28bd3820b0c2efc80e0a70a4a3ea51c1"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff100b203092af77d1a5a7abe085b3506b7eaaf9abf65b73b7d6905b6cb76988"}, + {file = "regex-2023.12.25-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cc038b2d8b1470364b1888a98fd22d616fba2b6309c5b5f181ad4483e0017861"}, + {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:094ba386bb5c01e54e14434d4caabf6583334090865b23ef58e0424a6286d3dc"}, + {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5cd05d0f57846d8ba4b71d9c00f6f37d6b97d5e5ef8b3c3840426a475c8f70f4"}, + {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:9aa1a67bbf0f957bbe096375887b2505f5d8ae16bf04488e8b0f334c36e31360"}, + {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:98a2636994f943b871786c9e82bfe7883ecdaba2ef5df54e1450fa9869d1f756"}, + {file = "regex-2023.12.25-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:37f8e93a81fc5e5bd8db7e10e62dc64261bcd88f8d7e6640aaebe9bc180d9ce2"}, + {file = "regex-2023.12.25-cp38-cp38-win32.whl", hash = "sha256:d78bd484930c1da2b9679290a41cdb25cc127d783768a0369d6b449e72f88beb"}, + {file = "regex-2023.12.25-cp38-cp38-win_amd64.whl", hash = "sha256:b521dcecebc5b978b447f0f69b5b7f3840eac454862270406a39837ffae4e697"}, + {file = "regex-2023.12.25-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f7bc09bc9c29ebead055bcba136a67378f03d66bf359e87d0f7c759d6d4ffa31"}, + {file = "regex-2023.12.25-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e14b73607d6231f3cc4622809c196b540a6a44e903bcfad940779c80dffa7be7"}, + {file = "regex-2023.12.25-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9eda5f7a50141291beda3edd00abc2d4a5b16c29c92daf8d5bd76934150f3edc"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc6bb9aa69aacf0f6032c307da718f61a40cf970849e471254e0e91c56ffca95"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:298dc6354d414bc921581be85695d18912bea163a8b23cac9a2562bbcd5088b1"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2f4e475a80ecbd15896a976aa0b386c5525d0ed34d5c600b6d3ebac0a67c7ddf"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:531ac6cf22b53e0696f8e1d56ce2396311254eb806111ddd3922c9d937151dae"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22f3470f7524b6da61e2020672df2f3063676aff444db1daa283c2ea4ed259d6"}, + {file = "regex-2023.12.25-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:89723d2112697feaa320c9d351e5f5e7b841e83f8b143dba8e2d2b5f04e10923"}, + {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0ecf44ddf9171cd7566ef1768047f6e66975788258b1c6c6ca78098b95cf9a3d"}, + {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:905466ad1702ed4acfd67a902af50b8db1feeb9781436372261808df7a2a7bca"}, + {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:4558410b7a5607a645e9804a3e9dd509af12fb72b9825b13791a37cd417d73a5"}, + {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:7e316026cc1095f2a3e8cc012822c99f413b702eaa2ca5408a513609488cb62f"}, + {file = "regex-2023.12.25-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:3b1de218d5375cd6ac4b5493e0b9f3df2be331e86520f23382f216c137913d20"}, + {file = "regex-2023.12.25-cp39-cp39-win32.whl", hash = "sha256:11a963f8e25ab5c61348d090bf1b07f1953929c13bd2309a0662e9ff680763c9"}, + {file = "regex-2023.12.25-cp39-cp39-win_amd64.whl", hash = "sha256:e693e233ac92ba83a87024e1d32b5f9ab15ca55ddd916d878146f4e3406b5c91"}, + {file = "regex-2023.12.25.tar.gz", hash = "sha256:29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5"}, ] [[package]] @@ -2192,131 +2200,130 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rlp" -version = "3.0.0" -description = "A package for Recursive Length Prefix encoding and decoding" +version = "4.0.0" +description = "rlp: A package for Recursive Length Prefix encoding and decoding" optional = false -python-versions = "*" +python-versions = ">=3.8, <4" files = [ - {file = "rlp-3.0.0-py2.py3-none-any.whl", hash = "sha256:d2a963225b3f26795c5b52310e0871df9824af56823d739511583ef459895a7d"}, - {file = "rlp-3.0.0.tar.gz", hash = "sha256:63b0465d2948cd9f01de449d7adfb92d207c1aef3982f20310f8009be4a507e8"}, + {file = "rlp-4.0.0-py3-none-any.whl", hash = "sha256:1747fd933e054e6d25abfe591be92e19a4193a56c93981c05bd0f84dfe279f14"}, + {file = "rlp-4.0.0.tar.gz", hash = "sha256:61a5541f86e4684ab145cb849a5929d2ced8222930a570b3941cf4af16b72a78"}, ] [package.dependencies] -eth-utils = ">=2.0.0,<3" +eth-utils = ">=2" [package.extras] -dev = ["Sphinx (>=1.6.5,<2)", "bumpversion (>=0.5.3,<1)", "flake8 (==3.4.1)", "hypothesis (==5.19.0)", "ipython", "pytest (>=6.2.5,<7)", "pytest-watch (>=4.1.0,<5)", "pytest-xdist", "setuptools (>=36.2.0)", "sphinx-rtd-theme (>=0.1.9)", "tox (>=2.9.1,<3)", "twine", "wheel"] -doc = ["Sphinx (>=1.6.5,<2)", "sphinx-rtd-theme (>=0.1.9)"] -lint = ["flake8 (==3.4.1)"] +dev = ["build (>=0.9.0)", "bumpversion (>=0.5.3)", "hypothesis (==5.19.0)", "ipython", "pre-commit (>=3.4.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)", "sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)", "tox (>=4.0.0)", "twine", "wheel"] +docs = ["sphinx (>=6.0.0)", "sphinx-rtd-theme (>=1.0.0)", "towncrier (>=21,<22)"] rust-backend = ["rusty-rlp (>=0.2.1,<0.3)"] -test = ["hypothesis (==5.19.0)", "pytest (>=6.2.5,<7)", "tox (>=2.9.1,<3)"] +test = ["hypothesis (==5.19.0)", "pytest (>=7.0.0)", "pytest-xdist (>=2.4.0)"] [[package]] name = "rpds-py" -version = "0.10.6" +version = "0.17.1" description = "Python bindings to Rust's persistent data structures (rpds)" optional = false python-versions = ">=3.8" files = [ - {file = "rpds_py-0.10.6-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:6bdc11f9623870d75692cc33c59804b5a18d7b8a4b79ef0b00b773a27397d1f6"}, - {file = "rpds_py-0.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:26857f0f44f0e791f4a266595a7a09d21f6b589580ee0585f330aaccccb836e3"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7f5e15c953ace2e8dde9824bdab4bec50adb91a5663df08d7d994240ae6fa31"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:61fa268da6e2e1cd350739bb61011121fa550aa2545762e3dc02ea177ee4de35"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c48f3fbc3e92c7dd6681a258d22f23adc2eb183c8cb1557d2fcc5a024e80b094"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c0503c5b681566e8b722fe8c4c47cce5c7a51f6935d5c7012c4aefe952a35eed"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:734c41f9f57cc28658d98270d3436dba65bed0cfc730d115b290e970150c540d"}, - {file = "rpds_py-0.10.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a5d7ed104d158c0042a6a73799cf0eb576dfd5fc1ace9c47996e52320c37cb7c"}, - {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e3df0bc35e746cce42579826b89579d13fd27c3d5319a6afca9893a9b784ff1b"}, - {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:73e0a78a9b843b8c2128028864901f55190401ba38aae685350cf69b98d9f7c9"}, - {file = "rpds_py-0.10.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5ed505ec6305abd2c2c9586a7b04fbd4baf42d4d684a9c12ec6110deefe2a063"}, - {file = "rpds_py-0.10.6-cp310-none-win32.whl", hash = "sha256:d97dd44683802000277bbf142fd9f6b271746b4846d0acaf0cefa6b2eaf2a7ad"}, - {file = "rpds_py-0.10.6-cp310-none-win_amd64.whl", hash = "sha256:b455492cab07107bfe8711e20cd920cc96003e0da3c1f91297235b1603d2aca7"}, - {file = "rpds_py-0.10.6-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e8cdd52744f680346ff8c1ecdad5f4d11117e1724d4f4e1874f3a67598821069"}, - {file = "rpds_py-0.10.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:66414dafe4326bca200e165c2e789976cab2587ec71beb80f59f4796b786a238"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc435d059f926fdc5b05822b1be4ff2a3a040f3ae0a7bbbe672babb468944722"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8e7f2219cb72474571974d29a191714d822e58be1eb171f229732bc6fdedf0ac"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3953c6926a63f8ea5514644b7afb42659b505ece4183fdaaa8f61d978754349e"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2bb2e4826be25e72013916eecd3d30f66fd076110de09f0e750163b416500721"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bf347b495b197992efc81a7408e9a83b931b2f056728529956a4d0858608b80"}, - {file = "rpds_py-0.10.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:102eac53bb0bf0f9a275b438e6cf6904904908562a1463a6fc3323cf47d7a532"}, - {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:40f93086eef235623aa14dbddef1b9fb4b22b99454cb39a8d2e04c994fb9868c"}, - {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e22260a4741a0e7a206e175232867b48a16e0401ef5bce3c67ca5b9705879066"}, - {file = "rpds_py-0.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f4e56860a5af16a0fcfa070a0a20c42fbb2012eed1eb5ceeddcc7f8079214281"}, - {file = "rpds_py-0.10.6-cp311-none-win32.whl", hash = "sha256:0774a46b38e70fdde0c6ded8d6d73115a7c39d7839a164cc833f170bbf539116"}, - {file = "rpds_py-0.10.6-cp311-none-win_amd64.whl", hash = "sha256:4a5ee600477b918ab345209eddafde9f91c0acd931f3776369585a1c55b04c57"}, - {file = "rpds_py-0.10.6-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:5ee97c683eaface61d38ec9a489e353d36444cdebb128a27fe486a291647aff6"}, - {file = "rpds_py-0.10.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0713631d6e2d6c316c2f7b9320a34f44abb644fc487b77161d1724d883662e31"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5a53f5998b4bbff1cb2e967e66ab2addc67326a274567697379dd1e326bded7"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6a555ae3d2e61118a9d3e549737bb4a56ff0cec88a22bd1dfcad5b4e04759175"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:945eb4b6bb8144909b203a88a35e0a03d22b57aefb06c9b26c6e16d72e5eb0f0"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:52c215eb46307c25f9fd2771cac8135d14b11a92ae48d17968eda5aa9aaf5071"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1b3cd23d905589cb205710b3988fc8f46d4a198cf12862887b09d7aaa6bf9b9"}, - {file = "rpds_py-0.10.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:64ccc28683666672d7c166ed465c09cee36e306c156e787acef3c0c62f90da5a"}, - {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:516a611a2de12fbea70c78271e558f725c660ce38e0006f75139ba337d56b1f6"}, - {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:9ff93d3aedef11f9c4540cf347f8bb135dd9323a2fc705633d83210d464c579d"}, - {file = "rpds_py-0.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d858532212f0650be12b6042ff4378dc2efbb7792a286bee4489eaa7ba010586"}, - {file = "rpds_py-0.10.6-cp312-none-win32.whl", hash = "sha256:3c4eff26eddac49d52697a98ea01b0246e44ca82ab09354e94aae8823e8bda02"}, - {file = "rpds_py-0.10.6-cp312-none-win_amd64.whl", hash = "sha256:150eec465dbc9cbca943c8e557a21afdcf9bab8aaabf386c44b794c2f94143d2"}, - {file = "rpds_py-0.10.6-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:cf693eb4a08eccc1a1b636e4392322582db2a47470d52e824b25eca7a3977b53"}, - {file = "rpds_py-0.10.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4134aa2342f9b2ab6c33d5c172e40f9ef802c61bb9ca30d21782f6e035ed0043"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e782379c2028a3611285a795b89b99a52722946d19fc06f002f8b53e3ea26ea9"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2f6da6d842195fddc1cd34c3da8a40f6e99e4a113918faa5e60bf132f917c247"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b4a9fe992887ac68256c930a2011255bae0bf5ec837475bc6f7edd7c8dfa254e"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b788276a3c114e9f51e257f2a6f544c32c02dab4aa7a5816b96444e3f9ffc336"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:caa1afc70a02645809c744eefb7d6ee8fef7e2fad170ffdeacca267fd2674f13"}, - {file = "rpds_py-0.10.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bddd4f91eede9ca5275e70479ed3656e76c8cdaaa1b354e544cbcf94c6fc8ac4"}, - {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:775049dfa63fb58293990fc59473e659fcafd953bba1d00fc5f0631a8fd61977"}, - {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:c6c45a2d2b68c51fe3d9352733fe048291e483376c94f7723458cfd7b473136b"}, - {file = "rpds_py-0.10.6-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:0699ab6b8c98df998c3eacf51a3b25864ca93dab157abe358af46dc95ecd9801"}, - {file = "rpds_py-0.10.6-cp38-none-win32.whl", hash = "sha256:ebdab79f42c5961682654b851f3f0fc68e6cc7cd8727c2ac4ffff955154123c1"}, - {file = "rpds_py-0.10.6-cp38-none-win_amd64.whl", hash = "sha256:24656dc36f866c33856baa3ab309da0b6a60f37d25d14be916bd3e79d9f3afcf"}, - {file = "rpds_py-0.10.6-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:0898173249141ee99ffcd45e3829abe7bcee47d941af7434ccbf97717df020e5"}, - {file = "rpds_py-0.10.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9e9184fa6c52a74a5521e3e87badbf9692549c0fcced47443585876fcc47e469"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5752b761902cd15073a527b51de76bbae63d938dc7c5c4ad1e7d8df10e765138"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:99a57006b4ec39dbfb3ed67e5b27192792ffb0553206a107e4aadb39c5004cd5"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09586f51a215d17efdb3a5f090d7cbf1633b7f3708f60a044757a5d48a83b393"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e225a6a14ecf44499aadea165299092ab0cba918bb9ccd9304eab1138844490b"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2039f8d545f20c4e52713eea51a275e62153ee96c8035a32b2abb772b6fc9e5"}, - {file = "rpds_py-0.10.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:34ad87a831940521d462ac11f1774edf867c34172010f5390b2f06b85dcc6014"}, - {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:dcdc88b6b01015da066da3fb76545e8bb9a6880a5ebf89e0f0b2e3ca557b3ab7"}, - {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:25860ed5c4e7f5e10c496ea78af46ae8d8468e0be745bd233bab9ca99bfd2647"}, - {file = "rpds_py-0.10.6-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7854a207ef77319ec457c1eb79c361b48807d252d94348305db4f4b62f40f7f3"}, - {file = "rpds_py-0.10.6-cp39-none-win32.whl", hash = "sha256:e6fcc026a3f27c1282c7ed24b7fcac82cdd70a0e84cc848c0841a3ab1e3dea2d"}, - {file = "rpds_py-0.10.6-cp39-none-win_amd64.whl", hash = "sha256:e98c4c07ee4c4b3acf787e91b27688409d918212dfd34c872201273fdd5a0e18"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:68fe9199184c18d997d2e4293b34327c0009a78599ce703e15cd9a0f47349bba"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:3339eca941568ed52d9ad0f1b8eb9fe0958fa245381747cecf2e9a78a5539c42"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a360cfd0881d36c6dc271992ce1eda65dba5e9368575663de993eeb4523d895f"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:031f76fc87644a234883b51145e43985aa2d0c19b063e91d44379cd2786144f8"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f36a9d751f86455dc5278517e8b65580eeee37d61606183897f122c9e51cef3"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:052a832078943d2b2627aea0d19381f607fe331cc0eb5df01991268253af8417"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:023574366002bf1bd751ebaf3e580aef4a468b3d3c216d2f3f7e16fdabd885ed"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:defa2c0c68734f4a82028c26bcc85e6b92cced99866af118cd6a89b734ad8e0d"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:879fb24304ead6b62dbe5034e7b644b71def53c70e19363f3c3be2705c17a3b4"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:53c43e10d398e365da2d4cc0bcaf0854b79b4c50ee9689652cdc72948e86f487"}, - {file = "rpds_py-0.10.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:3777cc9dea0e6c464e4b24760664bd8831738cc582c1d8aacf1c3f546bef3f65"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:40578a6469e5d1df71b006936ce95804edb5df47b520c69cf5af264d462f2cbb"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:cf71343646756a072b85f228d35b1d7407da1669a3de3cf47f8bbafe0c8183a4"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10f32b53f424fc75ff7b713b2edb286fdbfc94bf16317890260a81c2c00385dc"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:81de24a1c51cfb32e1fbf018ab0bdbc79c04c035986526f76c33e3f9e0f3356c"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac17044876e64a8ea20ab132080ddc73b895b4abe9976e263b0e30ee5be7b9c2"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5e8a78bd4879bff82daef48c14d5d4057f6856149094848c3ed0ecaf49f5aec2"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78ca33811e1d95cac8c2e49cb86c0fb71f4d8409d8cbea0cb495b6dbddb30a55"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c63c3ef43f0b3fb00571cff6c3967cc261c0ebd14a0a134a12e83bdb8f49f21f"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:7fde6d0e00b2fd0dbbb40c0eeec463ef147819f23725eda58105ba9ca48744f4"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:79edd779cfc46b2e15b0830eecd8b4b93f1a96649bcb502453df471a54ce7977"}, - {file = "rpds_py-0.10.6-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9164ec8010327ab9af931d7ccd12ab8d8b5dc2f4c6a16cbdd9d087861eaaefa1"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d29ddefeab1791e3c751e0189d5f4b3dbc0bbe033b06e9c333dca1f99e1d523e"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:30adb75ecd7c2a52f5e76af50644b3e0b5ba036321c390b8e7ec1bb2a16dd43c"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd609fafdcdde6e67a139898196698af37438b035b25ad63704fd9097d9a3482"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6eef672de005736a6efd565577101277db6057f65640a813de6c2707dc69f396"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6cf4393c7b41abbf07c88eb83e8af5013606b1cdb7f6bc96b1b3536b53a574b8"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ad857f42831e5b8d41a32437f88d86ead6c191455a3499c4b6d15e007936d4cf"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d7360573f1e046cb3b0dceeb8864025aa78d98be4bb69f067ec1c40a9e2d9df"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d08f63561c8a695afec4975fae445245386d645e3e446e6f260e81663bfd2e38"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:f0f17f2ce0f3529177a5fff5525204fad7b43dd437d017dd0317f2746773443d"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:442626328600bde1d09dc3bb00434f5374948838ce75c41a52152615689f9403"}, - {file = "rpds_py-0.10.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:e9616f5bd2595f7f4a04b67039d890348ab826e943a9bfdbe4938d0eba606971"}, - {file = "rpds_py-0.10.6.tar.gz", hash = "sha256:4ce5a708d65a8dbf3748d2474b580d606b1b9f91b5c6ab2a316e0b0cf7a4ba50"}, + {file = "rpds_py-0.17.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:4128980a14ed805e1b91a7ed551250282a8ddf8201a4e9f8f5b7e6225f54170d"}, + {file = "rpds_py-0.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ff1dcb8e8bc2261a088821b2595ef031c91d499a0c1b031c152d43fe0a6ecec8"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d65e6b4f1443048eb7e833c2accb4fa7ee67cc7d54f31b4f0555b474758bee55"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a71169d505af63bb4d20d23a8fbd4c6ce272e7bce6cc31f617152aa784436f29"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:436474f17733c7dca0fbf096d36ae65277e8645039df12a0fa52445ca494729d"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10162fe3f5f47c37ebf6d8ff5a2368508fe22007e3077bf25b9c7d803454d921"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:720215373a280f78a1814becb1312d4e4d1077b1202a56d2b0815e95ccb99ce9"}, + {file = "rpds_py-0.17.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:70fcc6c2906cfa5c6a552ba7ae2ce64b6c32f437d8f3f8eea49925b278a61453"}, + {file = "rpds_py-0.17.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:91e5a8200e65aaac342a791272c564dffcf1281abd635d304d6c4e6b495f29dc"}, + {file = "rpds_py-0.17.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:99f567dae93e10be2daaa896e07513dd4bf9c2ecf0576e0533ac36ba3b1d5394"}, + {file = "rpds_py-0.17.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:24e4900a6643f87058a27320f81336d527ccfe503984528edde4bb660c8c8d59"}, + {file = "rpds_py-0.17.1-cp310-none-win32.whl", hash = "sha256:0bfb09bf41fe7c51413f563373e5f537eaa653d7adc4830399d4e9bdc199959d"}, + {file = "rpds_py-0.17.1-cp310-none-win_amd64.whl", hash = "sha256:20de7b7179e2031a04042e85dc463a93a82bc177eeba5ddd13ff746325558aa6"}, + {file = "rpds_py-0.17.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:65dcf105c1943cba45d19207ef51b8bc46d232a381e94dd38719d52d3980015b"}, + {file = "rpds_py-0.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:01f58a7306b64e0a4fe042047dd2b7d411ee82e54240284bab63e325762c1147"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:071bc28c589b86bc6351a339114fb7a029f5cddbaca34103aa573eba7b482382"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ae35e8e6801c5ab071b992cb2da958eee76340e6926ec693b5ff7d6381441745"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:149c5cd24f729e3567b56e1795f74577aa3126c14c11e457bec1b1c90d212e38"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e796051f2070f47230c745d0a77a91088fbee2cc0502e9b796b9c6471983718c"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:60e820ee1004327609b28db8307acc27f5f2e9a0b185b2064c5f23e815f248f8"}, + {file = "rpds_py-0.17.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1957a2ab607f9added64478a6982742eb29f109d89d065fa44e01691a20fc20a"}, + {file = "rpds_py-0.17.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8587fd64c2a91c33cdc39d0cebdaf30e79491cc029a37fcd458ba863f8815383"}, + {file = "rpds_py-0.17.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:4dc889a9d8a34758d0fcc9ac86adb97bab3fb7f0c4d29794357eb147536483fd"}, + {file = "rpds_py-0.17.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:2953937f83820376b5979318840f3ee47477d94c17b940fe31d9458d79ae7eea"}, + {file = "rpds_py-0.17.1-cp311-none-win32.whl", hash = "sha256:1bfcad3109c1e5ba3cbe2f421614e70439f72897515a96c462ea657261b96518"}, + {file = "rpds_py-0.17.1-cp311-none-win_amd64.whl", hash = "sha256:99da0a4686ada4ed0f778120a0ea8d066de1a0a92ab0d13ae68492a437db78bf"}, + {file = "rpds_py-0.17.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1dc29db3900cb1bb40353772417800f29c3d078dbc8024fd64655a04ee3c4bdf"}, + {file = "rpds_py-0.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:82ada4a8ed9e82e443fcef87e22a3eed3654dd3adf6e3b3a0deb70f03e86142a"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d36b2b59e8cc6e576f8f7b671e32f2ff43153f0ad6d0201250a7c07f25d570e"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3677fcca7fb728c86a78660c7fb1b07b69b281964673f486ae72860e13f512ad"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:516fb8c77805159e97a689e2f1c80655c7658f5af601c34ffdb916605598cda2"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:df3b6f45ba4515632c5064e35ca7f31d51d13d1479673185ba8f9fefbbed58b9"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a967dd6afda7715d911c25a6ba1517975acd8d1092b2f326718725461a3d33f9"}, + {file = "rpds_py-0.17.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:dbbb95e6fc91ea3102505d111b327004d1c4ce98d56a4a02e82cd451f9f57140"}, + {file = "rpds_py-0.17.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:02866e060219514940342a1f84303a1ef7a1dad0ac311792fbbe19b521b489d2"}, + {file = "rpds_py-0.17.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:2528ff96d09f12e638695f3a2e0c609c7b84c6df7c5ae9bfeb9252b6fa686253"}, + {file = "rpds_py-0.17.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:bd345a13ce06e94c753dab52f8e71e5252aec1e4f8022d24d56decd31e1b9b23"}, + {file = "rpds_py-0.17.1-cp312-none-win32.whl", hash = "sha256:2a792b2e1d3038daa83fa474d559acfd6dc1e3650ee93b2662ddc17dbff20ad1"}, + {file = "rpds_py-0.17.1-cp312-none-win_amd64.whl", hash = "sha256:292f7344a3301802e7c25c53792fae7d1593cb0e50964e7bcdcc5cf533d634e3"}, + {file = "rpds_py-0.17.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:8ffe53e1d8ef2520ebcf0c9fec15bb721da59e8ef283b6ff3079613b1e30513d"}, + {file = "rpds_py-0.17.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4341bd7579611cf50e7b20bb8c2e23512a3dc79de987a1f411cb458ab670eb90"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f4eb548daf4836e3b2c662033bfbfc551db58d30fd8fe660314f86bf8510b93"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b686f25377f9c006acbac63f61614416a6317133ab7fafe5de5f7dc8a06d42eb"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4e21b76075c01d65d0f0f34302b5a7457d95721d5e0667aea65e5bb3ab415c25"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b86b21b348f7e5485fae740d845c65a880f5d1eda1e063bc59bef92d1f7d0c55"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f175e95a197f6a4059b50757a3dca33b32b61691bdbd22c29e8a8d21d3914cae"}, + {file = "rpds_py-0.17.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1701fc54460ae2e5efc1dd6350eafd7a760f516df8dbe51d4a1c79d69472fbd4"}, + {file = "rpds_py-0.17.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:9051e3d2af8f55b42061603e29e744724cb5f65b128a491446cc029b3e2ea896"}, + {file = "rpds_py-0.17.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:7450dbd659fed6dd41d1a7d47ed767e893ba402af8ae664c157c255ec6067fde"}, + {file = "rpds_py-0.17.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:5a024fa96d541fd7edaa0e9d904601c6445e95a729a2900c5aec6555fe921ed6"}, + {file = "rpds_py-0.17.1-cp38-none-win32.whl", hash = "sha256:da1ead63368c04a9bded7904757dfcae01eba0e0f9bc41d3d7f57ebf1c04015a"}, + {file = "rpds_py-0.17.1-cp38-none-win_amd64.whl", hash = "sha256:841320e1841bb53fada91c9725e766bb25009cfd4144e92298db296fb6c894fb"}, + {file = "rpds_py-0.17.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:f6c43b6f97209e370124baf2bf40bb1e8edc25311a158867eb1c3a5d449ebc7a"}, + {file = "rpds_py-0.17.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5e7d63ec01fe7c76c2dbb7e972fece45acbb8836e72682bde138e7e039906e2c"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:81038ff87a4e04c22e1d81f947c6ac46f122e0c80460b9006e6517c4d842a6ec"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:810685321f4a304b2b55577c915bece4c4a06dfe38f6e62d9cc1d6ca8ee86b99"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:25f071737dae674ca8937a73d0f43f5a52e92c2d178330b4c0bb6ab05586ffa6"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:aa5bfb13f1e89151ade0eb812f7b0d7a4d643406caaad65ce1cbabe0a66d695f"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dfe07308b311a8293a0d5ef4e61411c5c20f682db6b5e73de6c7c8824272c256"}, + {file = "rpds_py-0.17.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a000133a90eea274a6f28adc3084643263b1e7c1a5a66eb0a0a7a36aa757ed74"}, + {file = "rpds_py-0.17.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:5d0e8a6434a3fbf77d11448c9c25b2f25244226cfbec1a5159947cac5b8c5fa4"}, + {file = "rpds_py-0.17.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:efa767c220d94aa4ac3a6dd3aeb986e9f229eaf5bce92d8b1b3018d06bed3772"}, + {file = "rpds_py-0.17.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:dbc56680ecf585a384fbd93cd42bc82668b77cb525343170a2d86dafaed2a84b"}, + {file = "rpds_py-0.17.1-cp39-none-win32.whl", hash = "sha256:270987bc22e7e5a962b1094953ae901395e8c1e1e83ad016c5cfcfff75a15a3f"}, + {file = "rpds_py-0.17.1-cp39-none-win_amd64.whl", hash = "sha256:2a7b2f2f56a16a6d62e55354dd329d929560442bd92e87397b7a9586a32e3e76"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a3264e3e858de4fc601741498215835ff324ff2482fd4e4af61b46512dd7fc83"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:f2f3b28b40fddcb6c1f1f6c88c6f3769cd933fa493ceb79da45968a21dccc920"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9584f8f52010295a4a417221861df9bea4c72d9632562b6e59b3c7b87a1522b7"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c64602e8be701c6cfe42064b71c84ce62ce66ddc6422c15463fd8127db3d8066"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:060f412230d5f19fc8c8b75f315931b408d8ebf56aec33ef4168d1b9e54200b1"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b9412abdf0ba70faa6e2ee6c0cc62a8defb772e78860cef419865917d86c7342"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9737bdaa0ad33d34c0efc718741abaafce62fadae72c8b251df9b0c823c63b22"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9f0e4dc0f17dcea4ab9d13ac5c666b6b5337042b4d8f27e01b70fae41dd65c57"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1db228102ab9d1ff4c64148c96320d0be7044fa28bd865a9ce628ce98da5973d"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:d8bbd8e56f3ba25a7d0cf980fc42b34028848a53a0e36c9918550e0280b9d0b6"}, + {file = "rpds_py-0.17.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:be22ae34d68544df293152b7e50895ba70d2a833ad9566932d750d3625918b82"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:bf046179d011e6114daf12a534d874958b039342b347348a78b7cdf0dd9d6041"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:1a746a6d49665058a5896000e8d9d2f1a6acba8a03b389c1e4c06e11e0b7f40d"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0b8bf5b8db49d8fd40f54772a1dcf262e8be0ad2ab0206b5a2ec109c176c0a4"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f7f4cb1f173385e8a39c29510dd11a78bf44e360fb75610594973f5ea141028b"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7fbd70cb8b54fe745301921b0816c08b6d917593429dfc437fd024b5ba713c58"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9bdf1303df671179eaf2cb41e8515a07fc78d9d00f111eadbe3e14262f59c3d0"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fad059a4bd14c45776600d223ec194e77db6c20255578bb5bcdd7c18fd169361"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3664d126d3388a887db44c2e293f87d500c4184ec43d5d14d2d2babdb4c64cad"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:698ea95a60c8b16b58be9d854c9f993c639f5c214cf9ba782eca53a8789d6b19"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:c3d2010656999b63e628a3c694f23020322b4178c450dc478558a2b6ef3cb9bb"}, + {file = "rpds_py-0.17.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:938eab7323a736533f015e6069a7d53ef2dcc841e4e533b782c2bfb9fb12d84b"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:1e626b365293a2142a62b9a614e1f8e331b28f3ca57b9f05ebbf4cf2a0f0bdc5"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:380e0df2e9d5d5d339803cfc6d183a5442ad7ab3c63c2a0982e8c824566c5ccc"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b760a56e080a826c2e5af09002c1a037382ed21d03134eb6294812dda268c811"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5576ee2f3a309d2bb403ec292d5958ce03953b0e57a11d224c1f134feaf8c40f"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f3c3461ebb4c4f1bbc70b15d20b565759f97a5aaf13af811fcefc892e9197ba"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:637b802f3f069a64436d432117a7e58fab414b4e27a7e81049817ae94de45d8d"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ffee088ea9b593cc6160518ba9bd319b5475e5f3e578e4552d63818773c6f56a"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3ac732390d529d8469b831949c78085b034bff67f584559340008d0f6041a049"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:93432e747fb07fa567ad9cc7aaadd6e29710e515aabf939dfbed8046041346c6"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:7b7d9ca34542099b4e185b3c2a2b2eda2e318a7dbde0b0d83357a6d4421b5296"}, + {file = "rpds_py-0.17.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:0387ce69ba06e43df54e43968090f3626e231e4bc9150e4c3246947567695f68"}, + {file = "rpds_py-0.17.1.tar.gz", hash = "sha256:0210b2668f24c078307260bf88bdac9d6f1093635df5123789bfee4d8d7fc8e7"}, ] [[package]] @@ -2340,17 +2347,17 @@ test = ["coverage", "pytest"] [[package]] name = "setuptools" -version = "68.2.2" +version = "69.0.3" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-68.2.2-py3-none-any.whl", hash = "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a"}, - {file = "setuptools-68.2.2.tar.gz", hash = "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87"}, + {file = "setuptools-69.0.3-py3-none-any.whl", hash = "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05"}, + {file = "setuptools-69.0.3.tar.gz", hash = "sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] @@ -2474,47 +2481,46 @@ test = ["packaging", "pytest (>=6.0.1)", "python-dateutil (>=2.8.0,<3.0.0)", "py [[package]] name = "typing-extensions" -version = "4.8.0" +version = "4.9.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.8.0-py3-none-any.whl", hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0"}, - {file = "typing_extensions-4.8.0.tar.gz", hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef"}, + {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, + {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, ] [[package]] name = "urllib3" -version = "2.0.7" +version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, - {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, + {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, + {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] -secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.6" +version = "20.25.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.6-py3-none-any.whl", hash = "sha256:520d056652454c5098a00c0f073611ccbea4c79089331f60bf9d7ba247bb7381"}, - {file = "virtualenv-20.24.6.tar.gz", hash = "sha256:02ece4f56fbf939dbbc33c0715159951d6bf14aaf5457b092e4548e1382455af"}, + {file = "virtualenv-20.25.0-py3-none-any.whl", hash = "sha256:4238949c5ffe6876362d9c0180fc6c3a824a7b12b80604eeb8085f2ed7460de3"}, + {file = "virtualenv-20.25.0.tar.gz", hash = "sha256:bf51c0d9c7dd63ea8e44086fa1e4fb1093a31e963b86959257378aef020e1f1b"}, ] [package.dependencies] distlib = ">=0.3.7,<1" filelock = ">=3.12.2,<4" -platformdirs = ">=3.9.1,<4" +platformdirs = ">=3.9.1,<5" [package.extras] docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] @@ -2555,13 +2561,13 @@ tester = ["eth-tester[py-evm] (==v0.8.0-b.3)", "py-geth (>=3.11.0)"] [[package]] name = "websocket-client" -version = "1.6.4" +version = "1.7.0" description = "WebSocket client for Python with low level API options" optional = false python-versions = ">=3.8" files = [ - {file = "websocket-client-1.6.4.tar.gz", hash = "sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df"}, - {file = "websocket_client-1.6.4-py3-none-any.whl", hash = "sha256:084072e0a7f5f347ef2ac3d8698a5e0b4ffbfcab607628cadabc650fc9a83a24"}, + {file = "websocket-client-1.7.0.tar.gz", hash = "sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6"}, + {file = "websocket_client-1.7.0-py3-none-any.whl", hash = "sha256:f4c3d22fec12a2461427a29957ff07d35098ee2d976d3ba244e688b8b4057588"}, ] [package.extras] @@ -2769,85 +2775,101 @@ files = [ [[package]] name = "yarl" -version = "1.9.2" +version = "1.9.4" description = "Yet another URL library" optional = false python-versions = ">=3.7" files = [ - {file = "yarl-1.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8c2ad583743d16ddbdf6bb14b5cd76bf43b0d0006e918809d5d4ddf7bde8dd82"}, - {file = "yarl-1.9.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:82aa6264b36c50acfb2424ad5ca537a2060ab6de158a5bd2a72a032cc75b9eb8"}, - {file = "yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c0c77533b5ed4bcc38e943178ccae29b9bcf48ffd1063f5821192f23a1bd27b9"}, - {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee4afac41415d52d53a9833ebae7e32b344be72835bbb589018c9e938045a560"}, - {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9bf345c3a4f5ba7f766430f97f9cc1320786f19584acc7086491f45524a551ac"}, - {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a96c19c52ff442a808c105901d0bdfd2e28575b3d5f82e2f5fd67e20dc5f4ea"}, - {file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:891c0e3ec5ec881541f6c5113d8df0315ce5440e244a716b95f2525b7b9f3608"}, - {file = "yarl-1.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c3a53ba34a636a256d767c086ceb111358876e1fb6b50dfc4d3f4951d40133d5"}, - {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:566185e8ebc0898b11f8026447eacd02e46226716229cea8db37496c8cdd26e0"}, - {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:2b0738fb871812722a0ac2154be1f049c6223b9f6f22eec352996b69775b36d4"}, - {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:32f1d071b3f362c80f1a7d322bfd7b2d11e33d2adf395cc1dd4df36c9c243095"}, - {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e9fdc7ac0d42bc3ea78818557fab03af6181e076a2944f43c38684b4b6bed8e3"}, - {file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:56ff08ab5df8429901ebdc5d15941b59f6253393cb5da07b4170beefcf1b2528"}, - {file = "yarl-1.9.2-cp310-cp310-win32.whl", hash = "sha256:8ea48e0a2f931064469bdabca50c2f578b565fc446f302a79ba6cc0ee7f384d3"}, - {file = "yarl-1.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:50f33040f3836e912ed16d212f6cc1efb3231a8a60526a407aeb66c1c1956dde"}, - {file = "yarl-1.9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:646d663eb2232d7909e6601f1a9107e66f9791f290a1b3dc7057818fe44fc2b6"}, - {file = "yarl-1.9.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aff634b15beff8902d1f918012fc2a42e0dbae6f469fce134c8a0dc51ca423bb"}, - {file = "yarl-1.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a83503934c6273806aed765035716216cc9ab4e0364f7f066227e1aaea90b8d0"}, - {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b25322201585c69abc7b0e89e72790469f7dad90d26754717f3310bfe30331c2"}, - {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22a94666751778629f1ec4280b08eb11815783c63f52092a5953faf73be24191"}, - {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ec53a0ea2a80c5cd1ab397925f94bff59222aa3cf9c6da938ce05c9ec20428d"}, - {file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:159d81f22d7a43e6eabc36d7194cb53f2f15f498dbbfa8edc8a3239350f59fe7"}, - {file = "yarl-1.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:832b7e711027c114d79dffb92576acd1bd2decc467dec60e1cac96912602d0e6"}, - {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:95d2ecefbcf4e744ea952d073c6922e72ee650ffc79028eb1e320e732898d7e8"}, - {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d4e2c6d555e77b37288eaf45b8f60f0737c9efa3452c6c44626a5455aeb250b9"}, - {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:783185c75c12a017cc345015ea359cc801c3b29a2966c2655cd12b233bf5a2be"}, - {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:b8cc1863402472f16c600e3e93d542b7e7542a540f95c30afd472e8e549fc3f7"}, - {file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:822b30a0f22e588b32d3120f6d41e4ed021806418b4c9f0bc3048b8c8cb3f92a"}, - {file = "yarl-1.9.2-cp311-cp311-win32.whl", hash = "sha256:a60347f234c2212a9f0361955007fcf4033a75bf600a33c88a0a8e91af77c0e8"}, - {file = "yarl-1.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:be6b3fdec5c62f2a67cb3f8c6dbf56bbf3f61c0f046f84645cd1ca73532ea051"}, - {file = "yarl-1.9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:38a3928ae37558bc1b559f67410df446d1fbfa87318b124bf5032c31e3447b74"}, - {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac9bb4c5ce3975aeac288cfcb5061ce60e0d14d92209e780c93954076c7c4367"}, - {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3da8a678ca8b96c8606bbb8bfacd99a12ad5dd288bc6f7979baddd62f71c63ef"}, - {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13414591ff516e04fcdee8dc051c13fd3db13b673c7a4cb1350e6b2ad9639ad3"}, - {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf74d08542c3a9ea97bb8f343d4fcbd4d8f91bba5ec9d5d7f792dbe727f88938"}, - {file = "yarl-1.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e7221580dc1db478464cfeef9b03b95c5852cc22894e418562997df0d074ccc"}, - {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:494053246b119b041960ddcd20fd76224149cfea8ed8777b687358727911dd33"}, - {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:52a25809fcbecfc63ac9ba0c0fb586f90837f5425edfd1ec9f3372b119585e45"}, - {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:e65610c5792870d45d7b68c677681376fcf9cc1c289f23e8e8b39c1485384185"}, - {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:1b1bba902cba32cdec51fca038fd53f8beee88b77efc373968d1ed021024cc04"}, - {file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:662e6016409828ee910f5d9602a2729a8a57d74b163c89a837de3fea050c7582"}, - {file = "yarl-1.9.2-cp37-cp37m-win32.whl", hash = "sha256:f364d3480bffd3aa566e886587eaca7c8c04d74f6e8933f3f2c996b7f09bee1b"}, - {file = "yarl-1.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6a5883464143ab3ae9ba68daae8e7c5c95b969462bbe42e2464d60e7e2698368"}, - {file = "yarl-1.9.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5610f80cf43b6202e2c33ba3ec2ee0a2884f8f423c8f4f62906731d876ef4fac"}, - {file = "yarl-1.9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b9a4e67ad7b646cd6f0938c7ebfd60e481b7410f574c560e455e938d2da8e0f4"}, - {file = "yarl-1.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:83fcc480d7549ccebe9415d96d9263e2d4226798c37ebd18c930fce43dfb9574"}, - {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fcd436ea16fee7d4207c045b1e340020e58a2597301cfbcfdbe5abd2356c2fb"}, - {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84e0b1599334b1e1478db01b756e55937d4614f8654311eb26012091be109d59"}, - {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3458a24e4ea3fd8930e934c129b676c27452e4ebda80fbe47b56d8c6c7a63a9e"}, - {file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:838162460b3a08987546e881a2bfa573960bb559dfa739e7800ceeec92e64417"}, - {file = "yarl-1.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4e2d08f07a3d7d3e12549052eb5ad3eab1c349c53ac51c209a0e5991bbada78"}, - {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:de119f56f3c5f0e2fb4dee508531a32b069a5f2c6e827b272d1e0ff5ac040333"}, - {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:149ddea5abf329752ea5051b61bd6c1d979e13fbf122d3a1f9f0c8be6cb6f63c"}, - {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:674ca19cbee4a82c9f54e0d1eee28116e63bc6fd1e96c43031d11cbab8b2afd5"}, - {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:9b3152f2f5677b997ae6c804b73da05a39daa6a9e85a512e0e6823d81cdad7cc"}, - {file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5415d5a4b080dc9612b1b63cba008db84e908b95848369aa1da3686ae27b6d2b"}, - {file = "yarl-1.9.2-cp38-cp38-win32.whl", hash = "sha256:f7a3d8146575e08c29ed1cd287068e6d02f1c7bdff8970db96683b9591b86ee7"}, - {file = "yarl-1.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:63c48f6cef34e6319a74c727376e95626f84ea091f92c0250a98e53e62c77c72"}, - {file = "yarl-1.9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:75df5ef94c3fdc393c6b19d80e6ef1ecc9ae2f4263c09cacb178d871c02a5ba9"}, - {file = "yarl-1.9.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c027a6e96ef77d401d8d5a5c8d6bc478e8042f1e448272e8d9752cb0aff8b5c8"}, - {file = "yarl-1.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3b078dbe227f79be488ffcfc7a9edb3409d018e0952cf13f15fd6512847f3f7"}, - {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59723a029760079b7d991a401386390c4be5bfec1e7dd83e25a6a0881859e716"}, - {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b03917871bf859a81ccb180c9a2e6c1e04d2f6a51d953e6a5cdd70c93d4e5a2a"}, - {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c1012fa63eb6c032f3ce5d2171c267992ae0c00b9e164efe4d73db818465fac3"}, - {file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74dcbfe780e62f4b5a062714576f16c2f3493a0394e555ab141bf0d746bb955"}, - {file = "yarl-1.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c56986609b057b4839968ba901944af91b8e92f1725d1a2d77cbac6972b9ed1"}, - {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2c315df3293cd521033533d242d15eab26583360b58f7ee5d9565f15fee1bef4"}, - {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:b7232f8dfbd225d57340e441d8caf8652a6acd06b389ea2d3222b8bc89cbfca6"}, - {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:53338749febd28935d55b41bf0bcc79d634881195a39f6b2f767870b72514caf"}, - {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:066c163aec9d3d073dc9ffe5dd3ad05069bcb03fcaab8d221290ba99f9f69ee3"}, - {file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8288d7cd28f8119b07dd49b7230d6b4562f9b61ee9a4ab02221060d21136be80"}, - {file = "yarl-1.9.2-cp39-cp39-win32.whl", hash = "sha256:b124e2a6d223b65ba8768d5706d103280914d61f5cae3afbc50fc3dfcc016623"}, - {file = "yarl-1.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:61016e7d582bc46a5378ffdd02cd0314fb8ba52f40f9cf4d9a5e7dbef88dee18"}, - {file = "yarl-1.9.2.tar.gz", hash = "sha256:04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571"}, + {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a8c1df72eb746f4136fe9a2e72b0c9dc1da1cbd23b5372f94b5820ff8ae30e0e"}, + {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a3a6ed1d525bfb91b3fc9b690c5a21bb52de28c018530ad85093cc488bee2dd2"}, + {file = "yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c38c9ddb6103ceae4e4498f9c08fac9b590c5c71b0370f98714768e22ac6fa66"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9e09c9d74f4566e905a0b8fa668c58109f7624db96a2171f21747abc7524234"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8477c1ee4bd47c57d49621a062121c3023609f7a13b8a46953eb6c9716ca392"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5ff2c858f5f6a42c2a8e751100f237c5e869cbde669a724f2062d4c4ef93551"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:357495293086c5b6d34ca9616a43d329317feab7917518bc97a08f9e55648455"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54525ae423d7b7a8ee81ba189f131054defdb122cde31ff17477951464c1691c"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:801e9264d19643548651b9db361ce3287176671fb0117f96b5ac0ee1c3530d53"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e516dc8baf7b380e6c1c26792610230f37147bb754d6426462ab115a02944385"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7d5aaac37d19b2904bb9dfe12cdb08c8443e7ba7d2852894ad448d4b8f442863"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:54beabb809ffcacbd9d28ac57b0db46e42a6e341a030293fb3185c409e626b8b"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bac8d525a8dbc2a1507ec731d2867025d11ceadcb4dd421423a5d42c56818541"}, + {file = "yarl-1.9.4-cp310-cp310-win32.whl", hash = "sha256:7855426dfbddac81896b6e533ebefc0af2f132d4a47340cee6d22cac7190022d"}, + {file = "yarl-1.9.4-cp310-cp310-win_amd64.whl", hash = "sha256:848cd2a1df56ddbffeb375535fb62c9d1645dde33ca4d51341378b3f5954429b"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:35a2b9396879ce32754bd457d31a51ff0a9d426fd9e0e3c33394bf4b9036b099"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c7d56b293cc071e82532f70adcbd8b61909eec973ae9d2d1f9b233f3d943f2c"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d8a1c6c0be645c745a081c192e747c5de06e944a0d21245f4cf7c05e457c36e0"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b3c1ffe10069f655ea2d731808e76e0f452fc6c749bea04781daf18e6039525"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:549d19c84c55d11687ddbd47eeb348a89df9cb30e1993f1b128f4685cd0ebbf8"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7409f968456111140c1c95301cadf071bd30a81cbd7ab829169fb9e3d72eae9"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e23a6d84d9d1738dbc6e38167776107e63307dfc8ad108e580548d1f2c587f42"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d8b889777de69897406c9fb0b76cdf2fd0f31267861ae7501d93003d55f54fbe"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4e9035df8d0880b2f1c7f5031f33f69e071dfe72ee9310cfc76f7b605958ceb9"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:c0ec0ed476f77db9fb29bca17f0a8fcc7bc97ad4c6c1d8959c507decb22e8572"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:ee04010f26d5102399bd17f8df8bc38dc7ccd7701dc77f4a68c5b8d733406958"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49a180c2e0743d5d6e0b4d1a9e5f633c62eca3f8a86ba5dd3c471060e352ca98"}, + {file = "yarl-1.9.4-cp311-cp311-win32.whl", hash = "sha256:81eb57278deb6098a5b62e88ad8281b2ba09f2f1147c4767522353eaa6260b31"}, + {file = "yarl-1.9.4-cp311-cp311-win_amd64.whl", hash = "sha256:d1d2532b340b692880261c15aee4dc94dd22ca5d61b9db9a8a361953d36410b1"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0d2454f0aef65ea81037759be5ca9947539667eecebca092733b2eb43c965a81"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:44d8ffbb9c06e5a7f529f38f53eda23e50d1ed33c6c869e01481d3fafa6b8142"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:aaaea1e536f98754a6e5c56091baa1b6ce2f2700cc4a00b0d49eca8dea471074"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3777ce5536d17989c91696db1d459574e9a9bd37660ea7ee4d3344579bb6f129"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9fc5fc1eeb029757349ad26bbc5880557389a03fa6ada41703db5e068881e5f2"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea65804b5dc88dacd4a40279af0cdadcfe74b3e5b4c897aa0d81cf86927fee78"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa102d6d280a5455ad6a0f9e6d769989638718e938a6a0a2ff3f4a7ff8c62cc4"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09efe4615ada057ba2d30df871d2f668af661e971dfeedf0c159927d48bbeff0"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6f5cb257bc2ec58f437da2b37a8cd48f666db96d47b8a3115c29f316313654ff"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:992f18e0ea248ee03b5a6e8b3b4738850ae7dbb172cc41c966462801cbf62cf7"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:0e9d124c191d5b881060a9e5060627694c3bdd1fe24c5eecc8d5d7d0eb6faabc"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3986b6f41ad22988e53d5778f91855dc0399b043fc8946d4f2e68af22ee9ff10"}, + {file = "yarl-1.9.4-cp312-cp312-win32.whl", hash = "sha256:4b21516d181cd77ebd06ce160ef8cc2a5e9ad35fb1c5930882baff5ac865eee7"}, + {file = "yarl-1.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:a9bd00dc3bc395a662900f33f74feb3e757429e545d831eef5bb280252631984"}, + {file = "yarl-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:63b20738b5aac74e239622d2fe30df4fca4942a86e31bf47a81a0e94c14df94f"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7d7f7de27b8944f1fee2c26a88b4dabc2409d2fea7a9ed3df79b67277644e17"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c74018551e31269d56fab81a728f683667e7c28c04e807ba08f8c9e3bba32f14"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ca06675212f94e7a610e85ca36948bb8fc023e458dd6c63ef71abfd482481aa5"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5aef935237d60a51a62b86249839b51345f47564208c6ee615ed2a40878dccdd"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b134fd795e2322b7684155b7855cc99409d10b2e408056db2b93b51a52accc7"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d25039a474c4c72a5ad4b52495056f843a7ff07b632c1b92ea9043a3d9950f6e"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f7d6b36dd2e029b6bcb8a13cf19664c7b8e19ab3a58e0fefbb5b8461447ed5ec"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:957b4774373cf6f709359e5c8c4a0af9f6d7875db657adb0feaf8d6cb3c3964c"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:d7eeb6d22331e2fd42fce928a81c697c9ee2d51400bd1a28803965883e13cead"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6a962e04b8f91f8c4e5917e518d17958e3bdee71fd1d8b88cdce74dd0ebbf434"}, + {file = "yarl-1.9.4-cp37-cp37m-win32.whl", hash = "sha256:f3bc6af6e2b8f92eced34ef6a96ffb248e863af20ef4fde9448cc8c9b858b749"}, + {file = "yarl-1.9.4-cp37-cp37m-win_amd64.whl", hash = "sha256:ad4d7a90a92e528aadf4965d685c17dacff3df282db1121136c382dc0b6014d2"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ec61d826d80fc293ed46c9dd26995921e3a82146feacd952ef0757236fc137be"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8be9e837ea9113676e5754b43b940b50cce76d9ed7d2461df1af39a8ee674d9f"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bef596fdaa8f26e3d66af846bbe77057237cb6e8efff8cd7cc8dff9a62278bbf"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d47552b6e52c3319fede1b60b3de120fe83bde9b7bddad11a69fb0af7db32f1"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84fc30f71689d7fc9168b92788abc977dc8cefa806909565fc2951d02f6b7d57"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4aa9741085f635934f3a2583e16fcf62ba835719a8b2b28fb2917bb0537c1dfa"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:206a55215e6d05dbc6c98ce598a59e6fbd0c493e2de4ea6cc2f4934d5a18d130"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07574b007ee20e5c375a8fe4a0789fad26db905f9813be0f9fef5a68080de559"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5a2e2433eb9344a163aced6a5f6c9222c0786e5a9e9cac2c89f0b28433f56e23"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6ad6d10ed9b67a382b45f29ea028f92d25bc0bc1daf6c5b801b90b5aa70fb9ec"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:6fe79f998a4052d79e1c30eeb7d6c1c1056ad33300f682465e1b4e9b5a188b78"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a825ec844298c791fd28ed14ed1bffc56a98d15b8c58a20e0e08c1f5f2bea1be"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8619d6915b3b0b34420cf9b2bb6d81ef59d984cb0fde7544e9ece32b4b3043c3"}, + {file = "yarl-1.9.4-cp38-cp38-win32.whl", hash = "sha256:686a0c2f85f83463272ddffd4deb5e591c98aac1897d65e92319f729c320eece"}, + {file = "yarl-1.9.4-cp38-cp38-win_amd64.whl", hash = "sha256:a00862fb23195b6b8322f7d781b0dc1d82cb3bcac346d1e38689370cc1cc398b"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:604f31d97fa493083ea21bd9b92c419012531c4e17ea6da0f65cacdcf5d0bd27"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8a854227cf581330ffa2c4824d96e52ee621dd571078a252c25e3a3b3d94a1b1"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ba6f52cbc7809cd8d74604cce9c14868306ae4aa0282016b641c661f981a6e91"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a6327976c7c2f4ee6816eff196e25385ccc02cb81427952414a64811037bbc8b"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8397a3817d7dcdd14bb266283cd1d6fc7264a48c186b986f32e86d86d35fbac5"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e0381b4ce23ff92f8170080c97678040fc5b08da85e9e292292aba67fdac6c34"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:23d32a2594cb5d565d358a92e151315d1b2268bc10f4610d098f96b147370136"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ddb2a5c08a4eaaba605340fdee8fc08e406c56617566d9643ad8bf6852778fc7"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:26a1dc6285e03f3cc9e839a2da83bcbf31dcb0d004c72d0730e755b33466c30e"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:18580f672e44ce1238b82f7fb87d727c4a131f3a9d33a5e0e82b793362bf18b4"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:29e0f83f37610f173eb7e7b5562dd71467993495e568e708d99e9d1944f561ec"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:1f23e4fe1e8794f74b6027d7cf19dc25f8b63af1483d91d595d4a07eca1fb26c"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:db8e58b9d79200c76956cefd14d5c90af54416ff5353c5bfd7cbe58818e26ef0"}, + {file = "yarl-1.9.4-cp39-cp39-win32.whl", hash = "sha256:c7224cab95645c7ab53791022ae77a4509472613e839dab722a72abe5a684575"}, + {file = "yarl-1.9.4-cp39-cp39-win_amd64.whl", hash = "sha256:824d6c50492add5da9374875ce72db7a0733b29c2394890aef23d533106e2b15"}, + {file = "yarl-1.9.4-py3-none-any.whl", hash = "sha256:928cecb0ef9d5a7946eb6ff58417ad2fe9375762382f1bf5c55e61645f2c43ad"}, + {file = "yarl-1.9.4.tar.gz", hash = "sha256:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf"}, ] [package.dependencies] @@ -2857,4 +2879,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "548d7e71c0a2aed8341db9eb4ddb89529b598b6f22f32591b25dd3d9c67ba099" +content-hash = "06de547c13c178ec8d95f0cba226ae73015eddc7196259de342ac81806dd25ae" diff --git a/pyproject.toml b/pyproject.toml index 82b29c58a..d79cbfb84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ pytest-rerunfailures = "10.3" substrate-interface = "1.7.4" web3 = "6.2.0" flake8 = "^6.1.0" +func-timeout = "^4.3.5" +typing-extensions = "^4.9.0" diff --git a/tests/conftest.py b/tests/conftest.py index db8001eac..6f0bedf26 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,11 +1,12 @@ import pytest -from substrateinterface import SubstrateInterface +from func_timeout import func_timeout, FunctionTimedOut from scripts.utils.chain_model import Chain from scripts.utils.metadata_interaction import get_properties from scripts.utils.substrate_interface import create_connection_by_url from tests.data.setting_data import collect_nodes_for_chains, get_substrate_chains +FIXTURE_TIMEOUT = 10 chain_names = [ f'Test for {task.name}' @@ -16,17 +17,42 @@ f'Test for {task["name"]}, url: {task["url"]}' for task in collect_nodes_for_chains(get_substrate_chains()) ] +def execute_with_timeout(timeout: int, function, args: tuple, error_message: str): + try: + return func_timeout(timeout=timeout, func=function, args=args) + except FunctionTimedOut: + pytest.fail(msg=error_message) @pytest.fixture(scope="module", params=collect_nodes_for_chains(get_substrate_chains()), ids=task_ids) def connection_by_url(request): data = request.param - connection = create_connection_by_url(data["url"]) - get_properties(connection) + connection = execute_with_timeout( + timeout=FIXTURE_TIMEOUT, + function=create_connection_by_url, + args=(data["url"],), + error_message=f'Timeout {FIXTURE_TIMEOUT} when creating connection: {data["url"]}' + ) + execute_with_timeout( + timeout=FIXTURE_TIMEOUT, + function=get_properties, + args=(connection,), + error_message=f'Timeout {FIXTURE_TIMEOUT} when getting properties: {data["url"]}' + ) return connection @pytest.fixture(scope="module", params=get_substrate_chains(), ids=chain_names) def chain_model(request) -> Chain: chain = request.param - chain.create_connection() - chain.init_properties() + execute_with_timeout( + timeout=FIXTURE_TIMEOUT, + function=chain.create_connection, + args=(), + error_message=f'Timeout {FIXTURE_TIMEOUT} when creating connection: {chain.name}' + ) + execute_with_timeout( + timeout=FIXTURE_TIMEOUT, + function=chain.init_properties, + args=(), + error_message=f'Timeout {FIXTURE_TIMEOUT} when initializing properties: {chain.name}' + ) return chain diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 43b6c1a34..57469d492 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -23,8 +23,6 @@ def test_has_new_assets(self, chain_model: Chain): if chain_model.name in self.exclusions: chain_assets.update( {ex_asset: '' for ex_asset in self.exclusions[chain_model.name]}) - chain_model.create_connection() - chain_model.init_properties() symbols = chain_model.substrate.token_symbol if isinstance(chain_model.substrate.token_symbol, list) else [ chain_model.properties.symbol] diff --git a/tests/test_nodes_availability.py b/tests/test_nodes_availability.py index f5d68ecf8..1988671aa 100644 --- a/tests/test_nodes_availability.py +++ b/tests/test_nodes_availability.py @@ -1,4 +1,3 @@ - from substrateinterface import SubstrateInterface From cb457ceaf749e2858f7dea309b0e2ca10f0d1193 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 19 Jan 2024 10:44:56 +0100 Subject: [PATCH 1886/2142] changed Tinkernet dapp name, url, added categories (#2404) --- dapps/dapps_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index dba5f5788..2c344885f 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -350,10 +350,12 @@ ] }, { - "name": "Tinkernet Rewards Claim", + "name": "Tinkernet Dashboard", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", + "url": "https://www.tinker.network/overview", "categories": [ + "staking", + "bridge", "crowdloans" ] }, From ee8b54feb0a66da43b0a18d49383ddff55e99f77 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 19 Jan 2024 11:03:01 +0100 Subject: [PATCH 1887/2142] promote Tinkernet dapp name, url, added categories --- dapps/dapps.json | 6 ++++-- dapps/dapps_full.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 706f636bd..5e513e45d 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -345,10 +345,12 @@ ] }, { - "name": "Tinkernet Rewards Claim", + "name": "Tinkernet Dashboard", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", + "url": "https://www.tinker.network/overview", "categories": [ + "staking", + "bridge", "crowdloans" ] }, diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index fee6697d4..afca2f682 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -457,10 +457,12 @@ ] }, { - "name": "Tinkernet Rewards Claim", + "name": "Tinkernet Dashboard", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", - "url": "https://www.tinker.network/claim", + "url": "https://www.tinker.network/overview", "categories": [ + "staking", + "bridge", "crowdloans" ] }, From 68c8b2908322b2b512a5b1430428b9c04b951260 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:12:09 +0100 Subject: [PATCH 1888/2142] Update dapps list (#2407) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index 9b95786eb..caf2c31f8 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -70,7 +70,7 @@ | 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | | 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | | 68 | The Button | https://the-button.azero.dev/play | gaming | -| 69 | Tinkernet Rewards Claim | https://www.tinker.network/claim | crowdloans | +| 69 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | | 70 | TofuNFT | https://tofunft.com/ | nft,evm | | 71 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | | 72 | Zenlink | https://app.zenlink.pro | dex,staking | From 3ee6cbd1c8792933f2bb52a9f44b52108d0045d6 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Jan 2024 15:50:27 +0100 Subject: [PATCH 1889/2142] update dapp icons (#2408) --- icons/dapps/color/KodaDot.svg | 9 --------- icons/dapps/color/OmniLS.svg | 9 --------- icons/dapps/color/Pioneer.svg | 19 +++++-------------- icons/dapps/color/gleev.svg | 27 ++++++++++----------------- 4 files changed, 15 insertions(+), 49 deletions(-) diff --git a/icons/dapps/color/KodaDot.svg b/icons/dapps/color/KodaDot.svg index 77acc603a..cccb9e9b7 100644 --- a/icons/dapps/color/KodaDot.svg +++ b/icons/dapps/color/KodaDot.svg @@ -1,7 +1,4 @@ - - - @@ -15,10 +12,4 @@ - - - - - - diff --git a/icons/dapps/color/OmniLS.svg b/icons/dapps/color/OmniLS.svg index 33b2f33d2..72539f22e 100644 --- a/icons/dapps/color/OmniLS.svg +++ b/icons/dapps/color/OmniLS.svg @@ -1,15 +1,6 @@ - - - - - - - - - diff --git a/icons/dapps/color/Pioneer.svg b/icons/dapps/color/Pioneer.svg index eb387abb2..c43353152 100644 --- a/icons/dapps/color/Pioneer.svg +++ b/icons/dapps/color/Pioneer.svg @@ -1,16 +1,7 @@ - - - - - - - - - - - - - - + + + + + diff --git a/icons/dapps/color/gleev.svg b/icons/dapps/color/gleev.svg index 4372bc19e..db03418bb 100644 --- a/icons/dapps/color/gleev.svg +++ b/icons/dapps/color/gleev.svg @@ -1,26 +1,22 @@ - - - - - - - - - + + + + + - + - + - + @@ -28,15 +24,12 @@ - + - - - - + From 8a0609f2f563a939672c9d161a3674b0904010bf Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Jan 2024 18:43:39 +0100 Subject: [PATCH 1890/2142] add Westend Bridge Hub, fix icons for Rococo Asset Hub --- chains/v18/chains_dev.json | 41 ++++++++++++++++++++- icons/chains/gradient/AssetHub_Testnet.svg | 15 ++++++++ icons/chains/gradient/BridgeHub_Testnet.svg | 15 ++++++++ 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/AssetHub_Testnet.svg create mode 100644 icons/chains/gradient/BridgeHub_Testnet.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 91274fd3e..a6313ba88 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9292,7 +9292,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AssetHub_Testnet.svg", "addressPrefix": 42, "options": [ "testnet", @@ -9638,5 +9638,44 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-westend", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] } ] diff --git a/icons/chains/gradient/AssetHub_Testnet.svg b/icons/chains/gradient/AssetHub_Testnet.svg new file mode 100644 index 000000000..d48bb80fb --- /dev/null +++ b/icons/chains/gradient/AssetHub_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/BridgeHub_Testnet.svg b/icons/chains/gradient/BridgeHub_Testnet.svg new file mode 100644 index 000000000..77ae46bd6 --- /dev/null +++ b/icons/chains/gradient/BridgeHub_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 582629bbc74af28921e28669bd8640b096c43d1a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:06:25 +0300 Subject: [PATCH 1891/2142] update novasama network (#2410) * update novasama network * update novasama data * update * update genesis --- chains/v17/chains_dev.json | 10 +++++----- chains/v18/chains_dev.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 08f14a95b..bf821fdec 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7386,7 +7386,7 @@ ] }, { - "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "chainId": "eb9f47779a9f5033c160c03511b5e4c1b2869210d7bc78a6ad7d0f28897455a7", "name": "Novasama Testnet - Kusama", "assets": [ { @@ -7410,24 +7410,24 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + "url": "https://api.subquery.network/sq/stepanLav/novasama-test-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + "url": "https://api.subquery.network/sq/stepanLav/novasama-test-kusama" } ], "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + "url": "https://api.subquery.network/sq/stepanLav/novasama-gov-test" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 42, "options": [ "testnet", "governance", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 91274fd3e..e1fcf2799 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7390,7 +7390,7 @@ ] }, { - "chainId": "f460fe68f5f34ced6b18d8e4612410e334c55521bf27714cdca654b63b685ae6", + "chainId": "eb9f47779a9f5033c160c03511b5e4c1b2869210d7bc78a6ad7d0f28897455a7", "name": "Novasama Testnet - Kusama", "assets": [ { @@ -7414,24 +7414,24 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + "url": "https://api.subquery.network/sq/stepanLav/novasama-test-kusama" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/novasama-test-kusama" + "url": "https://api.subquery.network/sq/stepanLav/novasama-test-kusama" } ], "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + "url": "https://api.subquery.network/sq/stepanLav/novasama-gov-test" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, + "addressPrefix": 42, "options": [ "testnet", "governance", From b88b4b35ca40a255a9b19a6824f893de7307d754 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 23 Jan 2024 10:27:55 +0100 Subject: [PATCH 1892/2142] add parentId --- chains/v18/chains_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index a6313ba88..14be2c0e2 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9641,6 +9641,7 @@ }, { "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", "name": "Westend Bridge Hub", "assets": [ { From 4ebff05feffd63daabf3b317069f63afa582cb4a Mon Sep 17 00:00:00 2001 From: Russel Date: Tue, 23 Jan 2024 13:50:51 +0100 Subject: [PATCH 1893/2142] add xcm v6 as v5 duplicate --- xcm/v6/transfers.json | 7310 +++++++++++++++++++++++++++++++ xcm/v6/transfers_dev.json | 8642 +++++++++++++++++++++++++++++++++++++ 2 files changed, 15952 insertions(+) create mode 100644 xcm/v6/transfers.json create mode 100644 xcm/v6/transfers_dev.json diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json new file mode 100644 index 000000000..676fad39a --- /dev/null +++ b/xcm/v6/transfers.json @@ -0,0 +1,7310 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensReserve" + } + }, + "SDN": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "multiLocation": { + "parachainId": 2007 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "kBTC": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000b" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensReserve" + } + }, + "BNC-Polkadot": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "vDOT": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0900" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } + }, + "SUB": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "multiLocation": { + "parachainId": 2101 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + }, + "chains": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "21446063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "803700" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8799" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "2343508113867" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "21264531249937" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 19, + "fee": { + "mode": { + "type": "proportional", + "value": "9691150827" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 19, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 18, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "85633534978437939200" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "104492097095609548800" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66602678571" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "21446063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "4046616" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1545582383" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [] + }, + { + "assetId": 16, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 18, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "7604986702" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "90387102619014" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "69880098599534690304" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "30718568454" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "216915859833" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "237" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assets": [ + { + "assetId": 0, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "9000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + } + ] +} diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json new file mode 100644 index 000000000..58da5b64d --- /dev/null +++ b/xcm/v6/transfers_dev.json @@ -0,0 +1,8642 @@ +{ + "assetsLocation": { + "KAR": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0080" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "KSM": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensReserve" + } + }, + "KSM-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": {} + }, + "DOT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": {} + }, + "MOVR": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "multiLocation": { + "parachainId": 2023, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "multiLocation": { + "parachainId": 2001, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "UNIT": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensReserve" + } + }, + "ACA": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "multiLocation": { + "parachainId": 2000, + "generalKey": "0x0000" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensReserve" + } + }, + "DOT": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensReserve" + } + }, + "GLMR": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "multiLocation": { + "parachainId": 2004, + "palletInstance": 10 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "RMRK": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "8" + } + }, + "KINT": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000c" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensReserve" + } + }, + "HKO": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "multiLocation": { + "parachainId": 2085, + "generalKey": "0x484b4f" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensReserve" + } + }, + "PARA": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "multiLocation": { + "parachainId": 2012, + "generalKey": "0x50415241" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensReserve" + } + }, + "INTR": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0002" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensReserve" + } + }, + "iBTC": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "multiLocation": { + "parachainId": 2032, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensReserve" + } + }, + "kBTC": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "multiLocation": { + "parachainId": 2092, + "generalKey": "0x000b" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensReserve" + } + }, + "BSX": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "multiLocation": { + "parachainId": 2090, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensReserve" + } + }, + "WND": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "8800337932977" + }, + "instructions": "xtokensReserve" + } + }, + "WND-Westmint": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "multiLocation": {} + }, + "TNKR": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "multiLocation": { + "parachainId": 2125, + "generalIndex": "0" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemine": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensReserve" + } + }, + "USDT-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1984" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } + }, + "XRT": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "multiLocation": { + "parachainId": 2048 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensReserve" + } + }, + "ASTR": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "multiLocation": { + "parachainId": 2006 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "SDN": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "multiLocation": { + "parachainId": 2007 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensReserve" + } + }, + "CFG": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "multiLocation": { + "parachainId": 2031, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensReserve" + } + }, + "KMA": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "multiLocation": { + "parachainId": 2084 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensReserve" + } + }, + "USDC-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1337" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensReserve" + } + }, + "BNC-Polkadot": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0001" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensReserve" + } + }, + "vDOT": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "multiLocation": { + "parachainId": 2030, + "generalKey": "0x0900" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } + }, + "SUB": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "multiLocation": { + "parachainId": 2101 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "1" + }, + "instructions": "xtokensReserve" + } + } + }, + "instructions": { + "xtokensDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xtokensReserve": [ + "WithdrawAsset", + "ClearOrigin", + "BuyExecution", + "DepositReserveAsset" + ], + "xcmPalletDest": [ + "ReserveAssetDeposited", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ], + "xcmPalletTeleportDest": [ + "ReceiveTeleportedAsset", + "ClearOrigin", + "BuyExecution", + "DepositAsset" + ] + }, + "networkBaseWeight": { + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", + "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", + "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b": "200000000", + "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed": "200000000", + "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527": "200000000", + "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443": "1000000000", + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": "1000000000", + "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c": "200000000", + "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d": "200000000", + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": "1000000000", + "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b": "200000000", + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": "1000000000", + "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b": "150000000", + "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d": "1000000000", + "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d": "200000000", + "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97": "150000000", + "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72": "200000000", + "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6": "1000000000", + "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa": "150000000", + "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755": "100000000", + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": "1000000000", + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": "1000000000", + "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2": "100000000", + "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b": "200000000", + "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d": "100000000", + "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc": "1000000000", + "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86": "1000000000", + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": "1000000000", + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": "1000000000", + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": "1000000000", + "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", + "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", + "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", + "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + }, + "chains": [ + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assets": [ + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "63129375000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1262587500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1297026028" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assets": [ + { + "assetId": 4, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "concrete", + "path": { + "parents": 1, + "parachainId": 2001, + "generalKey": "0x0001" + } + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "63129375000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1262587500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 22, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "55000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 18, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3082280000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assets": [ + { + "assetId": 1, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "35047875048" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "assets": [ + { + "assetId": 0, + "assetLocation": "UNIT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "523779593547" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "3959149500" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assets": [ + { + "assetId": 0, + "assetLocation": "KSM-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66602678571" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "21446063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "8544" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "803215" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "4172610" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assets": [ + { + "assetId": 8, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1262587500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "112679492770376" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "20746401591009" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "20000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "133333333333" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "63129375000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "345000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "237" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "800000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "21446063" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "803700" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8799" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "210000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "6800000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "4800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "63129375000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "970000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "333333333333000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1262587500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "35100000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assets": [ + { + "assetId": 5, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "485908649173955" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "80000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "assets": [ + { + "assetId": 7, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "BNC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "7039200000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "2343508113867" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182475" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "7604986702" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "assets": [ + { + "assetId": 0, + "assetLocation": "WND-Westmint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8800337932977" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "135048090539123" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "21264531249937" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 19, + "fee": { + "mode": { + "type": "proportional", + "value": "9691150827" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "879987328182474112" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "10016025641025640448" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "125000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 17, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 19, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 18, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assets": [ + { + "assetId": 0, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "7604986702" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "1297026028" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "85633534978437939200" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "2298688790" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "800000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "92895362664" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5000000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "104492097095609548800" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assets": [ + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "KMA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "11736475948120176" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8799000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "69880098599534690304" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "234933300000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "50000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "87990000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "218949563648" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "438749232815" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assets": [ + { + "assetId": 0, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 18, + "fee": { + "mode": { + "type": "proportional", + "value": "9000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + } + ] +} From 9ff8e92a91a241ff3d486153ac09fb365638a774 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 24 Jan 2024 07:02:13 +0100 Subject: [PATCH 1894/2142] add v6 transfers --- xcm/v6/transfers_dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 58da5b64d..ec75395db 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -425,6 +425,15 @@ "DepositAsset" ] }, + "networkDeliveryFee": { + "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "30000000000", + "sizeFactor": "100000000", + "alwaysHoldingPays": false + } + }, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", From 15ea1a0059ab76c0cf5bdde4aac4b9a9e8250dfa Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 24 Jan 2024 11:27:22 +0100 Subject: [PATCH 1895/2142] add Kusama delivery fee --- xcm/v6/transfers_dev.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index ec75395db..56a2acf6c 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -432,6 +432,13 @@ "sizeBase": "30000000000", "sizeFactor": "100000000", "alwaysHoldingPays": false + }, + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "1000000000", + "sizeFactor": "33333333", + "alwaysHoldingPays": false } }, "networkBaseWeight": { From db44f73969ea25f5e1c46b65d340a704185d13b5 Mon Sep 17 00:00:00 2001 From: Russel Date: Wed, 24 Jan 2024 11:51:37 +0100 Subject: [PATCH 1896/2142] fix Kusama coeff --- xcm/v6/transfers_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 56a2acf6c..c789b9926 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -437,7 +437,7 @@ "type": "exponential", "factorPallet": "Dmp", "sizeBase": "1000000000", - "sizeFactor": "33333333", + "sizeFactor": "3333333", "alwaysHoldingPays": false } }, From 208857a430aa91790deffc36920c1f4557e42707 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:45:17 +0000 Subject: [PATCH 1897/2142] Update Equilibrium Status (#2412) * Update chains_dev.json * Update chains.json * Update chains.json * Update chains_dev.json --- chains/v17/chains.json | 2 +- chains/v17/chains_dev.json | 2 +- chains/v18/chains.json | 2 +- chains/v18/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index a7ff641f9..21f63250f 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6942,7 +6942,7 @@ { "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", + "name": "Equilibrium (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index bf821fdec..92fa32c3e 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3832,7 +3832,7 @@ { "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", + "name": "Equilibrium (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0b36247e7..045098508 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -6948,7 +6948,7 @@ { "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", + "name": "Equilibrium (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index b7d94da82..8b51aea30 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3836,7 +3836,7 @@ { "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", + "name": "Equilibrium (PAUSED)", "assets": [ { "assetId": 0, From 38fb58917a6ce762ce068b626759a3ddff960695 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:57:45 +0300 Subject: [PATCH 1898/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes * update message workflow * add version to report --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] Co-authored-by: Stepan Lavrentev --- .github/workflows/pull_request_for_xcm.yaml | 28 ++- .github/workflows/setup-path/action.yml | 3 + makefile | 2 +- scripts/print_xcm_changes.py | 14 +- xcm/v5/transfers_dev.json | 194 ++++++++++---------- 5 files changed, 129 insertions(+), 112 deletions(-) diff --git a/.github/workflows/pull_request_for_xcm.yaml b/.github/workflows/pull_request_for_xcm.yaml index 517f98055..5d270d468 100644 --- a/.github/workflows/pull_request_for_xcm.yaml +++ b/.github/workflows/pull_request_for_xcm.yaml @@ -36,6 +36,20 @@ jobs: files: | ${{ env.DEV_XCM_JSON_PATH }} + - name: Was previous transfers.json changed? + id: prev_prod + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.PREVIOUS_XCM_JSON_PATH }} + + - name: Was previous transfers.json changed? + id: prev_dev + uses: tj-actions/changed-files@v18.2 + with: + files: | + ${{ env.PREVIOUS_DEV_XCM_JSON_PATH }} + - name: Set GITHUB_BASE environment variable run: echo "GITHUB_BASE=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV @@ -48,12 +62,22 @@ jobs: - name: Generate message for PROD if: steps.prod.outputs.any_changed == 'true' run: | - make pr-comment-creation PR_ENV=PROD PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=${{ env.XCM_VERSION }}-PROD PR_FILE_NAME=${{ env.BODY_FILE }} XCM_PATH=${{ env.XCM_JSON_PATH }} CHAINS_PATH=${{ env.CHAINS_JSON_PATH }} - name: Generate message for DEV if: steps.dev.outputs.any_changed == 'true' run: | - make pr-comment-creation PR_ENV=DEV PR_FILE_NAME=${{ env.BODY_FILE }} + make pr-comment-creation PR_ENV=${{ env.XCM_VERSION }}-DEV PR_FILE_NAME=${{ env.BODY_FILE }} XCM_PATH=${{ env.DEV_XCM_JSON_PATH }} CHAINS_PATH=${{ env.DEV_CHAINS_JSON_PATH }} + + - name: Generate message for prvious PROD + if: steps.prev_prod.outputs.any_changed == 'true' + run: | + make pr-comment-creation PR_ENV=${{ env.PREVIOUS_XCM_VERSION }}-PROD PR_FILE_NAME=${{ env.BODY_FILE }} XCM_PATH=${{ env.PREVIOUS_XCM_JSON_PATH }} CHAINS_PATH=${{ env.PREVIOUS_CHAINS_JSON_PATH }} + + - name: Generate message for prvious DEV + if: steps.prev_dev.outputs.any_changed == 'true' + run: | + make pr-comment-creation PR_ENV=${{ env.PREVIOUS_XCM_VERSION }}-DEV PR_FILE_NAME=${{ env.BODY_FILE }} XCM_PATH=${{ env.PREVIOUS_DEV_XCM_JSON_PATH }} CHAINS_PATH=${{ env.PREVIOUS_DEV_CHAINS_JSON_PATH }} - name: Find Comment uses: peter-evans/find-comment@v2 diff --git a/.github/workflows/setup-path/action.yml b/.github/workflows/setup-path/action.yml index 562745e1b..20742a82a 100644 --- a/.github/workflows/setup-path/action.yml +++ b/.github/workflows/setup-path/action.yml @@ -8,6 +8,7 @@ runs: echo "CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains)" >> "$GITHUB_ENV" echo "PREVIOUS_CHAINS_VERSION=$(bash .github/get_actual_json_path.sh chains 1)" >> "$GITHUB_ENV" echo "XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm)" >> "$GITHUB_ENV" + echo "PREVIOUS_XCM_VERSION=$(bash .github/get_actual_json_path.sh xcm 1)" >> "$GITHUB_ENV" shell: bash - name: Setup json paths @@ -18,4 +19,6 @@ runs: echo "PREVIOUS_CHAINS_JSON_PATH=chains/${{ env.PREVIOUS_CHAINS_VERSION }}/chains.json" >> "$GITHUB_ENV" echo "DEV_XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" echo "XCM_JSON_PATH=xcm/${{ env.XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" + echo "PREVIOUS_DEV_XCM_JSON_PATH=xcm/${{ env.PREVIOUS_XCM_VERSION }}/transfers_dev.json" >> "$GITHUB_ENV" + echo "PREVIOUS_XCM_JSON_PATH=xcm/${{ env.PREVIOUS_XCM_VERSION }}/transfers.json" >> "$GITHUB_ENV" shell: bash diff --git a/makefile b/makefile index 398369894..47a1b60a6 100644 --- a/makefile +++ b/makefile @@ -75,7 +75,7 @@ allure: pr-comment-creation: echo "## Changes for $(PR_ENV)" >> $(PR_FILE_NAME) - $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) + XCM_PATH=$(XCM_PATH) CHAINS_PATH=$(CHAINS_PATH) $(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME) check-chains-file: $(VENV)/bin/pre-commit run --files chains/**/*.json diff --git a/scripts/print_xcm_changes.py b/scripts/print_xcm_changes.py index 295967ef7..420a8a2e5 100644 --- a/scripts/print_xcm_changes.py +++ b/scripts/print_xcm_changes.py @@ -180,18 +180,8 @@ def main(argv): if github_base: nova_utils_url = f"https://raw.githubusercontent.com/novasamatech/nova-utils/{github_base}/" - if 'DEV' in argv: - transfers_file = os.getenv( - "DEV_XCM_JSON_PATH", "xcm/v4/transfers_dev.json") - chains_url = nova_utils_url + \ - os.getenv("DEV_CHAINS_JSON_PATH", "chains/v13/chains_dev.json") - elif 'PROD' in argv: - transfers_file = os.getenv("XCM_JSON_PATH", "xcm/v4/transfers.json") - chains_url = nova_utils_url + \ - os.getenv("CHAINS_JSON_PATH", "chains/v13/chains.json") - else: - raise Exception( - 'Provide a string `dev` or `prod` as parameter for the script') + transfers_file = os.getenv("XCM_PATH", "xcm/v4/transfers_dev.json") + chains_url = nova_utils_url + os.getenv("CHAINS_PATH", "chains/v13/chains_dev.json") transfers_file_url = nova_utils_url + transfers_file transfers_from_file = get_data_from_file(transfers_file) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 58da5b64d..227128ed1 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensReserve" } @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensReserve" } @@ -106,7 +106,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensReserve" } @@ -324,7 +324,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensReserve" } @@ -366,7 +366,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -380,7 +380,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -393,7 +393,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "800000000000" }, "instructions": "xtokensReserve" } @@ -494,7 +494,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -629,7 +629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -657,7 +657,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -736,7 +736,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -843,7 +843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -1050,7 +1050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1297026028" + "value": "1894775520" }, "instructions": "xtokensDest" } @@ -1208,7 +1208,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -1236,7 +1236,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xcmPalletDest" } @@ -1339,7 +1339,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -1390,7 +1390,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -1627,7 +1627,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -1655,7 +1655,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -1734,7 +1734,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -1762,7 +1762,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -2008,7 +2008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2078,7 +2078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2157,7 +2157,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -2435,7 +2435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -2575,7 +2575,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xcmPalletDest" } @@ -2840,7 +2840,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2896,7 +2896,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2947,7 +2947,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -2961,7 +2961,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3063,7 +3063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -3202,7 +3202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8544" + "value": "7804" }, "instructions": "xcmPalletDest" } @@ -3244,7 +3244,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4172610" + "value": "7861844" }, "instructions": "xcmPalletDest" } @@ -3300,7 +3300,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -3542,7 +3542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -3849,7 +3849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -3877,7 +3877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -3984,7 +3984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletTeleportDest" } @@ -4063,7 +4063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799" + "value": "8037" }, "instructions": "xcmPalletDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4370,7 +4370,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4398,7 +4398,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -4463,7 +4463,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -4477,7 +4477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4649,7 +4649,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4719,7 +4719,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -4733,7 +4733,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4756,7 +4756,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4779,7 +4779,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4802,7 +4802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4830,7 +4830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -4858,7 +4858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4923,7 +4923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -4979,7 +4979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2343508113867" + "value": "3404263581899470" }, "instructions": "xtokensDest" } @@ -5485,7 +5485,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -5541,7 +5541,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -5676,7 +5676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5704,7 +5704,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -5839,7 +5839,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6104,7 +6104,7 @@ "fee": { "mode": { "type": "proportional", - "value": "135048090539123" + "value": "73253369325045" }, "instructions": "xtokensDest" } @@ -6132,7 +6132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -6211,7 +6211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -6406,7 +6406,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21264531249937" + "value": "21264531249466" }, "instructions": "xtokensDest" } @@ -6457,7 +6457,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -6499,7 +6499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6708,7 +6708,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -6731,7 +6731,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -6805,7 +6805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -6833,7 +6833,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -6879,7 +6879,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6902,7 +6902,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6967,7 +6967,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1297026028" + "value": "1894775520" }, "instructions": "xcmPalletDest" } @@ -7004,7 +7004,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xcmPalletDest" } @@ -7018,7 +7018,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -7116,7 +7116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -7144,7 +7144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -7251,7 +7251,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletDest" } @@ -7293,7 +7293,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xcmPalletDest" } @@ -7358,7 +7358,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -7442,7 +7442,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -7539,7 +7539,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -7567,7 +7567,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -7823,7 +7823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -7837,7 +7837,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -7916,7 +7916,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -7930,7 +7930,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -8060,7 +8060,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -8102,7 +8102,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -8116,7 +8116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -8237,7 +8237,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -8385,7 +8385,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -8399,7 +8399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -8492,7 +8492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -8506,7 +8506,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "297183123807" }, "instructions": "xtokensDest" } @@ -8627,7 +8627,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9000000000" + "value": "9000000003" }, "instructions": "xcmPalletDest" } From fe228d60d2ac75a196a093285715fba9ecc22198 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:12:13 +0100 Subject: [PATCH 1899/2142] Update networks list (#2414) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 97d7c2216..bc9e20b36 100644 --- a/chains/README.md +++ b/chains/README.md @@ -40,7 +40,7 @@ | 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | | 29 | Energy Web X | EWT | - | - | | 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 31 | Equilibrium | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 31 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | | 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | From a487965881a7a5491aa2a3203a8f0071d0903cc6 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 24 Jan 2024 17:17:01 +0100 Subject: [PATCH 1900/2142] add Subquery to Polimec (#2415) --- chains/v18/chains_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8b51aea30..d7271b1d7 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9476,6 +9476,20 @@ "name": "Polimec node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", "addressPrefix": 41 }, From 490dcd469e025c96f98f27539cec431bb663a7cf Mon Sep 17 00:00:00 2001 From: Russel Date: Thu, 25 Jan 2024 04:57:57 +0100 Subject: [PATCH 1901/2142] separate fees for parent and parachain --- xcm/v6/transfers_dev.json | 40 +++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index c789b9926..32413704f 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -426,19 +426,39 @@ ] }, "networkDeliveryFee": { + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + } + }, "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e": { - "type": "exponential", - "factorPallet": "Dmp", - "sizeBase": "30000000000", - "sizeFactor": "100000000", - "alwaysHoldingPays": false + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "30000000000", + "sizeFactor": "100000000", + "alwaysHoldingPays": false + } }, "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": { - "type": "exponential", - "factorPallet": "Dmp", - "sizeBase": "1000000000", - "sizeFactor": "3333333", - "alwaysHoldingPays": false + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "1000000000", + "sizeFactor": "3333333", + "alwaysHoldingPays": false + } } }, "networkBaseWeight": { From 1cdb23ac99fbd74408a9fa2f95df97c78bf29e3f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 25 Jan 2024 08:44:37 +0300 Subject: [PATCH 1902/2142] remove only in parachains --- xcm/v5/transfers.json | 1130 +++-------------------------------------- 1 file changed, 75 insertions(+), 1055 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 676fad39a..20e6440ab 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4405,118 +4405,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -5080,118 +4968,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -5441,15 +5217,24 @@ } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 4, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5459,11 +5244,11 @@ { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -5473,11 +5258,11 @@ { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -5486,133 +5271,12 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "970000000000" + "value": "970000000000" }, "instructions": "xtokensDest" } @@ -5813,118 +5477,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -6041,127 +5593,29 @@ } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ + { + "assetId": 0, + "assetLocation": "BSX", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, "fee": { "mode": { "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assets": [ - { - "assetId": 0, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 22, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -6190,118 +5644,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -6361,179 +5703,67 @@ { "destination": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "7604986702" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assets": [ - { - "assetId": 0, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "90387102619014" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assets": [ - { - "assetId": 6, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "30718568454" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "assetId": 17, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "7604986702" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "90387102619014" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "30718568454" }, "instructions": "xtokensDest" } @@ -6817,104 +6047,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "216915859833" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, @@ -7017,118 +6149,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "87990000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "218949563648" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] }, From c0446d0af5d458a18956a7ebc5e6a68acdd9f908 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:11:35 +0300 Subject: [PATCH 1903/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2419)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes * update v5 --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] Co-authored-by: Stepan Lavrentev --- xcm/v5/transfers.json | 156 +++++++++++++++--------------- xcm/v6/transfers_dev.json | 194 +++++++++++++++++++------------------- 2 files changed, 175 insertions(+), 175 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 20e6440ab..8e8001391 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensReserve" } @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensReserve" } @@ -95,7 +95,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensReserve" } @@ -214,7 +214,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "0" }, "instructions": "xtokensReserve" } @@ -271,7 +271,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensReserve" } @@ -312,7 +312,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -326,7 +326,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -339,7 +339,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "800000000000" }, "instructions": "xtokensReserve" } @@ -472,7 +472,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -542,7 +542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -621,7 +621,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -899,7 +899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -1039,7 +1039,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xcmPalletDest" } @@ -1304,7 +1304,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -1360,7 +1360,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -1411,7 +1411,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -1425,7 +1425,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -1527,7 +1527,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -1606,7 +1606,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletTeleportDest" } @@ -1685,7 +1685,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799" + "value": "8037" }, "instructions": "xcmPalletDest" } @@ -1755,7 +1755,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -1783,7 +1783,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -1848,7 +1848,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -1904,7 +1904,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2294,7 +2294,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2343508113867" + "value": "3404263581899470" }, "instructions": "xtokensDest" } @@ -2410,7 +2410,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2466,7 +2466,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2545,7 +2545,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -2624,7 +2624,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2819,7 +2819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21264531249937" + "value": "21264531249466" }, "instructions": "xtokensDest" } @@ -2870,7 +2870,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2912,7 +2912,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3121,7 +3121,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -3144,7 +3144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -3195,7 +3195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -3223,7 +3223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3269,7 +3269,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3292,7 +3292,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3343,7 +3343,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -3371,7 +3371,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3492,7 +3492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xcmPalletDest" } @@ -3557,7 +3557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3641,7 +3641,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -3738,7 +3738,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3766,7 +3766,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4064,7 +4064,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -4092,7 +4092,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xcmPalletDest" } @@ -4162,7 +4162,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xcmPalletTeleportDest" } @@ -4222,7 +4222,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8544" + "value": "7804" }, "instructions": "xcmPalletDest" } @@ -4264,7 +4264,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4046616" + "value": "7759376" }, "instructions": "xcmPalletDest" } @@ -4334,7 +4334,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4399,7 +4399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -4422,7 +4422,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4501,7 +4501,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4680,7 +4680,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1545582383" + "value": "1905148259" }, "instructions": "xtokensDest" } @@ -4758,7 +4758,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4809,7 +4809,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4962,7 +4962,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -4985,7 +4985,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4999,7 +4999,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5109,7 +5109,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5211,7 +5211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5406,7 +5406,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5471,7 +5471,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5494,7 +5494,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5508,7 +5508,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -5587,7 +5587,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5638,7 +5638,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5735,7 +5735,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90387102619014" + "value": "72651898770620" }, "instructions": "xtokensDest" } @@ -5763,7 +5763,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5800,7 +5800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5948,7 +5948,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -5962,7 +5962,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -6041,7 +6041,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6245,7 +6245,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -6315,7 +6315,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9000000000" + "value": "9000000003" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 58da5b64d..d6c904edd 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensReserve" } @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensReserve" } @@ -106,7 +106,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensReserve" } @@ -324,7 +324,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensReserve" } @@ -366,7 +366,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -380,7 +380,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -393,7 +393,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "800000000000" }, "instructions": "xtokensReserve" } @@ -494,7 +494,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -629,7 +629,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -657,7 +657,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -736,7 +736,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -843,7 +843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -1050,7 +1050,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1297026028" + "value": "1905148259" }, "instructions": "xtokensDest" } @@ -1208,7 +1208,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -1236,7 +1236,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xcmPalletDest" } @@ -1339,7 +1339,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -1390,7 +1390,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -1627,7 +1627,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -1655,7 +1655,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -1734,7 +1734,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -1762,7 +1762,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -2008,7 +2008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2078,7 +2078,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2157,7 +2157,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -2435,7 +2435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -2575,7 +2575,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xcmPalletDest" } @@ -2840,7 +2840,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2896,7 +2896,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2947,7 +2947,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -2961,7 +2961,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3063,7 +3063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -3202,7 +3202,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8544" + "value": "7804" }, "instructions": "xcmPalletDest" } @@ -3244,7 +3244,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4172610" + "value": "7759376" }, "instructions": "xcmPalletDest" } @@ -3300,7 +3300,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -3542,7 +3542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -3849,7 +3849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -3877,7 +3877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -3984,7 +3984,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletTeleportDest" } @@ -4063,7 +4063,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799" + "value": "8037" }, "instructions": "xcmPalletDest" } @@ -4235,7 +4235,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4370,7 +4370,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4398,7 +4398,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -4463,7 +4463,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -4477,7 +4477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4649,7 +4649,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4719,7 +4719,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -4733,7 +4733,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4756,7 +4756,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4779,7 +4779,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4802,7 +4802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4830,7 +4830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -4858,7 +4858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4923,7 +4923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -4979,7 +4979,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2343508113867" + "value": "3404263581899470" }, "instructions": "xtokensDest" } @@ -5485,7 +5485,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -5541,7 +5541,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -5676,7 +5676,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5704,7 +5704,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -5839,7 +5839,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6104,7 +6104,7 @@ "fee": { "mode": { "type": "proportional", - "value": "135048090539123" + "value": "72651898770620" }, "instructions": "xtokensDest" } @@ -6132,7 +6132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -6211,7 +6211,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -6406,7 +6406,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21264531249937" + "value": "21264531249466" }, "instructions": "xtokensDest" } @@ -6457,7 +6457,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -6499,7 +6499,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6708,7 +6708,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -6731,7 +6731,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -6805,7 +6805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -6833,7 +6833,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -6879,7 +6879,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6902,7 +6902,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -6967,7 +6967,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1297026028" + "value": "1905148259" }, "instructions": "xcmPalletDest" } @@ -7004,7 +7004,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xcmPalletDest" } @@ -7018,7 +7018,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -7116,7 +7116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -7144,7 +7144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -7251,7 +7251,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletDest" } @@ -7293,7 +7293,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xcmPalletDest" } @@ -7358,7 +7358,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -7442,7 +7442,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -7539,7 +7539,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -7567,7 +7567,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -7823,7 +7823,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -7837,7 +7837,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -7916,7 +7916,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -7930,7 +7930,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -8060,7 +8060,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -8102,7 +8102,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -8116,7 +8116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -8237,7 +8237,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -8385,7 +8385,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -8399,7 +8399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -8492,7 +8492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -8506,7 +8506,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -8627,7 +8627,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9000000000" + "value": "9000000003" }, "instructions": "xcmPalletDest" } From 18f7563b28d237f01c79ac2e600c20407bc000d7 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:31:41 +0300 Subject: [PATCH 1904/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20PROD=20env=20(#2420)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes * return INTR back --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] Co-authored-by: Stepan Lavrentev --- xcm/v5/transfers.json | 2 +- xcm/v5/transfers_dev.json | 2 +- xcm/v6/transfers.json | 186 +++++++++++++++++++------------------- xcm/v6/transfers_dev.json | 2 +- 4 files changed, 96 insertions(+), 96 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 8e8001391..28120a3dc 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -2294,7 +2294,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3404263581899470" + "value": "2343508113867" }, "instructions": "xtokensDest" } diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 227128ed1..34eb9f37a 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3404263581899470" + "value": "2343508113867" }, "instructions": "xtokensDest" } diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 676fad39a..426b23d9f 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensReserve" } @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensReserve" } @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensReserve" } @@ -95,7 +95,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensReserve" } @@ -214,7 +214,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1158776" + "value": "0" }, "instructions": "xtokensReserve" } @@ -271,7 +271,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensReserve" } @@ -312,7 +312,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -326,7 +326,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "8037000000" }, "instructions": "xtokensReserve" } @@ -339,7 +339,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "1" + "value": "800000000000" }, "instructions": "xtokensReserve" } @@ -472,7 +472,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -542,7 +542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -621,7 +621,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -899,7 +899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -1039,7 +1039,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xcmPalletDest" } @@ -1304,7 +1304,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -1360,7 +1360,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -1411,7 +1411,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -1425,7 +1425,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -1527,7 +1527,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -1606,7 +1606,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xcmPalletTeleportDest" } @@ -1685,7 +1685,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799" + "value": "8037" }, "instructions": "xcmPalletDest" } @@ -1755,7 +1755,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -1783,7 +1783,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -1848,7 +1848,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -1904,7 +1904,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2410,7 +2410,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2466,7 +2466,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -2545,7 +2545,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -2624,7 +2624,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2819,7 +2819,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21264531249937" + "value": "21264531249466" }, "instructions": "xtokensDest" } @@ -2870,7 +2870,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -2912,7 +2912,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3121,7 +3121,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xtokensDest" } @@ -3144,7 +3144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10016025641025640448" + "value": "8799873281824740352" }, "instructions": "xtokensDest" } @@ -3195,7 +3195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -3223,7 +3223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3269,7 +3269,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3292,7 +3292,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3343,7 +3343,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -3371,7 +3371,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3492,7 +3492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000000" + "value": "8037000000000000" }, "instructions": "xcmPalletDest" } @@ -3557,7 +3557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000" + "value": "8037000000" }, "instructions": "xtokensDest" } @@ -3641,7 +3641,7 @@ "fee": { "mode": { "type": "proportional", - "value": "92895362664" + "value": "79336744814" }, "instructions": "xtokensDest" } @@ -3738,7 +3738,7 @@ "fee": { "mode": { "type": "proportional", - "value": "5000000000000000000" + "value": "4289212500000000000" }, "instructions": "xtokensDest" } @@ -3766,7 +3766,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -4064,7 +4064,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xcmPalletDest" } @@ -4092,7 +4092,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xcmPalletDest" } @@ -4162,7 +4162,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xcmPalletTeleportDest" } @@ -4222,7 +4222,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8544" + "value": "7804" }, "instructions": "xcmPalletDest" } @@ -4264,7 +4264,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4046616" + "value": "7759376" }, "instructions": "xcmPalletDest" } @@ -4334,7 +4334,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -4399,7 +4399,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -4441,7 +4441,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -4469,7 +4469,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -4534,7 +4534,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -4613,7 +4613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4792,7 +4792,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1545582383" + "value": "1905148259" }, "instructions": "xtokensDest" } @@ -4870,7 +4870,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7039200000000" + "value": "6429600000000" }, "instructions": "xtokensDest" } @@ -4921,7 +4921,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5074,7 +5074,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5116,7 +5116,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5144,7 +5144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -5209,7 +5209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -5223,7 +5223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5333,7 +5333,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5435,7 +5435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5505,7 +5505,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -5742,7 +5742,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5807,7 +5807,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -5849,7 +5849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -5877,7 +5877,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -5942,7 +5942,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -5956,7 +5956,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -6035,7 +6035,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6077,7 +6077,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6105,7 +6105,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -6184,7 +6184,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6212,7 +6212,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6393,7 +6393,7 @@ "fee": { "mode": { "type": "proportional", - "value": "90387102619014" + "value": "72651898770620" }, "instructions": "xtokensDest" } @@ -6421,7 +6421,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6435,7 +6435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -6449,7 +6449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6570,7 +6570,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -6718,7 +6718,7 @@ "fee": { "mode": { "type": "proportional", - "value": "234933300000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -6732,7 +6732,7 @@ "fee": { "mode": { "type": "proportional", - "value": "50000000000000000" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -6811,7 +6811,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30718568454" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -6825,7 +6825,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -6839,7 +6839,7 @@ "fee": { "mode": { "type": "proportional", - "value": "216915859833" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -7067,7 +7067,7 @@ "fee": { "mode": { "type": "proportional", - "value": "87990000000" + "value": "80370000000" }, "instructions": "xtokensDest" } @@ -7095,7 +7095,7 @@ "fee": { "mode": { "type": "proportional", - "value": "218949563648" + "value": "287569387880" }, "instructions": "xtokensDest" } @@ -7225,7 +7225,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8799000000000" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -7295,7 +7295,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9000000000" + "value": "9000000003" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d6c904edd..7a2d352b5 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -5369,7 +5369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3404263581899470" + "value": "2343508113867" }, "instructions": "xtokensDest" } From 5ed7926654f77f5ecf214462db59100d409e88ad Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 25 Jan 2024 10:39:11 +0100 Subject: [PATCH 1905/2142] remove not responding Parallel node --- chains/v18/chains.json | 4 ---- chains/v18/chains_dev.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 045098508..34b4c486e 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3667,10 +3667,6 @@ } ], "nodes": [ - { - "url": "wss://polkadot-parallel-rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d7271b1d7..d48f92b08 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4310,10 +4310,6 @@ } ], "nodes": [ - { - "url": "wss://polkadot-parallel-rpc.parallel.fi", - "name": "Parallel node" - }, { "url": "wss://parallel-rpc.dwellir.com", "name": "Dwellir node" From 66d8157a106afa1f722b150e47e625ba01d641c6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:42:24 +0300 Subject: [PATCH 1906/2142] fix failed tests (#2418) * fix failed tests * remove Crust from tests --- scripts/update_test_data.py | 2 +- tests/chains_for_testBalance.json | 5 ----- tests/conftest.py | 16 ++++++++++++++-- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/scripts/update_test_data.py b/scripts/update_test_data.py index 3d0c9e669..4c7ba0ed5 100644 --- a/scripts/update_test_data.py +++ b/scripts/update_test_data.py @@ -16,7 +16,7 @@ def get_ids(chains): return list(map(lambda x: x["chainId"], chains)) -exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium'] +exludeChains = ['Kintsugi', 'Interlay', 'Mangata X', 'Fusotao', 'Equilibrium', 'Crust'] skip_options = ['ethereumBased', 'noSubstrateRuntime', 'testnet'] dev_ids = get_ids(dev_chains) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 81543e057..b6e0ec5c3 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -403,10 +403,5 @@ "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", "name": "InvArch", "account": "3c4679c868ee7edce446812310d0d952374157ea2f68a9d3afb0c0207b272a49" - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "account": "6d6f646c6372636c61696d7310636c6169000000000000000000000000000000" } ] diff --git a/tests/conftest.py b/tests/conftest.py index 6f0bedf26..6a0ac0a60 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,5 @@ import pytest +import allure from func_timeout import func_timeout, FunctionTimedOut from scripts.utils.chain_model import Chain @@ -6,7 +7,7 @@ from scripts.utils.substrate_interface import create_connection_by_url from tests.data.setting_data import collect_nodes_for_chains, get_substrate_chains -FIXTURE_TIMEOUT = 10 +FIXTURE_TIMEOUT = 15 chain_names = [ f'Test for {task.name}' @@ -17,11 +18,21 @@ f'Test for {task["name"]}, url: {task["url"]}' for task in collect_nodes_for_chains(get_substrate_chains()) ] + + +class FixtureTimeoutError(Exception): + pass + + def execute_with_timeout(timeout: int, function, args: tuple, error_message: str): try: return func_timeout(timeout=timeout, func=function, args=args) except FunctionTimedOut: - pytest.fail(msg=error_message) + with allure.step("Function timed out"): + allure.attach(name="Error", body=error_message, + attachment_type=allure.attachment_type.TEXT) + raise FixtureTimeoutError(error_message) + @pytest.fixture(scope="module", params=collect_nodes_for_chains(get_substrate_chains()), ids=task_ids) def connection_by_url(request): @@ -40,6 +51,7 @@ def connection_by_url(request): ) return connection + @pytest.fixture(scope="module", params=get_substrate_chains(), ids=chain_names) def chain_model(request) -> Chain: chain = request.param From 7f0174837fb196b2c57d48fc69dc55c1385f0bd2 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 25 Jan 2024 18:53:06 +0300 Subject: [PATCH 1907/2142] Add Paseo testnet logo --- icons/chains/gradient/Paseo_Testnet.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 icons/chains/gradient/Paseo_Testnet.svg diff --git a/icons/chains/gradient/Paseo_Testnet.svg b/icons/chains/gradient/Paseo_Testnet.svg new file mode 100644 index 000000000..c1e61c60d --- /dev/null +++ b/icons/chains/gradient/Paseo_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 739818804c83e3076ba1a6cd24d20a55cc3e9f89 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 25 Jan 2024 20:52:39 +0300 Subject: [PATCH 1908/2142] remove xcms for asset hub --- xcm/v5/transfers.json | 130 ------------------------------------------ 1 file changed, 130 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 28120a3dc..99dba1985 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4170,136 +4170,6 @@ "type": "xcmpallet-teleport" } ] - }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "66602678571" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "21446063" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "7804" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "803215" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "7759376" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] } ] }, From fc9a7ea4a41e36e46d610da178496939179fc24a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:57:16 +0300 Subject: [PATCH 1909/2142] Adding XCMs for Manta network (#2424) * adding DOT for Manta network * Adding Polkadot Manta * adding for v6 too * fix DOT icon * update manta fee * adding Manta to Moonbeam * adding MANTA asset * adding MANTA xcms * rename Manta chain --- chains/v18/chains_dev.json | 24 ++++++++- xcm/v5/transfers_dev.json | 104 ++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 104 ++++++++++++++++++++++++++++++++++++- 3 files changed, 229 insertions(+), 3 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d7271b1d7..9780656fb 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3611,6 +3611,17 @@ "typeExtras": { "assetId": "204507659831918931608354793288110796652" } + }, + { + "assetId": 22, + "symbol": "mxcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } } ], "nodes": [ @@ -9016,7 +9027,7 @@ { "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", + "name": "Manta Atlantic", "assets": [ { "assetId": 0, @@ -9024,6 +9035,17 @@ "precision": 18, "priceId": "manta-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } } ], "nodes": [ diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 34eb9f37a..d65c40c04 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -397,6 +397,19 @@ }, "instructions": "xtokensReserve" } + }, + "MANTA": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "multiLocation": { + "parachainId": 2104 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -460,7 +473,8 @@ "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", - "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000", + "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000" }, "chains": [ { @@ -2443,6 +2457,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2609,6 +2646,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "13756927798" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -8637,6 +8688,57 @@ ] } ] + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "79336744814" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "11914479166666665984" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 8819605ba..c72dc77da 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -397,6 +397,19 @@ }, "instructions": "xtokensReserve" } + }, + "MANTA": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "multiLocation": { + "parachainId": 2104 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -496,7 +509,8 @@ "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1": "100000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", - "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000", + "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000" }, "chains": [ { @@ -2479,6 +2493,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2645,6 +2682,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "45871559633" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -8673,6 +8724,57 @@ ] } ] + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "79336744814" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "11914479166666665984" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 548cda9d9fb8a784c84fc95cbd863414640b6d3d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 Jan 2024 13:03:26 +0300 Subject: [PATCH 1910/2142] Adding MANTA and DOT --- chains/v18/chains.json | 24 ++++++++++++++++++- xcm/v5/transfers.json | 53 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 75 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 045098508..e92ade42b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1109,6 +1109,17 @@ "typeExtras": { "assetId": "204507659831918931608354793288110796652" } + }, + { + "assetId": 22, + "symbol": "mxcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } } ], "nodes": [ @@ -7709,7 +7720,7 @@ { "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", + "name": "Manta Atlantic", "assets": [ { "assetId": 0, @@ -7717,6 +7728,17 @@ "precision": 18, "priceId": "manta-network", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } } ], "nodes": [ diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 99dba1985..b1b6ec397 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -343,6 +343,19 @@ }, "instructions": "xtokensReserve" } + }, + "MANTA": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "multiLocation": { + "parachainId": 2104 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -401,7 +414,8 @@ "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", - "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000", + "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000" }, "chains": [ { @@ -907,6 +921,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1073,6 +1110,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "13756927798" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } From 3b7f3e6359449390b5709cef0416f7899ab57993 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 Jan 2024 13:08:09 +0300 Subject: [PATCH 1911/2142] remove KSM from KAH --- xcm/v5/transfers.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 99dba1985..3cb6f2495 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4145,34 +4145,6 @@ } ] }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "assets": [ From 440bf9a7752b906dee9852439636083a890afd83 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 Jan 2024 13:12:38 +0300 Subject: [PATCH 1912/2142] remove KSM to KAH --- xcm/v5/transfers.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 3cb6f2495..a8577a2f7 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4001,20 +4001,6 @@ "type": "relative" }, "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, { "destination": { "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", From d7a759f334601594505bf1bec40ef3ab42db5561 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 26 Jan 2024 13:15:16 +0300 Subject: [PATCH 1913/2142] remove all KSM oubound --- xcm/v5/transfers.json | 140 ------------------------------------------ 1 file changed, 140 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index a8577a2f7..f55741997 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -3991,146 +3991,6 @@ } ] }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assets": [ - { - "assetId": 0, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1200618133" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", "assets": [ From d419dda1a149847c1a2f282d2b72ac9ad3a8639c Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Jan 2024 14:29:38 +0100 Subject: [PATCH 1914/2142] add Polimec staking metadata (#2426) * add data for Polimec start staking * fix indents * fix --- chains/v18/chains_dev.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 9780656fb..7479c6176 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9498,7 +9498,7 @@ "name": "Polimec node" } ], - "externalApi": { + "externalApi": { "history": [ { "type": "subquery", @@ -9513,7 +9513,12 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } }, { "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", From 85fe176070ee2a2b3773e57d11efc208f85231b9 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Jan 2024 14:29:50 +0100 Subject: [PATCH 1915/2142] add parachain staking to Manta (#2429) --- chains/v18/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 7479c6176..2c4918c0d 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9034,7 +9034,10 @@ "symbol": "MANTA", "precision": 18, "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, From 7964da13fbef128797b8a964c8dc5b78a615fe10 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:30:41 +0300 Subject: [PATCH 1916/2142] adding westmint (#2425) --- xcm/v6/transfers_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index c72dc77da..0ff5980eb 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -472,6 +472,14 @@ "sizeFactor": "3333333", "alwaysHoldingPays": false } + }, + "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9": { + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "30000000000", + "sizeFactor": "10000000" + } } }, "networkBaseWeight": { From 9f33a0a3090a9048847c43e9b3b5d9bfd75502da Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 26 Jan 2024 14:51:45 +0100 Subject: [PATCH 1917/2142] add parachain staking to Manta --- chains/v18/chains_dev.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2c4918c0d..840e266ce 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9065,7 +9065,12 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } }, { "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", From 9620a6d2ab2bc504ecb8a956f77583b75165b8f4 Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 26 Jan 2024 17:40:50 +0300 Subject: [PATCH 1918/2142] Update Paseo_Testnet.svg --- icons/chains/gradient/Paseo_Testnet.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/chains/gradient/Paseo_Testnet.svg b/icons/chains/gradient/Paseo_Testnet.svg index c1e61c60d..ea765233b 100644 --- a/icons/chains/gradient/Paseo_Testnet.svg +++ b/icons/chains/gradient/Paseo_Testnet.svg @@ -1,7 +1,7 @@ - + From bd75f734bbce4b00180c5593bf83c6b3513497f6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 29 Jan 2024 14:17:12 +0300 Subject: [PATCH 1919/2142] fix MANTA symbol --- chains/v18/chains.json | 2 +- chains/v18/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index e92ade42b..cd2e81d5b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1112,7 +1112,7 @@ }, { "assetId": 22, - "symbol": "mxcMANTA", + "symbol": "xcMANTA", "precision": 18, "type": "statemine", "priceId": "manta-network", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 9780656fb..5705506cd 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3614,7 +3614,7 @@ }, { "assetId": 22, - "symbol": "mxcMANTA", + "symbol": "xcMANTA", "precision": 18, "type": "statemine", "priceId": "manta-network", From 3c56a4fa96b26944c1bd5d5b4ab289427d39df2e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:51:58 +0100 Subject: [PATCH 1920/2142] Update networks list (#2431) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 184 +++++++++++++++++++++++------------------------ 1 file changed, 92 insertions(+), 92 deletions(-) diff --git a/chains/README.md b/chains/README.md index bc9e20b36..aa3d219e2 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,100 +1,100 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 88 -### 💰 All assets 360 -### 🪙 Unique assets: 180 +### 💰 All assets 362 +### 🪙 Unique assets: 181 ### 💫 Cross Chain directions: 410 ### 🧾 SubQuery API projects: 74 ### 👀 Networks with block explorers: 76 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | - | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 20 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 24 | Dock | DOCK | Subscan | - | -| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 26 | Edgeware | EDG | Subscan
Sub.ID | - | -| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 29 | Energy Web X | EWT | - | - | -| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 31 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 42 | InvArch | VARCH | - | - | -| 43 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 44 | Jur | JUR | Polkascan | - | -| 45 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 46 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 47 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 48 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 49 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 50 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 51 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 52 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 53 | Kusama Bridge Hub | KSM | - | - | -| 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 57 | Manta | MANTA | Subscan | - | -| 58 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 59 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 60 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 61 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 62 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 63 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 64 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 65 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 66 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 67 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 68 | Polimec | PLMC | - | - | -| 69 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 70 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 71 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 72 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 73 | Polkadot Collectives | DOT | - | - | -| 74 | Polymesh | POLYX | Subscan | - | -| 75 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 76 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 77 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 78 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 79 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 80 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 81 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 82 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 83 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 84 | Watr | WATR | - | - | -| 85 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 86 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 87 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 88 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | - | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 20 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 24 | Dock | DOCK | Subscan | - | +| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 26 | Edgeware | EDG | Subscan
Sub.ID | - | +| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 29 | Energy Web X | EWT | - | - | +| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 31 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 42 | InvArch | VARCH | - | - | +| 43 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 44 | Jur | JUR | Polkascan | - | +| 45 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 46 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 47 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 48 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 49 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 50 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 51 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 52 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 53 | Kusama Bridge Hub | KSM | - | - | +| 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 57 | Manta Atlantic | MANTA
DOT | Subscan | - | +| 58 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 59 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 60 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 61 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 62 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 63 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 64 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 65 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 66 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 67 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 68 | Polimec | PLMC | - | - | +| 69 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 70 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 71 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 72 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 73 | Polkadot Collectives | DOT | - | - | +| 74 | Polymesh | POLYX | Subscan | - | +| 75 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 76 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 77 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 78 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 79 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 80 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 81 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 82 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 83 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 84 | Watr | WATR | - | - | +| 85 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 86 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 87 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 88 | krest | KREST | Subscan | - | From 05cd8d2ed055db0b3d60ce7db4475b002fdd27df Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Jan 2024 17:03:30 +0100 Subject: [PATCH 1921/2142] add Subquery to Manta (#2432) --- chains/v18/chains_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 0c4d1c10f..45389a045 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9053,6 +9053,20 @@ "name": "Manta node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, "explorers": [ { "name": "Subscan", From bf2b6d7417eaf4784f955451ece44128008d9d3a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 29 Jan 2024 17:29:09 +0100 Subject: [PATCH 1922/2142] promote Polimec staking --- chains/v18/chains.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 42c6e6f56..66ce66b7e 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7701,7 +7701,10 @@ "symbol": "PLMC", "priceId": "polimec", "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] } ], "nodes": [ @@ -7710,8 +7713,27 @@ "name": "Polimec node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } }, { "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", From faf4c067eda5d3480bd124b875510e07953fc164 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 30 Jan 2024 14:18:27 +0100 Subject: [PATCH 1923/2142] promote Manta staking (#2434) --- chains/v18/chains.json | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 42c6e6f56..190ebe1d5 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7723,7 +7723,10 @@ "symbol": "MANTA", "precision": 18, "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] }, { "assetId": 1, @@ -7740,9 +7743,23 @@ "nodes": [ { "url": "wss://ws.manta.systems", - "name": "Manta network node" + "name": "Manta node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, "explorers": [ { "name": "Subscan", @@ -7751,6 +7768,11 @@ } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } } ] From 0b6f5a526a0b20c29188bb8ad65b757636aca3cd Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:21:42 +0100 Subject: [PATCH 1924/2142] Update networks list (#2435) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index aa3d219e2..ae6b6641e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -4,7 +4,7 @@ ### 💰 All assets 362 ### 🪙 Unique assets: 181 ### 💫 Cross Chain directions: 410 -### 🧾 SubQuery API projects: 74 +### 🧾 SubQuery API projects: 75 ### 👀 Networks with block explorers: 76 --- # List of supported networks @@ -66,7 +66,7 @@ | 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | | 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 57 | Manta Atlantic | MANTA
DOT | Subscan | - | +| 57 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | | 58 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 59 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 60 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | From c016d77e1173a2ca8e6249f6e31b1fd1048c0ddd Mon Sep 17 00:00:00 2001 From: valentunn Date: Wed, 31 Jan 2024 12:28:40 +0300 Subject: [PATCH 1925/2142] Add hydradx swaps option --- chains/v18/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 45389a045..176c4ba13 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5392,7 +5392,8 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ - "governance-v1" + "governance-v1", + "hydradx-swaps" ], "additional": { "feeViaRuntimeCall": true From a6deb2258f52b9c87151fee07f94cd979a1766a0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 11:36:08 +0100 Subject: [PATCH 1926/2142] add InvArch dapp (#2438) * add Invarch dapp * fix icon --- dapps/dapps_dev.json | 9 +++++++++ icons/dapps/color/InvArch.svg | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 icons/dapps/color/InvArch.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2c344885f..c5f710d5a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -812,6 +812,15 @@ "categories": [ "social" ] + }, + { + "name": "InvArch Dashboard", + "url": "https://portal.invarch.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/InvArch.svg", + "categories": [ + "crowdloans", + "governance" + ] } ] } diff --git a/icons/dapps/color/InvArch.svg b/icons/dapps/color/InvArch.svg new file mode 100644 index 000000000..d9da7028c --- /dev/null +++ b/icons/dapps/color/InvArch.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 5a19b5f996aa6102c53770e23200c33a44f6df20 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:55:39 +0300 Subject: [PATCH 1927/2142] fix kusama asset hub coeff (#2439) --- xcm/v5/transfers_dev.json | 2 +- xcm/v6/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index d65c40c04..2e6f4ed1a 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -1152,7 +1152,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "29941666751" }, "instructions": "xcmPalletTeleportDest" } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 0ff5980eb..6322888fe 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -1196,7 +1196,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "29941666751" }, "instructions": "xcmPalletTeleportDest" } From e8e615ad848f4a3f38327425c3df0fca9ad9508b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:57:47 +0300 Subject: [PATCH 1928/2142] Update USDC coefficients (#2436) * update coefficients * update for v6 * update usdc on hydradx * change to USDC-Moonbeam * update icon --- chains/v17/chains_dev.json | 14 ++++++++++++++ chains/v18/chains_dev.json | 14 ++++++++++++++ icons/tokens/white/USDC-Moonbeam.svg | 13 +++++++++++++ xcm/v5/transfers_dev.json | 6 +++--- xcm/v6/transfers_dev.json | 6 +++--- 5 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 icons/tokens/white/USDC-Moonbeam.svg diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 92fa32c3e..1931c9c2f 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -5340,6 +5340,20 @@ "existentialDeposit": "54945054945", "transfersEnabled": true } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 45389a045..c91e69996 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5351,6 +5351,20 @@ "existentialDeposit": "54945054945", "transfersEnabled": true } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/USDC-Moonbeam.svg b/icons/tokens/white/USDC-Moonbeam.svg new file mode 100644 index 000000000..85cbb53a8 --- /dev/null +++ b/icons/tokens/white/USDC-Moonbeam.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 2e6f4ed1a..9da4303e0 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -352,7 +352,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -4179,7 +4179,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6800000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -6805,7 +6805,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 6322888fe..5b326d07d 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -352,7 +352,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensReserve" } @@ -4223,7 +4223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6800000000" + "value": "8202500" }, "instructions": "xcmPalletDest" } @@ -6849,7 +6849,7 @@ "fee": { "mode": { "type": "proportional", - "value": "125000000" + "value": "175000000" }, "instructions": "xtokensDest" } From 4e219405919265c51327f9ff0dbbb7379404be9e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 31 Jan 2024 14:19:29 +0300 Subject: [PATCH 1929/2142] Promote USDC for AssetHub <> HydraDX --- chains/v17/chains.json | 14 ++++++++++ chains/v18/chains.json | 14 ++++++++++ xcm/v5/transfers.json | 61 ++++++++++++++++++++++++++++++++++++++++++ xcm/v6/transfers.json | 61 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 150 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 21f63250f..ccb131fdd 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -4844,6 +4844,20 @@ "existentialDeposit": "54945054945", "transfersEnabled": true } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 190ebe1d5..c5038322b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4857,6 +4857,20 @@ "existentialDeposit": "54945054945", "transfersEnabled": true } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 9f431ae40..86f7d39d9 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -356,6 +356,21 @@ }, "instructions": "xtokensReserve" } + }, + "USDC-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1337" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -1786,6 +1801,29 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 2, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -3374,6 +3412,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 15, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 426b23d9f..5ac876305 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -343,6 +343,21 @@ }, "instructions": "xtokensReserve" } + }, + "USDC-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "1337" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { @@ -1735,6 +1750,29 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 2, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "8202500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -3323,6 +3361,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 15, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "175000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 01f603535e247e7070ab0d26ea6698e8d0948483 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 12:39:45 +0100 Subject: [PATCH 1930/2142] promote InvArch dapp --- dapps/dapps.json | 9 +++++++++ dapps/dapps_full.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 5e513e45d..3562850e7 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -556,6 +556,15 @@ "categories": [ "social" ] + }, + { + "name": "InvArch Dashboard", + "url": "https://portal.invarch.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/InvArch.svg", + "categories": [ + "crowdloans", + "governance" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index afca2f682..901f4bdcf 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -714,6 +714,15 @@ "categories": [ "social" ] + }, + { + "name": "InvArch Dashboard", + "url": "https://portal.invarch.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/InvArch.svg", + "categories": [ + "crowdloans", + "governance" + ] } ] } From 129a3cc2075eb8abbd4f0e49f20bcd7fed274e11 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:25:44 +0300 Subject: [PATCH 1931/2142] kusama asset hub fix (#2440) --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 426b23d9f..3c9c93a5e 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -4008,7 +4008,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "29941666751" }, "instructions": "xcmPalletTeleportDest" } From 30e388f72b1e4f0604ac5b158e9e33fbd5b444ac Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 15:54:34 +0100 Subject: [PATCH 1932/2142] add Manta contract, add Manta EVM API, fix Explorer, update name to Manta Pacific (#2444) --- assets/evm/v2/assets_dev.json | 13 +++++++++++++ chains/v18/chains_dev.json | 19 +++++++++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 6ef7ca7e4..7c79c469a 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -603,5 +603,18 @@ "contractAddress": "0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4" } ] + }, + { + "symbol": "MANTA", + "precision": 18, + "name": "MANTA", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "instances": [ + { + "chainId": "eip155:169", + "contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" + } + ] } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index c91e69996..0402e4e0b 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9667,7 +9667,7 @@ }, { "chainId": "eip155:169", - "name": "Manta EVM", + "name": "Manta Pacific", "assets": [ { "assetId": 0, @@ -9693,11 +9693,22 @@ "name": "Manta wss node" } ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, "explorers": [ { - "name": "l2scan", - "extrinsic": "https://manta-pacific.l2scan.co/tx/{hash}", - "account": "https://manta-pacific.l2scan.co/address/{address}" + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" }, { "name": "Manta Socialscan", From be5d739e0411ecf8c07b225fd898a15ed2192dee Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 15:54:44 +0100 Subject: [PATCH 1933/2142] add Rolimec Testnet (#2443) * add Rolimec Testnet * fix icon --- chains/v18/chains_dev.json | 28 +++++++++++++++++++++++ icons/chains/gradient/Polimec_Testnet.svg | 15 ++++++++++++ icons/chains/gradient/Rococo_Testnet.svg | 14 ++++++++++-- 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 icons/chains/gradient/Polimec_Testnet.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 0402e4e0b..c07f18959 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9762,5 +9762,33 @@ "options": [ "testnet" ] + }, + { + "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", + "name": "Rolimec Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "RLMC", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.rolimec.org", + "name": "Rolimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } } ] diff --git a/icons/chains/gradient/Polimec_Testnet.svg b/icons/chains/gradient/Polimec_Testnet.svg new file mode 100644 index 000000000..317d48ee4 --- /dev/null +++ b/icons/chains/gradient/Polimec_Testnet.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Rococo_Testnet.svg b/icons/chains/gradient/Rococo_Testnet.svg index b0ba2bb56..b5cab55d4 100644 --- a/icons/chains/gradient/Rococo_Testnet.svg +++ b/icons/chains/gradient/Rococo_Testnet.svg @@ -1,10 +1,20 @@ - - + + + + + + + + + + + + From a16b5ca5b95ed1287dea7bca1e24a7df280918ef Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 16:10:55 +0100 Subject: [PATCH 1934/2142] promote Manta Pacific --- assets/evm/v2/assets.json | 13 +++++++++ chains/v18/chains.json | 58 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 7fd0d33c7..1a7351ef1 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -510,5 +510,18 @@ "contractAddress": "0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4" } ] + }, + { + "symbol": "MANTA", + "precision": 18, + "name": "MANTA", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "instances": [ + { + "chainId": "eip155:169", + "contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" + } + ] } ] diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 190ebe1d5..25393f6ef 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7774,5 +7774,63 @@ "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", "defaultBlockTime": 12000 } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] From e466afa295761b64b1c2d903b586921442854810 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 16:45:00 +0100 Subject: [PATCH 1935/2142] add networkDeliveryFee to v5 dev (#2447) --- xcm/v5/transfers_dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/xcm/v5/transfers_dev.json b/xcm/v5/transfers_dev.json index 9da4303e0..736f3fb5c 100644 --- a/xcm/v5/transfers_dev.json +++ b/xcm/v5/transfers_dev.json @@ -438,6 +438,7 @@ "DepositAsset" ] }, + "networkDeliveryFee": {}, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", From 3d9d3d1fac376de86d9b9baf045b5df0c99f03d2 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:54:58 +0100 Subject: [PATCH 1936/2142] Update Test data File (#2445) * Update test data file * update test account * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index b6e0ec5c3..8e880db53 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -402,6 +402,11 @@ { "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", "name": "InvArch", - "account": "3c4679c868ee7edce446812310d0d952374157ea2f68a9d3afb0c0207b272a49" + "account": "0x3c4679c868ee7edce446812310d0d952374157ea2f68a9d3afb0c0207b272a49" + }, + { + "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", + "name": "Rolimec Rococo", + "account": "0x5cfad400109a799b73f9e5702f80f74b33f7c6a888affcdbe11bbaf4a988ce69" } ] From d56310b8ccd650e6563994c70817946a9c2b1c26 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 31 Jan 2024 17:07:33 +0100 Subject: [PATCH 1937/2142] promote add networkDeliveryFee to v6 (#2448) * promote add networkDeliveryFee to v6 * promote add networkDeliveryFee to v5 --- xcm/v5/transfers.json | 1 + xcm/v6/transfers.json | 1 + 2 files changed, 2 insertions(+) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 9f431ae40..cc0324e2b 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -384,6 +384,7 @@ "DepositAsset" ] }, + "networkDeliveryFee": {}, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 3c9c93a5e..dc6d202b1 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -371,6 +371,7 @@ "DepositAsset" ] }, + "networkDeliveryFee": {}, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", From 9c0acf4b0d898970c53dd32b64471d8a7959b710 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:09:24 +0300 Subject: [PATCH 1938/2142] add Manta to v17 (#2449) --- chains/v17/chains.json | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 21f63250f..8917c40c3 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -7699,5 +7699,67 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", "addressPrefix": 41 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } } ] From aca4092cd243f2bfd84182e809416922c183dae9 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:49:41 +0100 Subject: [PATCH 1939/2142] Update networks list (#2451) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 71 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/chains/README.md b/chains/README.md index ae6b6641e..f09ec0476 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 88 -### 💰 All assets 362 +### 🕸️ Supported networks: 89 +### 💰 All assets 363 ### 🪙 Unique assets: 181 ### 💫 Cross Chain directions: 410 -### 🧾 SubQuery API projects: 75 -### 👀 Networks with block explorers: 76 +### 🧾 SubQuery API projects: 76 +### 👀 Networks with block explorers: 77 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -67,34 +67,35 @@ | 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | | 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | | 57 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 58 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 59 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 60 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 61 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 62 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 63 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 64 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 65 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 66 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 67 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 68 | Polimec | PLMC | - | - | -| 69 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 70 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 71 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 72 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 73 | Polkadot Collectives | DOT | - | - | -| 74 | Polymesh | POLYX | Subscan | - | -| 75 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 76 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 77 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 78 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 79 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 80 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 81 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 82 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 83 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 84 | Watr | WATR | - | - | -| 85 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 86 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 87 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 88 | krest | KREST | Subscan | - | +| 58 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 59 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 60 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 61 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 62 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 63 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 64 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 65 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 66 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 67 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 68 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 69 | Polimec | PLMC | - | - | +| 70 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 71 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 72 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 73 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 74 | Polkadot Collectives | DOT | - | - | +| 75 | Polymesh | POLYX | Subscan | - | +| 76 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 77 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 78 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 79 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 80 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 81 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 82 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 83 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 84 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 85 | Watr | WATR | - | - | +| 86 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 87 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 88 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 89 | krest | KREST | Subscan | - | From f87718d573083dd21958c5fdaedf0e87294ee7ab Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:50:00 +0100 Subject: [PATCH 1940/2142] Update dapps list (#2452) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 101 ++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index caf2c31f8..5e5fb3a94 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -26,53 +26,54 @@ | 22 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | | 23 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | | 24 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 25 | Joystream Governance App | https://pioneerapp.xyz/ | governance | -| 26 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 27 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 28 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 29 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 30 | KodaDot | https://kodadot.xyz/ | nft | -| 31 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 32 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 33 | MULTIX | https://multix.chainsafe.io/ | utilities | -| 34 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 35 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 36 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 37 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 38 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 39 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 40 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | -| 41 | PABLO | https://app.pablo.finance/ | dex | -| 42 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 43 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 44 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 45 | Phala App | https://app.phala.network/ | staking | -| 46 | PolkaVerse | https://polkaverse.com/ | social | -| 47 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 48 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 49 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 50 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 51 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 52 | Polkawatch | https://polkawatch.app/ | staking | -| 53 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 54 | Raresama | https://raresama.com/ | nft | -| 55 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 56 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 57 | Singular | https://singular.rmrk.app/ | nft | -| 58 | Singular 2.0 | https://singular.app/ | nft | -| 59 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 60 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 61 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 62 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 63 | Sub.ID | https://sub.id/#/ | utilities | -| 64 | SubBridge | https://subbridge.io/ | bridge,evm | -| 65 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 68 | The Button | https://the-button.azero.dev/play | gaming | -| 69 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | -| 70 | TofuNFT | https://tofunft.com/ | nft,evm | -| 71 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 72 | Zenlink | https://app.zenlink.pro | dex,staking | -| 73 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 74 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 25 | InvArch Dashboard | https://portal.invarch.network/ | crowdloans,governance | +| 26 | Joystream Governance App | https://pioneerapp.xyz/ | governance | +| 27 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 28 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 29 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 30 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 31 | KodaDot | https://kodadot.xyz/ | nft | +| 32 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 33 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 34 | MULTIX | https://multix.chainsafe.io/ | utilities | +| 35 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 36 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 37 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 38 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 39 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 40 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 41 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | +| 42 | PABLO | https://app.pablo.finance/ | dex | +| 43 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 44 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | +| 45 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 46 | Phala App | https://app.phala.network/ | staking | +| 47 | PolkaVerse | https://polkaverse.com/ | social | +| 48 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 49 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 50 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 51 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 52 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 53 | Polkawatch | https://polkawatch.app/ | staking | +| 54 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 55 | Raresama | https://raresama.com/ | nft | +| 56 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 57 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 58 | Singular | https://singular.rmrk.app/ | nft | +| 59 | Singular 2.0 | https://singular.app/ | nft | +| 60 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 61 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 62 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 63 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 64 | Sub.ID | https://sub.id/#/ | utilities | +| 65 | SubBridge | https://subbridge.io/ | bridge,evm | +| 66 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 67 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 68 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 69 | The Button | https://the-button.azero.dev/play | gaming | +| 70 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | +| 71 | TofuNFT | https://tofunft.com/ | nft,evm | +| 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 73 | Zenlink | https://app.zenlink.pro | dex,staking | +| 74 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 75 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 8aacd8d035bb790d871980812d859d16ff5fda3e Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 1 Feb 2024 12:55:08 +0100 Subject: [PATCH 1941/2142] add testnet to Rolimec (#2450) * add testnet to Rolimec * fix test account --- chains/v18/chains_dev.json | 3 +++ tests/chains_for_testBalance.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index c07f18959..695616201 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9785,6 +9785,9 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", "addressPrefix": 41, + "options": [ + "testnet" + ], "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 8e880db53..79771cd03 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -397,7 +397,7 @@ { "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", "name": "Energy Web X", - "account": "8e869ed0c80d0474cfe04a4fd05f7204f5530632a7fb238c6a405003288d3008" + "account": "0x8e869ed0c80d0474cfe04a4fd05f7204f5530632a7fb238c6a405003288d3008" }, { "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", From f827bfa7109fcbcc9e4cb5127b3fbb8ff66dadfe Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:06:13 +0100 Subject: [PATCH 1942/2142] Update networks list (#2454) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index f09ec0476..92a549b30 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 89 -### 💰 All assets 363 -### 🪙 Unique assets: 181 -### 💫 Cross Chain directions: 410 +### 💰 All assets 364 +### 🪙 Unique assets: 182 +### 💫 Cross Chain directions: 412 ### 🧾 SubQuery API projects: 76 ### 👀 Networks with block explorers: 77 --- @@ -47,7 +47,7 @@ | 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | | 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | | 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | | 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | | 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | From ec641673395c9bea26037ad130deb38e42ad7659 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:15:53 +0100 Subject: [PATCH 1943/2142] Update networks list (#2455) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index 92a549b30..d49047991 100644 --- a/chains/README.md +++ b/chains/README.md @@ -4,7 +4,7 @@ ### 💰 All assets 364 ### 🪙 Unique assets: 182 ### 💫 Cross Chain directions: 412 -### 🧾 SubQuery API projects: 76 +### 🧾 SubQuery API projects: 77 ### 👀 Networks with block explorers: 77 --- # List of supported networks @@ -78,7 +78,7 @@ | 66 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | | 67 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 68 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 69 | Polimec | PLMC | - | - | +| 69 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | | 70 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 71 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | | 72 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | From 9e67be7675b29d23bad97e8a09ddf90a1549f706 Mon Sep 17 00:00:00 2001 From: antonijzelinskij Date: Fri, 2 Feb 2024 19:57:03 +0100 Subject: [PATCH 1944/2142] Update transfers.json --- xcm/v6/transfers.json | 53 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 47dbfc193..41b725cba 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -344,6 +344,19 @@ "instructions": "xtokensReserve" } }, + "MANTA": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "multiLocation": { + "parachainId": 2104 + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensReserve" + } + }, "USDC-Statemint": { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "multiLocation": { @@ -417,7 +430,8 @@ "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000", "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000", "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000", - "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000" + "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000", + "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000" }, "chains": [ { @@ -923,6 +937,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1089,6 +1126,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "13756927798" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } From c1c5c6a150bd8109a28aa67ec552bec2bc887f35 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:59:52 +0300 Subject: [PATCH 1945/2142] Pause Kapex network (#2456) * paused kapex * paused kapex --- chains/v17/chains.json | 2 +- chains/v17/chains_dev.json | 2 +- chains/v18/chains.json | 2 +- chains/v18/chains_dev.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 0522f9ee9..07a88e664 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -6515,7 +6515,7 @@ { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", + "name": "Kapex (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 1931c9c2f..bc8de18ae 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -7297,7 +7297,7 @@ { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", + "name": "Kapex (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 2881cb4ed..9be92fde1 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -6528,7 +6528,7 @@ { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", + "name": "Kapex (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1e9235827..6f8d7077e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7309,7 +7309,7 @@ { "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", + "name": "Kapex (PAUSED)", "assets": [ { "assetId": 0, From c31a48072f28f2c18177647b9714f5fbd8674f52 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:30:06 +0300 Subject: [PATCH 1946/2142] Update test data file (#2459) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 79771cd03..d2962553b 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -259,11 +259,6 @@ "name": "Ternoa", "account": "0xc039ee91ae16d7abcfaa91f7099498c4ac51fde4798fb58e626644fdc632814d" }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "name": "Kapex", - "account": "0xa66e3ebef250ad0ef0b9ead7ba1f9d2aceb6efcb83cc8e3c61e1bec20c3c1730" - }, { "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", "name": "Polymesh Mainnet", From 66d0aa430aec7a3ceba1f6567f67c97c9d5f2836 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:34:59 +0300 Subject: [PATCH 1947/2142] Update networks list (#2458) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index d49047991..569f58fc1 100644 --- a/chains/README.md +++ b/chains/README.md @@ -3,7 +3,7 @@ ### 🕸️ Supported networks: 89 ### 💰 All assets 364 ### 🪙 Unique assets: 182 -### 💫 Cross Chain directions: 412 +### 💫 Cross Chain directions: 414 ### 🧾 SubQuery API projects: 77 ### 👀 Networks with block explorers: 77 --- @@ -56,7 +56,7 @@ | 44 | Jur | JUR | Polkascan | - | | 45 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | 46 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 47 | Kapex | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 47 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | | 48 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | | 49 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | | 50 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | From 4b211b8197d3b82d066193669b73bb825616efba Mon Sep 17 00:00:00 2001 From: RadiumBlock Date: Tue, 6 Feb 2024 04:37:02 -0800 Subject: [PATCH 1948/2142] Add RadiumBlock nodes to chains json (#2453) * Update chains.json with RadiumBlock nodes * Update chains_dev.json with RadiumBlock nodes --- chains/v18/chains.json | 24 ++++++++++++++++++++++++ chains/v18/chains_dev.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 9be92fde1..4c6ff0837 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -278,6 +278,10 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1563,6 +1567,10 @@ "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://moonriver-rpc.dwellir.com", "name": "Dwellir node" @@ -1784,6 +1792,10 @@ "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -2648,6 +2660,10 @@ "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://khala.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -3447,6 +3463,10 @@ "url": "wss://astar-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -5229,6 +5249,10 @@ "url": "wss://api.phala.network/ws", "name": "Phala node" }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://phala.api.onfinality.io/public-ws", "name": "OnFinality node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 6f8d7077e..d01279326 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -278,6 +278,10 @@ "url": "wss://rpc.dotters.network/westend", "name": "Dotters Net node" }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://westend.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -1244,6 +1248,10 @@ "url": "wss://moonriver.public.blastapi.io", "name": "Blast node" }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://moonriver-rpc.dwellir.com", "name": "Dwellir node" @@ -1519,6 +1527,10 @@ "url": "wss://shiden-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://shiden.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -2637,6 +2649,10 @@ "url": "wss://khala-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://khala.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -4081,6 +4097,10 @@ "url": "wss://rpc.astar.network", "name": "Astar node" }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://astar.api.onfinality.io/public-ws", "name": "OnFinality node" @@ -5747,6 +5767,10 @@ "url": "wss://api.phala.network/ws", "name": "Phala node" }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://phala.api.onfinality.io/public-ws", "name": "OnFinality node" From 3114d320b27bed8f51559e85f784d8a6020acdae Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 6 Feb 2024 13:52:31 +0100 Subject: [PATCH 1949/2142] switch Hydra subquery to stage --- chains/v18/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d01279326..8e0368f21 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5413,7 +5413,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" } ], "governance": [ From 489562848dd76e8999fea2421337b78f01aaab55 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 6 Feb 2024 15:32:59 +0100 Subject: [PATCH 1950/2142] remove KSM xcms, leave Kusama Kusama Asset Hub in v6 --- xcm/v5/transfers.json | 212 ----- xcm/v6/transfers.json | 1846 ++++++----------------------------------- 2 files changed, 250 insertions(+), 1808 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 3aad79723..21e8515f4 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4186,29 +4186,6 @@ } ] }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 0, "assetLocation": "MOVR", @@ -4749,29 +4726,6 @@ } ] }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 14, "assetLocation": "MOVR", @@ -4998,29 +4952,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 4, "assetLocation": "KAR", @@ -5258,29 +5189,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 6, "assetLocation": "MOVR", @@ -5371,34 +5279,6 @@ } ] }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assets": [ - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", "assets": [ @@ -5425,29 +5305,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 3, "assetLocation": "TNKR", @@ -5550,29 +5407,6 @@ { "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", "assets": [ - { - "assetId": 6, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 9, "assetLocation": "KAR", @@ -5828,29 +5662,6 @@ { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", "assets": [ - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 2, "assetLocation": "USDT-Statemine", @@ -5930,29 +5741,6 @@ } ] }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 1, "assetLocation": "kBTC", diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 41b725cba..5245a6688 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -4127,132 +4127,6 @@ } }, "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1200618133" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } @@ -4498,141 +4372,6 @@ } ] }, - { - "assetId": 2, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 0, "assetLocation": "MOVR", @@ -5174,155 +4913,20 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 14, + "assetLocation": "MOVR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "214587900000000000" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -5535,20 +5139,20 @@ ] }, { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 4, + "assetLocation": "KAR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "26729534265" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5557,12 +5161,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -5571,12 +5175,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -5585,12 +5189,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 9, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "970000000000" }, "instructions": "xtokensDest" } @@ -5599,40 +5203,63 @@ }, { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "8000000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "902213" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -5641,12 +5268,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 15, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5655,12 +5282,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "4800000000000" }, "instructions": "xtokensDest" } @@ -5670,7 +5297,7 @@ ] }, { - "assetId": 4, + "assetId": 5, "assetLocation": "KAR", "assetLocationPath": { "type": "absolute" @@ -5692,12 +5319,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -5706,12 +5333,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -5749,48 +5376,34 @@ ] }, { - "assetId": 7, - "assetLocation": "USDT-Statemine", + "assetId": 6, + "assetLocation": "MOVR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "902213" + "value": "42892125000000000" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assets": [ - { - "assetId": 0, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -5800,290 +5413,11 @@ { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 15, + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "4800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "970000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "42892125000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "214587900000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -6103,777 +5437,24 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assets": [ - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assets": [ - { - "assetId": 0, - "assetLocation": "BSX", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 22, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182475" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "XRT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "7604986702" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "assets": [ - { - "assetId": 0, - "assetLocation": "TNKR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "72651898770620" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assets": [ - { - "assetId": 6, - "assetLocation": "KSM", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "26729534265" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "287569387880" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "56839132328" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "871400000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "438749232815" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "KAR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "123456790123456" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "42518725552201" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "10310606971154" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "214320000027" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "270826666660" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "SDN", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "69880098599534690304" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "MOVR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "214587900000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "42892125000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "902213" }, "instructions": "xtokensDest" } @@ -6881,22 +5462,27 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assets": [ { - "assetId": 4, - "assetLocation": "kBTC", + "assetId": 0, + "assetLocation": "BSX", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 1, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 22, "fee": { "mode": { "type": "proportional", - "value": "896382" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -6904,83 +5490,124 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assets": [ + }, { - "assetId": 1, - "assetLocation": "KSM", + "assetId": 3, + "assetLocation": "TNKR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "26729534265" + "value": "879987328182475" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "902213" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 5, + "assetLocation": "XRT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 17, "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "7604986702" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "assets": [ + { + "assetId": 0, + "assetLocation": "TNKR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "72651898770620" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assets": [ + { + "assetId": 9, + "assetLocation": "KAR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -6989,12 +5616,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "8037000000000" }, "instructions": "xtokensDest" } @@ -7003,12 +5630,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "123456790123456" }, "instructions": "xtokensDest" } @@ -7017,12 +5644,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "42518725552201" }, "instructions": "xtokensDest" } @@ -7032,7 +5659,7 @@ ] }, { - "assetId": 2, + "assetId": 10, "assetLocation": "USDT-Statemine", "assetLocationPath": { "type": "absolute" @@ -7053,14 +5680,9 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ + }, { - "assetId": 0, + "assetId": 5, "assetLocation": "KINT", "assetLocationPath": { "type": "absolute" @@ -7068,12 +5690,12 @@ "xcmTransfers": [ { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -7082,12 +5704,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -7096,12 +5718,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 5, + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "270826666660" }, "instructions": "xtokensDest" } @@ -7111,34 +5733,43 @@ ] }, { - "assetId": 2, - "assetLocation": "KSM", + "assetId": 0, + "assetLocation": "SDN", "assetLocationPath": { - "type": "absolute" + "type": "relative" }, "xcmTransfers": [ { "destination": { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "assetId": 0, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, "fee": { "mode": { "type": "proportional", - "value": "26729534265" + "value": "69880098599534690304" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "214587900000000000" }, "instructions": "xtokensDest" } @@ -7147,12 +5778,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "42892125000000000" }, "instructions": "xtokensDest" } @@ -7162,11 +5793,11 @@ { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, + "assetId": 14, "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "80370000000000000" }, "instructions": "xtokensDest" } @@ -7175,40 +5806,63 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "3159557661927330300" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "896382" }, "instructions": "xtokensDest" } }, "type": "xtokens" - }, + } + ] + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ + { + "assetId": 0, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 1, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -7217,12 +5871,12 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -7231,12 +5885,12 @@ }, { "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 1, + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "345000000000" }, "instructions": "xtokensDest" } From 3e3cbcc4fd12bf82d1bc0615cd3f3121312358c0 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 6 Feb 2024 15:49:51 +0100 Subject: [PATCH 1951/2142] fix: get back Amplitude USDT Statemine --- xcm/v6/transfers.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 5245a6688..7ec985a09 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -5845,6 +5845,34 @@ } ] }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 2, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "902213" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", "assets": [ From 3865b4a577b973e399723d3446fba784b589fcc1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 7 Feb 2024 14:50:21 +0300 Subject: [PATCH 1952/2142] remove USDT and RMRK --- xcm/v6/transfers.json | 327 ------------------------------------------ 1 file changed, 327 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 7ec985a09..46ce01994 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -4157,136 +4157,6 @@ "type": "xcmpallet-teleport" } ] - }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "66602678571" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "21446063" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "7804" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "803215" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "7759376" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] } ] }, @@ -4474,37 +4344,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xtokensDest", - "asset": { - "originAssetId": 2, - "destAssetId": 0, - "location": "KSM-Statemine", - "locationPath": { - "type": "absolute" - } - } - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 11, "assetLocation": "HKO", @@ -4607,29 +4446,6 @@ } ] }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 17, "assetLocation": "XRT", @@ -5000,29 +4816,6 @@ } ] }, - { - "assetId": 17, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 18, "assetLocation": "KMA", @@ -5216,29 +5009,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -5439,29 +5209,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -5514,29 +5261,6 @@ } ] }, - { - "assetId": 4, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "XRT", @@ -5658,29 +5382,6 @@ } ] }, - { - "assetId": 10, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "KINT", @@ -5845,34 +5546,6 @@ } ] }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assets": [ - { - "assetId": 2, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", "assets": [ From abd647f594d1975f04abd3a75b8b3e9bedb33606 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 7 Feb 2024 14:51:58 +0300 Subject: [PATCH 1953/2142] remove USDT and RMRK --- xcm/v5/transfers.json | 197 ------------------------------------------ 1 file changed, 197 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index 21e8515f4..d8af3f782 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -4288,37 +4288,6 @@ } ] }, - { - "assetId": 1, - "assetLocation": "RMRK", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xtokensDest", - "asset": { - "originAssetId": 2, - "destAssetId": 0, - "location": "KSM-Statemine", - "locationPath": { - "type": "absolute" - } - } - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 11, "assetLocation": "HKO", @@ -4421,29 +4390,6 @@ } ] }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 17, "assetLocation": "XRT", @@ -4814,29 +4760,6 @@ } ] }, - { - "assetId": 17, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 18, "assetLocation": "KMA", @@ -5030,29 +4953,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -5253,29 +5153,6 @@ "type": "xtokens" } ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] } ] }, @@ -5328,29 +5205,6 @@ } ] }, - { - "assetId": 4, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "XRT", @@ -5472,29 +5326,6 @@ } ] }, - { - "assetId": 10, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, { "assetId": 5, "assetLocation": "KINT", @@ -5659,34 +5490,6 @@ } ] }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assets": [ - { - "assetId": 2, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "902213" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", "assets": [ From 51f160d097373c7fbe7c576f33e17f8705922a7c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:52:38 +0300 Subject: [PATCH 1954/2142] adding new infura nodes (#2462) --- chains/v17/chains.json | 8 ++++++++ chains/v18/chains.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 07a88e664..05c6704d0 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1249,6 +1249,14 @@ { "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" } ], "explorers": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 4c6ff0837..de9495117 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1270,6 +1270,14 @@ { "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" } ], "explorers": [ From d70eba0b2fbcb01e54e4b90818093407e5f2884c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Thu, 8 Feb 2024 07:44:26 +0300 Subject: [PATCH 1955/2142] update bit.country pioneer nodes --- chains/v17/chains.json | 10 +++++++++- chains/v17/chains_dev.json | 10 +++++++++- chains/v18/chains.json | 10 +++++++++- chains/v18/chains_dev.json | 10 +++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 05c6704d0..c1119b92c 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -2956,9 +2956,17 @@ } ], "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, { "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" + "name": "MetaverseNetwork node 3" } ], "explorers": [ diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index bc8de18ae..9a920a491 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3001,9 +3001,17 @@ } ], "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, { "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" + "name": "MetaverseNetwork node 3" } ], "explorers": [ diff --git a/chains/v18/chains.json b/chains/v18/chains.json index de9495117..e4c6dd1b8 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -2989,9 +2989,17 @@ } ], "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, { "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" + "name": "MetaverseNetwork node 3" } ], "explorers": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8e0368f21..c99259926 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3021,9 +3021,17 @@ } ], "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, { "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" + "name": "MetaverseNetwork node 3" } ], "explorers": [ From 26ccfc13296c176433f1ace66739e9daf7f38525 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 9 Feb 2024 16:57:54 +0100 Subject: [PATCH 1956/2142] add Ajuna, Jur projects to dev (#2467) --- chains/v18/chains_dev.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index c99259926..af3b64cd4 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -8219,7 +8219,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" } ] }, @@ -9064,6 +9064,14 @@ "event": "https://jur.io/explorer/jur/event/{event}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---jur" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 }, From 2fbe9f85aa9bf5359c651cad5fd0273be2f1f1f1 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 9 Feb 2024 18:32:26 +0100 Subject: [PATCH 1957/2142] promote Ajuna, Jur tx history --- chains/v18/chains.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index e4c6dd1b8..3af720f0b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7095,6 +7095,14 @@ "name": "RadiumBlock node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", "addressPrefix": 1328 }, @@ -7517,6 +7525,14 @@ "event": "https://jur.io/explorer/jur/event/{event}" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---jur" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg", "addressPrefix": 42 }, From 0d3788d517d0d9d2cbe3b2f62163e81e274786c1 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 12 Feb 2024 11:25:37 +0100 Subject: [PATCH 1958/2142] add Energy Web (#2469) --- chains/v18/chains_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index af3b64cd4..478e11f66 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9612,6 +9612,14 @@ "name": "Energywebx node" } ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", "addressPrefix": 42 }, From e603320d649aba64541922747eb437502c6e6b42 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 12 Feb 2024 12:10:22 +0100 Subject: [PATCH 1959/2142] Add stableswap pools (#2470) * 4 pool swap token * add pool swap tokens * replace icon with default one --------- Co-authored-by: leohar --- chains/v18/chains_dev.json | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 478e11f66..184261e7f 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5393,6 +5393,45 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ From 1beac4c2403c7c53ee3bac6a78dd442360b9de7a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:11:09 +0300 Subject: [PATCH 1960/2142] remove Flashbots node (#2466) --- chains/v17/chains.json | 4 ---- chains/v17/chains_dev.json | 4 ---- chains/v18/chains.json | 4 ---- chains/v18/chains_dev.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/chains/v17/chains.json b/chains/v17/chains.json index c1119b92c..e42502273 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1210,10 +1210,6 @@ "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, { "url": "https://rpc.ankr.com/eth", "name": "Ankr rpc node" diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 9a920a491..932c229ba 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -3730,10 +3730,6 @@ "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, { "url": "https://rpc.ankr.com/eth", "name": "Ankr rpc node" diff --git a/chains/v18/chains.json b/chains/v18/chains.json index e4c6dd1b8..1f3ce5f29 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1231,10 +1231,6 @@ "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, { "url": "https://rpc.ankr.com/eth", "name": "Ankr rpc node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 184261e7f..583ace020 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3761,10 +3761,6 @@ "url": "https://eth-pokt.nodies.app", "name": "Pokt network rpc node" }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, { "url": "https://rpc.ankr.com/eth", "name": "Ankr rpc node" From 6fc2ac7fd0510ac55b80f0a42d68e687a6b9c71e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Feb 2024 10:43:29 +0100 Subject: [PATCH 1961/2142] add Polkadex crowdloan (#2473) --- crowdloan/polkadot-dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 5bd21ff2c..f43003508 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -390,5 +390,13 @@ "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" + }, + { + "paraid": "3363", + "name": "Polkadex", + "token": "PDEX", + "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", + "website": "https://polkadex.trade/crowdloans", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" } ] From b6e10dbdf3b17802b4db43ef03cfaaf14cb6d621 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Feb 2024 10:45:43 +0100 Subject: [PATCH 1962/2142] promote Polkadex crowdloan --- crowdloan/polkadot.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index 4cd956e3b..f41e19c58 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -389,5 +389,13 @@ "description": "Bifrost is a DeFi protocol that connects with Polkadot and different PoS blockchains to provide staking derivative though XCMP or Smart Contract", "website": "https://bifrost.finance/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg" + }, + { + "paraid": "3363", + "name": "Polkadex", + "token": "PDEX", + "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", + "website": "https://polkadex.trade/crowdloans", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" } ] From 56d31de795fb6d54991c316fe2596aaa90d32556 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 13 Feb 2024 13:36:02 +0100 Subject: [PATCH 1963/2142] replace pool token icons (#2475) --- chains/v18/chains_dev.json | 6 +++--- icons/tokens/white/2-Pool-Stbl.svg | 15 +++++++++++++++ icons/tokens/white/2-Pool.svg | 23 +++++++++++++++++++++++ icons/tokens/white/4-Pool.svg | 18 ++++++++++++++++++ 4 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 icons/tokens/white/2-Pool-Stbl.svg create mode 100644 icons/tokens/white/2-Pool.svg create mode 100644 icons/tokens/white/4-Pool.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 583ace020..7b9476167 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5395,7 +5395,7 @@ "symbol": "4-Pool", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", "typeExtras": { "currencyIdScale": "0x64000000", "currencyIdType": "u32", @@ -5408,7 +5408,7 @@ "symbol": "2-Pool", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", "typeExtras": { "currencyIdScale": "0x65000000", "currencyIdType": "u32", @@ -5421,7 +5421,7 @@ "symbol": "2-Pool-Stbl", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", "typeExtras": { "currencyIdScale": "0x66000000", "currencyIdType": "u32", diff --git a/icons/tokens/white/2-Pool-Stbl.svg b/icons/tokens/white/2-Pool-Stbl.svg new file mode 100644 index 000000000..494ae0a07 --- /dev/null +++ b/icons/tokens/white/2-Pool-Stbl.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/2-Pool.svg b/icons/tokens/white/2-Pool.svg new file mode 100644 index 000000000..f1e934ef0 --- /dev/null +++ b/icons/tokens/white/2-Pool.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/4-Pool.svg b/icons/tokens/white/4-Pool.svg new file mode 100644 index 000000000..44705117b --- /dev/null +++ b/icons/tokens/white/4-Pool.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + From b34307e80ed76cbd4f1633606df7a2abb939b181 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:15:12 +0300 Subject: [PATCH 1964/2142] remove price-id for TZERO (#2476) --- chains/v17/chains_dev.json | 1 - chains/v18/chains_dev.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 932c229ba..9175b1b43 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -6730,7 +6730,6 @@ "staking": [ "aleph-zero" ], - "priceId": "aleph-zero", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 7b9476167..06d5a412c 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6805,7 +6805,6 @@ "staking": [ "aleph-zero" ], - "priceId": "aleph-zero", "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" } From ffc2541b466fa6b2e9fd81b025869027818106c2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 15 Feb 2024 13:17:09 +0100 Subject: [PATCH 1965/2142] promote HydraDX swaps --- chains/v18/chains.json | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 1f3ce5f29..cdfc8a1d0 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4903,6 +4903,45 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ @@ -4944,7 +4983,8 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", "addressPrefix": 63, "options": [ - "governance-v1" + "governance-v1", + "hydradx-swaps" ], "additional": { "feeViaRuntimeCall": true From 1109fce97dd5b6f6b291aec38b96a201ced6c8cc Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:50:47 +0300 Subject: [PATCH 1966/2142] fix pendulum fee for DOT (#2478) * fix pendulum fee for DOT * fix coeffcients * fix fee * fix coeff --- xcm/v6/transfers_dev.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 5b326d07d..46de65b83 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2164,7 +2164,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2684,7 +2684,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xcmPalletDest" } @@ -3019,7 +3019,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -5102,7 +5102,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -5664,7 +5664,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -6404,7 +6404,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -6650,7 +6650,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -7523,7 +7523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } From 35ae71809789c0f2ab509ac67fc52c2f0643f907 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:51:11 +0300 Subject: [PATCH 1967/2142] Promote Pendulum DOT fee coeff (#2479) * promote Pendulum DOT fee coeff * retunr SUB fee back --- xcm/v5/transfers.json | 16 ++++++++-------- xcm/v6/transfers.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/xcm/v5/transfers.json b/xcm/v5/transfers.json index d8af3f782..841e0fccf 100644 --- a/xcm/v5/transfers.json +++ b/xcm/v5/transfers.json @@ -600,7 +600,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -1120,7 +1120,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xcmPalletDest" } @@ -1455,7 +1455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2022,7 +2022,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2584,7 +2584,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2812,7 +2812,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -3740,7 +3740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 46ce01994..90d73693f 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -600,7 +600,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -1120,7 +1120,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xcmPalletDest" } @@ -1455,7 +1455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2022,7 +2022,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2584,7 +2584,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -2812,7 +2812,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -3058,7 +3058,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } @@ -3740,7 +3740,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "10204081570" }, "instructions": "xtokensDest" } From 6b7e8e937038e3ff0482dd4fa3ebdc30ca378738 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:14:40 +0300 Subject: [PATCH 1968/2142] update moonriver coeff (#2471) * update moonriver coeff * fix coeff * update coeff --- xcm/v6/transfers_dev.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 46de65b83..06152b3c0 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -1182,7 +1182,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xcmPalletDest" } @@ -1643,7 +1643,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -3581,7 +3581,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -3902,7 +3902,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -4423,7 +4423,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -5743,7 +5743,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -5948,7 +5948,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -7169,7 +7169,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xcmPalletDest" } @@ -7960,7 +7960,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -8267,7 +8267,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -8643,7 +8643,7 @@ "fee": { "mode": { "type": "proportional", - "value": "438749232815" + "value": "442083290712" }, "instructions": "xtokensDest" } From 381052dd3a5a5c51876cee992860be0e3050a1f0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:31:23 +0300 Subject: [PATCH 1969/2142] XCM. Return KSM on Moonriver (#2481) * return Moonriver partly * fix moonriver fee * add only KSM --- xcm/v6/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 90d73693f..f658bb97d 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -4127,6 +4127,20 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4499,6 +4513,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From d475c78f9e7937773f12a4641d0412d95ebe943e Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Feb 2024 09:20:27 +0300 Subject: [PATCH 1970/2142] remove polkadot XCMs --- xcm/v6/transfers.json | 3670 ----------------------------------------- 1 file changed, 3670 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index f658bb97d..2ea385390 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -434,3676 +434,6 @@ "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000" }, "chains": [ - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assets": [ - { - "assetId": 3, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "277000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1883239171374764" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "8457550059064" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 8, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 11, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873281824740352" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 22, - "assetLocation": "MANTA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "98974000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "3959149500" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "394791750" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "13756927798" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assets": [ - { - "assetId": 0, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "99110670795111" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "277000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "4289212500000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "132260688624999923712" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "1883239171374764" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "651856003039514" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assets": [ - { - "assetId": 0, - "assetLocation": "DOT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - }, - { - "assetId": 1, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "800000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "21446063" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 14, - "fee": { - "mode": { - "type": "proportional", - "value": "803700" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "8037" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "8202500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 7, - "fee": { - "mode": { - "type": "proportional", - "value": "11888560" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "210000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 2, - "assetLocation": "USDC-Statemint", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 15, - "fee": { - "mode": { - "type": "proportional", - "value": "8202500" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - } - ] - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assets": [ - { - "assetId": 6, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "4289212500000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "99110670795111" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "277000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "PARA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "651856003039514" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "8457550059064" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 12, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 13, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 14, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 16, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assets": [ - { - "assetId": 0, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "9590000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 17, - "fee": { - "mode": { - "type": "proportional", - "value": "2343508113867" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assets": [ - { - "assetId": 1, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "4289212500000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "132260688624999923712" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 0, - "assetLocation": "BNC-Polkadot", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "21264531249466" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 5, - "assetLocation": "vDOT", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 19, - "fee": { - "mode": { - "type": "proportional", - "value": "9691150827" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "1000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 8, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "879987328182474112" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8799873281824740352" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 16, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "79550000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "4289212500000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 17, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 11, - "assetLocation": "BNC-Polkadot", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 19, - "assetLocation": "vDOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 18, - "assetLocation": "SUB", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "800000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 15, - "assetLocation": "USDC-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assets": [ - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assets": [ - { - "assetId": 0, - "assetLocation": "ASTR", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 4, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "132260688624999923712" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "85633534978437939200" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" - } - ] - }, - { - "assetId": 1, - "assetLocation": "DOT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "2298688790" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "30000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "18012616398" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "28367807540" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "53711462025" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "10204081570" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "79336744814" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 9, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "175000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 6, - "assetLocation": "ACA", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "99110670795111" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 2, - "assetLocation": "GLMR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "4289212500000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "8037000000000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, - "fee": { - "mode": { - "type": "proportional", - "value": "62141510437275262976" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "INTR", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "24016821864" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 9, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 5, - "fee": { - "mode": { - "type": "proportional", - "value": "3027565432831" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "10893246187363" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "iBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "79491" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 12, - "fee": { - "mode": { - "type": "proportional", - "value": "8038" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "22000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "100544" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 13, - "fee": { - "mode": { - "type": "proportional", - "value": "172577" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "assets": [ - { - "assetId": 0, - "assetLocation": "CFG", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 11, - "fee": { - "mode": { - "type": "proportional", - "value": "104492097095609548800" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 10, - "fee": { - "mode": { - "type": "proportional", - "value": "24087860729545437184" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - } - ] - }, { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "assets": [ From 8c6f6b80a4b5c9a79843f33b1860cc9c4efeb957 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Feb 2024 10:57:29 +0300 Subject: [PATCH 1971/2142] return Karura --- xcm/v6/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 2ea385390..de29ca169 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -471,6 +471,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "56839132328" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1190,6 +1204,29 @@ "type": "absolute" }, "xcmTransfers": [] + }, + { + "assetId": 2, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From ad661e7765702f11c31fdabf44fe09dfdab53819 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Feb 2024 14:19:23 +0300 Subject: [PATCH 1972/2142] update karura fee --- xcm/v6/transfers.json | 2 +- xcm/v6/transfers_dev.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index de29ca169..5c5442c0a 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -479,7 +479,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xcmPalletDest" } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 06152b3c0..6b4c9eda2 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -645,7 +645,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -1238,7 +1238,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xcmPalletDest" } @@ -3553,7 +3553,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -3930,7 +3930,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -4437,7 +4437,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -5785,7 +5785,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -5920,7 +5920,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -7127,7 +7127,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xcmPalletDest" } @@ -7946,7 +7946,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -8225,7 +8225,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } @@ -8615,7 +8615,7 @@ "fee": { "mode": { "type": "proportional", - "value": "56839132328" + "value": "46064814619" }, "instructions": "xtokensDest" } From 0c32f52ec961b7c3470253383279ca2d243f3111 Mon Sep 17 00:00:00 2001 From: RadiumBlock Date: Mon, 19 Feb 2024 16:51:45 +0530 Subject: [PATCH 1973/2142] Added moonbeam RadiumBlock rpc endpoints (#2483) * Update chains.json with RadiumBlock nodes * Update chains_dev.json with RadiumBlock nodes * Update chains.json Added moonbeam RadiumBlock rpc endpoints to chains.json * Update chains_dev.json Added moonbeam RadiumBlock rpc endpoints to chain_dev.json --- chains/v18/chains.json | 4 ++++ chains/v18/chains_dev.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 146cd992f..afef9a9d6 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1131,6 +1131,10 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 06d5a412c..8fec8b9fa 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3653,6 +3653,10 @@ "url": "wss://wss.api.moonbeam.network", "name": "Moonbeam Foundation node" }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, { "url": "wss://moonbeam.public.blastapi.io", "name": "Blast node" From 86938ce4ce3489f23fb2845db5deb1a379312f62 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 19 Feb 2024 13:04:38 +0100 Subject: [PATCH 1974/2142] add Cypress token price --- assets/evm/v2/assets.json | 1 + assets/evm/v2/assets_dev.json | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 1a7351ef1..8232b2041 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -412,6 +412,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", + "priceId": "cypress", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 7c79c469a..2cf6c84dd 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -475,6 +475,7 @@ "symbol": "CP", "precision": 18, "name": "Cypress", + "priceId": "cypress", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CP.svg", "instances": [ { From 66e49ae170b767721dcdc3a87364ce3646408669 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 19 Feb 2024 16:51:13 +0300 Subject: [PATCH 1975/2142] update delivery fee --- xcm/v6/transfers.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 5c5442c0a..7b890eabd 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -399,7 +399,33 @@ "DepositAsset" ] }, - "networkDeliveryFee": {}, + "networkDeliveryFee": { + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + } + }, + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": { + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "1000000000", + "sizeFactor": "3333333", + "alwaysHoldingPays": false + } + } + }, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", From 23ba38b2b6be59456cc37f22c475cabb7b85eed7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:41:58 +0300 Subject: [PATCH 1976/2142] adding polkadot delivery fee (#2490) --- xcm/v6/transfers_dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 06152b3c0..4e275df31 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -480,6 +480,14 @@ "sizeBase": "30000000000", "sizeFactor": "10000000" } + }, + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": { + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "300000000", + "sizeFactor": "1000000" + } } }, "networkBaseWeight": { From a4ac223fa3005763aa9877d87eed03029fbb06a2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:54:27 +0300 Subject: [PATCH 1977/2142] XCM. Return RMRK (#2482) * return RMRK xcms * update fee for RMRK * update rmrk fee * update for dev too * update RMRK fee * update delivery fee --- xcm/v6/transfers.json | 82 ++++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 4 +- 2 files changed, 83 insertions(+), 3 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 2ea385390..418e8da18 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -399,7 +399,33 @@ "DepositAsset" ] }, - "networkDeliveryFee": {}, + "networkDeliveryFee": { + "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + } + }, + "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": { + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "1000000000", + "sizeFactor": "3333333", + "alwaysHoldingPays": false + } + } + }, "networkBaseWeight": { "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe": "1000000000", "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b": "200000000", @@ -501,6 +527,29 @@ "type": "xcmpallet-teleport" } ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67108792702" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -866,6 +915,37 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "RMRK", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "179650006" + }, + "instructions": "xtokensDest", + "asset": { + "originAssetId": 2, + "destAssetId": 0, + "location": "KSM-Statemine", + "locationPath": { + "type": "absolute" + } + } + } + }, + "type": "xtokens" + } + ] } ] }, diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 4e275df31..ecf1689ae 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -932,7 +932,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "179650006" }, "instructions": "xtokensDest", "asset": { @@ -3268,7 +3268,7 @@ "fee": { "mode": { "type": "proportional", - "value": "66602678571" + "value": "67108792702" }, "instructions": "xcmPalletDest" } From b46288cdf408551ce84bbc58fbc333870e645666 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:08:49 +0300 Subject: [PATCH 1978/2142] XCM. Return Polkadot XCMs (#2491) * return Polkadot - HydraDX * update DOT fee * update polkadot fee * update reserve * fix DOT fee * update delivery fee * return DOT Polkadot asset hub * adding DOT for polkadot asset hub * update delivery fee (cherry picked from commit da69b06434c548fde7b45607315b2f2eada87f3a) * update delivery fee * fix numbers * update fee for polkadot -> asset hub * update DOT fee * adding USDT and USDC * fix delivery fee * return USDT / USDC * update usdt fee * update asset hub fee * fix fee for dev * fix DOT fee --- xcm/v6/transfers.json | 220 +++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 46 ++++---- 2 files changed, 240 insertions(+), 26 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 11463d06a..9d52355f3 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensReserve" } @@ -244,7 +244,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensReserve" } @@ -367,7 +367,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensReserve" } @@ -424,6 +424,30 @@ "sizeFactor": "3333333", "alwaysHoldingPays": false } + }, + "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3": { + "toParachain": { + "type": "exponential", + "factorPallet": "Dmp", + "sizeBase": "300000000", + "sizeFactor": "1000000" + } + }, + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "300000000", + "sizeFactor": "10000000", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "300000000", + "sizeFactor": "100000", + "alwaysHoldingPays": false + } } }, "networkBaseWeight": { @@ -2257,6 +2281,196 @@ ] } ] + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5041493004" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + }, + { + "assetId": 1, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "32810000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 2, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 15, + "fee": { + "mode": { + "type": "proportional", + "value": "32810000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8982500000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "42682928123" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + } + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 15, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d295d9992..e53005e91 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -92,7 +92,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensReserve" } @@ -271,7 +271,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensReserve" } @@ -352,7 +352,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensReserve" } @@ -2074,7 +2074,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -2455,7 +2455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -2943,7 +2943,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -3129,7 +3129,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -4087,7 +4087,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xcmPalletTeleportDest" } @@ -5026,7 +5026,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -5365,7 +5365,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -5588,7 +5588,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -5695,7 +5695,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -6314,7 +6314,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -6435,7 +6435,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -6560,7 +6560,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -6760,7 +6760,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -6857,7 +6857,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -7219,7 +7219,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -7326,7 +7326,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -7354,7 +7354,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xcmPalletDest" } @@ -7545,7 +7545,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } @@ -7568,7 +7568,7 @@ "fee": { "mode": { "type": "proportional", - "value": "175000000" + "value": "17500000" }, "instructions": "xtokensDest" } @@ -8758,7 +8758,7 @@ "fee": { "mode": { "type": "proportional", - "value": "79336744814" + "value": "4994684504" }, "instructions": "xtokensDest" } From 2b82cf46704a69a6c7e7de425608b8fd060b103f Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 20 Feb 2024 10:25:24 +0300 Subject: [PATCH 1979/2142] fix problems --- xcm/v6/transfers.json | 2 +- xcm/v6/transfers_dev.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 9d52355f3..b7ea32733 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -438,7 +438,7 @@ "type": "exponential", "factorPallet": "ParachainSystem", "sizeBase": "300000000", - "sizeFactor": "10000000", + "sizeFactor": "1000000", "alwaysHoldingPays": false }, "toParachain": { diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index e53005e91..d5cb8f11c 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -488,6 +488,22 @@ "sizeBase": "300000000", "sizeFactor": "1000000" } + }, + "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "300000000", + "sizeFactor": "1000000", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "300000000", + "sizeFactor": "100000", + "alwaysHoldingPays": false + } } }, "networkBaseWeight": { From e1578ce8983640d44ea63459dbb0b783e19a3d1d Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 20 Feb 2024 10:26:13 +0300 Subject: [PATCH 1980/2142] fix zeros --- xcm/v6/transfers.json | 2 +- xcm/v6/transfers_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index b7ea32733..c9e64b8eb 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -438,7 +438,7 @@ "type": "exponential", "factorPallet": "ParachainSystem", "sizeBase": "300000000", - "sizeFactor": "1000000", + "sizeFactor": "100000", "alwaysHoldingPays": false }, "toParachain": { diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d5cb8f11c..aedf36816 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -494,7 +494,7 @@ "type": "exponential", "factorPallet": "ParachainSystem", "sizeBase": "300000000", - "sizeFactor": "1000000", + "sizeFactor": "100000", "alwaysHoldingPays": false }, "toParachain": { From c001d257a8343481c7892843daec12a234d38ead Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 20 Feb 2024 13:10:25 +0300 Subject: [PATCH 1981/2142] return Moonbeam try new reserve try another reserve fee increase reserve fee fix problems fix zeros update polkadot reserve fee fix reserve fee update usdt coeff update DOT fee fix DOT fee in DEV update glmr fee fix DOT reserve update reserve fee --- xcm/v6/transfers.json | 155 +++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 20 ++--- 2 files changed, 164 insertions(+), 11 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index c9e64b8eb..e85a43cb0 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -81,7 +81,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "4994684504" + "value": "15000000000" }, "instructions": "xtokensReserve" } @@ -2328,6 +2328,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "21609032" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -2393,6 +2407,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2421,6 +2449,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28367807540" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2469,6 +2511,117 @@ "type": "xtokens" } ] + }, + { + "assetId": 16, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4321806250000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index aedf36816..94a332aa5 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2568,7 +2568,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xcmPalletDest" } @@ -2987,7 +2987,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -3307,7 +3307,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21446063" + "value": "21609032" }, "instructions": "xcmPalletDest" } @@ -4154,7 +4154,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21446063" + "value": "21609032" }, "instructions": "xcmPalletDest" } @@ -5028,7 +5028,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -5618,7 +5618,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -6400,7 +6400,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -6646,7 +6646,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -7305,7 +7305,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } @@ -7519,7 +7519,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28367807540" + "value": "28583374669" }, "instructions": "xtokensDest" } From bbdb15c93c824ac1613c9c4bbaec90a0d6ea0ee6 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 20 Feb 2024 17:09:11 +0100 Subject: [PATCH 1982/2142] add vsDOT, MANTA, vMANTA to Bifrost Polkadot (#2495) --- chains/v18/chains_dev.json | 39 +++++++++++++++++++++++++++++++++++ icons/tokens/white/vMANTA.svg | 4 ++++ icons/tokens/white/vsDOT.svg | 5 +++++ 3 files changed, 48 insertions(+) create mode 100644 icons/tokens/white/vMANTA.svg create mode 100644 icons/tokens/white/vsDOT.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8fec8b9fa..7245b8378 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6476,6 +6476,45 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/vMANTA.svg b/icons/tokens/white/vMANTA.svg new file mode 100644 index 000000000..e4cf4cf56 --- /dev/null +++ b/icons/tokens/white/vMANTA.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/vsDOT.svg b/icons/tokens/white/vsDOT.svg new file mode 100644 index 000000000..cba897b95 --- /dev/null +++ b/icons/tokens/white/vsDOT.svg @@ -0,0 +1,5 @@ + + + + + From f8d8e24411da37415124cc23e545dc42af2fb549 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Tue, 20 Feb 2024 17:02:30 +0300 Subject: [PATCH 1983/2142] return Acala remove USDT update acala dot fee update acala DOT fee --- xcm/v6/transfers.json | 232 ++++++++++++++++++++++++++++++++++++++ xcm/v6/transfers_dev.json | 16 +-- 2 files changed, 240 insertions(+), 8 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index e85a43cb0..368525012 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -2421,6 +2421,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2463,6 +2477,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2532,6 +2560,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2574,6 +2616,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2597,6 +2653,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2622,6 +2692,168 @@ "type": "xtokens" } ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assets": [ + { + "assetId": 0, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4289212500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 94a332aa5..5023ca8ca 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2132,7 +2132,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -2638,7 +2638,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xcmPalletDest" } @@ -5070,7 +5070,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -5590,7 +5590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -6344,7 +6344,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -6590,7 +6590,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -7249,7 +7249,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } @@ -7463,7 +7463,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2298688790" + "value": "1376030024" }, "instructions": "xtokensDest" } From ecbf63861c7b0558ac51c8d55283c5b1d0bc2745 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 21 Feb 2024 09:01:25 +0100 Subject: [PATCH 1984/2142] promote vsDOT, MANTA, vMANTA to Bifrost Polkadot (#2496) * promote vsDOT, MANTA, vMANTA to Bifrost Polkadot * add price to Manta --- chains/v18/chains.json | 40 ++++++++++++++++++++++++++++++++++++++ chains/v18/chains_dev.json | 1 + 2 files changed, 41 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index afef9a9d6..bbf8fd26b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5934,6 +5934,46 @@ "existentialDeposit": "10000000000000000", "transfersEnabled": true } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 7245b8378..d5c361240 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6494,6 +6494,7 @@ "assetId": 10, "symbol": "MANTA", "precision": 18, + "priceId": "manta-network", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", "typeExtras": { From 25985d0246bd107d70ddf04990146ee467f8ea70 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 23 Feb 2024 12:55:36 +0300 Subject: [PATCH 1985/2142] return Bifrost Polkadot update assets update DOT fee on bifrost polkadot update glmr coeff update vDOT fee update usdt fee update vDOT fee update vDOT fee on DEV update coeff --- xcm/v6/transfers.json | 348 ++++++++++++++++++++++++++++++++++++++ xcm/v6/transfers_dev.json | 30 ++-- 2 files changed, 363 insertions(+), 15 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 368525012..ce6b8cad8 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -2342,6 +2342,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "0" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -2435,6 +2449,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2491,6 +2519,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2574,6 +2616,66 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "803700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 11, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 19, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "802500" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2630,6 +2732,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2667,6 +2783,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "803700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2792,6 +2922,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2829,6 +2973,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "803700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2856,6 +3014,196 @@ ] } ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ + { + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4289212500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "BNC-Polkadot", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "21264531249466" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "vDOT", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 19, + "fee": { + "mode": { + "type": "proportional", + "value": "27911692308" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 5023ca8ca..d95cf1683 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2160,7 +2160,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -2239,7 +2239,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "803700000000" }, "instructions": "xtokensDest" } @@ -2680,7 +2680,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xcmPalletDest" } @@ -3015,7 +3015,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -3066,7 +3066,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "803700000000" }, "instructions": "xtokensDest" } @@ -4977,7 +4977,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "803700000000" }, "instructions": "xtokensDest" } @@ -5098,7 +5098,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -5660,7 +5660,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -6548,7 +6548,7 @@ "fee": { "mode": { "type": "proportional", - "value": "9691150827" + "value": "27911692308" }, "instructions": "xtokensDest" } @@ -6618,7 +6618,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -6924,7 +6924,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "803700000000" }, "instructions": "xtokensDest" } @@ -7021,7 +7021,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "802500" }, "instructions": "xtokensDest" } @@ -7263,7 +7263,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -7477,7 +7477,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "10046250000" }, "instructions": "xtokensDest" } @@ -7686,7 +7686,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "803700000000" }, "instructions": "xtokensDest" } From 43acf5fd8c3540ea7d592c6b73ff36b9dd05aed4 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:48:29 +0300 Subject: [PATCH 1986/2142] Bifrost Pokadot. Update currency_id_scale (#2498) * update currency_id_scale * Return id back for MANTA --- chains/v18/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d5c361240..1ccc8c0e5 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6432,7 +6432,7 @@ "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", "typeExtras": { - "currencyIdScale": "0x0103", + "currencyIdScale": "0x0900", "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "1000000", "transfersEnabled": true From a071c1795d606d4e81c8af79242ce96f5382c2ba Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 23 Feb 2024 13:06:06 +0300 Subject: [PATCH 1987/2142] return Astar network remove another networks update DOT fee update USDT fee fix ASTAR fee fix reserve fee fix astr fee on moonbeam update ASTR fee on Moonbeam return Astar network remove another networks update DOT fee update USDT fee fix ASTAR fee fix reserve fee fix astr fee on moonbeam update reserve fee for ASTR --- xcm/v6/transfers.json | 640 +++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 30 +- 2 files changed, 644 insertions(+), 26 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index ce6b8cad8..5a17b0c2b 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -257,7 +257,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009100000000000" }, "instructions": "xtokensReserve" } @@ -2356,6 +2356,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "262500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -2463,6 +2477,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2533,6 +2561,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2630,6 +2672,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2678,6 +2734,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27152009000000004096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2746,6 +2853,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2797,6 +2918,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2843,6 +2978,43 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 8, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27152009000000004096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2871,6 +3043,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2936,6 +3122,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2987,6 +3187,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3012,6 +3226,57 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27152009000000004096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3066,6 +3331,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3131,16 +3410,30 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 3, - "assetLocation": "USDT-Statemint", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ { "destination": { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", @@ -3202,6 +3495,331 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27152009000000004096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assets": [ + { + "assetId": 0, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "132260688624999923712" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "85633534978437939200" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4289212500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "803700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d95cf1683..66aa2fcce 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -297,7 +297,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensReserve" } @@ -2146,7 +2146,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -2494,7 +2494,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensDest" } @@ -2652,7 +2652,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xcmPalletDest" } @@ -3001,7 +3001,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -3168,7 +3168,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensDest" } @@ -4224,7 +4224,7 @@ "fee": { "mode": { "type": "proportional", - "value": "210000" + "value": "262500" }, "instructions": "xcmPalletDest" } @@ -5084,7 +5084,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -5404,7 +5404,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensDest" } @@ -5646,7 +5646,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -6358,7 +6358,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -6474,7 +6474,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensDest" } @@ -6604,7 +6604,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -6799,7 +6799,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "27152009000000004096" }, "instructions": "xtokensDest" } @@ -7440,7 +7440,7 @@ "fee": { "mode": { "type": "proportional", - "value": "85633534978437939200" + "value": "86284264694138306560" }, "instructions": "xcmPalletDest" } From eb32d923db498392053a44b3f832bb55b0360a65 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 23 Feb 2024 17:38:55 +0300 Subject: [PATCH 1988/2142] return Interlay XCMs --- xcm/v6/transfers.json | 928 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 894 insertions(+), 34 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 5a17b0c2b..94b972356 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -2370,6 +2370,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "11888560" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -2491,6 +2505,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2575,6 +2603,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2785,6 +2827,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2867,6 +2932,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3017,6 +3096,150 @@ "type": "xtokens" } ] + }, + { + "assetId": 5, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3136,6 +3359,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3277,27 +3514,22 @@ "type": "xtokens" } ] - } - ] - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "assets": [ + }, { - "assetId": 1, - "assetLocation": "GLMR", + "assetId": 9, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "24016821864" }, "instructions": "xtokensDest" } @@ -3306,12 +3538,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "8037000000000000000" + "value": "3027565432831" }, "instructions": "xtokensDest" } @@ -3320,12 +3552,12 @@ }, { "destination": { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 16, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, "fee": { "mode": { "type": "proportional", - "value": "62141510437275262976" + "value": "10893246187363" }, "instructions": "xtokensDest" } @@ -3335,11 +3567,11 @@ { "destination": { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 2, + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "79550000000000000" + "value": "9590000000" }, "instructions": "xtokensDest" } @@ -3349,20 +3581,20 @@ ] }, { - "assetId": 2, - "assetLocation": "DOT", + "assetId": 12, + "assetLocation": "iBTC", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "assetId": 0, + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "4994684504" + "value": "79491" }, "instructions": "xtokensDest" } @@ -3371,12 +3603,12 @@ }, { "destination": { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "assetId": 3, + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "1376030024" + "value": "100544" }, "instructions": "xtokensDest" } @@ -3385,12 +3617,12 @@ }, { "destination": { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "assetId": 1, + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "172577" }, "instructions": "xtokensDest" } @@ -3400,11 +3632,11 @@ { "destination": { "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "assetId": 1, + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "22000" }, "instructions": "xtokensDest" } @@ -3414,11 +3646,11 @@ { "destination": { "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "assetId": 1, + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "1250000000" + "value": "1000" }, "instructions": "xtokensDest" } @@ -3426,9 +3658,172 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assets": [ { - "assetId": 3, + "assetId": 1, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4289212500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, "assetLocation": "USDT-Statemint", "assetLocationPath": { "type": "absolute" @@ -3693,6 +4088,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3820,6 +4229,457 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assets": [ + { + "assetId": 0, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "10893246187363" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "2343508113867" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 2, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "53711462025" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] } From 944700be785b0768b321f0f8fad9f42cb5ab4bc1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:16:34 +0300 Subject: [PATCH 1989/2142] set kusama subquery (#2500) --- chains/v18/chains_dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1ccc8c0e5..d66d45e77 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -210,13 +210,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://subquery-kusama.novasama.co" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://subquery-kusama.novasama.co" } ], "crowdloans": [ From bcdbd8dcb1f763f7fbf5d857134416f34087c0ca Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:18:47 +0300 Subject: [PATCH 1990/2142] subquery switch (#2502) --- chains/v18/chains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index bbf8fd26b..058263dd4 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -210,13 +210,13 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://subquery-kusama.novasama.co" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + "url": "https://subquery-kusama.novasama.co" } ], "crowdloans": [ From cb4b7c42473cc2bb2167a878c9cd053ce9a2dd8b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Mon, 26 Feb 2024 13:10:14 +0300 Subject: [PATCH 1991/2142] return subquery back --- chains/v18/chains.json | 4 ++-- chains/v18/chains_dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 058263dd4..bbf8fd26b 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -210,13 +210,13 @@ "staking": [ { "type": "subquery", - "url": "https://subquery-kusama.novasama.co" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://subquery-kusama.novasama.co" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index d66d45e77..1ccc8c0e5 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -210,13 +210,13 @@ "staking": [ { "type": "subquery", - "url": "https://subquery-kusama.novasama.co" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "history": [ { "type": "subquery", - "url": "https://subquery-kusama.novasama.co" + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" } ], "crowdloans": [ From b2a07b96aaeafecd7376b2f66abb60b1a440659c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Feb 2024 17:09:06 +0100 Subject: [PATCH 1992/2142] add RMRK on Moonbeam and Ethereum (#2505) * add RMRK on Moonbeam and Ethereum * add old postfix to RMRK tokens * add old postfix to RMRK tokens --- assets/evm/v2/assets_dev.json | 19 ++++++++++++++++++- chains/v18/chains_dev.json | 10 +++++----- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 2cf6c84dd..9082240e0 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -580,7 +580,7 @@ ] }, { - "symbol": "xcRMRK", + "symbol": "xcRMRK (old)", "precision": 10, "name": "xcRMRK", "priceId": "rmrk", @@ -617,5 +617,22 @@ "contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" } ] + }, + { + "symbol": "RMRK", + "precision": 18, + "name": "RMRK", + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" + } + ] } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1ccc8c0e5..147ef09b0 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -439,7 +439,7 @@ }, { "assetId": 1, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "priceId": "rmrk", "type": "statemine", @@ -601,7 +601,7 @@ }, { "assetId": 3, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", @@ -1004,7 +1004,7 @@ }, { "assetId": 1, - "symbol": "xcRMRK", + "symbol": "xcRMRK (old)", "precision": 10, "priceId": "rmrk", "type": "statemine", @@ -1612,7 +1612,7 @@ }, { "assetId": 2, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", @@ -6761,7 +6761,7 @@ }, { "assetId": 5, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "priceId": "rmrk", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", From 87a291b68feea16e1c31039638f5ac482bd92d10 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 26 Feb 2024 18:07:33 +0100 Subject: [PATCH 1993/2142] promote add RMRK to Moonbeam, Ethereum --- assets/evm/v2/assets.json | 19 ++++++++++++++++++- chains/v18/chains.json | 10 +++++----- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 8232b2041..2c4b69466 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -487,7 +487,7 @@ ] }, { - "symbol": "xcRMRK", + "symbol": "xcRMRK (old)", "precision": 10, "name": "xcRMRK", "priceId": "rmrk", @@ -524,5 +524,22 @@ "contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" } ] + }, + { + "symbol": "RMRK", + "precision": 18, + "name": "RMRK", + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" + }, + { + "chainId": "eip155:1", + "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" + } + ] } ] diff --git a/chains/v18/chains.json b/chains/v18/chains.json index bbf8fd26b..029836e46 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -341,7 +341,7 @@ }, { "assetId": 1, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "priceId": "rmrk", "type": "statemine", @@ -500,7 +500,7 @@ }, { "assetId": 3, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", @@ -1331,7 +1331,7 @@ }, { "assetId": 1, - "symbol": "xcRMRK", + "symbol": "xcRMRK (old)", "precision": 10, "priceId": "rmrk", "type": "statemine", @@ -1873,7 +1873,7 @@ }, { "assetId": 2, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", @@ -6219,7 +6219,7 @@ }, { "assetId": 5, - "symbol": "RMRK", + "symbol": "RMRK (old)", "precision": 10, "priceId": "rmrk", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", From 1fed71ff7b45957e8a35328d96d982ff6c9b781e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Feb 2024 12:23:27 +0100 Subject: [PATCH 1994/2142] remove Parallel rewards claim dapp --- dapps/dapps.json | 8 -------- dapps/dapps_dev.json | 8 -------- dapps/dapps_full.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 3562850e7..2c0ced0ad 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -107,14 +107,6 @@ "crowdloans" ] }, - { - "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", - "url": "https://crowdloan.parallel.fi/#/auction/rewards/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index c5f710d5a..88bb0fbf7 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -164,14 +164,6 @@ "staking" ] }, - { - "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", - "url": "https://crowdloan.parallel.fi/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 901f4bdcf..8a842bb3c 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -152,14 +152,6 @@ "staking" ] }, - { - "name": "Parallel Rewards Claim", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/color/Parallel-Heiko.svg", - "url": "https://crowdloan.parallel.fi/#/auction/rewards/", - "categories": [ - "crowdloans" - ] - }, { "name": "Kintsugi Hub", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Kintsugi.svg", From e7dcfa6819d348b97c32a205472b1c22ac2e5b15 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:07:45 +0100 Subject: [PATCH 1995/2142] Update dapps list (#2510) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 63 ++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 5e5fb3a94..58f4dfa53 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -45,35 +45,34 @@ | 41 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | | 42 | PABLO | https://app.pablo.finance/ | dex | | 43 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 44 | Parallel Rewards Claim | https://crowdloan.parallel.fi/#/auction/rewards/ | crowdloans | -| 45 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 46 | Phala App | https://app.phala.network/ | staking | -| 47 | PolkaVerse | https://polkaverse.com/ | social | -| 48 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 49 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 50 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 51 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 52 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 53 | Polkawatch | https://polkawatch.app/ | staking | -| 54 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 55 | Raresama | https://raresama.com/ | nft | -| 56 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 57 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 58 | Singular | https://singular.rmrk.app/ | nft | -| 59 | Singular 2.0 | https://singular.app/ | nft | -| 60 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 61 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 62 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 63 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 64 | Sub.ID | https://sub.id/#/ | utilities | -| 65 | SubBridge | https://subbridge.io/ | bridge,evm | -| 66 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 67 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 68 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 69 | The Button | https://the-button.azero.dev/play | gaming | -| 70 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | -| 71 | TofuNFT | https://tofunft.com/ | nft,evm | -| 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 73 | Zenlink | https://app.zenlink.pro | dex,staking | -| 74 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 75 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 44 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 45 | Phala App | https://app.phala.network/ | staking | +| 46 | PolkaVerse | https://polkaverse.com/ | social | +| 47 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 48 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 49 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 50 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 51 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 52 | Polkawatch | https://polkawatch.app/ | staking | +| 53 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 54 | Raresama | https://raresama.com/ | nft | +| 55 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 56 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 57 | Singular | https://singular.rmrk.app/ | nft | +| 58 | Singular 2.0 | https://singular.app/ | nft | +| 59 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 60 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 61 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 62 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 63 | Sub.ID | https://sub.id/#/ | utilities | +| 64 | SubBridge | https://subbridge.io/ | bridge,evm | +| 65 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 68 | The Button | https://the-button.azero.dev/play | gaming | +| 69 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | +| 70 | TofuNFT | https://tofunft.com/ | nft,evm | +| 71 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 72 | Zenlink | https://app.zenlink.pro | dex,staking | +| 73 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 74 | xx network Hub | https://hub.xx.network | social,staking,utilities | From d5fea02fc71ff1a95aaf5d4aa95644654a68cee2 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 27 Feb 2024 13:07:54 +0100 Subject: [PATCH 1996/2142] add pools to TZERO (#2507) --- chains/v18/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 147ef09b0..e7bcd1807 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6847,7 +6847,8 @@ "assetId": 0, "symbol": "TZERO", "staking": [ - "aleph-zero" + "aleph-zero", + "nomination-pools" ], "precision": 12, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" From ed0f6ed0cb95fa895729a1d15c9a66d88c32176c Mon Sep 17 00:00:00 2001 From: TernoaSupport <120734440+TernoaSupport@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:10:30 +0100 Subject: [PATCH 1997/2142] Add Ternoa HUB (#2512) * add Ternoa icon * Update dapps_dev.json Added Ternoa HUB * Update dapps_dev.json change ternoa.svg to Ternoa.svg * Update dapps/dapps_dev.json fix dapp url --------- Co-authored-by: leohar --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/Ternoa.svg | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 icons/dapps/color/Ternoa.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 88bb0fbf7..13d2e2a9a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -46,6 +46,14 @@ } ], "dapps": [{ + "name": "Ternoa HUB", + "url": "https://hub.ternoa.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.svg", + "categories": [ + "staking" + ] + }, + { "name": "dotappstore", "url": "https://dotappstore.com/", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/ece2fff5cd559119395642f7f0aea6cd4d333af7/icons/dapps/color/dotappstore.svg", diff --git a/icons/dapps/color/Ternoa.svg b/icons/dapps/color/Ternoa.svg new file mode 100644 index 000000000..0880e0c46 --- /dev/null +++ b/icons/dapps/color/Ternoa.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + From 010eb4e19696038a866ccf334c74911332b72916 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Feb 2024 13:47:45 +0100 Subject: [PATCH 1998/2142] update Ternoa icon and position (#2514) --- dapps/dapps_dev.json | 17 +++++++++-------- icons/dapps/color/Ternoa.png | Bin 0 -> 30142 bytes icons/dapps/color/Ternoa.svg | 29 ----------------------------- 3 files changed, 9 insertions(+), 37 deletions(-) create mode 100644 icons/dapps/color/Ternoa.png delete mode 100644 icons/dapps/color/Ternoa.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 13d2e2a9a..2a671a34d 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -45,14 +45,7 @@ "id": "test" } ], - "dapps": [{ - "name": "Ternoa HUB", - "url": "https://hub.ternoa.network/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.svg", - "categories": [ - "staking" - ] - }, + "dapps": [ { "name": "dotappstore", "url": "https://dotappstore.com/", @@ -821,6 +814,14 @@ "crowdloans", "governance" ] + }, + { + "name": "Ternoa HUB", + "url": "https://hub.ternoa.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.png", + "categories": [ + "staking" + ] } ] } diff --git a/icons/dapps/color/Ternoa.png b/icons/dapps/color/Ternoa.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6121129b112c30293893433ac0a26c853cbdf4 GIT binary patch literal 30142 zcmV)2K+M01P)_FMbhtA{<#PKFi;ed+%}05 zx4d-X#7Ke+l}BqdX+*jP9Qcn6WyA5raILF0iQP7}D8Q&EMPOaEHfHKLCdV`OP~tsj zb??2N`+S#_D3SM)688*szwf-ibJlOK-*2t8_aQuJcdhXrPT>(ejs>T|^)r_pOzrP- zsxI3>sh|6X{qLzG4sihL>j9#J{(*6=e!JG!wZ9AA#5S(tI^L$ezWhPE3ytugedxw7 zo;rn3{PHe{D-f0^>ypzI1UvQnsrs)OImFs;qfywQXBZ*Xo)p zb)WhVZ)2{X>%Rv8`ta=mP(DE8KfV1VcfkSOZ8lH4ri4`CjS&2>W&EoAl@U_Xq7Z+5@1xkH+78YNt}D zXHn*-t8wnuCF&`X@i#!wB0F@TG(*;P14tT>ny=^{fYs9kVEVTK00|`SnOK2!)blgo z9RVg^|8~9L3YulVe%_~VYu_KVTeSy3xk=-1{?)rxPdrn-!n5`7PIv_~dYIAMaxwbS zmMkoPnFB<9n-M&P(-T;E3;B|l8(262hZ3br9;5@1#{E{u%U~ngub2F4^EeN@&C%@v zP*USR@u}Tvyw6ksJclN(o3WGi;A-eXrPL!B-BLhIO1BI+lt7aK0|klgUluWbq@Ld~ zz?nkb^71#lOn`0$BKW~Kj!ivCa2fC7<*IEC@Syefu?GsDtwJ1M^FqB7&(?pZ)sU4s zwcE3Z!Eb1d!J7my;&0wYj%NUC)JwdH0*MVs0l@rZMonW2N8Pe+YswX#MGwwdA02i4 z=9S*8TU@{cdiL=J3jg7qU2M(g>K%Am431pP7{L&Nd`aCQyAO4(zyZT+yR zNg9A;dxiiYz=pn#IeDQ35?LQ$<*H!{E>yr=!pEq6EP&DhQXYDtYJoMKg7`#WgNYhdMV2B0W4gKD6>-I8dWU8h}Z=4XR&Papzr4y>aZ>2Y~L z-zwy0$2q8r_bMg(SODfD4HVw30QnVYmYD9gA!0gCx~Yur()p|l#(HO z{V;TLeKSV7^c=ozqE!YKqi8Ptc@s3lXGQRP7`#NEkDy?y{We3$X?tDYmkd-4dJPBl z!}%I5yNHi)`$z(%1LSKy(E##dHNI1Bluor0V2aTX9((UWvuMxmBHy-cJFbj-gOV`@ zJz}0?15Ei}ij)nWNw2rK=YsV9gQ`!_Eq;&ZYkZC~dT97_G#CS@q&JfJZG40Q^N|Az z|2w~z;Fi)SU2K}rX3ayOBjl6w1 z!uWBMaPJW5G93YoG;3MqPnJ=ygdRD9N+D^TWegpcn|PR@U!#X|N~S;-3txE`r%Nl% zp)Pa)!Yv|Sn;r_oexo+Jh#QrX-RFS0uYtn9_jgyC#e1+4^+7u@l1E8E;So5YNs@Qa z?aJV3)Uew+^D2Xuz#!~LQBR{+(0%=UOC%fDpve0f-CFAw`#!N4cWgfbqTizw89P$M zAEkG0)&?)cx7hxz`tRHCXF7IY0)jp{k|INt+%>Y@M825NZ-rwod=){dZmf# zo^U%VFCw&rl8$fP<* zGDZmz3VdbAx9|oxG5#1Yb1P3WZZF$it^0g?O;}#Qebnw7pzv?q-ND0nrG9$adv&CU z&r#IMb8@T5mg|&dMb%cxMDYdz6o7_e#=#pPj2rncXwz#j{Fqj@GI#|*DORF?$oayuKNEPJ_v-TKSswtY7}oCz6q$x$ohyO$?iheHgmnAo*l)w*aH2R!%d{6?*Kaw6 zbFg6WAh`-)?KRfo-hg2skndT`VAL<_t%_-oRSntZXZ=AA5Q}nQHHa*M>PXFlBbT*G z31S}{;IqGSfJ)wXsl2MBNOyNon$;xT7rZ5Zr@ST~No3@)~g zo&~L2fh{-6-pQU}%e$P%J>2eDpzzKgXcI9sFS6^jC%}QR90hPafz*SK^lPL@gV)JD zz3;OrxQ`4Ya}ETo>bq9nVJ+k_c$~G4$zCHsycY4`5bjet=K5Gp%XImaJ>e}3`{?o( zxk;NLVgrgi3&zp=8OWUS_02wu8~iQzDiymYfxPGVKW%M|lh+ui?kcMrq5J(F-Ao z?e+Fkn@;QAH1d~nNIQuypny%&dVSim#&-)O9ZG78>JqVDKfEGy`B3003j1`DRZIPp6>xm^~->cOqU#?4Er_cT5K0eHS zI{T@edhL7YgU;F%Nx()T(!{@Ll+9dASvGSp?rD}IPYYo59NA0cNEr_Ru>E+IuepWi z>7d`EZ@qVP%RK`W{xyH7igtbh5$t84tu?uzO`@L6k z3Z`2dm=HiPU}f(k$B5&PV^GY~#JOnD5CCDlj8bF^;YCt;3oWl=nqR5_Ilx_P9WYZ% z!s3suqGADr>@7^El#Nhx0I1|ZgQ*q`6GQKzwLFPME|lzdlaIV)xb3ZI*~U~&+(uKr zgcEKj3KTx|Y~|h$zlJumBAb5bYtoga&t~u#JOTzUa}?dm--oG$l9uV~W_GRP+Qp8a z0GCTuT$dO~`!-*yhIXEQ?0-Af>@z?AspmlD0@@6fWu;BBW|??1%H}{BKvwr(Lbv6X z^C!HbSetVsVFM7EiuG@O_jDZLXS(CX8a{p=C)iF5C>!q>a?xs>i5cTT^&)5J$AA0)C(uN{l-JOvbTyAM zM9h}#Nm6udm21h{xzO)t7*2=Vv7vRQeq0IU{L5yP>_owGB0ynOkUaXe6(n@pdk)hD zycl%~Ajn=kXqBK<5gK+Nt*Mw%2;Fy>Aq7bKWi$F!hUH3SK*Qt_UemR_1-$!Bbme3~ zVy%M(6)bIRj)#AaA*Y6(suyxCdGdDer)9h-Yz~(t{Hmq2gt%P+n88wVt6> zq)boMpJUAKfdem z4>zB}ur#h4yi1N&rSlLDe^B==1jmNUU|REOQ0R zvV+Z#aRv+q(O=T?!db&4+Lk6D*VExGf=%)5A_*N+XwkwfBf1(=P` zE84Z%eyv+>3XoO1nLZI9Wv@av+3&?l!(PT+Zg(9hhxpH*tH1dbXrE(-FGkPVSH~48 zSUQk8Th%~4gHqR{2Q&`@th~tRfdUlC&{K440M8N$&7$8Ua}SSv(ega~>vq8IZOTzp;+d$295p5P>E;w_y$F$s4pnMfC z?rdRx1AX!bv+u=IxQY-GilwOW4n%HH>1!1eJ?bSBaDfMfgDpTlC*yJ^WmkAJ)%vUq|wfY&+T4_Os=O(?#5GZJy4{_1E9repmbb z@|$?LCyV}W|4iwgk^HUCrE=V8Dg2lK$mprTarFKIdFPJ0Ei=oW{= zq-{@On_lZLm%U5vu6dMq>7|-0Y1OS{OjFdkp0)XeT(IDDi+sC*X4#ENbj;+1W?=+A zA|sb^zu;~4+oHUUkDzGkNt}k|0aN;yJ1sk)Yv1=9aUVARkABnD+JBsiknlpo$jF;% zk(`_?Ywt6s(6VRxBUu}~I@2z*^i3_}NlbaJvDr;LlkbPiH4^q|+=X^mJjy%xQ|GE@ z*j3LF-h-wd;^;kp^D?d1r+#;v_h9iT1?EB8_Wf>Cc$qe3O7kZDAG!x3_dcDdQS5J? zN&m@bJr)=75^Nr(^@ROj^pM??^j^1m9PL%P_n6<0`?bw%ufggiNSBAF5s$+C zUbOq&e}D2evwIjlj(H*VI06(z_kT}-QJV2~nzV$W0}ckEVM520ItdjcGv-CW#kwCGfco+VBodHxx+R}k z0F%JNeLoJc={`o&+OfHCP?1i<$SFxTo<`l&z`nX%#C_Y!>(T*`(NO9gK{xK)ak#N7 zbtMH&rfN!Cmw}ck4I{ayeZOSfl-xo@I1{4Gqxd5BuqX27X;Gfog7KLOmZx!t+a0A| zSMg_d9tKsxNIS#*7zwCQD;g=)crk3-2@le|3E8@|zc3@AW0e-!Hb&k2c$7XH9nh$m z=zWso$bO4#IE0WrV||U@`JW!cecbpD{`RYtE`2i5C&?4pXQ54WB+VM~ElbMwFEZLP z@-Gxou|(l|Qwnyg@%U~I4i@=-R7ngrax-t?2LH|~?(f+6pF8SN9-^(!)E@qEM9>06kqC6z#{Vh(k~pn+ElEAIol88AQLnySt-$G+iGEq9 z)XlsdIu+qT+=_R(|KFOs)KF@pnX}SL@fzVlX8Wy4^e-upVcx}-b7KNVSJkVqZwIBb z@{C-i0vjNSaAoKe>C93essJOUYr`ume7hZN<1@H}?T!KEm+{}eP>t(Z1BguXQRz|H z>P8(#E=J#|Q>SB#DCgcCDR?+XzAy=Oa)4=+tb<{TG-^gl(IDNM(7FEeWLr`|$#RXt zCE&0GttSC0DY)A8ceSyqrX=)}_pxpJzGo{1dk%M~-4UQ%#oo?LWv_vwX%5jFt^s<; zckn7jMYz>+wGFx6 z>E4Bs_Yu&FTfg5M1 zk|SOrKrn`a6&$3@+w=(;N6sLm&+uQsTlt>5pI&W>THWsQ_EJWols6~pFr^9kMi*q1(>Q6-F4i<@@Q zzE7_PItk3%xZm4h^(ejgbI~Z4&cB?4P^E}gD{{v>ZR*QRYqWJeu8bJcp!>~il&I@Q z*-p#*7uA>T5EgRJZ9}p$hOsa5SYn8=zl1eWu&6bAte)dyU2+B=vVCZe@{7}VoUM28 zX^kwA_rNrUXtQ=OEg&=~diiSpB;npEw1?^ik?94Nw3JYDU(fxs)2|ZiDH5A-&oZfe zZ}`~q&@!he7-;hIs)sX`i^Dt9x14M{tRi>tDDDZ6LgdisSa=yvDmrar*Cm`2l!a0f zlLd@K5fv+OoG8%KB;*kp_yH6-AfW4qjghwP{oZc%D$n3UwhslAtN2ShHS>M0Yk+2y z7HU;Pm+bh&Nj%q1c~WsdImNOJdpA(Z`b2$wg+(7NN_jQB zEa#=3@$Z2H`+aTQ7N)mw|F>(Nq0jnbq4*~uUiRvQ#RYo+Y&MGJIwotA1PsCoXtJ(( zsXms>b%lBbI_jE7*F)>YYu9Ajr8AEUA2w_Mp}NO1ZJ*<1-Z7e))s_8TRz9;xCO&AG z@=KvxOrWgs(#S_xpTb_BuhsW`neC!Jova&)5VB?D^;lKKELOcwy@DB1N6%UmAXn-I zm+}kh21~z^8<<;Y_-)+J?Ql!y0@KOO;WSKd@e(wvefH&uDq%KSR%la0$i0$&c#s?t za_;Q9RZkRoG*U)XRn$lUiP1zJrJQdp$q!_>~XrQNB>U$+FbQ z0*yWV(n}JHcnlZWk%^CFUtizDzfOs|hM71-bkEjz3e=}#r!KH51pdV4bu@9=iLmUq zMTk%@JYv?#c(DW~B#7WqF{gAwB`2qIMkQyIyH-zhY%TZv>l&|hNZ2A^{x^G|GKPs~ z7w@cLXHGONwi#>9%)4x|E+m284PScENJs)$^{@kIeHd|H`~rUmPU8c%5A0DMrZ&xx z^u)20yyun_U_nkidhQ5_Vb)z_x9Y5=8}QP9AZ$b<*^n;#wdC`x_kJeJMF)!@lTk|qg zGvwr1q~~X`{I>0)&bLUyaaQq8EX$V^G~ii|G4fxpDTZVJxzj_Qp)+tgh1I@Mc@|t$szPxTrz2>Y_hkkvMW08Fi z%XD97<$GJoPKa+3QGTeRe)KFk!I%VkN>G}Y;g#6;@*j$ATA+Xl$)R*^6uCZ>3r|2%f_0on)hC<{+}(JMy>u&Bu!t6Vy8I=q$cuyjU+#8Wu` zgh&tb5OJ?qqr7B3L}JU*=acRO*Ey_?S~#r?b>Za6%!2`T9Oy9zPs1MWB%{6kxAi)M z$7I_Af_KwZ?GC?k(;9WQS?m%f$0nLPVKobs(pHMFVlv*=CMAq zTBFAuu%r}C)|)F&Kr!a9(T)NSkY{lb=k-cm`UGyX-L^;hx#@3JT~c-yjY4@SxZP=< zm?O061&0!`BC=8x?V)*yRGE$`T`!O%FU@-pyzGU-TbQ;$3PpD>M^XObdSmU`FceH; z3}H*LW!_FBVa?<0;(l*SIh}fQUS-_JDqsoaa`Hf=x`HJsNj&J3g`yC0p;6}?N^iG{ zu(3zX*h^U94bSq37cNg11e)xub^I|G{4Xa0NH9F7LTyS zeoGRD=K1V;7>{t-A$-T%xDOlu_TAIi;-83VRTp^-F|3z;B8g$>ZyNHuQ6%Ywl9E(h zPny@ywZy)YZfnJt)3Q3JZ8xVO*mC*E^AhVK`AUqS9B$+;Jbs2NFKCXa>5>uh=N=M)SB5E6BZEI?{r9iSVekKiY2ROYtEt=tw+ssW!f zgR}51uPTG9>=~#{qc95vMOzS=cnjZ3vEmjB5K_gjeYTMC(uFs{3mT*1SGJ)p@;m4_ ziF!(49Il~lWO)(lMlah;-8-Ng-4t1Qjd;1nkQWM)4Zh-D%98X)DYnkEODc(XFwo%TdL*n} z2T>G75?RD8O7OcUtXHj?i=whXN^1O?kRoThU&goX;y!Equl<4D`ha#uqfL>o9P#RT z5c4VpX{XcYl9gnX_p z-pBpaW;&<256iq$|J*yhMefV_waZRLCuXrOtZDV5(vOU?6Y*adZa|tm!uQo` z;w10|^9zyh8^T>~`9kB!N84wPeVEUD9rpHdA2j~@|M2N5nqQ02iz{KB=OI2ys1K9f zt^c-va}xP3)Zrq%q{%C$w9H0D+ElH5vJ2gR((Cl?^_O+ehIp;ASW#iVRC>E~VzT)~#n=kM(F}l5pTWa5nx~QVJ_t)~8vSCO!9}*6#DhozM=SHq%jrSXv$c;)2d15~5wrWqt1w-Z z-n@U2-`Kv*I%^6v@?}oJawL)wv+oSc$mh>eY{6|PmS^geBaZcttZ*a*}YU< zbw#S?4dJX2D~h4DJ+h?HtnLSFs4hnpvFitTZ57!_MbDE+B`;F6jYpww=ZS2-=TK5a zOtcR9dDu$+hxH-qO)tgqTF`=azk)x1TcYqJ8voiqbgt@+$7AA*lA>Bkr_3u&z%_}P zjoN)b+4}bcO1-CN86l9Z>>b%iIT>*(t!D*Cl(nqJzf(l4By5{NC({wxC`GohD_8?V zjGRsAa~ApSdW!(dt}TIty0L5Y4QXVhhmKoUOIl__I#AosL)ICb`zrpzmo#ga{%cI zKqb!?q8?-@U18ToHmSF43m9*){R*CaulsmQjq(=0cV}yQ=&i`pKmnR$L)IS1lqw6T z^~pvmrnT3;no>Cni1RO0V#iASw1fp#EGaa}?h(a4zD_9FLcXqF?2@-d)--->vQ#m9 zq%j6=FK^HM?o*Fp?~cCp_ro?m^@n%rwKZMxc&Arw`cp|Fsup0=1sG>d;ZalABzdMK z23@mCB-%DTiMdK79;JDvtap+&88p&SIwegsK3Z|;k1(`R!)ycq=vqxcK5?rA5I)(H4lCKY*>E}fE#=MVB zi$pHwy{AiFBxu;^VREBe(=WQ&ins7XJ7t=G+L)GZ?XNE}dX?9CXRj_uo*Fx4L!vuC zTDD&AJ-Y5cc$d|ngzh0Yo$OYjU!!@*K4(x-C5OV ztwtn~&)g=XfGnalr4X;w ze_0v6f-BQ2QI#B&Mv5c5F_X{5WrMsNcw-q$)QRbJDb2D0W;}$7GxZV>M)^xb-Th3H2Z4R%T=&*m2&iphkI6)w22< z!+Fy(tU#jw4uKTTP386zj*M)@Op_4}%aO2LG--4zQ!~y{IHz|bcyoP+-W~aBM1aJT zNDxyuRQ*CX4-+3rz5Z|f;OVWc?Kj{Vct59q?=a*Am#73r6@M}3r4Au(jD3>WB z%m!7FitC_PdRD?fnSv@gEpt&W7pfU~n9#Q@9_iM!U?{n_ zXxOlP!HQZ%6m0USS7hJ)g+rO@B^g5e;s&n(@OM8o7qbbwHJ zecG9q<>EE^%X_s$Jpb7Ir!L|{w&p<&3tr%5Ia|-P)9+Rkv1@dBAvlWiIue{@CjhL-zqJAU#b)-l6>8<^r zsJH&9*u;E6@>Y5ovNpoSdKDt3namq_(IL{~&VLPYo(wWYNRCetz?Ci#`)Mw+Q%|y!K4%5lqC(V`B$Ncr6Pih^Oji(ze1)LI~FTMOmuA4=vc}Eb-Fur0=awE!kN6)ex;cae` zJ8@5QMBc-DeO}jhVG!b^#}NTPo^S1W$OZlAJ^Hd`OK+p!^hG+u7cp-tspfIIW@ejw`Zd=f)A+af(2VC+{J5PaMWJX3SWPYQ&0mL4TcE zf6%fp=x)@yp4@Pq(k*^$Qtzi-S~{Nqv>TiPKVp(vn8}HY#x9h5(+>ZT&8zGn<0!)BCmVpA9fW zG31a?R6~`hRZyDtCanPko#ym{1=()KK;x!mjCKVGjwoc@Ej5S+Mr(3_Cvc?kjQo@Er?{m3mG#=C|7VMGEbzg2dKKH_vY5Lt$kP3@mzcIvbFo!TpEmIl6&QeoV3Qr3W#J zW%i{wQffuDC{PlgT9~O!QmT+!;6Xr7Fj`p@puAJp>JYD%VF~S!f7Bw zKeGT&3qX~A7!5%o%h<^ySd4~IP^CPH1Q7a7DOfRjmDcz9(`H@JKLehyWZ8#=_Q|wF zO6e#)2icyZ#NPT`G6RNB0Sr7XCf%L3>DUp{d<5L(IK>Js z9nm`ng8XLJFO>QOr#%WXAy;sqSgCvxBCS`Ki?-ipVw@b9;t&`D1gjt}dM8ZG>x&S^sM3t`34CSRZGG*PWnTlicDo6ALH+(I4m{^MKh{7BN=wa*KSdcnXlrvl_br zL&4~V&G4+hn^=kGXV=)q#uz7%ImgV%C2VZtSenD1$ih#_gCyo6_8K0>)=__B*R6q4 zf6i%YuVrAPOcRG}ZwKC(^v%b&>r2uUC6di0V+C@wC`$eV) z+xMFU2nIsCHcfom2sG(5^A12Tu2rvQ<$p+aq9Hdbd&}Pb?i2 zmrlo|jNQvn)L0ahy(~qJ6kq@>B4~CX+u6f*FQw14J(2eY&+7+ z^!?x@Mrxbj$28|^QyUE+qwr9qkxB!Cb>`lwV=e64k|yYf=~pR#`N{47{qz>o8|td` z*D9^@hJI(Hb*5W91Wv0Axec^3-XEf!1|5<$ixpbt5OEgaF1WKc>Br`z zOI90}r81R{Dl9WckD1&5Q7e0bA7n3}NDxN10B0e@@ACx#$h{n3J0M zSR|=kCXh9Uk|8@}kUE8rb)nt{uQD9ZMjVFk5uIWC*mnVi>RzWf4rbC$B!Xe;f@QFT z4gNBqPoCq^^U%P_H59y%MENXSC)u^)My|$e-LZ{qrJx|Kl?cGdO)|fkZfEn&Mb**L zX_xhf;Cr&VF+n{c<{{9!rksUP_M5AjbzKWUOq@ z+iv}L$-WFgnJ_)gls6_fShMvM4I{aQIt%0~k0O{^D7gr@XR$mCGYuD~c5Pll#>7t! zC}9_>H5_Cf>0;L=O2^nQJZRIpqFB8Q#PJrz=Bz|*kxrlG?wI$8P_iDU_wq$4mkbl^ zVIlQgPR;C`-4h7?V%M4Boz#!(=VHACVAPVNV22f0P){N+Q4)i-^{`uQbgd(?Qy`(A z9mPdioaIvVITfWZSx@vsFJTKp(~N7(HpvlR~TC~eZ9zvf98eyU8ZY&4_gNi@H+ z&arghECCLW=Jex99!L6lf6~}YLay8Cn*wFw@}yBef@%(O0jI`HiQ)(}7e6&?C$73g z-a)b&*B+6Wyxe&V~aUj8#9GfbNG< zondo#EA_Havi#^pe?=44B>-t4!s4(6G$hbRAJ0S@1xg`ubxk(OIY~I#x(hPr>cIq= zIMC(`=ssSBxahoY$VHSdS)_|hRI^5i^eq}{4G^sW*Px#G6C+gz#Ie1?yNm2#qHIA8 zSpI1#<2edKtcOQKJopYW<0ItfU*_D)5@hN)x!>)&y7;%>PtsRSoce8$19<>WKkY6s zERpsG-Z-_rwRKe}6b&qnV{3~hxs^xg7O*}XY_8wj(?Z&H8O+$sK@C}V56VF>j{@}| zMw8My+m?-#Wba`>0ZbpLK7nZrAXNkp$6Ms`3{;%823UTNd6ms|lIK9=Q`mAki(X6Q zUb2?a^Qm#W&cKjB9FDcbatyf?y-(@5l6!&bF8waFOeRZNl)0>Q!B8ra{tkK|t;@P% zT%VGhrXdz9S+S~MthT{W9emWWk6gx*SFvOHx>=K?5tVg!9+WHqbb~#g;vQvdYwI*? z@!#5mPd=Lk@+M%5BbJ0XM$ zc`Y|_4**DBV=;0iy{%3kA=GLz+Q`V)1|##mhj%`z5h?Amw9d2}Y*CcXf&rD@y1!GJ zem*m9&w)gBgU$%U>Pz6!K#zPu482AxsnIIZ$XG85U95}i+xJoz>!tfmlgJqC-sRqY zvL4xc`ml*besOVZJ#dYNszpVBf>nsk81R&m>It@OTnzs zlHxQ?z(MMY;V>~T#hw?@Wu?dDBd4JeD>Dw+h!e2odow%>4GU#47-F+p(8uZ-P(tNa!d$#!2O*%8OQ8t|Y@anJGUxq4X@_E+ zlMKA>s>+})o)9Y9OE-Gz$#~{4V6nInJd`{FucBur%=_;ki&SYJPEvAj)}yZr2{Esq zc~&n%21E%!kb4qk-RkjL2~H^yd?5Fva*)W{lRr$?x4pTb503&mopW;LWP5KaKTk1X zw1_mpSPYSXWqW}Etmdcsd|7fn4tOnsU6!n&W9(YS}vC>Z>4kUl|@yVhS?qdgW&hTo<(?dAF^-kC#h zTXc(b78WZ7awkA=F!=i#7qTJouu9)WDX!2r^D=Pa4OS|m zFSv?;!5lJ{vi;H8aG$U*;ZfS$T^s-pJCS?8tUSl!+qrQov$5^;S^=jQ@J>m8Mxs?h z;ndiTh>2mTwXirCI~Kx_Y(FnAk#5m@U#J1_(8WQ$n-)xJPb{ah?Pq)N>Yf^PDQfHz z`ZbWSgE;?_8zCA%LzohVX79UtaU==dQqLrN7?3pjrXI#a;Z~8rMzl!4DqXsFA~4V7 zJ&W|H^1e*x0TfThXhNSSfIRl$AY0(2C`IZM;sr!zz*@^?8U21qNvGJ&=^)Y0!pio0 zf0h8!FQABZb%4!?urNjE&@ri@X)4h-kkLOqck^Uz@YtluS3>NcK_W|@Ob}`jueVO& zp>ow2f@u-!+1a|pm5}$Q3N=KkV~0~NMR|lCncdTn8&crXd2%pX1WI*F*CjHjI-+B& z#VHy|lWSJW1z0AY((x!o%#e?lqG@(a8R)h6IpP{+7BqR5_4|6P{4_+e;HB?ns5aJ; z{COORHLbUs$FcQCM!6OYS@$bYJEjn1--#bW-XqM0kNH7(c8~j@5juj>>Ak5POEPQt~u;67G_K0qv;; zRIEZjD42!bTED0Q6aJIb(A9IW4z{uhy$z7^djZu1z4)*X|6ODmO@2Jf8yU5d^Y!GT z(Yo-Zu);>6I9{!$#gX#+yCJKlk(`Qw-!w;$cJ#-r8b&%Hl`>us$wHH%9!Ih`@c^low7-orFkVN0e_0@y`hJ{njIc)JK>t_Kv|Vyg#r`F{N^Z}K4@R4#s1cAje=Tu#@A)fDT_T4ihNhS1K^ytX|;2o*nqcDYO^1((-gY&TcjSQxaISh#Q4IlFop9Xh6|qWU%;zI>`@>)a@Pj}NCkzhbE=(;$f9RnLELjC;(8Rly1j%A2 z_8Z!LLUPjVy8=Y6uPDWdT#0#;D8=tU_tF&60{RkISoS&vFvP=}_axGaUJ?6JnJhyh zN*Wgv*JwgqJ0J7V+AN%}bk6Hlv7oqLC%{8u}n7TL*HD zqgEB7zJupl-R|WIj0^N5SKe#p%?tgP{E?k!>$Sa5FLc+1eZNfiO!~QQ(EvP=v10kz zPMIX888GO8In_Rim~WwBBR`raQCg%pGq;Nn8+x7)vbu?YasQoi`26p^{_75K8||qZ zPqdiz**6|}Ymb-hz54k%*EH7gf=1e8d6nd8^d}}g0yR**YNI#Z;5sd=4`jJg4e@fl zv2V}Y%N03_{O(7FtGo{Pq-=G-9mB zspr0aeLVT~y2&GiN3K82*B`k-k6fSmI_lqt>rZIg`u^>gAFi&u)bCq$`*xn|MvLpc zxbEj{>wgJfee7YBQ}uV8t`L5v-jiL6Ns0cMG_=cVa7JHjxfLZUMI)nKN}X(Md#4^w z=h|^9%Q$=)k9^I`w7-8_Q`6G-9JH|`m-&x;{VulXm3rXE9jL{@!VXq*TvICIER^_D zJcZgG*EcLN$Com`AqTfGjZpG-2|4ce>cn;w_^nPQ#i3U7|mS=lg;mfA|+(s~>h5oPd&IN*?#pjE;h+?`$Dr zrmL0uebc{n43= z8#neI0Ob8Ou7Fu^xJTW~d(;a|A_`Ow3mo zU8{HI>^I!_h8G`z<*k_LOc1)zK+WQe(BDG zq+jpf{o-DI;OA9#+O$$8fP@|JRsv)7AcP&jfKoL;muKCpNSq{I^a}43#Dl0O@qcvj_g#PNt{dJr z9{#%h`a@psgpzeWV#I9peQso$6eN>_h4qC*>Umy#>c(%r<6iIM*0%7sFIJEKEo?pV zETPB^;8;%`^9LJPn&Irx!RHQex7&?}t7oa8lxvjpFUi9Qh)Hw0`a9Z=V>qS*rEc>{ z@g_tuMePb8{*TE41RT_E{5+1SO*f{!3e+#9Ifn^8;6NwU=9n9JN%IHSzn7l8@x&bo zGCXMFS!#E?ub?0|wvpz*4RA5Qv`7;!R*>BF&b2kVc+kSl&#NcXI#|loOY6nJi83NZ zu@dzv)C;f$AacC6{UL=XjX9r1!$>DV`)95{c7S7QPvNm^mHNHx&jV8AF2L#WKUQF{ z)H3-i@eVM}#|G$+OCuaM3U-aTgr~^wV$9wpYl3C_SUapr!789zzOEpFgVcj)e5jDG zlVS%AsiI}()uYtSny1kH+1~RaZv~(X67wi6hJhP1j@|gKKTQh{eSNmy@|Cm*B-mJlyb#i5{n+8Q!hxc z_o!%aynB^*%kcyH7tFI1 z@(eyZ1=G|l((5gPX0g4>LPEwS@*OmEgXULpLXBG%R;~-?3Hx6_!`o7_C?VqM&D*UI zc+lQ|+s5D7ui5*zP*& zHToBqPcG`X(3^TK;X!hQZis|Y@+uA#a*YytM5&fhOYNx} z4qHygBYXY&G-)c=-hSf^wDO1t?QXWEk1KDTuN#?B6dvf;Qp2<-*|>J@axEi0w6L%x zBE@)U11O?V2=PK!i+lo6z@}5?qMpO9uXs{auU&rcA)oNW z`53f+!rCy>>*#Abd6k0tjWhz>s+Ye|5W~&$0 zaW9^PVVrQYVMT&@tty5WZOiBiS&awn?l;!bda1)NI(T!@Y_}Gr&nNsW4*8nQ6w|FF zRW-8?5rF)ZLNNi0HFU}ljOj~lq2^KWcH~F~(LUrL|nYpk72CjFyNHPPWk#gN72F61qxCU1;z+3&jL@ zGNgd~^*TC|BS!gX*-M%ZrD>EtL=q>^e(-Cro}Ljy0c5Zo!=^IrZ!Unody44+Q0{W8 zxBC>Skaw`O74pIW>A7UM?+#9~Eouug#8|<==2gO=`Zzl1(B-+?xOfz%tA`dX>Y|vX zN7hiVN4@+r)8TYu7bn!--NsJ#d^WDHMd;ex8cSinW-jGPJZN{f(X`7xFwLh?*O7)P z?7Gn7eCq7UbzFTyJJlV7Sl8%RM8GJ@SV{s4@s}i=D&gNbs-r3APJ)h=W{jtCLajcB z-8mv%P7e*ly|jfal-*wn^Pt_uRzb20ouGhqj6BOwA=Yw`$W2^7JTbcgPrK5a!b)ny zjp)d7k9sY-TuMHA>p-dAOxRtLg<)H7;4^p<@ zk|Z6cEIoT(B?=-b0Mxzebo>U$fK5t$EDW)f5{(gEb_w8p9%>kG%~RhBlD5$(XnqSyrA z0uudf6vakC>bCRLNA8N4pXMt=ofp757M@+BkdKdNrFJsqTbW+@%rO{X%iGX4eYT%p z>$qBUi?bf-04ef{9WwgW#bztfd16}1XYioik@hfcz0$(HeSR^Ecy-(AV}o??9AFd5 z%A902rk)yhUcrO* zq1soz}^gPrB!dg88nmF@rRIo!q8K|{i2F3=O}4WSt)OM76z&_D)X!L%S)fWcKqXM?&o$Ddplb+ zRglcP#U}{2$;0P9)lY%U65s1p`qZ{F+c;F2e0-J%)u#(;^J?Ln==%5U;|@38J$(uf z@oOl{X`hZLrYO>h#nW^}ebR25P~6tfSLx+n{FUu^#SXlnytR=0v_pMg*6g07NO7d( zTBuVWSe`<3Lfv=oul%cDzT=+dyMEo5KQm+5^9p8Yi3+SB5;_hADG!7grk$3zN7c5k zp7z=L=e6%Yb@ePBwD;A%Qoi$ri5~iiYVo_2yC3L#yKFKK>3d}YaG6p{hHB?1m|mnT>ccEi8b3`TP zpy;MWI+?ZZV2%YgM;JUQBOmF2-@S3>Tfg|>dh5@8>T2)3>hX6A`^!~Gn50~UdzJQA z=77~IBlc}{U(#Ypq`!T6-R@wTdGE%A*B^M8v3&u5Y3Gsh&~vq0I$Q764)vMwtzNr5 z^f^3=C|Y@q1W65uE$jE+!Y@4?JWHKOOg`5h*vr`drSo*{@`oym;@|s?Pgf~%v3i4@ zeq4X0MDrTMWO#DkJOSQhvsn7fmoL-b_=T6+aUCe%x$~757Um1cuXM;DPzvVA=mt5y zy3U&PDcF0b9A4TxxIN?Rfq_qKy-<(*Vrex*$>7D`S^k%l^|JJBwjI2XLP4TaG;`3l zVj$7?R%qAIXxWu|j}GdxYjvkKZ1hyW$9l|3(`rRvSnuhgf8p;@iP@hIU;Q`U{Z}sI z7~5OZ51yScKP_)FnB}_L#Vr#2FP>@^+Eic$Ez=#=5YO8a%HxF&PhnY3*PHz~Y@jun z;rn}7glhG7taMJ{pfQjXfB#CWy6dWv2MT60Hu^hL+Ss9GkG}kUmvEbnzw!6i-+j1O zkMXn``w9d+zR7r+$7RzIz$wd%^f!N@PlVw%{ug(?{B&Klui-w`9%}OIi}H1;Zc@fg z+ZHkAHSpSl@ni0&LE$aHp-z{rlgp&(x>`C<2n~8A5x+XE|P4N9@bVz^1ZZ25!vq+IQW? z09kt9y10gMoiM%x=%D_qoy>fhe*Uws-|YAD&h9Dv3Y@L`JX3+T8=zAlg!YKfG{^Y{ z-NN#+Ap?&b>kR$PpWkoia-i((Ts>8={R`R&t4tR_DBH4a4Gv@s+K z_Kt!qJu9Ap`m&iMj-?)=Kg0wqeMwTh)oc7W0L%bHt93%fU>?TbthIi-meHiG8lG+Q z6Vu!#fWLFj8*@69A8 z9DkF1p1xs>?TuAh&MV8M_D|lCBzZNz2mYE)d*yliY%eAvdxf{YzEEz3c8&5rd(nlW zNJ_j2-QUorT}!73Wa8eEe)0m;cwfn)igRx7C#hNWsXvf-U5t**>lhT1wEg-|k-=9C ziF3|~0c5Hlti0aecVydJ@{xzJ{Uv`ntkkOyb^XEYeU#UCS<*3bDtRu0SppX^exBoHbLo0X108JH zdmCEd)eSm1xh^9Mz0VpK*S8+pn+`p1#l{(rx!EMGA~>7?>} zvYGi~o8kbOHCgG~i@%e%J_<<4jyZEKn>luzz>TJNh-UolyM`kSG`d`sB+S^2IFb`p zi+~C^WIOpQZ}B47%qtX`tOyZ1(G_wmZaNj|g7nokg_98*Xj15Q4H6qaq6V(0_KbV< zbe3Vq5F!@2o40`%M`|fYeVDK3JG(X9=k4wN`EVAGS@b5xi%|5)_5&>mDQYHOzbAag zd^gEE>eTi2c{<3u+oCs6@0ebqjJK9|Q^;XiPSc$zg=jBCJ}|8?`Mc+tZCe>@$L#FR zA1AcmGgeaidkvY=n~@-|1C=66kEWsDR}!LVZ$#JkjxqFA6O7Fe$lY(Ow^mpMUH z=)qwPi_WRX)+D1=>Xx8e#mYy-bJ*uRmR);f_>3t&_$$*mro(!5>REK3zFwwy_1ZF> zBRP%_ALoyhBt;A~3mQe?nUZ&qvX&?WO|SE4l#Z;N$0!(wSF!!!)ex|xCcBqE{-%In ze?`1@O2vD6r$6cqG{d31!?)9Yi%>W?OCi%WGRjwv0nen6dz9`A#G9}k14;+UJPtVK z0xNLO;MA%lk1+fbydu-40tbhH2*a^@6kCtUPOsv4oQ#EQis0fG5AvNY>swuo^fH@a zB2O^a41p=lo5h`S2?%H@mIWVP3qeM^6hu7gi9AAaD8Lk&hnRei^}A1No2Zc(Xy_x( z=RnNNZ*-0&!!Pw}@E0a|aiw~BjqMnnwEbh6q}C6LUQsOrqi&L!z_GVXtq9Nz#z37C z_0qQ&ORwH_3(SBd>_JYW5dO3%l`3Xv78C%|xmnYW8I&#oOpm}`HmDDZi}m=SCqT3^ zdQLjVsFVN!8`}j4t&*A3v7LtbX9dl)zrM2@K&ij~b@v!5mis$V5aU#I{$;XRBQ*ek zJO(6sd=cw1+rNnUbbJMng3Z5^q`x$XU^;}&b3uCV&>u9;7^$LLf$JV%C~4`}W#^T@ z0WcoK{;WF0&YwDuPTGdf1QvKX{>H_Ol*rPgUAT*KMy_R0;f*kSQep3coWd;@2N2HjX1RW~lRWWYSEeD51#?;W%OK1=Q z9xR|daLl7-q!rD`U=eSaJ07D|iv}oV=rEk#IiNs3)8q^$&cG<)+0_dX+coQR6dFdy z50@S)mEN8`vlQu4xMxu>(&>`WGowu|{FRy-l?#tTLC1{Nt0$5$d=DO2sXaMppvEr8 zrG<4smmDufMY^s?HDN>K%P1BQg5C{&1t^$M4^JXjBG(nPjtAPe_2vEbt=$01g_=*P z#`L-a#0*}6BSUT}<{(xhUMP<`%=;K^>%WU;_Z}o6X7e_r$0emp2r9;2=t#^OzV5m~ zje5z~3Z-(shtBM0gbO;1Ae$REL{3V}@a%61qX{weDJZgwRxiEsp&M)3XDc%4M*)P+Bh=#En zziSF;_}Bht>q~ehP@-~3;Of^H(J%8R3-;;awT%jrt)p&u75@8N%F{r83vl6pq}>O( zd(xXo5~^{gQkn;W)VgbyznI6Bo%JWMgrUVQ`$f-k&pnvf-ML2G_4RqZ)0~l5vp-6! zB9QWvwyoryWbVRQA5nkCi*zEzPSHseB;N&S{!5aF=2a$^NSwrf?Clx$_ImLo0>gZN zjrc9KlrjMRQC$QCBkWoI5pF+W5PsvQiv_$qgyjthtTq9tUdlWS~(>3~#?e{uB zHDXrEk#A`zH@V}N7NayJX#yI#xafz%HbcuSdW<51r4c1hG}>E-Rr?T9is0 zbg@sRl>V_(vwn{7f>w1Tc@G_tsmqh#_p*FO(m<3bpwc??S`49FR^lI?-~JKvi6AAq z4(Zh;uM!a_U51<~kIF5jKc+v3{a6YN0Pb<3FN2GGSLV{iK(9eeTD1rdbr(=g1U+8@ zLkWTJVMPMg(XTB27lMcP4KyRL59*IUr#xEsqu=T)?coIa6P$B~Quq&@5Th6qJws5v z0MDEB_uqQ^sC#=8kJ4Y4@Ot+qWUs2z5U}YBvUL=_a~7!duo4+9Z#krvRW-DFrYj897^ygw#Vov+%-Gq^yr~jzpfZ<{hMS z9YGdhV(+z&vlRt~y$RVv!3aSvwbW|3JnEDYEFCSRnx~h(xX0=wO${Dt!aD&Y>2i?5 zfG~uQsdzWSmNu4~DU584aM7Su%+N8^3k7Jf0zzmIY-pkEmHOxD(k<@n(e2%>a?vA1 zloD}+HwbT%w(-AnGSXQLQtQMNAjIi-BCu0%03Nzk;VtVJHWQ@Lybc%vn2T;JlUbY| zQH$J>f|_jZfbdH38^;nA(UJOkKaG~9=$Rag^j=s_ssF>VH#6$ggDXHH>4yvoLMknB z3S~x~4H!~?Y;;K~drF+6W2$J6uQk^SicYuKsGS|oW@xcv_Gq1r%^S;3kd2vwiiIbj z(F>*R!n2IvvG+CFgYV1Ux#{?!n*!zUU3v7N8pHlP7(G%n%0kBA6f#cP`UEI5bn@gV z`5a=-{|yMp2|bU3xn>|8icAvy(#gkZPQQ8Bm%`ZXoE*Bvj%oA@4g#1L=_lcoVi7@}UZPnQo4Zgy+8 zaH~fA>dY<}%vxYM?=cIR2L$jpO6YsyIU+EDNdqs@} zLww9iq^h9xTVxm1Xh17;pZo1(-!C0pYn7yCt6zx3bZLluiDT(Un3U@EBe8c(q=)Rw z7yWew$KN{tD`vS7SrV%#?2m?})?BWbg#D;D>Ncw-Fs18|Lj~GG2%S;y%`8w6Z$j=B zNDWc{suxLG$l%~cZ_qfQP%70R zlqgjdnn7BYIH-o`qTxP}5Rqp|ZgVc&5X zl+d&fhd1GsPLT`PC|MynSwv*Kdrle!z7L!>wv%3?@BjRzTix4R0_F0R_6j(AACFQbu0KbL5OzeT za`bB!U}*3mbjp%{N2lDTA!(@pQk~@01iFn-LBg>&D#aoU2oWBkVWP>CaCWWIjhg{$ z=P%{<;e^S071uScc@_ng33M-&Ava2f`EnQk>LfT3CIdN1R*allK@A((&;f$wL$xEnbLU=xgN5w4S1r_N!4n@+FQX(H^FX~OipxQc?98FMKeGWoX zEa=0wFP{KV`URUVVViOz=@V9M!jZK$HY#+;3LSwIF^dfM_|F`Sc`_#V8i?&Y-x86v z@GuTIatfxrupijOb~o@LXF@BzffXpmurXF%CjcdF**=f=XzvM>%m4Jz{iTU|Kxx!a zJ*(oJ)Uz;+!hZyfgm`I8=#kA82Js|CU3}lZ9GSB*il^l($i+5T9RHJ)Zbt zEJM#2&eOTA9p8ntaLrIuxblV!-X{`avoVM-KjNLK28h_G^|a`Nwh{^u)~@IKo6j$+P?m-UUn zp%cuz5NT!`93?7QpqrqlAs-R6N^&TNkO&x4o}|LPiFFb~Nj=-UCSk@ZlZjchEz{a` zJ{RCJ@Xb7;dl{#Hi$oaZx|N=>Qc!&s{ki(N)cc(TP^5*>j`8wHnR5#`7 zr?F7(Oj=y&q2*yDBtokwSjbCd^qna-@32R_QZmrAhtjB?ASSQ*5^u&aKuh5Gw~`v23wZ|S0QFiJGxyfB zbG)ifJ#@+5Lu#ffkIy3lh-~~n|$L-zO+i2GxdU@{edqhO6z?MjKVQ=}NWusD9wG9pVji72moyjMs zfa(&9GHG}^7d(bW=(NeBYpmL6AvXqwRQx5H#-ooHz6jVT>U>1z9{oba3@_$^!ZM540O7kiUmT!+lB4A-*;qa8k!ZXGU zycI_(%}TH7R^uZL1Td$FTGj?myRZg{h0J2V5eUiXTY@Xp4eWxgn=(XZuY$6N z+ibV}IREjFJ#wKM!$If=F-9HM3oDKcT4a=J?5#81QX|#;gO7R~LdIIHJmhce{81cf z;4sRCFlIOU6d_YO7qqu`LCnK4M33x%<2V))gAk9;mYv6mH0fn6@Kv}?`gVd)uBBNxih%#59w2B6=#Sx4O;csZRh}Q5w zNIcwxPD*qhm1i-p)81C_)ZnJ%`ey^10t%o<-wIq?>D|O9?iC3j7LA_FGd%wvM zCic%f0;;VmoXdWO{0L%BEl%Fb!^jC}7B)r+&!V15HOPuu^>8qg&HgEDMLY{I4BG0+ zOg@o}WA+?UHS5u+M0-HN|3foqPNkcsg_pzlQ%A0buO7t%0x5}z;auj?(lx+om9i=# z7+Xxjp7P&*9pw5WYY@=rX@K}{6I_^wnX!it&^{1Qe*7P8?^i=_xs?=&3VjgMv6AOj zj+ic$)QiAtvc}=YGiNesqITcF1%qE(N*8Le8;tW=oD0g%ub7WvYB)$6oBF~BPI%A9qECmlT`9m||q znFbm_1fzYvKOtrB6@bdq;twMXKkE@Wh=C=*=H>SN+V|bj=Oa`Dx~fKuz85BGFa+M)Z0M)2wBaQ_9AvHu{22n=CTx_ zY5|!3-=YMEf-U(q1*oLiHkR*^E9o$h;uWWMo6Qp;^6~aO1~KJXkE~<@F*vja7<_o$|IF1ER0K$&Q_jch8oOFJWrYl zvhV15lcZlPN@l`;pm-Lw((51}PY=oz49Oz}c*xy|N*a#nmw5;vTo&{}P?WJq89w=M zV7f?G_7Cs@+lL|urEHy_`&`9EJxYo4d&*_?l)}N9kuR%=m*_Fg%1eekYP!bq_g)d~ z-hl?{lQ{Qn6bKhbB^OgOuAVVl=5^+@C%1dS%yR; z6ik|<;Hc6tZ-WzP_As-6w<1XQC`!T1YIPS0M1lOBLuUAzU!p;aSQHTkw${{OHQ~r^ zv{J*RJ0qcl-D~Ln@_2N$P(C69zp=NC$d~VLaeW>@BtY7u&wp@llJD&YZvWT*Ll>9! z?nk0Tu_(sYLmu3mjUUKiU!5tkFY^(FTH>NF0gCC1Y+?z^jX0=`QX!~M(ixk&!|t;s zG=bCs$vz;TdKH`mJKTfmq!R`p0UIkFIrg?>4-u?{)&ku5y?P%_RZOF>5IpLzzPTO`!i2K5-tGG}6b3_kunz`2=(l$F_QU8K+d@Fjf6 zc86j!H=aKPUA2gpB^0w)@OiobneW#^!$3^eO8MnKc5f_)p;U-MfX_oziw0^WB_?gT zyfDYXL78fq9*O~3IdI~dhpi%5_;P5&cuuNcOy``4PqAwvCe59QVKIWoz%ut9BIXG7 znhtT()CyyUR~q-GD@~)21q|4Z7dGp87y}ijYt`fV1bpI+Vrm23QaU9~;YhfbMrvhu zz(C{c4{!tLaR=HR0m|q1A3dmje$UwRWK$Ax6i0%+%Gbiao?z_D3ft62O9If415uE< z5u4udjJf_rnoWhJgNn#m66O{}DFHwMk43($2vVt+n#uyFW;{?XH5_>l4MtXQOpR>r zVG5&Wr&|OJuS3E{Nr~$j7HYZZh8k053j$~$0A2tYhRQa%1o=zJ;TkDu7)722?y=xl zB>ybinU9M4F4ZRR-y*%Iq0oEN^K|gJ1Kfdj$D;lJ{6`KOQ&&v`Y`g$+Asvx}qp|gETxuzJWxMJX&P~wQQOrBUN%=w0m&LqVHo-okYfh z%r~faq7dgsv$Wrf3<<%|g|o zXcmq_Mv9pvljtX`^h*r;jRaqsfDSfB-LmC68>E2_4zkq2kS-%~nkH0FdP*e}(pi~g zH4rIaJi2M1;(-Auap#lpC~oMW(W9|nyZ7KyQV`qs_mU?5udY~wP&S{JwB89Mqhu5P z3ax$=_F=$!JO!VDHq)g}y^7H}0f;&?i9--Mu;uq~5|a@UCUr-RavjclxP$GE0_C7a z!47G8UM79W-XYT}o%oLUNO5o4Ce5#$qFWk5hDMwSQMA}DfMU>;XWWBUBu^se*3MS5 zFaax)$N*17YIYfFda=v1Q5ffhtc-Mva5wqm>0Ic*=<3@b#RrZ4=1 zw{ZvC9WS)_nIGBSuf}!Wyu?Vi01v~0QbI7OlhP`rthjrJS$lSQ`H#JBTd5O;Sa(o~ z7m5U+zB8q7!<>?XI$?xTHqXt#J3pZn_H@a(yLD)sf&gvJsz*PjW+k{mxyD)TgTRo; z`|dGPs958({Vs4B!mlw_UVE2_7{?~&wI~qfNHKJ15K9l>kuTX^D@qlF@|z$40W5X` z7+tgEqedt6?|J&!%U5uR+g+(hs$kixhPEFiCrn<>0;EuIeigQkhldtKf?Ui;h&Bdd zxqd(lz{+BMQC_<+#rh^vSwpwUu%pWxygH5N)hUQ9x`pr{-mx0E2qzTx$`qco-!+eF znju&Z_j$MTd|YDH{ys;GXu*rea_12u-R>nDHh>gKgS#~AL>Oa{CUm*sM~~~bQ2%(1 zKURN(#$BeL`}=#i3+=9z?)}mY`t)3IkcGWar!4YW3LH7|99+Ci-EtHj(eh9*FbHlF z_d%a}XQdf=qiGTS0>Yp|fG6O%cV~)c8baQw1E(Rzb`ExoIXlV&JG4n9+Ki5QPPrw1_m&=2#;gi0@o^Osoiq+S~6WOXY|W-H|7t`A85_K z-*^dksogc8T&sEo^zNBi#@R>67XbjFQ6}`AV)e20Y`{XwRd}97@-E@R12}yg5Ay5z z0$9EsVW4WDWb7hBHBdmYKKA!A7*5fg9u|gk1K8^o0KFl6~-6OD11;m}A4WU|SbgNS~qfzm+ zG%W0qE-0OH;3ZH=NF{A2An|Fdc$>i(opZYt+K*Q@p!r|*w3i}8q&dCfNFg$u++G}@MZ78 zz|Yh5zjuJU*zWqMiJ$)=dc7Ldw~Vz}NYk7O2afU*3*UNViP-6r8zrd*Axki3YPN8= zYS%c(qMNJ>G@Uq5FUtYA2zBb_<@>1xfVhMJJ$`?pO#$F_UeNGu|3&hWAGX5Uyi4ls zGr&?UmoZEA1Mz5*DA8xaJ`$2saU_7OO&FQ7g_qy~azu_b-N{$T_Eo%p`Fr1U?%)sG zj%9e!&;P^eLWRQlak4u26sc+GFI&QJ(NtE{X2Bz4MzvE$o)dr!45{oyN6#uH|Ce%LiJqRO~&=3{R40;dz^81yreQ>v zc~RIHprCL$ax7b@l&+Xjv-V1GOmV=nAQK5^K|`t_HYdC z*v8@g{O7j!>hJt+r$nj=+zUuliE?OG->xNNQ+O<^H;tfPKyJDWtg@-g>@XV#rF$cwa{OucQ5YYnA))pSpAou zo6c6lyXYBr(!5HM`)YK|yoC4IB{ayQ`75VM6eTGON7&ZF>b(1w-{al3^HkSD4g*#M?OT#toeMgUC#nEcvI6Y`S=r$XR2^*8&ZN>vzwg$SqJ` zZylR2>{J=*9|S%A`Uv=7M!i0Z4#qi@=4qHKkuN=jJUxwrT_jw55y#k$ePnk9%k$iF zEY{P*Lcf~y>m5+x$ZH_7?pmhcISn`32>lvqX7@UxS&&1;N-cCI76%6?dmhV?Nw6}a zkRIJKjx1qfD}2%4xh%Ag<8BMRmdivox_j;O(`duqa!x}$x!zdaz(FL-twT|FOx{Vr z#Y*veM;HcmB^;AJ4yU>iWAN)0k0X!Fm>%{C|KsyG=5`{pPtA|er)%QxO7{fz8om;m zh28MGu3!gC5wIixaWZ~0c=s>>60Kr?_Ut7l6buBMJxfHd;`yggb0^MPB)Ljfn)2lN zj%SD8v(5ACJOocEt+Z-gyHA|MVz6zUlqomTpGM}1I2B!KXW?Obct7RHb2>L%lWfUZ z^N>A+{sbs)Kfy{@+Q&D6ul+Pmpq&U%u3e^U%cFFrdWJWBilH!65&Nt!?=jGLbV+HN z=@_=6Mq%KxO^{@#QvkA;axg-&^;X8>Y}`bu@rrZ}!fGfgM*R5NlY_3j^u@;xaLnx~ zJaMfW^XqyKf_JJtBg)jFdmEK|L6me$58)!h4APZ!iD44emEhZwAR4#3;(b@RX<*0r&CUG#i)xtxK(D|X%w45 z(~wcR;Tv(Yhb?qCB4oW8J+seJb&= z@E*kS8Q$|R@N#$JoYZCihqNfl^%1>`h!_m+TCa($Gm`E6c1v-jUbH*rj+nOmyC?j2 zPn{G|5dav(I5?;}EQ_F>RtWupa>+5QeBM0@ zyi|kPpQAKRT{MF|99y;zU&cwb8_T77OGrIFieyhw!(~;)L6Y1EsZ^XL+gK(LEF6X;u|6Oz-bI z<59i<%H=Iaf4hih*D!rkqiE(SWNUrIut+4OGiAyq^E?;jrT%DLm}U%+uR>;6XzDL+-Wo5M(Ed zS}|*Kvume#{vlj=9```ICxFu0&;9Upz8dph|01A(1Hl#=rGgE9V`QV1;kw$VQF=nw zd+GPgN{q^}15KABc@I;l*7vz$CZ`m_(_4WjUBXGXNnenYZk(?R?;*llZdn=>qK#IT zn~Ece;7?Pb=_+bx`R$M5ukGO;Y4;3JT5DjbcdJD;uBkMn zWVlYJ?8zn%L9Q9h^K(SGj70e$E|62Tyiu&Ta|#e-b(C|s{ZS}Qp<#6CTYu*3_Hn}P zsq0T1)C;=MzgYKR6w3s)(ILtdl16+aDZv`55Y-@eGx!|jzPG@>ZtNECsB+AZ_d>Ah zB%@rtnCn{o&!->7U){q!)b1&uwDyG`-nu+b<#*OZ;(^brrFbxUt-YEWsnmNdCOpH- zSOp&}_n~{bUX;JkVnIgsP+gBkh=(~*J6%MY0y8du^__C#JnoUU9F}@5bS;e1d8}zJ z#MIbPQ))ebZ%(%?0v=vkZ@Xy|EA&F#MW4Y%pM{#51wK+WKyoApkMh>(hw+#1dhOQj zwtEgJt$p!xbTGgB?wNX{m{N4#_lXYuarT*Zv@=L>ENG61|Fc*k$aBJ)yHkB}hvyl%RIS}(w z+Gj;(5bOz9wjcu1X)MO&?yG*-f0Tc@Mz+4=ZQO(Ho&-v3U)+E6;Q#%RtxCiAe14dr zQ8d^|Nv$fyFhd@rRK^RCdNZ?sE8>^!#G4o$a7)qYi6ROXM4c}Fxr47cxk%Sd+V7Zu z)2sDoT^Nj(O7tZLeb;`LXCxo<#ySIlRlW4>)A87&gYg{lBcTl)BF-#tS0Cp2ui-y` z<|M}HP`?wDp;XZ4>W%u0|C#G`~ zaH)xW6!sMPLn;yx_`>fc_LSGTL{7-f+jp=CL2ovdg1+tw|*zTOgB-v9YIDsx*} z%7JO>$D;#U%Ir3tC{vH70 zSnm7DbRhNbY_%0kx?bzLS&r9dcB{uaY|p2?2lV`7%b&i0`>5R)9woPbw*SzDg$|$M zUPam(lj{X#zS1$wRf%MP5t(^uP6qmW9PjsfX#FgxhiJ z_kx%H@<02;efOYq`>E|W&ek6PT2(|o2rjZ1(H`N>{E zn!ne8c-1jjC>Xpd9w$vUYUHfPefH;Rdg6WuNo&9D##0w@W|;8G-{{QC#`vC;3+EB`@7ZH z1$_m?tbhCWYbf)}6(pB`?TtTq`~%nSV*AJeCAZyg{L1O=X*ykII$c5VWc|0Z1?&Vk zxOtp|3Yu$Wp(_*do0Xnlx%iWh?&D+J-rD}*)73N@V4kiV>{RVAPE-3U9)|Tj&NU=H xAJltxrGCEh@Phrv@JHXogZ7|3XdmD9{{y+qDTxq5w_5-J002ovPDHLkV1m(7EinK9 literal 0 HcmV?d00001 diff --git a/icons/dapps/color/Ternoa.svg b/icons/dapps/color/Ternoa.svg deleted file mode 100644 index 0880e0c46..000000000 --- a/icons/dapps/color/Ternoa.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - From fc40684e23f819f11ca2b20a87d10fed5e902b9d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Feb 2024 17:07:15 +0100 Subject: [PATCH 1999/2142] add networkdeliveryfee for Kusama Polkadot Bridgehub Collectives (#2515) * add Kusama BridgeHub * update Kusama Bridge Hub sizeBase * add Polkadot Collectives * update sizeBase for Kusama Bridge Hub * update sizeBase for Polkadot Bridge Hub and Collectives --- xcm/v6/transfers_dev.json | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 66aa2fcce..f51688fb0 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -504,6 +504,54 @@ "sizeFactor": "100000", "alwaysHoldingPays": false } + }, + "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "1000000000", + "sizeFactor": "333333", + "alwaysHoldingPays": false + } + }, + "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "300000000", + "sizeFactor": "100000", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "16912512364", + "sizeFactor": "100000", + "alwaysHoldingPays": false + } + }, + "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2": { + "toParent": { + "type": "exponential", + "factorPallet": "ParachainSystem", + "sizeBase": "300000000", + "sizeFactor": "100000", + "alwaysHoldingPays": false + }, + "toParachain": { + "type": "exponential", + "factorPallet": "XcmpQueue", + "sizeBase": "300000000", + "sizeFactor": "100000", + "alwaysHoldingPays": false + } } }, "networkBaseWeight": { From 5cec2aa4df862be87d1e482b27269ba782911fb0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Feb 2024 18:28:22 +0100 Subject: [PATCH 2000/2142] fix Ternoa icon (#2517) --- dapps/dapps_dev.json | 2 +- icons/dapps/color/Ternoa.svg | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 icons/dapps/color/Ternoa.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2a671a34d..cc5b9449a 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -818,7 +818,7 @@ { "name": "Ternoa HUB", "url": "https://hub.ternoa.network/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.png", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.svg", "categories": [ "staking" ] diff --git a/icons/dapps/color/Ternoa.svg b/icons/dapps/color/Ternoa.svg new file mode 100644 index 000000000..bfc2bcc7e --- /dev/null +++ b/icons/dapps/color/Ternoa.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + From 808c5cd37b75d5209d4e51d5716e3948aca3a059 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 28 Feb 2024 18:46:34 +0100 Subject: [PATCH 2001/2142] update Ternoa dapp icon to png (#2518) * fix Ternoa icon * update Ternoa icon to png * update Ternoa icon to png --- dapps/dapps_dev.json | 2 +- icons/dapps/color/Ternoa.png | Bin 30142 -> 11842 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index cc5b9449a..2a671a34d 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -818,7 +818,7 @@ { "name": "Ternoa HUB", "url": "https://hub.ternoa.network/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.png", "categories": [ "staking" ] diff --git a/icons/dapps/color/Ternoa.png b/icons/dapps/color/Ternoa.png index 2c6121129b112c30293893433ac0a26c853cbdf4..1ba12f8e3134c9aeb5f92c01283af0dca0cf5d86 100644 GIT binary patch literal 11842 zcmb7~Q*b40u&!6KV%xTD+qRuaGO?41ZEIp{;uTvHJDJ$F?fvg_eQx$ech}cf-Bn#( z_4WHisVGS!!r{RI002Z;840!jV&eZA4Ag)ASZc5BzX0nbqw5L)kn;Smfk~#bn*5gp zb5)ZT1Jq6voc{NKuo6`i1ppcn;6F?u0RYBjSqV`MFR)8Lzevkt@9q1pSJ%)u6+@AC5 ze2%wV{g0nN@)DlA0mX4#Yu5iKC(Rjpty(OP&(6bcCzfFq_<*x>!@?{)o`7hy9Vl^! z;1T`ceRb|?IO7CF+t}OWF37&x9l_?_@tN(R21sQ5z;`;HrZRpU!6ng8yrU9^pa2jG zv!K_J3&ZdUQQPdeiwULUaE$7|kbqpnti3=18*a-)!bba-`4JqeL&^`GH-aYH&48j9 zge)*7Hk>?@K$ZoVDhm}X*4aRCnHKjig7Zqqe`twUuk4UIKjon>ZqJymd!gQM*c|Bl zdd@F8kwn~ff%+`CO#Bl9)e2+|r88rG*>H9HK8G!NTQz!HBsE0u3!(wJZ8)^`M<_8RQj!WuBvf!9WZr3@J1eMjJBgzJn2l_Uao; z)0JP`yz{+L1OX}EErHh1N`<+6fVl)a!yWiH0^^fR|2HRDIFdh1RhHzNTy0ml4D)PL z3-#)OH2d8h#{iwlG)6~cKaD13+liCPBm-xkyYC$1){t+A+5uXSI*?@TV}ktzo0-L{ z4Ov}Dz7hz}py~#|^LWR2OVHs-eqBrRytaBpF`p@LTYrV&)r$=BxrhM943#ee zsv@f(70;)|1en_!0J6^d6O-y2SwMTVK3qHf69&80(OZeI%nB+B}lsDyR~vtJnX??C9rf$R>ImU{pi10i9K=E)(N6cahb<4UH(9- z&m7cxu#`^xj|^^J(XlbvJ(tlN88EH3PTAU82eiVTkc!A#pC;uP?9kF!k>B8_T#oNJ zU*>I4)RRgCfhX@mzjPntLDA^;|b<{(fexK~R$x--C(}e3UQt5G z6x&y*p(B$dVL^>IMxh2{PXjv$^e!;K9lzt#zJ2z;q}2(TllH&S{L_hJq)>0NjklPLOJa&a2*aIuv%`1AjbB|m!dIKH^7S=?v6G#f3 z2!sueBM>>;!U$c}nP8intyiMJBp&KE&K<;yW%3Oy2JIfHi8;@=)yX>B679V|ouY(o z1BX@sh??9jO&8RTasgPvNYACEPd$JW#g#nNEx)u|R`#q))u=JzWnPO{Vsks_7{T|< zDU-UXGDgyO*_mM_x+ZcobTFA98WCt?Qj?!T>50AOAMKj zz@J>z&kCdz#$`oedtceN=es?b6W9GQjzV_6AXME|(5n#RZZa$A^ z{?51{)FJaMTFI82H2mu72{)d3kCfke60$yYGCG1MZ*9N2e+~^Y3U}9EHjK#o)|!zy zd1XImf2Z~)D(f*MqHR&%q#CKupQ@B4LE}QWd_4oFkxnAI=%`=6snnHo zL%(_jNJ0nY;~?ubrpQTku7aW{yglqgCk3{$>}u&9{6JD(5B!3nd7d{h2?MM+pF@gE zqJtNKTTzyOm}=(4F2&uG$|)bJ2&+?0@45?nFD4&IKdeTUJ^iW?LT%pu)JN1S2&{u@ z)vMv}Esk6)sV&jAM(il72hV>o;L_6q5vL7?1@K(>_Cb=K3oFu@k%m^f z9%XZu`ozBLWSU$c`^n#Di}Vu^UiGk}S#VjDy0?&P;fOp`{9K4`{DL#J^fL@V8P#i5 z*_3_?WK30rFdG^#yqL(^H7Im3*uyXzwR$Ar^lAk0fWaxxb(#<%iPo~Pi}oe zavDxkmbo}bQeN1sWPh8^9#X|(v-HbW*I)T{Cj<`$tH-C1ULO2{buB1o!(zSgRWlQ? zYCH6c!F5WeG`~XkvoEEU(Ebtxit3V!A_a`=F+7=vc;S!}DoYZ9VJ}f!%HNbaL%1^e zucWc;7>uDk#Q0pGV^Yx#M<+*Dz4Q0}dBTo;o3~V$^T+juoW&s_BPd&m@L%9v?7zhx zUOxY_jOL{+;j`%vx3i_@Pzj0YK=NCXTT)zZu$Aq876oy1;Jf9AKKoh`Wjv-Jnkv)I zi9*T13BU@w|aj9nhcWX7<#{2bt11_8&!MVOB`Ji3S zY^O$Kq`xJXhYZA?3{^xL-AI(U%+eu8pP6;(sXHg#t7fC}%kQU?XDVZ~&5ddM63WVv zTrslsB(`_B9V*^-Opa*IVI}AMi&Kxj$uMz6bOt$7Cp}sA2yDU{kHodQw-ofae z=zDm7j`h#hibSbjpge#IO%Nq7n<2JB!EOzv8RDpeW;Ju*VwP2freicHYz(wwjY}Ta z6C0*d%)ON_fqHvK3~qP3UfoK2?$ByUy#DA|KQliiH$|o?BC$YFPGna(xTH?YLeaS8 z5c9{cLaqXoB%7I;?_nC(qJ{X-nPR-Ur*944$0;Ax_Vb}R_1!raJqdk?PjSqJ?@kDv zpaNd731cp)8%dFy)%s9SfNmiYsk7X4b4fYh$q;=GgY%W-=@@;RY9w+v=_BgCEb7CeH+xJulx90QDu20CvZN7I zP<}lG<~Tz-^j%g4YkWIb<-9A7a-KQ*G}024)%rAqORRJBYo={V(Dkk zHZ3eY{6Ghxmw5)}JIR?Y=?p@%f9szYdTwxXU8P5wdfX)<{clpDNwyU;1+ukaO^J2y z$>0nr5nXxv)Q~BQ36qRR$6ospri32UhDQo+2LFa9+}`S<&2Tm}F_+7x=%_6BBo9o^ z8O~8_C*KM#yyurss*p4gs@S7Y>|`ZcYWY^z40Kvgn5+~(GT&LAUBd@GoLP5^I1HW- zOe3&7XPQqFNEva+(sIv`bY4*2KSc>g_*=Q=GTmD0Eb z0}E`|xs-6#;eyiHZbgD{A2rW3hK&qMpWpKIutOHRJ@({2hJO&>`lT=iVhH*y^w|Yq zZ9&bFrre$1zA28enGCJssN*$z-9jgdxzl|83MSlCUaMjXVs1_?HpQ%T?;5|D*_?%?x`zOaAt3xB&3rRfPZLr7}u9*H_UX|{}68hbmyXAB66qopTHoGpk z#Sv&xj5YEQOYa_WlONsTWt>kU6hHD21mt{xST`qp!x=S0VV}KMy@nQq?6&WJ$=}Fk z_?CUjVRyT)Fk^I!tC2q9$)=DoTP+=84bUrN_7ynj$(kHMqtumMWa<*DpoQPuFG&8U zPY>McoqU{-(Vl}tW&+`7IDP%L;yC5nUC~Pv1c*t`y z*0eE8+r7bXpVUT`2&KzgZf`9cq^Cl2xa?0XFP`--Ep+G--89#gA2aon+6VT&bI7W1 zBytJdU%1yHrT^4}ZhgKg;uw(A*w7+&fG6h@-wwa(DClULPIsjX_3JDAhfvDkeqQ;n zZX;|nRGa%v)^mM}pgUdR@j8{)Ew?)k!_WxN)ZdIHm44jdceuKlWs%5*j-}#U;b1VI8X7G?-4QRF zD>n+dRnb?U<99RD&v~Mm^}RM53ViGy;pA9L4(a_dw{;>0>q7^-L#FEMX@NZY7x}YU znDl6jfl(3lHqPj34vskUt1a0OdswDZ-Y zaB3&@DAvQPciN8S`Pu9^wX7m_%IMRb4znqO2%g*|$k|bEBRDMB(Bt?Ok|{`Xbn0J5 zM=={2jx<)lpBS2TWt$|q8q=S8>V8bMa9JvO4?b!Asb>Rf_d*zk87i8TBBw@82BU*F zfa;C78UhhsL8rphR+gSPe`JPJ>w-Rw)vHWqXtltREtsw+OkH;3%%C#c>Nkg)0?sCB zRmlMakEK^a1#(=#1dk2oQaZVs(==LXdC;5uXW!1*AzYM)Y+gpziy=#*vD{D`5-dQR z?8grtU=r8}2Ta`~DNue*Ie$!3BA71_B+#`EqV|cOYkx}{=j&~$stf{`5q?aIIp|3~ zamCiMu7XDK(ASEX)qvt<^uon}(-RZO@PX>qq16u0eZ z1*L(XOd$Jvr@IO-@X-|bm{UwJWP5j4Rabf+>9*=@Cs^99i-w(Dv4Eas=F(_3inKj$ z_UJ3r=R%8#@|&^BxCG!sK`I)6e?)0N z8a2-f(!e9xXA%w__BhOi#>KAZC7^@~=;!A=f(iINl(Vn6t`k4MoWBOFSCFpG)Y5>whacz6D*t*q^dmfV|m<-H3cV;%o_f(eDMC`a6wl+ zss&ddBFs$^c4j(ar4h4OtJd> zLtmMo9ZC#8Y*%BgWb`LIJ0|G&f~PM8uFmVhT}pb3Np8|`nHG5q7o6Cz+(Cj~!tnYS-Zf-AV!yo#7j_5>w2xb8+l z2Rma~aJxplak8YvogQZYur;pFr;ke<6o|uU-dF4TIk?Z2L|fH*NFS)f5rG=S}AP8=Pliz^i~RenLVwmpvhPL?~RstotV^id*DU&6vwli!U=Ss;YO{^V6|T82{Z7yOb^||=w=+9 zk#@;g^p;s|R{br`EkZdWE9pN6_k+W8DH9*QfEJ&Z9=0HTc$0q?mdG~hw4#L#&<)kf z4dYH#heM}h=7v9|5sE~@Rh~`8=t#|1)M%Z~&04HrzDn$_n-0xZfn?1~a)ddlH!qWZ zOe)Vng?v2aZlfe49Ql)i5R2lC=JahRW5)SH(xngTCF_!?X_^XT$OrlHo@wD>Z_YI9 z05$fTeiW*LNyaeqll6o%>!+Ji`D(~syjwxxkrY@>%IE|E; zQ${kHo+XkRVc~~<6{e)1s$rz+48Pihf66-5CxsnU5Ptu}nJUNoDO!xQ9yo%^HD(XF zRy&8{k}EAbOlV>EQ^a=27C=?Wz!E!Fh`{>Dv(!H=qM828en|~4Y~r5Ev{ojb|4K(* z#qAp2e^SlfjdwStr*5FU5RT{Hfe}8rf&d%{3y9=y@av4PPynLgjO;#`W4cm@!loA)-(M_e-7eez)W31Yeq3 zGUpa_=f7N_>1@peTfbFwgYFnl5RWfz%YqlVES+D| z`T-{3T+yhr09$3Hw4x-kCs>z{VUL$m{6a*V78Z&SE!%K~LIcp}DJpeqBiZ=p#hDXcA@kbK8~EJzhHl3b-?W$^LeIw(tFB z_I1zB&ujkK6C(4a#NjGdDVZk#cr^T_Gw%tWBl#|J4tcHa`N-S_yb1NYxq3F%1sLJ0 zsl8TBJ@S>T>Ty|^kU4I9+kHc~?55%jShcoWdkysmH@~y+I$>z=M`ZS*3g5r4$EKXG z9VMZ^4GwxQFQgKMW3G+^nwT#ZaDl8RgfgHUYh%3a&OzlN56@tJc)>a@1K(MK=H?*~ zcHZ~sSN=x0x|Od`xLaq-A2WONH0Cv8Qhf%5a@;r#tM^gOHR**dIy-lSzxhln;hE6x z|KQ#YAXNvJzs9%p;f`7@k9*yppnA8jf_bgBH_7wOFE4aWo&|Em#M?SX6mD!f+vbQ3 z-|~!yU+G`xKA7=8Lp!I%mbA+iUu@dD8o>2+F_z?Ml8VH)&Shvj z_HVcd=B~&;kHQ@C`Y7~@@Zv4uj$`tZZ6Bjij@ai zlTLpNAxSq$j_Z^CqpWGDkAQLCm^mkW?^fEk`$$ z_3#G)vUWBGJSM(%?o@=hg+1F|@2|gyu?Xh<5B*xLKJv2ttOiz#Stf=^1wQA8FU_;( z?KP$9yZd3*)OJ?>RTl*7QK!mfH#zUlZbu36rC1zFfhoWq8md_33`YOIUY}iK24t9T zdg_zHH!ZLUPuK|NuMkc_fW}sW#0HgU2ug=~c%BEJZRXDGuN#+ejz+v(c9hhODX52Q zz7NlFU!f+0lfXi70-pffy+$&9+`v5V&kF+=c6j8*ceMEl$m7dM{qHwrzjMO;)PVOM zM}r?n?JGW7`UB50G*9Vli8L?s@&Old>cAq$(tux?77r0ESzhRgTt7WL3OTDIHjyKFYJQuJkd$JDOo zOA1m(TLo8;YhLdpMZIr>lL7{5)ZK#>0GSN)?su~4SuH$ZfXh={#!LLKU^9W=&;4Mj zzm4>wG?1ndwqlC%WS@cCHNNe=d3JB-J#Px(n}aWXse5IXrZHBAO}+keAy> zsqe=wiC>P~w;0@h(H}A>swFsAx~1Iz)IWIawfL+%d8Vdx)y7-Co5$y z;Xa)4Qt9xsTdBwvozdDt{#VFPJvOV2ql}9_QieyXyaT%J7I&T_Yt9AKs=Lk7SBf#? zC8JFwa|Xs=J`Qx~G;TOkt|jK;sUSvJngP!fX0Z;Rq^<8|4_uAq-F|@xhX5eaj#IC` z9V@n@-WIiXp+b}#XC#sG3v?;rR(IR*^)t68l-$5YD5%%O!s_yvmw{rig0BbB zbo`JR-8#i(i<+v)xanJuTVTPQ`*ws)X=(m{Ux_KxmE4jaFVVWO3>wWRY+e_y`k}<4b|%-F`ha5BYS7XEU2HtW0iHl85j)XULgE z(;!)yo{QW#RdQ(M%menKsskXDuLM+M?31(Yo+cDFrOi~_w0w4-j)7^VWmNoFdg*k( zoJ;vw&qg5is&%XuM+z}I!eWhw^}U?rL)z=A;8UA%EX7_Ch7fCV!0nB-Vlmf+A67~h z#Y0aK+K_kJ_MH%0I=I{*p2$InT;%m`PmC?2)cJ4q>s^p#{n+(W!t7e2FGN0K#ZzcO z%fm!RpsXvO#98%)$E|sq{E%U#D^P4bvom6uM;)>~*O<)37ZC)dcs= z_|{lnZV2-iQ^51oyv9{)Puj>?b&n9&3f_G8j8G^@Da{0v%vO*4)of-}Blr%gGEo=r zuPM6s=u<2@{zqvD(ShSw24Qubobbd>{$V|p0&20NA5XK=P65Kc{WI6EMXK*u*||?_ zi$0u*;l@mU4y<|NFE{NYk@{ch!3FG8Ng3|DMSNB?x3MR9F#T5bQC6lE=k;d#yn*4T zH!fw<&^P9jn|oVwi}4*)*5RUKt^<4z>vUIJbO=avH@^04X{1y;vOGCO;%|GA)f_KM?C4rsCkb zstV}o?Ex1bSm@GV|A*d^6aqSEAlSEaYTT3(o?713QV(y5mc*Au3^eBi2OVa z8K+b~s?uJ^ms0+9UcnbGn!stK`V57#3e43X*AxDQylZ}iaMN1_kdwB#R+x%JUl4r@ z@wAA7l4sHBgnF^y=F0Z3S60LRVaAvFJN=Z4!611hKZ$us65lzDHH%_C`fia$%1@8uhe>^9!C9apu^^LaH@F;=g4JNt0W}86 zLqc4SW2b?y3@W?!%x-o3jU3<7>^$r*LA%u8{wF6arfLb}+K@?i>73ILT)|LkNT?;S zWa~`p3Gy*pz9!-r)*%_8FcD|@QrVuUmh=ZDcp{34pA!#0r;<7$H5*}3pJ#Cq9=y~| z+UMGD=Tbudqz!PSAj(j6Q)#;hTVlPU!2e)b&*42h3N~S9jgr+xb_^JDs^Y5XF0G=@ z`45hye=c+Ez@+1GTjEh|sM*ZHcpkierq7K|`kxpSa|GD)PH&L3r~hdugofV*t1l@# zwmRj>$AvzAnYcInuK-99Gx24^s6XE5^I(h_XfPTv**rQv!Q+>dsOOE&5wTWU27eF-N=ylBn)x=rUes47#u-G37MiHHp z$d1xZ!}MB^HDPlv5y+QUTb~?4#mf$RUV<`*<#hf|Bnu1*0^8SC-grIp72d5F0`p`= z4-S##RJSB@KOQ^GAucvQuovOf3$w^{hY>eOk+gz^d;fg}hFRe8Y!Jq|x(0B&gmO_s zHGcS85F#@i3D#VIrew&^lU(Hg7YH*^Pv|Ex zuPS_?+4YphTRpZkB0@5>=*tP3j2S@F*~AlLcfmY!w#RWWjGH*$GUqUHHw|e_@Nf)f zPx_fVDph>lI(CVnL2~?TZQ9j=jlHKf6Vk$~U_~ik7*vfEo?g?kI@=W)q9rcA9&!5? zc_U&vw+LZc6=U{ds@3JuJlKIJn)@W(qs%`o;#h~eSrk=WfnA4-GOTr3GQm$Vn*U%2)B3?Cbyv-4o4<+gs?%6QC}K8f z(J@7`dhY%Q`%Y%kMNE?=gY~+3vM?*6KHAb8 zmw|^oGTvzTiCWEBGA8Ca$uJ^LJo+o>0yi<;0oJ<;O0r_0gChG12Br1>0$kBu&L6Mv zud-dhvk}L z3h)yI4A?%`5Mo+2wT$Qx?UC@6-mPbbBW6{0kAa z{+u(OcDU5T64Mf~@X}*AI!j9El=cvDJ-IMVgR!7yr#1-JS2dhbaaWovc)Q-tmQfLN zd#{FP@^AbvaQfe3=q={&zxN%#>O2LI7YdcZ2#TGjPH5x%96Be0vqYLUW`fk9ejZQ) zZcw_IC&>%jev-pEjVfzdN2XA2mf3aEzOO5uG3xgjL%DC{jseQ%L#$5D6ek8r~}Eoyb^aeuXsG07jL36h^jnjhnJj{hsx17+;yJ(U|;GM|mq z>a#Q=f1vj;6~MDwdMdu@hgDkRETqfegs`}{tK$rvTx3!k52IanR0WA=jU_sfFD+Wc znmfoNgB|V@ZBk`PIm$oZsB;VP8_U9D?2bD>^Fglq5S*{wxsH5IX zEIxd&A(C1;5N=f=aOmFj;hvaSV1$;iO@$%{`@?^Jhm%#79U_Tw8!KsKcafu!x%>%Q0Y^fb3?|D$Z8 z{5~XX!HAi5VfIc(lOmV=Yx{Jy69z27Zn;Ccz$OaXHuT z?pkrL=WjJc!R=+Cy}iJ7N#nQ6l%csSvkEO$jm1PZ+(YQ(vxzc;>8U@pvm z4PB-wiE?;hEOt~}T;_IMk=I18N4r<3CN%`LSH2WtBPY3G{EF1}?>%>t*!T2f4Xxo! z6&+*HGYC^6RDDS$H>4kWa?)RH4|{7U0ced)^41VeYPar&u0(+)u4v;*_%aC(WBWVu z@*Cq{8QAl!W6bG3NWoY$2}^a#_C41XtkPZQn{tc!%xd6QS40o(k2+EeC(KAJ zt;PS%f-C|512g|;r-gfaKWAu!?}dBaDfmJHOy=TIn@T%^Dc5{<(za)~+TaB))Es@fS=+LF}VxMR>;QNvf>$Ep5BshL;)|z&RnW^FXg*(!3Rt(6;Eg z*;r3@{`_3$g!Y!MDh(+cPK8%hPcwtLcpIDr<@7SfmmlK$gP)K2b(u0=trtT_5PbW9Q7bxHCAYQvK7 zJW<9QjZheN>uhX##bkWE!HM7gew@^v7ktjYzmYBE0W_-M@pX=8~ z+4LwVs;xXT#CFTsYJ(|amP1Rk!uq7z&gR-sXEWWcJ!B zclu!r9AyOO6L+b8nbpc`?zOGCV{P}1-_P&yoTpFv3p2(SCT+1zzsGW{?;5@Cavq?! zn+vg%za--9&T-#9-M4yOvHX8wD<%EMtA^RLCK8c!B|>=xgK?PmO_FMbhtA{<#PKFi;ed+%}05 zx4d-X#7Ke+l}BqdX+*jP9Qcn6WyA5raILF0iQP7}D8Q&EMPOaEHfHKLCdV`OP~tsj zb??2N`+S#_D3SM)688*szwf-ibJlOK-*2t8_aQuJcdhXrPT>(ejs>T|^)r_pOzrP- zsxI3>sh|6X{qLzG4sihL>j9#J{(*6=e!JG!wZ9AA#5S(tI^L$ezWhPE3ytugedxw7 zo;rn3{PHe{D-f0^>ypzI1UvQnsrs)OImFs;qfywQXBZ*Xo)p zb)WhVZ)2{X>%Rv8`ta=mP(DE8KfV1VcfkSOZ8lH4ri4`CjS&2>W&EoAl@U_Xq7Z+5@1xkH+78YNt}D zXHn*-t8wnuCF&`X@i#!wB0F@TG(*;P14tT>ny=^{fYs9kVEVTK00|`SnOK2!)blgo z9RVg^|8~9L3YulVe%_~VYu_KVTeSy3xk=-1{?)rxPdrn-!n5`7PIv_~dYIAMaxwbS zmMkoPnFB<9n-M&P(-T;E3;B|l8(262hZ3br9;5@1#{E{u%U~ngub2F4^EeN@&C%@v zP*USR@u}Tvyw6ksJclN(o3WGi;A-eXrPL!B-BLhIO1BI+lt7aK0|klgUluWbq@Ld~ zz?nkb^71#lOn`0$BKW~Kj!ivCa2fC7<*IEC@Syefu?GsDtwJ1M^FqB7&(?pZ)sU4s zwcE3Z!Eb1d!J7my;&0wYj%NUC)JwdH0*MVs0l@rZMonW2N8Pe+YswX#MGwwdA02i4 z=9S*8TU@{cdiL=J3jg7qU2M(g>K%Am431pP7{L&Nd`aCQyAO4(zyZT+yR zNg9A;dxiiYz=pn#IeDQ35?LQ$<*H!{E>yr=!pEq6EP&DhQXYDtYJoMKg7`#WgNYhdMV2B0W4gKD6>-I8dWU8h}Z=4XR&Papzr4y>aZ>2Y~L z-zwy0$2q8r_bMg(SODfD4HVw30QnVYmYD9gA!0gCx~Yur()p|l#(HO z{V;TLeKSV7^c=ozqE!YKqi8Ptc@s3lXGQRP7`#NEkDy?y{We3$X?tDYmkd-4dJPBl z!}%I5yNHi)`$z(%1LSKy(E##dHNI1Bluor0V2aTX9((UWvuMxmBHy-cJFbj-gOV`@ zJz}0?15Ei}ij)nWNw2rK=YsV9gQ`!_Eq;&ZYkZC~dT97_G#CS@q&JfJZG40Q^N|Az z|2w~z;Fi)SU2K}rX3ayOBjl6w1 z!uWBMaPJW5G93YoG;3MqPnJ=ygdRD9N+D^TWegpcn|PR@U!#X|N~S;-3txE`r%Nl% zp)Pa)!Yv|Sn;r_oexo+Jh#QrX-RFS0uYtn9_jgyC#e1+4^+7u@l1E8E;So5YNs@Qa z?aJV3)Uew+^D2Xuz#!~LQBR{+(0%=UOC%fDpve0f-CFAw`#!N4cWgfbqTizw89P$M zAEkG0)&?)cx7hxz`tRHCXF7IY0)jp{k|INt+%>Y@M825NZ-rwod=){dZmf# zo^U%VFCw&rl8$fP<* zGDZmz3VdbAx9|oxG5#1Yb1P3WZZF$it^0g?O;}#Qebnw7pzv?q-ND0nrG9$adv&CU z&r#IMb8@T5mg|&dMb%cxMDYdz6o7_e#=#pPj2rncXwz#j{Fqj@GI#|*DORF?$oayuKNEPJ_v-TKSswtY7}oCz6q$x$ohyO$?iheHgmnAo*l)w*aH2R!%d{6?*Kaw6 zbFg6WAh`-)?KRfo-hg2skndT`VAL<_t%_-oRSntZXZ=AA5Q}nQHHa*M>PXFlBbT*G z31S}{;IqGSfJ)wXsl2MBNOyNon$;xT7rZ5Zr@ST~No3@)~g zo&~L2fh{-6-pQU}%e$P%J>2eDpzzKgXcI9sFS6^jC%}QR90hPafz*SK^lPL@gV)JD zz3;OrxQ`4Ya}ETo>bq9nVJ+k_c$~G4$zCHsycY4`5bjet=K5Gp%XImaJ>e}3`{?o( zxk;NLVgrgi3&zp=8OWUS_02wu8~iQzDiymYfxPGVKW%M|lh+ui?kcMrq5J(F-Ao z?e+Fkn@;QAH1d~nNIQuypny%&dVSim#&-)O9ZG78>JqVDKfEGy`B3003j1`DRZIPp6>xm^~->cOqU#?4Er_cT5K0eHS zI{T@edhL7YgU;F%Nx()T(!{@Ll+9dASvGSp?rD}IPYYo59NA0cNEr_Ru>E+IuepWi z>7d`EZ@qVP%RK`W{xyH7igtbh5$t84tu?uzO`@L6k z3Z`2dm=HiPU}f(k$B5&PV^GY~#JOnD5CCDlj8bF^;YCt;3oWl=nqR5_Ilx_P9WYZ% z!s3suqGADr>@7^El#Nhx0I1|ZgQ*q`6GQKzwLFPME|lzdlaIV)xb3ZI*~U~&+(uKr zgcEKj3KTx|Y~|h$zlJumBAb5bYtoga&t~u#JOTzUa}?dm--oG$l9uV~W_GRP+Qp8a z0GCTuT$dO~`!-*yhIXEQ?0-Af>@z?AspmlD0@@6fWu;BBW|??1%H}{BKvwr(Lbv6X z^C!HbSetVsVFM7EiuG@O_jDZLXS(CX8a{p=C)iF5C>!q>a?xs>i5cTT^&)5J$AA0)C(uN{l-JOvbTyAM zM9h}#Nm6udm21h{xzO)t7*2=Vv7vRQeq0IU{L5yP>_owGB0ynOkUaXe6(n@pdk)hD zycl%~Ajn=kXqBK<5gK+Nt*Mw%2;Fy>Aq7bKWi$F!hUH3SK*Qt_UemR_1-$!Bbme3~ zVy%M(6)bIRj)#AaA*Y6(suyxCdGdDer)9h-Yz~(t{Hmq2gt%P+n88wVt6> zq)boMpJUAKfdem z4>zB}ur#h4yi1N&rSlLDe^B==1jmNUU|REOQ0R zvV+Z#aRv+q(O=T?!db&4+Lk6D*VExGf=%)5A_*N+XwkwfBf1(=P` zE84Z%eyv+>3XoO1nLZI9Wv@av+3&?l!(PT+Zg(9hhxpH*tH1dbXrE(-FGkPVSH~48 zSUQk8Th%~4gHqR{2Q&`@th~tRfdUlC&{K440M8N$&7$8Ua}SSv(ega~>vq8IZOTzp;+d$295p5P>E;w_y$F$s4pnMfC z?rdRx1AX!bv+u=IxQY-GilwOW4n%HH>1!1eJ?bSBaDfMfgDpTlC*yJ^WmkAJ)%vUq|wfY&+T4_Os=O(?#5GZJy4{_1E9repmbb z@|$?LCyV}W|4iwgk^HUCrE=V8Dg2lK$mprTarFKIdFPJ0Ei=oW{= zq-{@On_lZLm%U5vu6dMq>7|-0Y1OS{OjFdkp0)XeT(IDDi+sC*X4#ENbj;+1W?=+A zA|sb^zu;~4+oHUUkDzGkNt}k|0aN;yJ1sk)Yv1=9aUVARkABnD+JBsiknlpo$jF;% zk(`_?Ywt6s(6VRxBUu}~I@2z*^i3_}NlbaJvDr;LlkbPiH4^q|+=X^mJjy%xQ|GE@ z*j3LF-h-wd;^;kp^D?d1r+#;v_h9iT1?EB8_Wf>Cc$qe3O7kZDAG!x3_dcDdQS5J? zN&m@bJr)=75^Nr(^@ROj^pM??^j^1m9PL%P_n6<0`?bw%ufggiNSBAF5s$+C zUbOq&e}D2evwIjlj(H*VI06(z_kT}-QJV2~nzV$W0}ckEVM520ItdjcGv-CW#kwCGfco+VBodHxx+R}k z0F%JNeLoJc={`o&+OfHCP?1i<$SFxTo<`l&z`nX%#C_Y!>(T*`(NO9gK{xK)ak#N7 zbtMH&rfN!Cmw}ck4I{ayeZOSfl-xo@I1{4Gqxd5BuqX27X;Gfog7KLOmZx!t+a0A| zSMg_d9tKsxNIS#*7zwCQD;g=)crk3-2@le|3E8@|zc3@AW0e-!Hb&k2c$7XH9nh$m z=zWso$bO4#IE0WrV||U@`JW!cecbpD{`RYtE`2i5C&?4pXQ54WB+VM~ElbMwFEZLP z@-Gxou|(l|Qwnyg@%U~I4i@=-R7ngrax-t?2LH|~?(f+6pF8SN9-^(!)E@qEM9>06kqC6z#{Vh(k~pn+ElEAIol88AQLnySt-$G+iGEq9 z)XlsdIu+qT+=_R(|KFOs)KF@pnX}SL@fzVlX8Wy4^e-upVcx}-b7KNVSJkVqZwIBb z@{C-i0vjNSaAoKe>C93essJOUYr`ume7hZN<1@H}?T!KEm+{}eP>t(Z1BguXQRz|H z>P8(#E=J#|Q>SB#DCgcCDR?+XzAy=Oa)4=+tb<{TG-^gl(IDNM(7FEeWLr`|$#RXt zCE&0GttSC0DY)A8ceSyqrX=)}_pxpJzGo{1dk%M~-4UQ%#oo?LWv_vwX%5jFt^s<; zckn7jMYz>+wGFx6 z>E4Bs_Yu&FTfg5M1 zk|SOrKrn`a6&$3@+w=(;N6sLm&+uQsTlt>5pI&W>THWsQ_EJWols6~pFr^9kMi*q1(>Q6-F4i<@@Q zzE7_PItk3%xZm4h^(ejgbI~Z4&cB?4P^E}gD{{v>ZR*QRYqWJeu8bJcp!>~il&I@Q z*-p#*7uA>T5EgRJZ9}p$hOsa5SYn8=zl1eWu&6bAte)dyU2+B=vVCZe@{7}VoUM28 zX^kwA_rNrUXtQ=OEg&=~diiSpB;npEw1?^ik?94Nw3JYDU(fxs)2|ZiDH5A-&oZfe zZ}`~q&@!he7-;hIs)sX`i^Dt9x14M{tRi>tDDDZ6LgdisSa=yvDmrar*Cm`2l!a0f zlLd@K5fv+OoG8%KB;*kp_yH6-AfW4qjghwP{oZc%D$n3UwhslAtN2ShHS>M0Yk+2y z7HU;Pm+bh&Nj%q1c~WsdImNOJdpA(Z`b2$wg+(7NN_jQB zEa#=3@$Z2H`+aTQ7N)mw|F>(Nq0jnbq4*~uUiRvQ#RYo+Y&MGJIwotA1PsCoXtJ(( zsXms>b%lBbI_jE7*F)>YYu9Ajr8AEUA2w_Mp}NO1ZJ*<1-Z7e))s_8TRz9;xCO&AG z@=KvxOrWgs(#S_xpTb_BuhsW`neC!Jova&)5VB?D^;lKKELOcwy@DB1N6%UmAXn-I zm+}kh21~z^8<<;Y_-)+J?Ql!y0@KOO;WSKd@e(wvefH&uDq%KSR%la0$i0$&c#s?t za_;Q9RZkRoG*U)XRn$lUiP1zJrJQdp$q!_>~XrQNB>U$+FbQ z0*yWV(n}JHcnlZWk%^CFUtizDzfOs|hM71-bkEjz3e=}#r!KH51pdV4bu@9=iLmUq zMTk%@JYv?#c(DW~B#7WqF{gAwB`2qIMkQyIyH-zhY%TZv>l&|hNZ2A^{x^G|GKPs~ z7w@cLXHGONwi#>9%)4x|E+m284PScENJs)$^{@kIeHd|H`~rUmPU8c%5A0DMrZ&xx z^u)20yyun_U_nkidhQ5_Vb)z_x9Y5=8}QP9AZ$b<*^n;#wdC`x_kJeJMF)!@lTk|qg zGvwr1q~~X`{I>0)&bLUyaaQq8EX$V^G~ii|G4fxpDTZVJxzj_Qp)+tgh1I@Mc@|t$szPxTrz2>Y_hkkvMW08Fi z%XD97<$GJoPKa+3QGTeRe)KFk!I%VkN>G}Y;g#6;@*j$ATA+Xl$)R*^6uCZ>3r|2%f_0on)hC<{+}(JMy>u&Bu!t6Vy8I=q$cuyjU+#8Wu` zgh&tb5OJ?qqr7B3L}JU*=acRO*Ey_?S~#r?b>Za6%!2`T9Oy9zPs1MWB%{6kxAi)M z$7I_Af_KwZ?GC?k(;9WQS?m%f$0nLPVKobs(pHMFVlv*=CMAq zTBFAuu%r}C)|)F&Kr!a9(T)NSkY{lb=k-cm`UGyX-L^;hx#@3JT~c-yjY4@SxZP=< zm?O061&0!`BC=8x?V)*yRGE$`T`!O%FU@-pyzGU-TbQ;$3PpD>M^XObdSmU`FceH; z3}H*LW!_FBVa?<0;(l*SIh}fQUS-_JDqsoaa`Hf=x`HJsNj&J3g`yC0p;6}?N^iG{ zu(3zX*h^U94bSq37cNg11e)xub^I|G{4Xa0NH9F7LTyS zeoGRD=K1V;7>{t-A$-T%xDOlu_TAIi;-83VRTp^-F|3z;B8g$>ZyNHuQ6%Ywl9E(h zPny@ywZy)YZfnJt)3Q3JZ8xVO*mC*E^AhVK`AUqS9B$+;Jbs2NFKCXa>5>uh=N=M)SB5E6BZEI?{r9iSVekKiY2ROYtEt=tw+ssW!f zgR}51uPTG9>=~#{qc95vMOzS=cnjZ3vEmjB5K_gjeYTMC(uFs{3mT*1SGJ)p@;m4_ ziF!(49Il~lWO)(lMlah;-8-Ng-4t1Qjd;1nkQWM)4Zh-D%98X)DYnkEODc(XFwo%TdL*n} z2T>G75?RD8O7OcUtXHj?i=whXN^1O?kRoThU&goX;y!Equl<4D`ha#uqfL>o9P#RT z5c4VpX{XcYl9gnX_p z-pBpaW;&<256iq$|J*yhMefV_waZRLCuXrOtZDV5(vOU?6Y*adZa|tm!uQo` z;w10|^9zyh8^T>~`9kB!N84wPeVEUD9rpHdA2j~@|M2N5nqQ02iz{KB=OI2ys1K9f zt^c-va}xP3)Zrq%q{%C$w9H0D+ElH5vJ2gR((Cl?^_O+ehIp;ASW#iVRC>E~VzT)~#n=kM(F}l5pTWa5nx~QVJ_t)~8vSCO!9}*6#DhozM=SHq%jrSXv$c;)2d15~5wrWqt1w-Z z-n@U2-`Kv*I%^6v@?}oJawL)wv+oSc$mh>eY{6|PmS^geBaZcttZ*a*}YU< zbw#S?4dJX2D~h4DJ+h?HtnLSFs4hnpvFitTZ57!_MbDE+B`;F6jYpww=ZS2-=TK5a zOtcR9dDu$+hxH-qO)tgqTF`=azk)x1TcYqJ8voiqbgt@+$7AA*lA>Bkr_3u&z%_}P zjoN)b+4}bcO1-CN86l9Z>>b%iIT>*(t!D*Cl(nqJzf(l4By5{NC({wxC`GohD_8?V zjGRsAa~ApSdW!(dt}TIty0L5Y4QXVhhmKoUOIl__I#AosL)ICb`zrpzmo#ga{%cI zKqb!?q8?-@U18ToHmSF43m9*){R*CaulsmQjq(=0cV}yQ=&i`pKmnR$L)IS1lqw6T z^~pvmrnT3;no>Cni1RO0V#iASw1fp#EGaa}?h(a4zD_9FLcXqF?2@-d)--->vQ#m9 zq%j6=FK^HM?o*Fp?~cCp_ro?m^@n%rwKZMxc&Arw`cp|Fsup0=1sG>d;ZalABzdMK z23@mCB-%DTiMdK79;JDvtap+&88p&SIwegsK3Z|;k1(`R!)ycq=vqxcK5?rA5I)(H4lCKY*>E}fE#=MVB zi$pHwy{AiFBxu;^VREBe(=WQ&ins7XJ7t=G+L)GZ?XNE}dX?9CXRj_uo*Fx4L!vuC zTDD&AJ-Y5cc$d|ngzh0Yo$OYjU!!@*K4(x-C5OV ztwtn~&)g=XfGnalr4X;w ze_0v6f-BQ2QI#B&Mv5c5F_X{5WrMsNcw-q$)QRbJDb2D0W;}$7GxZV>M)^xb-Th3H2Z4R%T=&*m2&iphkI6)w22< z!+Fy(tU#jw4uKTTP386zj*M)@Op_4}%aO2LG--4zQ!~y{IHz|bcyoP+-W~aBM1aJT zNDxyuRQ*CX4-+3rz5Z|f;OVWc?Kj{Vct59q?=a*Am#73r6@M}3r4Au(jD3>WB z%m!7FitC_PdRD?fnSv@gEpt&W7pfU~n9#Q@9_iM!U?{n_ zXxOlP!HQZ%6m0USS7hJ)g+rO@B^g5e;s&n(@OM8o7qbbwHJ zecG9q<>EE^%X_s$Jpb7Ir!L|{w&p<&3tr%5Ia|-P)9+Rkv1@dBAvlWiIue{@CjhL-zqJAU#b)-l6>8<^r zsJH&9*u;E6@>Y5ovNpoSdKDt3namq_(IL{~&VLPYo(wWYNRCetz?Ci#`)Mw+Q%|y!K4%5lqC(V`B$Ncr6Pih^Oji(ze1)LI~FTMOmuA4=vc}Eb-Fur0=awE!kN6)ex;cae` zJ8@5QMBc-DeO}jhVG!b^#}NTPo^S1W$OZlAJ^Hd`OK+p!^hG+u7cp-tspfIIW@ejw`Zd=f)A+af(2VC+{J5PaMWJX3SWPYQ&0mL4TcE zf6%fp=x)@yp4@Pq(k*^$Qtzi-S~{Nqv>TiPKVp(vn8}HY#x9h5(+>ZT&8zGn<0!)BCmVpA9fW zG31a?R6~`hRZyDtCanPko#ym{1=()KK;x!mjCKVGjwoc@Ej5S+Mr(3_Cvc?kjQo@Er?{m3mG#=C|7VMGEbzg2dKKH_vY5Lt$kP3@mzcIvbFo!TpEmIl6&QeoV3Qr3W#J zW%i{wQffuDC{PlgT9~O!QmT+!;6Xr7Fj`p@puAJp>JYD%VF~S!f7Bw zKeGT&3qX~A7!5%o%h<^ySd4~IP^CPH1Q7a7DOfRjmDcz9(`H@JKLehyWZ8#=_Q|wF zO6e#)2icyZ#NPT`G6RNB0Sr7XCf%L3>DUp{d<5L(IK>Js z9nm`ng8XLJFO>QOr#%WXAy;sqSgCvxBCS`Ki?-ipVw@b9;t&`D1gjt}dM8ZG>x&S^sM3t`34CSRZGG*PWnTlicDo6ALH+(I4m{^MKh{7BN=wa*KSdcnXlrvl_br zL&4~V&G4+hn^=kGXV=)q#uz7%ImgV%C2VZtSenD1$ih#_gCyo6_8K0>)=__B*R6q4 zf6i%YuVrAPOcRG}ZwKC(^v%b&>r2uUC6di0V+C@wC`$eV) z+xMFU2nIsCHcfom2sG(5^A12Tu2rvQ<$p+aq9Hdbd&}Pb?i2 zmrlo|jNQvn)L0ahy(~qJ6kq@>B4~CX+u6f*FQw14J(2eY&+7+ z^!?x@Mrxbj$28|^QyUE+qwr9qkxB!Cb>`lwV=e64k|yYf=~pR#`N{47{qz>o8|td` z*D9^@hJI(Hb*5W91Wv0Axec^3-XEf!1|5<$ixpbt5OEgaF1WKc>Br`z zOI90}r81R{Dl9WckD1&5Q7e0bA7n3}NDxN10B0e@@ACx#$h{n3J0M zSR|=kCXh9Uk|8@}kUE8rb)nt{uQD9ZMjVFk5uIWC*mnVi>RzWf4rbC$B!Xe;f@QFT z4gNBqPoCq^^U%P_H59y%MENXSC)u^)My|$e-LZ{qrJx|Kl?cGdO)|fkZfEn&Mb**L zX_xhf;Cr&VF+n{c<{{9!rksUP_M5AjbzKWUOq@ z+iv}L$-WFgnJ_)gls6_fShMvM4I{aQIt%0~k0O{^D7gr@XR$mCGYuD~c5Pll#>7t! zC}9_>H5_Cf>0;L=O2^nQJZRIpqFB8Q#PJrz=Bz|*kxrlG?wI$8P_iDU_wq$4mkbl^ zVIlQgPR;C`-4h7?V%M4Boz#!(=VHACVAPVNV22f0P){N+Q4)i-^{`uQbgd(?Qy`(A z9mPdioaIvVITfWZSx@vsFJTKp(~N7(HpvlR~TC~eZ9zvf98eyU8ZY&4_gNi@H+ z&arghECCLW=Jex99!L6lf6~}YLay8Cn*wFw@}yBef@%(O0jI`HiQ)(}7e6&?C$73g z-a)b&*B+6Wyxe&V~aUj8#9GfbNG< zondo#EA_Havi#^pe?=44B>-t4!s4(6G$hbRAJ0S@1xg`ubxk(OIY~I#x(hPr>cIq= zIMC(`=ssSBxahoY$VHSdS)_|hRI^5i^eq}{4G^sW*Px#G6C+gz#Ie1?yNm2#qHIA8 zSpI1#<2edKtcOQKJopYW<0ItfU*_D)5@hN)x!>)&y7;%>PtsRSoce8$19<>WKkY6s zERpsG-Z-_rwRKe}6b&qnV{3~hxs^xg7O*}XY_8wj(?Z&H8O+$sK@C}V56VF>j{@}| zMw8My+m?-#Wba`>0ZbpLK7nZrAXNkp$6Ms`3{;%823UTNd6ms|lIK9=Q`mAki(X6Q zUb2?a^Qm#W&cKjB9FDcbatyf?y-(@5l6!&bF8waFOeRZNl)0>Q!B8ra{tkK|t;@P% zT%VGhrXdz9S+S~MthT{W9emWWk6gx*SFvOHx>=K?5tVg!9+WHqbb~#g;vQvdYwI*? z@!#5mPd=Lk@+M%5BbJ0XM$ zc`Y|_4**DBV=;0iy{%3kA=GLz+Q`V)1|##mhj%`z5h?Amw9d2}Y*CcXf&rD@y1!GJ zem*m9&w)gBgU$%U>Pz6!K#zPu482AxsnIIZ$XG85U95}i+xJoz>!tfmlgJqC-sRqY zvL4xc`ml*besOVZJ#dYNszpVBf>nsk81R&m>It@OTnzs zlHxQ?z(MMY;V>~T#hw?@Wu?dDBd4JeD>Dw+h!e2odow%>4GU#47-F+p(8uZ-P(tNa!d$#!2O*%8OQ8t|Y@anJGUxq4X@_E+ zlMKA>s>+})o)9Y9OE-Gz$#~{4V6nInJd`{FucBur%=_;ki&SYJPEvAj)}yZr2{Esq zc~&n%21E%!kb4qk-RkjL2~H^yd?5Fva*)W{lRr$?x4pTb503&mopW;LWP5KaKTk1X zw1_mpSPYSXWqW}Etmdcsd|7fn4tOnsU6!n&W9(YS}vC>Z>4kUl|@yVhS?qdgW&hTo<(?dAF^-kC#h zTXc(b78WZ7awkA=F!=i#7qTJouu9)WDX!2r^D=Pa4OS|m zFSv?;!5lJ{vi;H8aG$U*;ZfS$T^s-pJCS?8tUSl!+qrQov$5^;S^=jQ@J>m8Mxs?h z;ndiTh>2mTwXirCI~Kx_Y(FnAk#5m@U#J1_(8WQ$n-)xJPb{ah?Pq)N>Yf^PDQfHz z`ZbWSgE;?_8zCA%LzohVX79UtaU==dQqLrN7?3pjrXI#a;Z~8rMzl!4DqXsFA~4V7 zJ&W|H^1e*x0TfThXhNSSfIRl$AY0(2C`IZM;sr!zz*@^?8U21qNvGJ&=^)Y0!pio0 zf0h8!FQABZb%4!?urNjE&@ri@X)4h-kkLOqck^Uz@YtluS3>NcK_W|@Ob}`jueVO& zp>ow2f@u-!+1a|pm5}$Q3N=KkV~0~NMR|lCncdTn8&crXd2%pX1WI*F*CjHjI-+B& z#VHy|lWSJW1z0AY((x!o%#e?lqG@(a8R)h6IpP{+7BqR5_4|6P{4_+e;HB?ns5aJ; z{COORHLbUs$FcQCM!6OYS@$bYJEjn1--#bW-XqM0kNH7(c8~j@5juj>>Ak5POEPQt~u;67G_K0qv;; zRIEZjD42!bTED0Q6aJIb(A9IW4z{uhy$z7^djZu1z4)*X|6ODmO@2Jf8yU5d^Y!GT z(Yo-Zu);>6I9{!$#gX#+yCJKlk(`Qw-!w;$cJ#-r8b&%Hl`>us$wHH%9!Ih`@c^low7-orFkVN0e_0@y`hJ{njIc)JK>t_Kv|Vyg#r`F{N^Z}K4@R4#s1cAje=Tu#@A)fDT_T4ihNhS1K^ytX|;2o*nqcDYO^1((-gY&TcjSQxaISh#Q4IlFop9Xh6|qWU%;zI>`@>)a@Pj}NCkzhbE=(;$f9RnLELjC;(8Rly1j%A2 z_8Z!LLUPjVy8=Y6uPDWdT#0#;D8=tU_tF&60{RkISoS&vFvP=}_axGaUJ?6JnJhyh zN*Wgv*JwgqJ0J7V+AN%}bk6Hlv7oqLC%{8u}n7TL*HD zqgEB7zJupl-R|WIj0^N5SKe#p%?tgP{E?k!>$Sa5FLc+1eZNfiO!~QQ(EvP=v10kz zPMIX888GO8In_Rim~WwBBR`raQCg%pGq;Nn8+x7)vbu?YasQoi`26p^{_75K8||qZ zPqdiz**6|}Ymb-hz54k%*EH7gf=1e8d6nd8^d}}g0yR**YNI#Z;5sd=4`jJg4e@fl zv2V}Y%N03_{O(7FtGo{Pq-=G-9mB zspr0aeLVT~y2&GiN3K82*B`k-k6fSmI_lqt>rZIg`u^>gAFi&u)bCq$`*xn|MvLpc zxbEj{>wgJfee7YBQ}uV8t`L5v-jiL6Ns0cMG_=cVa7JHjxfLZUMI)nKN}X(Md#4^w z=h|^9%Q$=)k9^I`w7-8_Q`6G-9JH|`m-&x;{VulXm3rXE9jL{@!VXq*TvICIER^_D zJcZgG*EcLN$Com`AqTfGjZpG-2|4ce>cn;w_^nPQ#i3U7|mS=lg;mfA|+(s~>h5oPd&IN*?#pjE;h+?`$Dr zrmL0uebc{n43= z8#neI0Ob8Ou7Fu^xJTW~d(;a|A_`Ow3mo zU8{HI>^I!_h8G`z<*k_LOc1)zK+WQe(BDG zq+jpf{o-DI;OA9#+O$$8fP@|JRsv)7AcP&jfKoL;muKCpNSq{I^a}43#Dl0O@qcvj_g#PNt{dJr z9{#%h`a@psgpzeWV#I9peQso$6eN>_h4qC*>Umy#>c(%r<6iIM*0%7sFIJEKEo?pV zETPB^;8;%`^9LJPn&Irx!RHQex7&?}t7oa8lxvjpFUi9Qh)Hw0`a9Z=V>qS*rEc>{ z@g_tuMePb8{*TE41RT_E{5+1SO*f{!3e+#9Ifn^8;6NwU=9n9JN%IHSzn7l8@x&bo zGCXMFS!#E?ub?0|wvpz*4RA5Qv`7;!R*>BF&b2kVc+kSl&#NcXI#|loOY6nJi83NZ zu@dzv)C;f$AacC6{UL=XjX9r1!$>DV`)95{c7S7QPvNm^mHNHx&jV8AF2L#WKUQF{ z)H3-i@eVM}#|G$+OCuaM3U-aTgr~^wV$9wpYl3C_SUapr!789zzOEpFgVcj)e5jDG zlVS%AsiI}()uYtSny1kH+1~RaZv~(X67wi6hJhP1j@|gKKTQh{eSNmy@|Cm*B-mJlyb#i5{n+8Q!hxc z_o!%aynB^*%kcyH7tFI1 z@(eyZ1=G|l((5gPX0g4>LPEwS@*OmEgXULpLXBG%R;~-?3Hx6_!`o7_C?VqM&D*UI zc+lQ|+s5D7ui5*zP*& zHToBqPcG`X(3^TK;X!hQZis|Y@+uA#a*YytM5&fhOYNx} z4qHygBYXY&G-)c=-hSf^wDO1t?QXWEk1KDTuN#?B6dvf;Qp2<-*|>J@axEi0w6L%x zBE@)U11O?V2=PK!i+lo6z@}5?qMpO9uXs{auU&rcA)oNW z`53f+!rCy>>*#Abd6k0tjWhz>s+Ye|5W~&$0 zaW9^PVVrQYVMT&@tty5WZOiBiS&awn?l;!bda1)NI(T!@Y_}Gr&nNsW4*8nQ6w|FF zRW-8?5rF)ZLNNi0HFU}ljOj~lq2^KWcH~F~(LUrL|nYpk72CjFyNHPPWk#gN72F61qxCU1;z+3&jL@ zGNgd~^*TC|BS!gX*-M%ZrD>EtL=q>^e(-Cro}Ljy0c5Zo!=^IrZ!Unody44+Q0{W8 zxBC>Skaw`O74pIW>A7UM?+#9~Eouug#8|<==2gO=`Zzl1(B-+?xOfz%tA`dX>Y|vX zN7hiVN4@+r)8TYu7bn!--NsJ#d^WDHMd;ex8cSinW-jGPJZN{f(X`7xFwLh?*O7)P z?7Gn7eCq7UbzFTyJJlV7Sl8%RM8GJ@SV{s4@s}i=D&gNbs-r3APJ)h=W{jtCLajcB z-8mv%P7e*ly|jfal-*wn^Pt_uRzb20ouGhqj6BOwA=Yw`$W2^7JTbcgPrK5a!b)ny zjp)d7k9sY-TuMHA>p-dAOxRtLg<)H7;4^p<@ zk|Z6cEIoT(B?=-b0Mxzebo>U$fK5t$EDW)f5{(gEb_w8p9%>kG%~RhBlD5$(XnqSyrA z0uudf6vakC>bCRLNA8N4pXMt=ofp757M@+BkdKdNrFJsqTbW+@%rO{X%iGX4eYT%p z>$qBUi?bf-04ef{9WwgW#bztfd16}1XYioik@hfcz0$(HeSR^Ecy-(AV}o??9AFd5 z%A902rk)yhUcrO* zq1soz}^gPrB!dg88nmF@rRIo!q8K|{i2F3=O}4WSt)OM76z&_D)X!L%S)fWcKqXM?&o$Ddplb+ zRglcP#U}{2$;0P9)lY%U65s1p`qZ{F+c;F2e0-J%)u#(;^J?Ln==%5U;|@38J$(uf z@oOl{X`hZLrYO>h#nW^}ebR25P~6tfSLx+n{FUu^#SXlnytR=0v_pMg*6g07NO7d( zTBuVWSe`<3Lfv=oul%cDzT=+dyMEo5KQm+5^9p8Yi3+SB5;_hADG!7grk$3zN7c5k zp7z=L=e6%Yb@ePBwD;A%Qoi$ri5~iiYVo_2yC3L#yKFKK>3d}YaG6p{hHB?1m|mnT>ccEi8b3`TP zpy;MWI+?ZZV2%YgM;JUQBOmF2-@S3>Tfg|>dh5@8>T2)3>hX6A`^!~Gn50~UdzJQA z=77~IBlc}{U(#Ypq`!T6-R@wTdGE%A*B^M8v3&u5Y3Gsh&~vq0I$Q764)vMwtzNr5 z^f^3=C|Y@q1W65uE$jE+!Y@4?JWHKOOg`5h*vr`drSo*{@`oym;@|s?Pgf~%v3i4@ zeq4X0MDrTMWO#DkJOSQhvsn7fmoL-b_=T6+aUCe%x$~757Um1cuXM;DPzvVA=mt5y zy3U&PDcF0b9A4TxxIN?Rfq_qKy-<(*Vrex*$>7D`S^k%l^|JJBwjI2XLP4TaG;`3l zVj$7?R%qAIXxWu|j}GdxYjvkKZ1hyW$9l|3(`rRvSnuhgf8p;@iP@hIU;Q`U{Z}sI z7~5OZ51yScKP_)FnB}_L#Vr#2FP>@^+Eic$Ez=#=5YO8a%HxF&PhnY3*PHz~Y@jun z;rn}7glhG7taMJ{pfQjXfB#CWy6dWv2MT60Hu^hL+Ss9GkG}kUmvEbnzw!6i-+j1O zkMXn``w9d+zR7r+$7RzIz$wd%^f!N@PlVw%{ug(?{B&Klui-w`9%}OIi}H1;Zc@fg z+ZHkAHSpSl@ni0&LE$aHp-z{rlgp&(x>`C<2n~8A5x+XE|P4N9@bVz^1ZZ25!vq+IQW? z09kt9y10gMoiM%x=%D_qoy>fhe*Uws-|YAD&h9Dv3Y@L`JX3+T8=zAlg!YKfG{^Y{ z-NN#+Ap?&b>kR$PpWkoia-i((Ts>8={R`R&t4tR_DBH4a4Gv@s+K z_Kt!qJu9Ap`m&iMj-?)=Kg0wqeMwTh)oc7W0L%bHt93%fU>?TbthIi-meHiG8lG+Q z6Vu!#fWLFj8*@69A8 z9DkF1p1xs>?TuAh&MV8M_D|lCBzZNz2mYE)d*yliY%eAvdxf{YzEEz3c8&5rd(nlW zNJ_j2-QUorT}!73Wa8eEe)0m;cwfn)igRx7C#hNWsXvf-U5t**>lhT1wEg-|k-=9C ziF3|~0c5Hlti0aecVydJ@{xzJ{Uv`ntkkOyb^XEYeU#UCS<*3bDtRu0SppX^exBoHbLo0X108JH zdmCEd)eSm1xh^9Mz0VpK*S8+pn+`p1#l{(rx!EMGA~>7?>} zvYGi~o8kbOHCgG~i@%e%J_<<4jyZEKn>luzz>TJNh-UolyM`kSG`d`sB+S^2IFb`p zi+~C^WIOpQZ}B47%qtX`tOyZ1(G_wmZaNj|g7nokg_98*Xj15Q4H6qaq6V(0_KbV< zbe3Vq5F!@2o40`%M`|fYeVDK3JG(X9=k4wN`EVAGS@b5xi%|5)_5&>mDQYHOzbAag zd^gEE>eTi2c{<3u+oCs6@0ebqjJK9|Q^;XiPSc$zg=jBCJ}|8?`Mc+tZCe>@$L#FR zA1AcmGgeaidkvY=n~@-|1C=66kEWsDR}!LVZ$#JkjxqFA6O7Fe$lY(Ow^mpMUH z=)qwPi_WRX)+D1=>Xx8e#mYy-bJ*uRmR);f_>3t&_$$*mro(!5>REK3zFwwy_1ZF> zBRP%_ALoyhBt;A~3mQe?nUZ&qvX&?WO|SE4l#Z;N$0!(wSF!!!)ex|xCcBqE{-%In ze?`1@O2vD6r$6cqG{d31!?)9Yi%>W?OCi%WGRjwv0nen6dz9`A#G9}k14;+UJPtVK z0xNLO;MA%lk1+fbydu-40tbhH2*a^@6kCtUPOsv4oQ#EQis0fG5AvNY>swuo^fH@a zB2O^a41p=lo5h`S2?%H@mIWVP3qeM^6hu7gi9AAaD8Lk&hnRei^}A1No2Zc(Xy_x( z=RnNNZ*-0&!!Pw}@E0a|aiw~BjqMnnwEbh6q}C6LUQsOrqi&L!z_GVXtq9Nz#z37C z_0qQ&ORwH_3(SBd>_JYW5dO3%l`3Xv78C%|xmnYW8I&#oOpm}`HmDDZi}m=SCqT3^ zdQLjVsFVN!8`}j4t&*A3v7LtbX9dl)zrM2@K&ij~b@v!5mis$V5aU#I{$;XRBQ*ek zJO(6sd=cw1+rNnUbbJMng3Z5^q`x$XU^;}&b3uCV&>u9;7^$LLf$JV%C~4`}W#^T@ z0WcoK{;WF0&YwDuPTGdf1QvKX{>H_Ol*rPgUAT*KMy_R0;f*kSQep3coWd;@2N2HjX1RW~lRWWYSEeD51#?;W%OK1=Q z9xR|daLl7-q!rD`U=eSaJ07D|iv}oV=rEk#IiNs3)8q^$&cG<)+0_dX+coQR6dFdy z50@S)mEN8`vlQu4xMxu>(&>`WGowu|{FRy-l?#tTLC1{Nt0$5$d=DO2sXaMppvEr8 zrG<4smmDufMY^s?HDN>K%P1BQg5C{&1t^$M4^JXjBG(nPjtAPe_2vEbt=$01g_=*P z#`L-a#0*}6BSUT}<{(xhUMP<`%=;K^>%WU;_Z}o6X7e_r$0emp2r9;2=t#^OzV5m~ zje5z~3Z-(shtBM0gbO;1Ae$REL{3V}@a%61qX{weDJZgwRxiEsp&M)3XDc%4M*)P+Bh=#En zziSF;_}Bht>q~ehP@-~3;Of^H(J%8R3-;;awT%jrt)p&u75@8N%F{r83vl6pq}>O( zd(xXo5~^{gQkn;W)VgbyznI6Bo%JWMgrUVQ`$f-k&pnvf-ML2G_4RqZ)0~l5vp-6! zB9QWvwyoryWbVRQA5nkCi*zEzPSHseB;N&S{!5aF=2a$^NSwrf?Clx$_ImLo0>gZN zjrc9KlrjMRQC$QCBkWoI5pF+W5PsvQiv_$qgyjthtTq9tUdlWS~(>3~#?e{uB zHDXrEk#A`zH@V}N7NayJX#yI#xafz%HbcuSdW<51r4c1hG}>E-Rr?T9is0 zbg@sRl>V_(vwn{7f>w1Tc@G_tsmqh#_p*FO(m<3bpwc??S`49FR^lI?-~JKvi6AAq z4(Zh;uM!a_U51<~kIF5jKc+v3{a6YN0Pb<3FN2GGSLV{iK(9eeTD1rdbr(=g1U+8@ zLkWTJVMPMg(XTB27lMcP4KyRL59*IUr#xEsqu=T)?coIa6P$B~Quq&@5Th6qJws5v z0MDEB_uqQ^sC#=8kJ4Y4@Ot+qWUs2z5U}YBvUL=_a~7!duo4+9Z#krvRW-DFrYj897^ygw#Vov+%-Gq^yr~jzpfZ<{hMS z9YGdhV(+z&vlRt~y$RVv!3aSvwbW|3JnEDYEFCSRnx~h(xX0=wO${Dt!aD&Y>2i?5 zfG~uQsdzWSmNu4~DU584aM7Su%+N8^3k7Jf0zzmIY-pkEmHOxD(k<@n(e2%>a?vA1 zloD}+HwbT%w(-AnGSXQLQtQMNAjIi-BCu0%03Nzk;VtVJHWQ@Lybc%vn2T;JlUbY| zQH$J>f|_jZfbdH38^;nA(UJOkKaG~9=$Rag^j=s_ssF>VH#6$ggDXHH>4yvoLMknB z3S~x~4H!~?Y;;K~drF+6W2$J6uQk^SicYuKsGS|oW@xcv_Gq1r%^S;3kd2vwiiIbj z(F>*R!n2IvvG+CFgYV1Ux#{?!n*!zUU3v7N8pHlP7(G%n%0kBA6f#cP`UEI5bn@gV z`5a=-{|yMp2|bU3xn>|8icAvy(#gkZPQQ8Bm%`ZXoE*Bvj%oA@4g#1L=_lcoVi7@}UZPnQo4Zgy+8 zaH~fA>dY<}%vxYM?=cIR2L$jpO6YsyIU+EDNdqs@} zLww9iq^h9xTVxm1Xh17;pZo1(-!C0pYn7yCt6zx3bZLluiDT(Un3U@EBe8c(q=)Rw z7yWew$KN{tD`vS7SrV%#?2m?})?BWbg#D;D>Ncw-Fs18|Lj~GG2%S;y%`8w6Z$j=B zNDWc{suxLG$l%~cZ_qfQP%70R zlqgjdnn7BYIH-o`qTxP}5Rqp|ZgVc&5X zl+d&fhd1GsPLT`PC|MynSwv*Kdrle!z7L!>wv%3?@BjRzTix4R0_F0R_6j(AACFQbu0KbL5OzeT za`bB!U}*3mbjp%{N2lDTA!(@pQk~@01iFn-LBg>&D#aoU2oWBkVWP>CaCWWIjhg{$ z=P%{<;e^S071uScc@_ng33M-&Ava2f`EnQk>LfT3CIdN1R*allK@A((&;f$wL$xEnbLU=xgN5w4S1r_N!4n@+FQX(H^FX~OipxQc?98FMKeGWoX zEa=0wFP{KV`URUVVViOz=@V9M!jZK$HY#+;3LSwIF^dfM_|F`Sc`_#V8i?&Y-x86v z@GuTIatfxrupijOb~o@LXF@BzffXpmurXF%CjcdF**=f=XzvM>%m4Jz{iTU|Kxx!a zJ*(oJ)Uz;+!hZyfgm`I8=#kA82Js|CU3}lZ9GSB*il^l($i+5T9RHJ)Zbt zEJM#2&eOTA9p8ntaLrIuxblV!-X{`avoVM-KjNLK28h_G^|a`Nwh{^u)~@IKo6j$+P?m-UUn zp%cuz5NT!`93?7QpqrqlAs-R6N^&TNkO&x4o}|LPiFFb~Nj=-UCSk@ZlZjchEz{a` zJ{RCJ@Xb7;dl{#Hi$oaZx|N=>Qc!&s{ki(N)cc(TP^5*>j`8wHnR5#`7 zr?F7(Oj=y&q2*yDBtokwSjbCd^qna-@32R_QZmrAhtjB?ASSQ*5^u&aKuh5Gw~`v23wZ|S0QFiJGxyfB zbG)ifJ#@+5Lu#ffkIy3lh-~~n|$L-zO+i2GxdU@{edqhO6z?MjKVQ=}NWusD9wG9pVji72moyjMs zfa(&9GHG}^7d(bW=(NeBYpmL6AvXqwRQx5H#-ooHz6jVT>U>1z9{oba3@_$^!ZM540O7kiUmT!+lB4A-*;qa8k!ZXGU zycI_(%}TH7R^uZL1Td$FTGj?myRZg{h0J2V5eUiXTY@Xp4eWxgn=(XZuY$6N z+ibV}IREjFJ#wKM!$If=F-9HM3oDKcT4a=J?5#81QX|#;gO7R~LdIIHJmhce{81cf z;4sRCFlIOU6d_YO7qqu`LCnK4M33x%<2V))gAk9;mYv6mH0fn6@Kv}?`gVd)uBBNxih%#59w2B6=#Sx4O;csZRh}Q5w zNIcwxPD*qhm1i-p)81C_)ZnJ%`ey^10t%o<-wIq?>D|O9?iC3j7LA_FGd%wvM zCic%f0;;VmoXdWO{0L%BEl%Fb!^jC}7B)r+&!V15HOPuu^>8qg&HgEDMLY{I4BG0+ zOg@o}WA+?UHS5u+M0-HN|3foqPNkcsg_pzlQ%A0buO7t%0x5}z;auj?(lx+om9i=# z7+Xxjp7P&*9pw5WYY@=rX@K}{6I_^wnX!it&^{1Qe*7P8?^i=_xs?=&3VjgMv6AOj zj+ic$)QiAtvc}=YGiNesqITcF1%qE(N*8Le8;tW=oD0g%ub7WvYB)$6oBF~BPI%A9qECmlT`9m||q znFbm_1fzYvKOtrB6@bdq;twMXKkE@Wh=C=*=H>SN+V|bj=Oa`Dx~fKuz85BGFa+M)Z0M)2wBaQ_9AvHu{22n=CTx_ zY5|!3-=YMEf-U(q1*oLiHkR*^E9o$h;uWWMo6Qp;^6~aO1~KJXkE~<@F*vja7<_o$|IF1ER0K$&Q_jch8oOFJWrYl zvhV15lcZlPN@l`;pm-Lw((51}PY=oz49Oz}c*xy|N*a#nmw5;vTo&{}P?WJq89w=M zV7f?G_7Cs@+lL|urEHy_`&`9EJxYo4d&*_?l)}N9kuR%=m*_Fg%1eekYP!bq_g)d~ z-hl?{lQ{Qn6bKhbB^OgOuAVVl=5^+@C%1dS%yR; z6ik|<;Hc6tZ-WzP_As-6w<1XQC`!T1YIPS0M1lOBLuUAzU!p;aSQHTkw${{OHQ~r^ zv{J*RJ0qcl-D~Ln@_2N$P(C69zp=NC$d~VLaeW>@BtY7u&wp@llJD&YZvWT*Ll>9! z?nk0Tu_(sYLmu3mjUUKiU!5tkFY^(FTH>NF0gCC1Y+?z^jX0=`QX!~M(ixk&!|t;s zG=bCs$vz;TdKH`mJKTfmq!R`p0UIkFIrg?>4-u?{)&ku5y?P%_RZOF>5IpLzzPTO`!i2K5-tGG}6b3_kunz`2=(l$F_QU8K+d@Fjf6 zc86j!H=aKPUA2gpB^0w)@OiobneW#^!$3^eO8MnKc5f_)p;U-MfX_oziw0^WB_?gT zyfDYXL78fq9*O~3IdI~dhpi%5_;P5&cuuNcOy``4PqAwvCe59QVKIWoz%ut9BIXG7 znhtT()CyyUR~q-GD@~)21q|4Z7dGp87y}ijYt`fV1bpI+Vrm23QaU9~;YhfbMrvhu zz(C{c4{!tLaR=HR0m|q1A3dmje$UwRWK$Ax6i0%+%Gbiao?z_D3ft62O9If415uE< z5u4udjJf_rnoWhJgNn#m66O{}DFHwMk43($2vVt+n#uyFW;{?XH5_>l4MtXQOpR>r zVG5&Wr&|OJuS3E{Nr~$j7HYZZh8k053j$~$0A2tYhRQa%1o=zJ;TkDu7)722?y=xl zB>ybinU9M4F4ZRR-y*%Iq0oEN^K|gJ1Kfdj$D;lJ{6`KOQ&&v`Y`g$+Asvx}qp|gETxuzJWxMJX&P~wQQOrBUN%=w0m&LqVHo-okYfh z%r~faq7dgsv$Wrf3<<%|g|o zXcmq_Mv9pvljtX`^h*r;jRaqsfDSfB-LmC68>E2_4zkq2kS-%~nkH0FdP*e}(pi~g zH4rIaJi2M1;(-Auap#lpC~oMW(W9|nyZ7KyQV`qs_mU?5udY~wP&S{JwB89Mqhu5P z3ax$=_F=$!JO!VDHq)g}y^7H}0f;&?i9--Mu;uq~5|a@UCUr-RavjclxP$GE0_C7a z!47G8UM79W-XYT}o%oLUNO5o4Ce5#$qFWk5hDMwSQMA}DfMU>;XWWBUBu^se*3MS5 zFaax)$N*17YIYfFda=v1Q5ffhtc-Mva5wqm>0Ic*=<3@b#RrZ4=1 zw{ZvC9WS)_nIGBSuf}!Wyu?Vi01v~0QbI7OlhP`rthjrJS$lSQ`H#JBTd5O;Sa(o~ z7m5U+zB8q7!<>?XI$?xTHqXt#J3pZn_H@a(yLD)sf&gvJsz*PjW+k{mxyD)TgTRo; z`|dGPs958({Vs4B!mlw_UVE2_7{?~&wI~qfNHKJ15K9l>kuTX^D@qlF@|z$40W5X` z7+tgEqedt6?|J&!%U5uR+g+(hs$kixhPEFiCrn<>0;EuIeigQkhldtKf?Ui;h&Bdd zxqd(lz{+BMQC_<+#rh^vSwpwUu%pWxygH5N)hUQ9x`pr{-mx0E2qzTx$`qco-!+eF znju&Z_j$MTd|YDH{ys;GXu*rea_12u-R>nDHh>gKgS#~AL>Oa{CUm*sM~~~bQ2%(1 zKURN(#$BeL`}=#i3+=9z?)}mY`t)3IkcGWar!4YW3LH7|99+Ci-EtHj(eh9*FbHlF z_d%a}XQdf=qiGTS0>Yp|fG6O%cV~)c8baQw1E(Rzb`ExoIXlV&JG4n9+Ki5QPPrw1_m&=2#;gi0@o^Osoiq+S~6WOXY|W-H|7t`A85_K z-*^dksogc8T&sEo^zNBi#@R>67XbjFQ6}`AV)e20Y`{XwRd}97@-E@R12}yg5Ay5z z0$9EsVW4WDWb7hBHBdmYKKA!A7*5fg9u|gk1K8^o0KFl6~-6OD11;m}A4WU|SbgNS~qfzm+ zG%W0qE-0OH;3ZH=NF{A2An|Fdc$>i(opZYt+K*Q@p!r|*w3i}8q&dCfNFg$u++G}@MZ78 zz|Yh5zjuJU*zWqMiJ$)=dc7Ldw~Vz}NYk7O2afU*3*UNViP-6r8zrd*Axki3YPN8= zYS%c(qMNJ>G@Uq5FUtYA2zBb_<@>1xfVhMJJ$`?pO#$F_UeNGu|3&hWAGX5Uyi4ls zGr&?UmoZEA1Mz5*DA8xaJ`$2saU_7OO&FQ7g_qy~azu_b-N{$T_Eo%p`Fr1U?%)sG zj%9e!&;P^eLWRQlak4u26sc+GFI&QJ(NtE{X2Bz4MzvE$o)dr!45{oyN6#uH|Ce%LiJqRO~&=3{R40;dz^81yreQ>v zc~RIHprCL$ax7b@l&+Xjv-V1GOmV=nAQK5^K|`t_HYdC z*v8@g{O7j!>hJt+r$nj=+zUuliE?OG->xNNQ+O<^H;tfPKyJDWtg@-g>@XV#rF$cwa{OucQ5YYnA))pSpAou zo6c6lyXYBr(!5HM`)YK|yoC4IB{ayQ`75VM6eTGON7&ZF>b(1w-{al3^HkSD4g*#M?OT#toeMgUC#nEcvI6Y`S=r$XR2^*8&ZN>vzwg$SqJ` zZylR2>{J=*9|S%A`Uv=7M!i0Z4#qi@=4qHKkuN=jJUxwrT_jw55y#k$ePnk9%k$iF zEY{P*Lcf~y>m5+x$ZH_7?pmhcISn`32>lvqX7@UxS&&1;N-cCI76%6?dmhV?Nw6}a zkRIJKjx1qfD}2%4xh%Ag<8BMRmdivox_j;O(`duqa!x}$x!zdaz(FL-twT|FOx{Vr z#Y*veM;HcmB^;AJ4yU>iWAN)0k0X!Fm>%{C|KsyG=5`{pPtA|er)%QxO7{fz8om;m zh28MGu3!gC5wIixaWZ~0c=s>>60Kr?_Ut7l6buBMJxfHd;`yggb0^MPB)Ljfn)2lN zj%SD8v(5ACJOocEt+Z-gyHA|MVz6zUlqomTpGM}1I2B!KXW?Obct7RHb2>L%lWfUZ z^N>A+{sbs)Kfy{@+Q&D6ul+Pmpq&U%u3e^U%cFFrdWJWBilH!65&Nt!?=jGLbV+HN z=@_=6Mq%KxO^{@#QvkA;axg-&^;X8>Y}`bu@rrZ}!fGfgM*R5NlY_3j^u@;xaLnx~ zJaMfW^XqyKf_JJtBg)jFdmEK|L6me$58)!h4APZ!iD44emEhZwAR4#3;(b@RX<*0r&CUG#i)xtxK(D|X%w45 z(~wcR;Tv(Yhb?qCB4oW8J+seJb&= z@E*kS8Q$|R@N#$JoYZCihqNfl^%1>`h!_m+TCa($Gm`E6c1v-jUbH*rj+nOmyC?j2 zPn{G|5dav(I5?;}EQ_F>RtWupa>+5QeBM0@ zyi|kPpQAKRT{MF|99y;zU&cwb8_T77OGrIFieyhw!(~;)L6Y1EsZ^XL+gK(LEF6X;u|6Oz-bI z<59i<%H=Iaf4hih*D!rkqiE(SWNUrIut+4OGiAyq^E?;jrT%DLm}U%+uR>;6XzDL+-Wo5M(Ed zS}|*Kvume#{vlj=9```ICxFu0&;9Upz8dph|01A(1Hl#=rGgE9V`QV1;kw$VQF=nw zd+GPgN{q^}15KABc@I;l*7vz$CZ`m_(_4WjUBXGXNnenYZk(?R?;*llZdn=>qK#IT zn~Ece;7?Pb=_+bx`R$M5ukGO;Y4;3JT5DjbcdJD;uBkMn zWVlYJ?8zn%L9Q9h^K(SGj70e$E|62Tyiu&Ta|#e-b(C|s{ZS}Qp<#6CTYu*3_Hn}P zsq0T1)C;=MzgYKR6w3s)(ILtdl16+aDZv`55Y-@eGx!|jzPG@>ZtNECsB+AZ_d>Ah zB%@rtnCn{o&!->7U){q!)b1&uwDyG`-nu+b<#*OZ;(^brrFbxUt-YEWsnmNdCOpH- zSOp&}_n~{bUX;JkVnIgsP+gBkh=(~*J6%MY0y8du^__C#JnoUU9F}@5bS;e1d8}zJ z#MIbPQ))ebZ%(%?0v=vkZ@Xy|EA&F#MW4Y%pM{#51wK+WKyoApkMh>(hw+#1dhOQj zwtEgJt$p!xbTGgB?wNX{m{N4#_lXYuarT*Zv@=L>ENG61|Fc*k$aBJ)yHkB}hvyl%RIS}(w z+Gj;(5bOz9wjcu1X)MO&?yG*-f0Tc@Mz+4=ZQO(Ho&-v3U)+E6;Q#%RtxCiAe14dr zQ8d^|Nv$fyFhd@rRK^RCdNZ?sE8>^!#G4o$a7)qYi6ROXM4c}Fxr47cxk%Sd+V7Zu z)2sDoT^Nj(O7tZLeb;`LXCxo<#ySIlRlW4>)A87&gYg{lBcTl)BF-#tS0Cp2ui-y` z<|M}HP`?wDp;XZ4>W%u0|C#G`~ zaH)xW6!sMPLn;yx_`>fc_LSGTL{7-f+jp=CL2ovdg1+tw|*zTOgB-v9YIDsx*} z%7JO>$D;#U%Ir3tC{vH70 zSnm7DbRhNbY_%0kx?bzLS&r9dcB{uaY|p2?2lV`7%b&i0`>5R)9woPbw*SzDg$|$M zUPam(lj{X#zS1$wRf%MP5t(^uP6qmW9PjsfX#FgxhiJ z_kx%H@<02;efOYq`>E|W&ek6PT2(|o2rjZ1(H`N>{E zn!ne8c-1jjC>Xpd9w$vUYUHfPefH;Rdg6WuNo&9D##0w@W|;8G-{{QC#`vC;3+EB`@7ZH z1$_m?tbhCWYbf)}6(pB`?TtTq`~%nSV*AJeCAZyg{L1O=X*ykII$c5VWc|0Z1?&Vk zxOtp|3Yu$Wp(_*do0Xnlx%iWh?&D+J-rD}*)73N@V4kiV>{RVAPE-3U9)|Tj&NU=H xAJltxrGCEh@Phrv@JHXogZ7|3XdmD9{{y+qDTxq5w_5-J002ovPDHLkV1m(7EinK9 From d59668b2927d2223c33c9f19d3a9c3c0e2ac9fd2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Feb 2024 09:58:24 +0100 Subject: [PATCH 2002/2142] Original Trail Parachain rebranding (#2520) * update network name, OTP token ticker, icons, add dwellir node * update network icon --- chains/v18/chains_dev.json | 12 ++++++++---- icons/chains/gradient/NeuroWeb.svg | 15 +++++++++++++++ icons/tokens/white/NEURO.svg | 3 +++ 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 icons/chains/gradient/NeuroWeb.svg create mode 100644 icons/tokens/white/NEURO.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index e7bcd1807..58afb79cf 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6309,13 +6309,13 @@ { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", + "name": "NeuroWeb", "assets": [ { "assetId": 0, - "symbol": "OTP", + "symbol": "NEURO", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" }, { "assetId": 1, @@ -6333,6 +6333,10 @@ { "url": "wss://parachain-rpc.origin-trail.network", "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -6350,7 +6354,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", "addressPrefix": 101, "additional": { "feeViaRuntimeCall": true diff --git a/icons/chains/gradient/NeuroWeb.svg b/icons/chains/gradient/NeuroWeb.svg new file mode 100644 index 000000000..775e48602 --- /dev/null +++ b/icons/chains/gradient/NeuroWeb.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/NEURO.svg b/icons/tokens/white/NEURO.svg new file mode 100644 index 000000000..64defa713 --- /dev/null +++ b/icons/tokens/white/NEURO.svg @@ -0,0 +1,3 @@ + + + From 2ded6670bb0d91b70261656b765a2456a3cbcbe2 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Feb 2024 11:12:35 +0100 Subject: [PATCH 2003/2142] add DED GAMES (#2522) --- dapps/dapps_dev.json | 8 ++++++++ icons/dapps/color/DED.svg | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 icons/dapps/color/DED.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 2a671a34d..a135f611c 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -822,6 +822,14 @@ "categories": [ "staking" ] + }, + { + "name": "DED GAMES", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", + "url": "https://ded.games/", + "categories": [ + "gaming" + ] } ] } diff --git a/icons/dapps/color/DED.svg b/icons/dapps/color/DED.svg new file mode 100644 index 000000000..e8084adee --- /dev/null +++ b/icons/dapps/color/DED.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From f04e8b0b5e327e2d73fc5e600a9e07bcd81cc4de Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 29 Feb 2024 16:46:11 +0100 Subject: [PATCH 2004/2142] fix update tokens test (#2525) * add DED GAMES * promote DED GAMES --- tests/test_check_new_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 57469d492..271efe0ae 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -5,7 +5,7 @@ class TestAssets: # workaround to differences between asset names at runtime and in our configuration asset_mapping = { - 'AUSD': 'KUSD' + 'RMRK (old)': 'RMRK' } # assets that has no working cases on network exclusions = { From c5ca868b1964f18481afaf4829c63d4cfe89659d Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 12:34:56 +0100 Subject: [PATCH 2005/2142] promote NeuroWeb (#2521) --- chains/v18/chains.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 029836e46..522142c42 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5767,13 +5767,13 @@ { "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", + "name": "NeuroWeb", "assets": [ { "assetId": 0, - "symbol": "OTP", + "symbol": "NEURO", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" }, { "assetId": 1, @@ -5791,6 +5791,10 @@ { "url": "wss://parachain-rpc.origin-trail.network", "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -5808,7 +5812,7 @@ } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", "addressPrefix": 101, "additional": { "feeViaRuntimeCall": true From 1a561e08011662a5c020069d11ed23954ebcd7ff Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 12:35:11 +0100 Subject: [PATCH 2006/2142] promote Ternoa HUB (#2519) --- dapps/dapps.json | 8 ++++++++ dapps/dapps_full.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/dapps/dapps.json b/dapps/dapps.json index 2c0ced0ad..8a6b58a97 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -557,6 +557,14 @@ "crowdloans", "governance" ] + }, + { + "name": "Ternoa HUB", + "url": "https://hub.ternoa.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.png", + "categories": [ + "staking" + ] } ] } diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 8a842bb3c..74eb4dde5 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -715,6 +715,14 @@ "crowdloans", "governance" ] + }, + { + "name": "Ternoa HUB", + "url": "https://hub.ternoa.network/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Ternoa.png", + "categories": [ + "staking" + ] } ] } From cc152eaa76b38566536642ff5c70a5d2c2d0ea71 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:39:46 +0100 Subject: [PATCH 2007/2142] Update dapps list (#2529) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 58f4dfa53..83c6f23d7 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -69,10 +69,11 @@ | 65 | Subsquare | https://polkadot.subsquare.io/ | governance | | 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | | 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 68 | The Button | https://the-button.azero.dev/play | gaming | -| 69 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | -| 70 | TofuNFT | https://tofunft.com/ | nft,evm | -| 71 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | -| 72 | Zenlink | https://app.zenlink.pro | dex,staking | -| 73 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | -| 74 | xx network Hub | https://hub.xx.network | social,staking,utilities | +| 68 | Ternoa HUB | https://hub.ternoa.network/ | staking | +| 69 | The Button | https://the-button.azero.dev/play | gaming | +| 70 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | +| 71 | TofuNFT | https://tofunft.com/ | nft,evm | +| 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | +| 73 | Zenlink | https://app.zenlink.pro | dex,staking | +| 74 | cBRIDGE | https://cbridge.celer.network/#/transfer | dex,evm,nft | +| 75 | xx network Hub | https://hub.xx.network | social,staking,utilities | From 67974d0b686419dcfbf556f517c5a5dfde583437 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 12:48:35 +0100 Subject: [PATCH 2008/2142] add AUSD - KUSD back to check new assets test (#2528) * add DED GAMES * add AUSD KUSD to exclusions --- tests/test_check_new_assets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_check_new_assets.py b/tests/test_check_new_assets.py index 271efe0ae..117453be8 100644 --- a/tests/test_check_new_assets.py +++ b/tests/test_check_new_assets.py @@ -5,6 +5,7 @@ class TestAssets: # workaround to differences between asset names at runtime and in our configuration asset_mapping = { + 'AUSD': 'KUSD', 'RMRK (old)': 'RMRK' } # assets that has no working cases on network From 9dfc85fc85818da36b964e9a816a53671606c6f8 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 13:20:29 +0100 Subject: [PATCH 2009/2142] update Subsocial test account (#2530) * add DED GAMES * update Subsocial test acc --- tests/chains_for_testBalance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index d2962553b..1cae1c5b1 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -142,7 +142,7 @@ { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "name": "Subsocial Parachain", - "account": "0xd8ff756a738d21206cda2584c521beb0f28b6107847c5ebbacee10d2e1f7f067" + "account": "0xc261b264bdd11a41bd20702fb3119fffc00f49d035d4efc219cdb217448ec353" }, { "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", From 56e2c0dfea4cf88554e88e96eca45f07128a6fed Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 15:42:23 +0100 Subject: [PATCH 2010/2142] remove Button dap (#2526) * add DED GAMES * remove Button dapp --- dapps/dapps.json | 8 -------- dapps/dapps_dev.json | 8 -------- dapps/dapps_full.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 8a6b58a97..7bf827c03 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -500,14 +500,6 @@ "staking" ] }, - { - "name": "The Button", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "url": "https://the-button.azero.dev/play", - "categories": [ - "gaming" - ] - }, { "name": "AZERO.ID", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index a135f611c..e1b791408 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -757,14 +757,6 @@ "staking" ] }, - { - "name": "The Button", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "url": "https://the-button.azero.dev/play", - "categories": [ - "gaming" - ] - }, { "name": "AZERO.ID", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 74eb4dde5..177a96845 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -658,14 +658,6 @@ "staking" ] }, - { - "name": "The Button", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "url": "https://the-button.azero.dev/play", - "categories": [ - "gaming" - ] - }, { "name": "AZERO.ID", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/AzeroID.svg", From 1fc23562143764b6f988c8a82d9713322d311fe3 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 15:53:28 +0100 Subject: [PATCH 2011/2142] promote DED GAMES (#2523) * add DED GAMES * promote DED GAMES * rename to DED Mine --- dapps/dapps.json | 8 ++++++++ dapps/dapps_dev.json | 5 +++-- dapps/dapps_full.json | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 7bf827c03..b0625df72 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -557,6 +557,14 @@ "categories": [ "staking" ] + }, + { + "name": "DED Mine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", + "url": "https://ded.games/", + "categories": [ + "gaming" + ] } ] } diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index e1b791408..b43160f64 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -816,11 +816,12 @@ ] }, { - "name": "DED GAMES", + "name": "DED Mine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", "url": "https://ded.games/", "categories": [ - "gaming" + "gaming", + "nft" ] } ] diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 177a96845..c1a1ecbe8 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -715,6 +715,15 @@ "categories": [ "staking" ] + }, + { + "name": "DED Mine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", + "url": "https://ded.games/", + "categories": [ + "gaming", + "nft" + ] } ] } From bf275879075e08a5a34601ad377ebb55990bc047 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 16:49:02 +0100 Subject: [PATCH 2012/2142] update DED Mine url (#2531) --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- dapps/dapps_full.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index b0625df72..ef30508a4 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -561,7 +561,7 @@ { "name": "DED Mine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", - "url": "https://ded.games/", + "url": "https://ded.games/play/dedmine/", "categories": [ "gaming" ] diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index b43160f64..97e5b5366 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -818,7 +818,7 @@ { "name": "DED Mine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", - "url": "https://ded.games/", + "url": "https://ded.games/play/dedmine", "categories": [ "gaming", "nft" diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index c1a1ecbe8..27811ad4b 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -719,7 +719,7 @@ { "name": "DED Mine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/DED.svg", - "url": "https://ded.games/", + "url": "https://ded.games/play/dedmine", "categories": [ "gaming", "nft" From 266f0bd653fe2d6c16bb8a7d134dddbe1a8a4a03 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 1 Mar 2024 17:31:49 +0100 Subject: [PATCH 2013/2142] return back MangataX xcms --- xcm/v6/transfers.json | 196 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 94b972356..37b65554b 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -535,6 +535,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -951,6 +965,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1329,6 +1357,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -4682,6 +4724,160 @@ ] } ] + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "203120000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "811622433244" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1158776" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "355657856051" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 730dd59353855d8c3de6343fe875f4bddfcba5f8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:33:57 +0100 Subject: [PATCH 2014/2142] Update dapps list (#2533) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 118 ++++++++++++++++++++++++------------------------ 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 83c6f23d7..6a57a7a7e 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -12,65 +12,65 @@ | 8 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | | 9 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | | 10 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | -| 11 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | -| 12 | DappRadar | https://dappradar.com/ | social | -| 13 | Darwinia App | https://apps.darwinia.network/ | staking | -| 14 | Dotmarketcap | https://dotmarketcap.com/ | social | -| 15 | Downtown Moonbeam | https://dtmb.xyz | evm,social | -| 16 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | -| 17 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | -| 18 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | -| 19 | GM! Say it back | https://app.gmordie.com/ | social | -| 20 | Gleev | https://gleev.xyz/ | social | -| 21 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 22 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | -| 23 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | -| 24 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 25 | InvArch Dashboard | https://portal.invarch.network/ | crowdloans,governance | -| 26 | Joystream Governance App | https://pioneerapp.xyz/ | governance | -| 27 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 28 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 29 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 30 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 31 | KodaDot | https://kodadot.xyz/ | nft | -| 32 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 33 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 34 | MULTIX | https://multix.chainsafe.io/ | utilities | -| 35 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 36 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 37 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 38 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 39 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 40 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 41 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | -| 42 | PABLO | https://app.pablo.finance/ | dex | -| 43 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 44 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 45 | Phala App | https://app.phala.network/ | staking | -| 46 | PolkaVerse | https://polkaverse.com/ | social | -| 47 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | -| 48 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | -| 49 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | -| 50 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | -| 51 | Polkassembly | https://polkadot.polkassembly.io/ | governance | -| 52 | Polkawatch | https://polkawatch.app/ | staking | -| 53 | Proof of Chaos | https://proofofchaos.app | nft,governance | -| 54 | Raresama | https://raresama.com/ | nft | -| 55 | Robonomics | https://dapp.robonomics.network/#/ | utilities | -| 56 | Secret Stash | https://secret-stash.io/ | nft,utilities | -| 57 | Singular | https://singular.rmrk.app/ | nft | -| 58 | Singular 2.0 | https://singular.app/ | nft | -| 59 | Skybreach | https://skybreach.app/ | nft,evm,gaming | -| 60 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | -| 61 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | -| 62 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | -| 63 | Sub.ID | https://sub.id/#/ | utilities | -| 64 | SubBridge | https://subbridge.io/ | bridge,evm | -| 65 | Subsquare | https://polkadot.subsquare.io/ | governance | -| 66 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | -| 67 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | -| 68 | Ternoa HUB | https://hub.ternoa.network/ | staking | -| 69 | The Button | https://the-button.azero.dev/play | gaming | +| 11 | DED Mine | https://ded.games/play/dedmine | gaming,nft | +| 12 | Damned Pirates Society | https://damnedpiratessociety.io/ | nft,evm,gaming | +| 13 | DappRadar | https://dappradar.com/ | social | +| 14 | Darwinia App | https://apps.darwinia.network/ | staking | +| 15 | Dotmarketcap | https://dotmarketcap.com/ | social | +| 16 | Downtown Moonbeam | https://dtmb.xyz | evm,social | +| 17 | EVRLOOT | https://game.evrloot.com/game | nft,gaming | +| 18 | Evolution Land. Columbus | https://portal.evolution.land/land/3/market/land | nft,evm,gaming | +| 19 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | +| 20 | GM! Say it back | https://app.gmordie.com/ | social | +| 21 | Gleev | https://gleev.xyz/ | social | +| 22 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 23 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | +| 24 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | +| 25 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | +| 26 | InvArch Dashboard | https://portal.invarch.network/ | crowdloans,governance | +| 27 | Joystream Governance App | https://pioneerapp.xyz/ | governance | +| 28 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 29 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 30 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 31 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 32 | KodaDot | https://kodadot.xyz/ | nft | +| 33 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 34 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 35 | MULTIX | https://multix.chainsafe.io/ | utilities | +| 36 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 37 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 38 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 39 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 40 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 41 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 42 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | +| 43 | PABLO | https://app.pablo.finance/ | dex | +| 44 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 45 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 46 | Phala App | https://app.phala.network/ | staking | +| 47 | PolkaVerse | https://polkaverse.com/ | social | +| 48 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | +| 49 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | +| 50 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | +| 51 | Polkadot.js | https://polkadot.js.org/apps/# | utilities | +| 52 | Polkassembly | https://polkadot.polkassembly.io/ | governance | +| 53 | Polkawatch | https://polkawatch.app/ | staking | +| 54 | Proof of Chaos | https://proofofchaos.app | nft,governance | +| 55 | Raresama | https://raresama.com/ | nft | +| 56 | Robonomics | https://dapp.robonomics.network/#/ | utilities | +| 57 | Secret Stash | https://secret-stash.io/ | nft,utilities | +| 58 | Singular | https://singular.rmrk.app/ | nft | +| 59 | Singular 2.0 | https://singular.app/ | nft | +| 60 | Skybreach | https://skybreach.app/ | nft,evm,gaming | +| 61 | Solarbeam | https://app.solarbeam.io/exchange/swap | bridge,dex,staking,evm | +| 62 | Solarflare | https://app.solarflare.io/exchange/swap | bridge,dex,staking,evm | +| 63 | Stellaswap | https://app.stellaswap.com/exchange/swap | bridge,dex,staking,evm | +| 64 | Sub.ID | https://sub.id/#/ | utilities | +| 65 | SubBridge | https://subbridge.io/ | bridge,evm | +| 66 | Subsquare | https://polkadot.subsquare.io/ | governance | +| 67 | Talisman Portal | https://app.talisman.xyz/portfolio | crowdloans,nft | +| 68 | Tensor Wallet | https://tensorwallet.ca/ | utilities,staking | +| 69 | Ternoa HUB | https://hub.ternoa.network/ | staking | | 70 | Tinkernet Dashboard | https://www.tinker.network/overview | staking,bridge,crowdloans | | 71 | TofuNFT | https://tofunft.com/ | nft,evm | | 72 | Zeitgeist | https://app.zeitgeist.pm/ | utilities | From a885e25778eb450f48551b74e0031bac0e553b5c Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:12:01 +0300 Subject: [PATCH 2015/2142] XCM. Return Bifrost Kusama (#2487) * return Bifrost Kusama KSM * update bifrost fee * fix xcm fee * update bifrost kusama coeff * update delivery fee * update fee * update coeff * update KSM fee * set KSM on bifrost as it is * update fee * update fee --- xcm/v6/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ xcm/v6/transfers_dev.json | 24 ++++++++++++------------ 2 files changed, 49 insertions(+), 12 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 94b972356..fa9e06bd8 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -522,6 +522,20 @@ }, "type": "xcmpallet" }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, { "destination": { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -1517,6 +1531,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index f51688fb0..1bdefa2c0 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -759,7 +759,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -1338,7 +1338,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xcmPalletDest" } @@ -1757,7 +1757,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -4016,7 +4016,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -4537,7 +4537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -4946,7 +4946,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -5843,7 +5843,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -6006,7 +6006,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -7185,7 +7185,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xcmPalletDest" } @@ -7990,7 +7990,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -8283,7 +8283,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -8659,7 +8659,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000" + "value": "100462500055" }, "instructions": "xtokensDest" } From 1ae4a550c8db42d29ed455edc105fdfce84cd12a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 10:32:30 +0100 Subject: [PATCH 2016/2142] update coef --- xcm/v6/transfers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 37b65554b..13ed74ef5 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -543,7 +543,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xcmPalletDest" } @@ -973,7 +973,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -1365,7 +1365,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } From 6a3b36afe4d38ae8b6139203c51e49909b5f7e9a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 11:49:48 +0100 Subject: [PATCH 2017/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 13ed74ef5..36e87c3a8 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26729534265" + "value": "267295342650" }, "instructions": "xtokensReserve" } From 85ac4400ddbcfcb4b61af1df3df3560dfd5a3e68 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 12:05:46 +0100 Subject: [PATCH 2018/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 36e87c3a8..d1744787f 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "267295342650" + "value": "245000314070" }, "instructions": "xtokensReserve" } From 3cbac8d0def3f6191ba507f639aec9303279206a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 12:14:40 +0100 Subject: [PATCH 2019/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index d1744787f..c25c91a24 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "245000314070" + "value": "26756290555" }, "instructions": "xtokensReserve" } From 641e7874c5302a2c8f89b5979d184c04c4c65f19 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 12:23:23 +0100 Subject: [PATCH 2020/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index c25c91a24..db695e570 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26756290555" + "value": "26783073628" }, "instructions": "xtokensReserve" } From bc3d223babb2b19f7025e603ce239afcbc14264b Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:27:21 +0300 Subject: [PATCH 2021/2142] Return XCMs to System parachains (#2524) * Return XCMs to System parachains * change on teleport --- xcm/v6/transfers.json | 70 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index fa9e06bd8..d6b8c8cf9 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -549,6 +549,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1200618133" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" } ] } @@ -2556,6 +2570,34 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "394791750" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873000" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" } ] } @@ -4719,6 +4761,34 @@ ] } ] + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "assets": [ + { + "assetId": 0, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xcmPalletTeleportDest" + } + }, + "type": "xcmpallet-teleport" + } + ] + } + ] } ] } From e7ad89c46c7910270179cd28da59214c48270eed Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 12:29:27 +0100 Subject: [PATCH 2022/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index db695e570..6a4caf137 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26783073628" + "value": "26809883511" }, "instructions": "xtokensReserve" } From 77f27359967a37a0472c135e25a9c18f0b0dcc1a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 12:48:14 +0100 Subject: [PATCH 2023/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 6a4caf137..f2324cb70 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26809883511" + "value": "245000314069" }, "instructions": "xtokensReserve" } From ffdf7c0057a78714ff2eb6960d57822b1a4a30c4 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:04:22 +0100 Subject: [PATCH 2024/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index f2324cb70..aa6f174ad 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "245000314069" + "value": "26836720231" }, "instructions": "xtokensReserve" } From d90a3752f7e0d641a78885f9dee3c408df7dc98c Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:13:45 +0100 Subject: [PATCH 2025/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index aa6f174ad..0ee2b06a8 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26836720231" + "value": "2686223983" }, "instructions": "xtokensReserve" } From 1d6db923705c62df33ccffc60450b9ae3b0eb752 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:18:00 +0100 Subject: [PATCH 2026/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 0ee2b06a8..089e82c82 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "2686223983" + "value": "26862239830" }, "instructions": "xtokensReserve" } From 8615ed8054dc40cbe7de10a57238dc775964fc01 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:26:08 +0100 Subject: [PATCH 2027/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 089e82c82..9a41b3a34 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26862239830" + "value": "26887509076" }, "instructions": "xtokensReserve" } From 30cd92bb1101d8f6e5cc4f1a769efdae27913948 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:31:16 +0100 Subject: [PATCH 2028/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 9a41b3a34..3db5b6feb 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26887509076" + "value": "26987509076" }, "instructions": "xtokensReserve" } From 18772b3948c5bda6713f1d4f334c23495bb9d4c4 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:35:03 +0100 Subject: [PATCH 2029/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 3db5b6feb..808896dee 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26987509076" + "value": "26887509077" }, "instructions": "xtokensReserve" } From bdb241dc2ee3e889ced2d6cbab537baf696d9732 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 13:42:53 +0100 Subject: [PATCH 2030/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 808896dee..abdb19655 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26887509077" + "value": "26907710848" }, "instructions": "xtokensReserve" } From 06afabcccc7aac805c3e0efefd65859b261f16c9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 14:01:05 +0100 Subject: [PATCH 2031/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index abdb19655..0dcdcec1a 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "26907710848" + "value": "28766273780" }, "instructions": "xtokensReserve" } From e31760fdcaed0bd3d1be38f01e6b50e24cf3f97b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 14:26:08 +0100 Subject: [PATCH 2032/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index f0d608072..9e4bb6de8 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "28766273780" + "value": "30204587469" }, "instructions": "xtokensReserve" } From 549829bf98ce59f08b943b1da62f9e92ea4f557d Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 14:32:17 +0100 Subject: [PATCH 2033/2142] update reserve fee for KSM --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 9e4bb6de8..e0c4046dd 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "30204587469" + "value": "31714816842" }, "instructions": "xtokensReserve" } From 17c0a2c4447f19075bb8fa517ba1133ed22750ab Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:58:06 +0300 Subject: [PATCH 2034/2142] return Parallel (#2516) change parallel fee update usdt fee update DEV values --- xcm/v6/transfers.json | 781 +++++++++++++++++++++++++++++++++++++- xcm/v6/transfers_dev.json | 18 +- 2 files changed, 783 insertions(+), 16 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index d6b8c8cf9..e2c1a31b9 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -2435,6 +2435,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "37500000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -2598,6 +2612,20 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2696,6 +2724,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2807,6 +2849,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3025,6 +3081,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3090,6 +3160,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3150,6 +3234,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3319,6 +3417,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3359,6 +3494,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3452,6 +3601,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3517,6 +3680,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3737,6 +3914,43 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "1883239171374764" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3805,6 +4019,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3898,6 +4126,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4181,6 +4423,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4241,6 +4497,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4306,12 +4576,26 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "INTR", + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "INTR", "assetLocationPath": { "type": "absolute" }, @@ -4672,7 +4956,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -4789,6 +5073,489 @@ ] } ] + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assets": [ + { + "assetId": 6, + "assetLocation": "GLMR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4289212500000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "803700000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "79550000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "62141510437275262976" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "ACA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "99110670795111" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "277000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "PARA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "651856003039514" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "8457550059064" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 12, + "assetLocation": "INTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "24016821864" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "3027565432831" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9590000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 13, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "22000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 14, + "assetLocation": "USDT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 16, + "assetLocation": "ASTR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "27152009000000004096" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 1bdefa2c0..efda62bfe 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2152,7 +2152,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -2672,7 +2672,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xcmPalletDest" } @@ -3021,7 +3021,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -4188,7 +4188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000" + "value": "37500000" }, "instructions": "xcmPalletDest" } @@ -5680,7 +5680,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -6434,7 +6434,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -6708,7 +6708,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -7367,7 +7367,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } @@ -7581,7 +7581,7 @@ "fee": { "mode": { "type": "proportional", - "value": "53711462025" + "value": "67139327115" }, "instructions": "xtokensDest" } From 98e8fc75e992dec2ad2e662b1c5664b9959cb8b1 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 16:33:07 +0100 Subject: [PATCH 2035/2142] add Basilisk KSM > Mangata --- xcm/v6/transfers.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index e0c4046dd..606dffc7a 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -1884,6 +1884,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 7ba71770f25cc0777e2726ac9aef4d4f242285cd Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 16:36:00 +0100 Subject: [PATCH 2036/2142] remove all parachain dests except Basilisk --- xcm/v6/transfers.json | 112 ------------------------------------------ 1 file changed, 112 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 606dffc7a..a2df73b3f 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -4851,76 +4851,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "203120000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "442083290712" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "811622433244" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "80370000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "46064814619" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -4934,48 +4864,6 @@ } }, "type": "xtokens" - }, - { - "destination": { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "assetId": 1, - "fee": { - "mode": { - "type": "proportional", - "value": "1158776" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "355657856051" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "1000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" } ] } From 5fde8d0ba161eca0540b5d424afd54cefaa85b98 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 16:37:39 +0100 Subject: [PATCH 2037/2142] update reserveFee back --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index a2df73b3f..6a9ed7d5b 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "31714816842" + "value": "28766273780" }, "instructions": "xtokensReserve" } From a8f0c911d78d89343423c7764c35ec858172fea2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 17:02:07 +0100 Subject: [PATCH 2038/2142] update fee --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 6a9ed7d5b..8cd51f64b 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -1899,7 +1899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "887372708758" }, "instructions": "xtokensDest" } From e0a62f2f7875f19e67bf47412625750d2cbed7ab Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 17:08:48 +0100 Subject: [PATCH 2039/2142] update fee --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 8cd51f64b..4e1287666 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -1899,7 +1899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "887372708758" + "value": "902720624901" }, "instructions": "xtokensDest" } From ccc46a1071907558637712d8e11068428fff277a Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 17:27:00 +0100 Subject: [PATCH 2040/2142] update fee --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 4e1287666..eb188f9ff 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -1899,7 +1899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "902720624901" + "value": "917474504983" }, "instructions": "xtokensDest" } From 53e8301ad7469f272a2df6c63c459250468c17bd Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 4 Mar 2024 17:44:04 +0100 Subject: [PATCH 2041/2142] update fee --- xcm/v6/transfers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index eb188f9ff..0ff533776 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -1899,7 +1899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "917474504983" + "value": "1170736813194" }, "instructions": "xtokensDest" } From d7627198ceeec643f5d3741437bd89f404cc10d0 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:46:41 +0300 Subject: [PATCH 2042/2142] =?UTF-8?q?XCM.=20Return=20Pendulum=20=E2=9C=85?= =?UTF-8?q?=20(#2536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * return Parallel change parallel fee update usdt fee update DEV values * return Pendulum XCMs * remove USDT from Pendulum * remove occasional iBTC --- xcm/v6/transfers.json | 238 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index caf1ed761..cc5a25942 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -2691,6 +2691,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -2803,6 +2817,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2915,6 +2943,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3160,6 +3202,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3226,6 +3282,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "73389109056216060000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3300,6 +3370,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "196078431372549" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3680,6 +3764,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4205,6 +4303,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -4502,6 +4614,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "10204081570" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -5663,6 +5789,118 @@ ] } ] + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1376030024" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "10046250000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "30000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "28583374669" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "67139327115" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From a4b163f21dd1c2417cb46e6a361bc7d79a28e7d2 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:51:21 +0300 Subject: [PATCH 2043/2142] =?UTF-8?q?XCM.=20Return=20Centrifuge=20?= =?UTF-8?q?=E2=9C=85=20(#2537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * return Parallel change parallel fee update usdt fee update DEV values * return Pendulum XCMs * remove USDT from Pendulum * return Centrifuge * adding Moonbeam and HydraDX * update moonbeam CFG fee * remove iBTC --- xcm/v6/transfers.json | 88 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index cc5a25942..abe7385b4 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -3092,6 +3092,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873281824740352" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3603,6 +3626,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 11, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8799873281824740352" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -5901,6 +5947,48 @@ ] } ] + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "assets": [ + { + "assetId": 0, + "assetLocation": "CFG", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "105286133131294425088" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "24087860729545437184" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From 5e7690f4c555650f153f58b27d75607979e9bb4a Mon Sep 17 00:00:00 2001 From: antonijzelinskij <107959809+antonijzelinskij@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:15:37 +0500 Subject: [PATCH 2044/2142] Push support flag added (#2541) --- chains/v18/chains_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 58afb79cf..8cd542021 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -118,7 +118,8 @@ "crowdloans", "governance", "proxy", - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ], "additional": { "themeColor": "#E6007A", @@ -242,7 +243,8 @@ "crowdloans", "governance", "proxy", - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ], "additional": { "themeColor": "#1F78FF", From fa14eb5780eccba992e6b0cbfa9dd9d53b6aa909 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 7 Mar 2024 12:16:39 +0100 Subject: [PATCH 2045/2142] =?UTF-8?q?XCM.=20Return=20USDT-Statemine=20?= =?UTF-8?q?=E2=9C=85=20=20(#2539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * promote return USDT-Statemine * update fee coeff * update fee coeff Bifrost Kusama * update fee coeff Bifrost Kusama * update fee coeff Kusama Asset Hub * update fee coeff Kusama Asset Hub * update fee coeff Kusama Asset Hub * revert USDT to Asset Hub back * update USDT coeff to Kusama Asset Hub * update USDT coeff to Kusama Asset Hub * update USDT coeff to Basilisk * update USDT coeff to Basilisk * update USDT coeff to Basilisk * update USDT coeff to Karura * update USDT coeff to Parallel Heiko * update USDT coeff to Shiden * remove Amplitude destination * add Amplitude destination back * Revert "add Amplitude destination back" This reverts commit fe5f36c41ec24c57f7346265eabdfcc8dedf0ec9. --- xcm/v6/transfers.json | 231 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index abe7385b4..3d1b6696d 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -630,6 +630,99 @@ "type": "xcmpallet" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "17287225" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "7798" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 17, + "fee": { + "mode": { + "type": "proportional", + "value": "1004729" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 9, + "fee": { + "mode": { + "type": "proportional", + "value": "37500000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "9847549" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 10, + "fee": { + "mode": { + "type": "proportional", + "value": "262500" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + } + ] } ] }, @@ -1040,6 +1133,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1401,6 +1517,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 17, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1610,6 +1749,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1810,6 +1972,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 9, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -1907,6 +2092,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2167,6 +2375,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From f0801be7615b00fadb12b37ee13603a584a34f64 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:36:39 +0300 Subject: [PATCH 2046/2142] XCM. Return iBTC for HydraDX (#2540) --- xcm/v6/transfers.json | 121 +++++++++++++++++++++++++++--------------- 1 file changed, 79 insertions(+), 42 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index 3d1b6696d..b3f845699 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -3174,20 +3174,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3346,6 +3332,85 @@ "type": "xtokens" } ] + }, + { + "assetId": 6, + "assetLocation": "iBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "79491" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "100544" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 12, + "fee": { + "mode": { + "type": "proportional", + "value": "8038" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "assetId": 13, + "fee": { + "mode": { + "type": "proportional", + "value": "172577" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "1000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -3536,20 +3601,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "73389109056216060000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", @@ -3624,20 +3675,6 @@ }, "type": "xtokens" }, - { - "destination": { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "assetId": 3, - "fee": { - "mode": { - "type": "proportional", - "value": "196078431372549" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, { "destination": { "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", From 4f183ad4bc0bda4e076c5100d8b41ca86ff5eb88 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Mar 2024 16:33:26 +0100 Subject: [PATCH 2047/2142] add Continuum network (#2545) * add Continuum network * fix --- chains/v18/chains_dev.json | 31 ++++++++++++++++++++++++++++- icons/chains/gradient/Continuum.svg | 26 ++++++++++++++++++++++++ icons/tokens/white/NUUM.svg | 5 +++++ 3 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 icons/chains/gradient/Continuum.svg create mode 100644 icons/tokens/white/NUUM.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 8cd542021..1a1f5ea99 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9859,7 +9859,7 @@ }, { "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", "name": "Westend Bridge Hub", "assets": [ { @@ -9927,5 +9927,34 @@ "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", "defaultBlockTime": 12000 } + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 } ] diff --git a/icons/chains/gradient/Continuum.svg b/icons/chains/gradient/Continuum.svg new file mode 100644 index 000000000..216fc2ad3 --- /dev/null +++ b/icons/chains/gradient/Continuum.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/NUUM.svg b/icons/tokens/white/NUUM.svg new file mode 100644 index 000000000..b856f7522 --- /dev/null +++ b/icons/tokens/white/NUUM.svg @@ -0,0 +1,5 @@ + + + + + From daeee3f237c3b3113a6c2f7adc24be81e0cabdf8 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Mar 2024 17:47:07 +0100 Subject: [PATCH 2048/2142] update Polkaverse to Grill (#2547) * updated name and url * update icon --- dapps/dapps_dev.json | 6 +++--- icons/dapps/color/Grill.svg | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 icons/dapps/color/Grill.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 97e5b5366..f6342ba11 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -92,9 +92,9 @@ ] }, { - "name": "PolkaVerse", - "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "name": "Grill", + "url": "https://grillapp.net", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Grill.svg", "categories": [ "social" ] diff --git a/icons/dapps/color/Grill.svg b/icons/dapps/color/Grill.svg new file mode 100644 index 000000000..9aa22592c --- /dev/null +++ b/icons/dapps/color/Grill.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From e269b9441e9e25f6b2ea58bf7a50bc900f35aba0 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:47:16 +0100 Subject: [PATCH 2049/2142] Update Test data File (#2546) * Update test data file * add test account --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 1cae1c5b1..46ae3c9e1 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -403,5 +403,10 @@ "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", "name": "Rolimec Rococo", "account": "0x5cfad400109a799b73f9e5702f80f74b33f7c6a888affcdbe11bbaf4a988ce69" + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "name": "Continuum", + "account": "0x6d6f646c6269742f747273790000000000000000000000000000000000000000" } ] From b70d1ee014f7be5bc3dba4c7794ff15c042dfad2 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Mar 2024 19:17:52 +0100 Subject: [PATCH 2050/2142] promote update PolkaVerse to Grill (#2548) --- dapps/dapps.json | 6 +++--- dapps/dapps_full.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index ef30508a4..138b43024 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -60,9 +60,9 @@ ] }, { - "name": "PolkaVerse", - "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "name": "Grill", + "url": "https://grillapp.net", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Grill.svg", "categories": [ "social" ] diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 27811ad4b..43baa613a 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -88,9 +88,9 @@ ] }, { - "name": "PolkaVerse", - "url": "https://polkaverse.com/", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/PolkaVerse.svg", + "name": "Grill", + "url": "https://grillapp.net", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Grill.svg", "categories": [ "social" ] From 5d05de816a760a718fa6e71270128eb60f642b8e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:43:07 +0100 Subject: [PATCH 2051/2142] Update dapps list (#2550) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/dapps/README.md b/dapps/README.md index 6a57a7a7e..e6047e192 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -23,32 +23,32 @@ | 19 | GIANTProtocol | https://app.giantprotocol.org/shop | utilities | | 20 | GM! Say it back | https://app.gmordie.com/ | social | | 21 | Gleev | https://gleev.xyz/ | social | -| 22 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | -| 23 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | -| 24 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | -| 25 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | -| 26 | InvArch Dashboard | https://portal.invarch.network/ | crowdloans,governance | -| 27 | Joystream Governance App | https://pioneerapp.xyz/ | governance | -| 28 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | -| 29 | Kanaria | https://kanaria.rmrk.app/ | nft | -| 30 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | -| 31 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | -| 32 | KodaDot | https://kodadot.xyz/ | nft | -| 33 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | -| 34 | Litentry App | https://apps.litentry.com/ | bridge,evm | -| 35 | MULTIX | https://multix.chainsafe.io/ | utilities | -| 36 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | -| 37 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | -| 38 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | -| 39 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | -| 40 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | -| 41 | MyTrade | https://mytrade.org/ | dex,staking,evm | -| 42 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | -| 43 | PABLO | https://app.pablo.finance/ | dex | -| 44 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | -| 45 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | -| 46 | Phala App | https://app.phala.network/ | staking | -| 47 | PolkaVerse | https://polkaverse.com/ | social | +| 22 | Grill | https://grillapp.net | social | +| 23 | Huckleberry Finance | https://www.huckleberry.finance/#/swap | bridge,dex,staking,evm | +| 24 | HydraDX Omnipool | https://hydradx.io/NOVA | bridge,dex | +| 25 | Impossible Finance | https://app.impossible.finance/explore | dex,evm | +| 26 | Interlay Bitcoin DeFi Hub | https://app.interlay.io/ | bridge,staking,dex | +| 27 | InvArch Dashboard | https://portal.invarch.network/ | crowdloans,governance | +| 28 | Joystream Governance App | https://pioneerapp.xyz/ | governance | +| 29 | KILT Stakeboard (Desktop mode) | https://stakeboard.kilt.io/ | staking | +| 30 | Kanaria | https://kanaria.rmrk.app/ | nft | +| 31 | Karura App (Desktop mode) | https://apps.karura.network/ | bridge,dex,staking | +| 32 | Kintsugi Hub | https://kintsugi.interlay.io/ | bridge,staking,crowdloans | +| 33 | KodaDot | https://kodadot.xyz/ | nft | +| 34 | Kusama Lido | https://kusama.lido.fi/ | staking,evm | +| 35 | Litentry App | https://apps.litentry.com/ | bridge,evm | +| 36 | MULTIX | https://multix.chainsafe.io/ | utilities | +| 37 | Mangata X (Desktop mode) | https://app.mangata.finance/ | bridge | +| 38 | Moonbeam | https://apps.moonbeam.network/moonbeam | bridge,staking,crowdloans,evm | +| 39 | Moonriver | https://apps.moonbeam.network/moonriver | bridge,staking,crowdloans,evm | +| 40 | Moonsama | https://marketplace.moonsama.com/ | nft,evm | +| 41 | Moonwell | https://moonwell.fi/discover | bridge,staking,evm | +| 42 | MyTrade | https://mytrade.org/ | dex,staking,evm | +| 43 | Omni Liquid Staking | https://omni.ls/ | bridge,staking | +| 44 | PABLO | https://app.pablo.finance/ | dex | +| 45 | Parallel Finance App | https://app.parallel.fi/ | bridge,dex | +| 46 | Pendulum Chain Portal | https://portal.pendulumchain.org/pendulum/dashboard | utilities,staking | +| 47 | Phala App | https://app.phala.network/ | staking | | 48 | Polkadex Orderbook | https://orderbook.polkadex.trade/ | dex,utilities | | 49 | Polkadot Lido | https://polkadot.lido.fi/ | staking,evm | | 50 | Polkadot Staking Dashboard | https://staking.polkadot.network/dashboard#/overview | staking,utilities | From 522d9a8b1a3af9d6c9e0eda463fa5616ff34995b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 11 Mar 2024 19:43:17 +0100 Subject: [PATCH 2052/2142] promote Continuum network (#2549) --- chains/v18/chains.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 522142c42..895b8e350 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -8008,5 +8008,34 @@ "ethereumBased", "noSubstrateRuntime" ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 } ] From 9c0477773ff5b3c9b2f757d17aa8fc2d8c24561a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:52:46 +0100 Subject: [PATCH 2053/2142] Update networks list (#2551) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 195 ++++++++++++++++++++++++----------------------- 1 file changed, 98 insertions(+), 97 deletions(-) diff --git a/chains/README.md b/chains/README.md index 569f58fc1..2cf0a2562 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,101 +1,102 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 89 -### 💰 All assets 364 -### 🪙 Unique assets: 182 -### 💫 Cross Chain directions: 414 -### 🧾 SubQuery API projects: 77 -### 👀 Networks with block explorers: 77 +### 🕸️ Supported networks: 90 +### 💰 All assets 371 +### 🪙 Unique assets: 188 +### 💫 Cross Chain directions: 332 +### 🧾 SubQuery API projects: 79 +### 👀 Networks with block explorers: 78 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | - | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 20 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 21 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 22 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 23 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 24 | Dock | DOCK | Subscan | - | -| 25 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 26 | Edgeware | EDG | Subscan
Sub.ID | - | -| 27 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 28 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 29 | Energy Web X | EWT | - | - | -| 30 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 31 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 32 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 33 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 34 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 35 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 36 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 37 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 38 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 39 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 40 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 41 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 42 | InvArch | VARCH | - | - | -| 43 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 44 | Jur | JUR | Polkascan | - | -| 45 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 46 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 47 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 48 | Karura | KAR
aSEED
KSM
RMRK
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 49 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 50 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 51 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 52 | Kusama Asset Hub | KSM
RMRK
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 53 | Kusama Bridge Hub | KSM | - | - | -| 54 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 55 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 56 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 57 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 58 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 59 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 60 | Moonriver | MOVR
xcRMRK
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 61 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 62 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 63 | OriginTrail Parachain | OTP
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 64 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 65 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 66 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 67 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 68 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 69 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 70 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 71 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 72 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 73 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 74 | Polkadot Collectives | DOT | - | - | -| 75 | Polymesh | POLYX | Subscan | - | -| 76 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 77 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 78 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 79 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 80 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 81 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 82 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 83 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 84 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 85 | Watr | WATR | - | - | -| 86 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 87 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 88 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 89 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Continuum | NUUM | Subscan | - | +| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 25 | Dock | DOCK | Subscan | - | +| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 27 | Edgeware | EDG | Subscan
Sub.ID | - | +| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 30 | Energy Web X | EWT | - | - | +| 31 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 32 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 33 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 34 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 35 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 36 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 37 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 38 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 39 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 40 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 41 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 42 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 43 | InvArch | VARCH | - | - | +| 44 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 45 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 46 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 47 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 48 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 49 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 50 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 51 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 52 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 53 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 54 | Kusama Bridge Hub | KSM | - | - | +| 55 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 56 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 57 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 58 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 59 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 60 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 61 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 62 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 63 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 64 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 65 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 66 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 67 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 68 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 69 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 70 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 71 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 72 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 73 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 74 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 75 | Polkadot Collectives | DOT | - | - | +| 76 | Polymesh | POLYX | Subscan | - | +| 77 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 78 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 79 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 80 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 81 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 82 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 83 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 84 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 85 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 86 | Watr | WATR | - | - | +| 87 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 88 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 89 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 90 | krest | KREST | Subscan | - | From 6bbb0ba06fb43ac28ce980bc69b55977a8e132d1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 12 Mar 2024 13:29:12 +0100 Subject: [PATCH 2054/2142] add Enjin Relaychain network (#2552) --- chains/v18/chains_dev.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1a1f5ea99..eba9fe73e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9956,5 +9956,40 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relaychain", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 } ] From f9347867b17d655cd486d36530315b29c2f91e2e Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 12 Mar 2024 15:45:57 +0100 Subject: [PATCH 2055/2142] add UNQ, NODL, CRU to HydraDX (#2555) --- chains/v18/chains_dev.json | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index eba9fe73e..ff2a480e2 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5434,6 +5434,48 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } } ], "nodes": [ From dfd64fbea8cd9f3c745ce5a96b69bab91b8f93f9 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:05:54 +0100 Subject: [PATCH 2056/2142] Update Test data File (#2554) * Update test data file * add test acc * change naming --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 46ae3c9e1..43b1ba8e3 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -408,5 +408,10 @@ "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", "name": "Continuum", "account": "0x6d6f646c6269742f747273790000000000000000000000000000000000000000" + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "account": "0x6d6f646c70792f78636d63680000000000000000000000000000000000000000" } ] From ee3f35a551a0dbee37ac323c14402a7a6c1f4a47 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 13 Mar 2024 16:09:24 +0100 Subject: [PATCH 2057/2142] add USDT Moonbeam (#2559) --- chains/v18/chains_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index ff2a480e2..77ef5f7eb 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5476,6 +5476,20 @@ "existentialDeposit": "7874015748", "transfersEnabled": true } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From e871847db9c9f68d0e81f3ea712aabdeb75a1b87 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 14 Mar 2024 16:08:18 +0100 Subject: [PATCH 2058/2142] add Novasama pushSupport (#2561) --- chains/v18/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 77ef5f7eb..1c4a8d421 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7631,7 +7631,8 @@ "testnet", "governance", "governance-v1", - "proxy" + "proxy", + "pushSupport" ], "additional": { "themeColor": "#1F78FF", From 3d885855c279f8eef22d06d7f1ee5fa8aed014b7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:03:46 +0300 Subject: [PATCH 2059/2142] =?UTF-8?q?XCM.=20Return=20KSM=20destinations=20?= =?UTF-8?q?=E2=9C=85=20(#2553)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * XCM. Return KSM destinations * fix parallel heiko fee * update kintsugi fee * update shiden fee * remove chains * update reserve fee * update reserve fee * update reserve fee --- xcm/v6/transfers.json | 1201 +++++++++++++++++++++++++++++++++++------ 1 file changed, 1034 insertions(+), 167 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index b3f845699..db5acfe77 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -20,7 +20,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "28766273780" + "value": "44670000000" }, "instructions": "xtokensReserve" } @@ -577,6 +577,62 @@ } }, "type": "xcmpallet-teleport" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1100,6 +1156,90 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1515,6 +1655,90 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1747,52 +1971,150 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 7, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "1796925" + "value": "46064814619" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assets": [ - { - "assetId": 0, - "assetLocation": "HKO", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 11, + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 7, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assets": [ + { + "assetId": 0, + "assetLocation": "HKO", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 11, + "fee": { + "mode": { + "type": "proportional", + "value": "161248590225564" }, "instructions": "xtokensDest" } @@ -1995,6 +2317,127 @@ "type": "xtokens" } ] + }, + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "871400000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -2090,30 +2533,128 @@ } }, "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "1796925" + "value": "26729534265" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } ] } ] @@ -2163,7 +2704,313 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "8037000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 5, + "fee": { + "mode": { + "type": "proportional", + "value": "123456790123456" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 4, + "fee": { + "mode": { + "type": "proportional", + "value": "42518725552201" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 5, + "assetLocation": "KINT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, + "fee": { + "mode": { + "type": "proportional", + "value": "10310606971154" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "214320000027" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "270826666660" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "SDN", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 16, + "fee": { + "mode": { + "type": "proportional", + "value": "69880098599534690304" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 3, + "assetLocation": "MOVR", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 8, + "fee": { + "mode": { + "type": "proportional", + "value": "214587900000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "42892125000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "80370000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "3159557661927330300" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 4, + "assetLocation": "kBTC", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "896382" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 10, + "assetLocation": "USDT-Statemine", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "assetId": 7, + "fee": { + "mode": { + "type": "proportional", + "value": "1796925" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 6, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "287569387880" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -2172,12 +3019,12 @@ }, { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 4, + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2186,12 +3033,12 @@ }, { "destination": { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 5, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -2200,12 +3047,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 4, + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "1014528041972" }, "instructions": "xtokensDest" } @@ -2213,9 +3060,14 @@ "type": "xtokens" } ] - }, + } + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assets": [ { - "assetId": 5, + "assetId": 0, "assetLocation": "KINT", "assetLocationPath": { "type": "absolute" @@ -2223,12 +3075,12 @@ "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 7, "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "214320000027" }, "instructions": "xtokensDest" } @@ -2237,12 +3089,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 3, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "10310606971154" }, "instructions": "xtokensDest" } @@ -2251,12 +3103,12 @@ }, { "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assetId": 0, + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 5, "fee": { "mode": { "type": "proportional", - "value": "270826666660" + "value": "345000000000" }, "instructions": "xtokensDest" } @@ -2266,20 +3118,20 @@ ] }, { - "assetId": 0, - "assetLocation": "SDN", + "assetId": 1, + "assetLocation": "kBTC", "assetLocationPath": { - "type": "relative" + "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 16, + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 4, "fee": { "mode": { "type": "proportional", - "value": "69880098599534690304" + "value": "237" }, "instructions": "xtokensDest" } @@ -2289,34 +3141,20 @@ ] }, { - "assetId": 3, - "assetLocation": "MOVR", + "assetId": 2, + "assetLocation": "KSM", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ { "destination": { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "assetId": 8, - "fee": { - "mode": { - "type": "proportional", - "value": "214587900000000000" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - }, - { - "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "assetId": 0, "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "26729534265" }, "instructions": "xtokensDest" } @@ -2325,12 +3163,12 @@ }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 14, + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "442083290712" }, "instructions": "xtokensDest" } @@ -2340,85 +3178,39 @@ { "destination": { "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "assetId": 6, - "fee": { - "mode": { - "type": "proportional", - "value": "3159557661927330300" - }, - "instructions": "xtokensDest" - } - }, - "type": "xtokens" - } - ] - }, - { - "assetId": 4, - "assetLocation": "kBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "896382" + "value": "1014528041972" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 10, - "assetLocation": "USDT-Statemine", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "assetId": 7, + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, "fee": { "mode": { "type": "proportional", - "value": "1796925" + "value": "46064814619" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - } - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "assets": [ - { - "assetId": 0, - "assetLocation": "KINT", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "assetId": 7, + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "100462500055" }, "instructions": "xtokensDest" } @@ -2427,12 +3219,12 @@ }, { "destination": { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "assetId": 3, + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "871400000000" }, "instructions": "xtokensDest" } @@ -2441,35 +3233,26 @@ }, { "destination": { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 5, + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "287569387880" }, "instructions": "xtokensDest" } }, "type": "xtokens" - } - ] - }, - { - "assetId": 1, - "assetLocation": "kBTC", - "assetLocationPath": { - "type": "absolute" - }, - "xcmTransfers": [ + }, { "destination": { "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "assetId": 4, + "assetId": 6, "fee": { "mode": { "type": "proportional", - "value": "237" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -5588,6 +6371,90 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "442083290712" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041972" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } From eb8db145853d8daa32490b4c5dbe593401281ef3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:49:59 +0300 Subject: [PATCH 2060/2142] =?UTF-8?q?XCM.=20Return=20=20->=20MANTA=20trans?= =?UTF-8?q?fers=20=E2=9C=85=20(#2562)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * return MANTA * return DOT MANTA * remove from MANTA xcms * update DOT fee --- xcm/v6/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index db5acfe77..a7962babb 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -3719,6 +3719,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "13756927798" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4700,6 +4714,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 22, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "98974000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From d7942b80c4057ee02e455283f340fcc189f8c32c Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 15 Mar 2024 15:03:31 +0100 Subject: [PATCH 2061/2142] promote CRU, UNQ, NODL, USDT-Moonbeam to HydraDX (#2556) * promote UNQ, NODL, CRU to HydraDX * add USDT-Moonbeam --- chains/v18/chains.json | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 895b8e350..20a8684cc 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4946,6 +4946,62 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } } ], "nodes": [ From eceb33a693e0afdab247a0813d326df3117a3b21 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:06:25 +0100 Subject: [PATCH 2062/2142] Update networks list (#2563) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 190 +++++++++++++++++++++++------------------------ 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/chains/README.md b/chains/README.md index 2cf0a2562..51e44649b 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,102 +1,102 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 90 -### 💰 All assets 371 -### 🪙 Unique assets: 188 -### 💫 Cross Chain directions: 332 +### 💰 All assets 375 +### 🪙 Unique assets: 189 +### 💫 Cross Chain directions: 394 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 78 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Continuum | NUUM | Subscan | - | -| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 25 | Dock | DOCK | Subscan | - | -| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 27 | Edgeware | EDG | Subscan
Sub.ID | - | -| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 30 | Energy Web X | EWT | - | - | -| 31 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 32 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 33 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 34 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 35 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 36 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 37 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 38 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 39 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 40 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 41 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 42 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 43 | InvArch | VARCH | - | - | -| 44 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 45 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 46 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 47 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 48 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 49 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 50 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 51 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 52 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 53 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 54 | Kusama Bridge Hub | KSM | - | - | -| 55 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 56 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 57 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 58 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 59 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 60 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 61 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 62 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 63 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 64 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 65 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 66 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 67 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 68 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 69 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 70 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 71 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 72 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 73 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 74 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 75 | Polkadot Collectives | DOT | - | - | -| 76 | Polymesh | POLYX | Subscan | - | -| 77 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 78 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 79 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 80 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 81 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 82 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 83 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 84 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 85 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 86 | Watr | WATR | - | - | -| 87 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 88 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 89 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 90 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Continuum | NUUM | Subscan | - | +| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 25 | Dock | DOCK | Subscan | - | +| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 27 | Edgeware | EDG | Subscan
Sub.ID | - | +| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 30 | Energy Web X | EWT | - | - | +| 31 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 32 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 33 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 34 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 35 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 36 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 37 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 38 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 39 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 40 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 41 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 42 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 43 | InvArch | VARCH | - | - | +| 44 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 45 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 46 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 47 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 48 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 49 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 50 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 51 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 52 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 53 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 54 | Kusama Bridge Hub | KSM | - | - | +| 55 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 56 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 57 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 58 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 59 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 60 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 61 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 62 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 63 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 64 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 65 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 66 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 67 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 68 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 69 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 70 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 71 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 72 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 73 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 74 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 75 | Polkadot Collectives | DOT | - | - | +| 76 | Polymesh | POLYX | Subscan | - | +| 77 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 78 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 79 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 80 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 81 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 82 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 83 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 84 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 85 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 86 | Watr | WATR | - | - | +| 87 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 88 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 89 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 90 | krest | KREST | Subscan | - | From 4d8c687c75cdcd718f9ffb44db04cbc72eba3034 Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 15 Mar 2024 15:06:52 +0100 Subject: [PATCH 2063/2142] promote Enjin Relay (#2557) --- chains/v18/chains.json | 34 +++++++++++++++++++++++++++++++++- chains/v18/chains_dev.json | 4 ++-- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 20a8684cc..bfa0c0086 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7678,7 +7678,7 @@ }, { "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", + "name": "Enjin Matrix", "assets": [ { "assetId": 0, @@ -8093,5 +8093,37 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1c4a8d421..81499a504 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9307,7 +9307,7 @@ }, { "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", + "name": "Enjin Matrix", "assets": [ { "assetId": 0, @@ -10016,7 +10016,7 @@ }, { "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relaychain", + "name": "Enjin Relay", "assets": [ { "assetId": 0, From 0f7aca58c762d46d13316569d95155e16173306c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:55:08 +0100 Subject: [PATCH 2064/2142] Update networks list (#2564) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 127 ++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/chains/README.md b/chains/README.md index 51e44649b..c3d37193e 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,11 +1,11 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 90 -### 💰 All assets 375 +### 🕸️ Supported networks: 91 +### 💰 All assets 376 ### 🪙 Unique assets: 189 ### 💫 Cross Chain directions: 394 ### 🧾 SubQuery API projects: 79 -### 👀 Networks with block explorers: 78 +### 👀 Networks with block explorers: 79 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | @@ -40,63 +40,64 @@ | 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | | 30 | Energy Web X | EWT | - | - | -| 31 | Enjin | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 32 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 33 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 34 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 35 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 36 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 37 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 38 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 39 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 40 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 41 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 42 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 43 | InvArch | VARCH | - | - | -| 44 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 45 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 46 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 47 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 48 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 49 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 50 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 51 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 52 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 53 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 54 | Kusama Bridge Hub | KSM | - | - | -| 55 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 56 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 57 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 58 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 59 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 60 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 61 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 62 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 63 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 64 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 65 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 66 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 67 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 68 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 69 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 70 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 71 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 72 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 73 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 74 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 75 | Polkadot Collectives | DOT | - | - | -| 76 | Polymesh | POLYX | Subscan | - | -| 77 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 78 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 79 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 80 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 81 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 82 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 83 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 84 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 85 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 86 | Watr | WATR | - | - | -| 87 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 88 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 89 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 90 | krest | KREST | Subscan | - | +| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 32 | Enjin Relay | ENJ | Subscan | - | +| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 36 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 38 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 41 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 42 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 44 | InvArch | VARCH | - | - | +| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 46 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 47 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 48 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 49 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 53 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 55 | Kusama Bridge Hub | KSM | - | - | +| 56 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 57 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 64 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 65 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 69 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 76 | Polkadot Collectives | DOT | - | - | +| 77 | Polymesh | POLYX | Subscan | - | +| 78 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 79 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 81 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 83 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 85 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 87 | Watr | WATR | - | - | +| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 90 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 91 | krest | KREST | Subscan | - | From 29f14501cfd9d03767a4a18ac869c4866a0199e3 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:31:12 +0300 Subject: [PATCH 2065/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2565)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v6/transfers_dev.json | 464 +++++++++++++++++++------------------- 1 file changed, 232 insertions(+), 232 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index efda62bfe..d7cb3eaf7 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -9,7 +9,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensReserve" } @@ -42,7 +42,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensReserve" } @@ -56,7 +56,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "6429600000000" + "value": "6430144517440" }, "instructions": "xtokensReserve" } @@ -106,7 +106,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensReserve" } @@ -142,7 +142,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "607385811467444" }, "instructions": "xtokensReserve" } @@ -297,7 +297,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensReserve" } @@ -310,7 +310,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "1004710080859067392" }, "instructions": "xtokensReserve" } @@ -380,7 +380,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "8037000000" + "value": "802500" }, "instructions": "xtokensReserve" } @@ -610,7 +610,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -624,7 +624,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -638,7 +638,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -680,7 +680,7 @@ "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "1212500000000" }, "instructions": "xtokensDest" } @@ -731,7 +731,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -745,7 +745,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -773,7 +773,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -787,7 +787,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -829,7 +829,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -866,7 +866,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -880,7 +880,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "3949447077409162752" }, "instructions": "xtokensDest" } @@ -908,7 +908,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "80376806468720000" }, "instructions": "xtokensDest" } @@ -936,7 +936,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "43875000000000000" }, "instructions": "xtokensDest" } @@ -959,7 +959,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20746401591009" + "value": "20748158586573" }, "instructions": "xtokensDest" } @@ -973,7 +973,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6429600000000" + "value": "6430144517440" }, "instructions": "xtokensDest" } @@ -1027,7 +1027,7 @@ "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "607385811467444" }, "instructions": "xtokensDest" } @@ -1041,7 +1041,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -1106,7 +1106,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "214338150611" }, "instructions": "xtokensDest" } @@ -1120,7 +1120,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "431250000000" }, "instructions": "xtokensDest" } @@ -1180,7 +1180,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1905148259" + "value": "1244455155" }, "instructions": "xtokensDest" } @@ -1226,7 +1226,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "1004710080859067392" }, "instructions": "xtokensDest" } @@ -1254,7 +1254,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xcmPalletDest" } @@ -1296,7 +1296,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xcmPalletDest" } @@ -1324,7 +1324,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xcmPalletDest" } @@ -1352,7 +1352,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xcmPalletDest" } @@ -1366,7 +1366,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xcmPalletDest" } @@ -1408,7 +1408,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xcmPalletDest" } @@ -1455,7 +1455,7 @@ "fee": { "mode": { "type": "proportional", - "value": "112679492770376" + "value": "30460406568099" }, "instructions": "xtokensDest" } @@ -1469,7 +1469,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6429600000000" + "value": "6430144517440" }, "instructions": "xtokensDest" } @@ -1492,7 +1492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -1506,7 +1506,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -1520,7 +1520,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -1562,7 +1562,7 @@ "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "1212500000000" }, "instructions": "xtokensDest" } @@ -1599,7 +1599,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "24692790376122" }, "instructions": "xtokensDest" } @@ -1613,7 +1613,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "431250000000" }, "instructions": "xtokensDest" } @@ -1636,7 +1636,7 @@ "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "607385811467444" }, "instructions": "xtokensDest" } @@ -1650,7 +1650,7 @@ "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "1658565192363043" }, "instructions": "xtokensDest" } @@ -1715,7 +1715,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -1729,7 +1729,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -1743,7 +1743,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -1771,7 +1771,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -1785,7 +1785,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -1827,7 +1827,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -1864,7 +1864,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -1892,7 +1892,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -1906,7 +1906,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "3949447077409162752" }, "instructions": "xtokensDest" } @@ -1934,7 +1934,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "43875000000000000" }, "instructions": "xtokensDest" } @@ -2152,7 +2152,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -2222,7 +2222,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -2236,7 +2236,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -2287,7 +2287,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -2542,7 +2542,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -2630,7 +2630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3959149500" + "value": "8982500000" }, "instructions": "xcmPalletTeleportDest" } @@ -2672,7 +2672,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xcmPalletDest" } @@ -2742,7 +2742,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xcmPalletDest" } @@ -2756,7 +2756,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xcmPalletDest" } @@ -2798,7 +2798,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99110670795111" + "value": "99863813341960" }, "instructions": "xtokensDest" } @@ -2863,7 +2863,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3027565432831" + "value": "3050571919645" }, "instructions": "xtokensDest" } @@ -2928,7 +2928,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "101308" }, "instructions": "xtokensDest" } @@ -3021,7 +3021,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -3077,7 +3077,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -3091,7 +3091,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -3114,7 +3114,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -3128,7 +3128,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensDest" } @@ -3216,7 +3216,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -3281,7 +3281,7 @@ "fee": { "mode": { "type": "proportional", - "value": "651856003039514" + "value": "656809460486322" }, "instructions": "xtokensDest" } @@ -3332,7 +3332,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67108792702" + "value": "82320119048" }, "instructions": "xcmPalletDest" } @@ -3355,7 +3355,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21609032" + "value": "17287225" }, "instructions": "xcmPalletDest" } @@ -3369,7 +3369,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7804" + "value": "7798" }, "instructions": "xcmPalletDest" } @@ -3383,7 +3383,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803215" + "value": "100473" }, "instructions": "xcmPalletDest" } @@ -3397,7 +3397,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000" + "value": "46875000" }, "instructions": "xcmPalletDest" } @@ -3411,7 +3411,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7759376" + "value": "13735566" }, "instructions": "xcmPalletDest" } @@ -3425,7 +3425,7 @@ "fee": { "mode": { "type": "proportional", - "value": "210000" + "value": "262500" }, "instructions": "xcmPalletDest" } @@ -3467,7 +3467,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -3495,7 +3495,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "3949447077409162752" }, "instructions": "xtokensDest" } @@ -3509,7 +3509,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "80376806468720000" }, "instructions": "xtokensDest" } @@ -3537,7 +3537,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "43875000000000000" }, "instructions": "xtokensDest" } @@ -3560,7 +3560,7 @@ "fee": { "mode": { "type": "proportional", - "value": "112679492770376" + "value": "30460406568099" }, "instructions": "xtokensDest" } @@ -3574,7 +3574,7 @@ "fee": { "mode": { "type": "proportional", - "value": "20746401591009" + "value": "20748158586573" }, "instructions": "xtokensDest" } @@ -3639,7 +3639,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -3653,7 +3653,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -3667,7 +3667,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -3695,7 +3695,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -3709,7 +3709,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -3751,7 +3751,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -3788,7 +3788,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -3802,7 +3802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -3816,7 +3816,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -3858,7 +3858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "1212500000000" }, "instructions": "xtokensDest" } @@ -3909,7 +3909,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "214338150611" }, "instructions": "xtokensDest" } @@ -3923,7 +3923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "24692790376122" }, "instructions": "xtokensDest" } @@ -3937,7 +3937,7 @@ "fee": { "mode": { "type": "proportional", - "value": "345000000000" + "value": "431250000000" }, "instructions": "xtokensDest" } @@ -3974,7 +3974,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -3988,7 +3988,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -4030,7 +4030,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -4044,7 +4044,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -4086,7 +4086,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -4123,7 +4123,7 @@ "fee": { "mode": { "type": "proportional", - "value": "237" + "value": "297" }, "instructions": "xtokensDest" } @@ -4151,7 +4151,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4994684504" + "value": "79336744814" }, "instructions": "xcmPalletTeleportDest" } @@ -4174,7 +4174,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000" + "value": "80000" }, "instructions": "xcmPalletDest" } @@ -4188,7 +4188,7 @@ "fee": { "mode": { "type": "proportional", - "value": "37500000" + "value": "30000000" }, "instructions": "xcmPalletDest" } @@ -4230,7 +4230,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037" + "value": "0" }, "instructions": "xcmPalletDest" } @@ -4244,7 +4244,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8202500" + "value": "32810000" }, "instructions": "xcmPalletDest" } @@ -4295,7 +4295,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8202500" + "value": "47469788" }, "instructions": "xcmPalletDest" } @@ -4337,7 +4337,7 @@ "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "1658565192363043" }, "instructions": "xtokensDest" } @@ -4365,7 +4365,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -4388,7 +4388,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -4402,7 +4402,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -4416,7 +4416,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -4458,7 +4458,7 @@ "fee": { "mode": { "type": "proportional", - "value": "970000000000" + "value": "1212500000000" }, "instructions": "xtokensDest" } @@ -4495,7 +4495,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -4523,7 +4523,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -4551,7 +4551,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -4565,7 +4565,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -4593,7 +4593,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -4630,7 +4630,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -4644,7 +4644,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -4658,7 +4658,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "80376806468720000" }, "instructions": "xtokensDest" } @@ -4700,7 +4700,7 @@ "fee": { "mode": { "type": "proportional", - "value": "35100000000000000" + "value": "43875000000000000" }, "instructions": "xtokensDest" } @@ -4751,7 +4751,7 @@ "fee": { "mode": { "type": "proportional", - "value": "485908649173955" + "value": "607385811467444" }, "instructions": "xtokensDest" } @@ -4779,7 +4779,7 @@ "fee": { "mode": { "type": "proportional", - "value": "161248590225564" + "value": "1658565192363043" }, "instructions": "xtokensDest" } @@ -4793,7 +4793,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -4816,7 +4816,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -4830,7 +4830,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -4844,7 +4844,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -4858,7 +4858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -4886,7 +4886,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -4900,7 +4900,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -4923,7 +4923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "6429600000000" + "value": "6430144517440" }, "instructions": "xtokensDest" } @@ -4969,7 +4969,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -4997,7 +4997,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensDest" } @@ -5025,7 +5025,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -5160,7 +5160,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -5174,7 +5174,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -5197,7 +5197,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99110670795111" + "value": "99863813341960" }, "instructions": "xtokensDest" } @@ -5248,7 +5248,7 @@ "fee": { "mode": { "type": "proportional", - "value": "651856003039514" + "value": "656809460486322" }, "instructions": "xtokensDest" } @@ -5313,7 +5313,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3027565432831" + "value": "3050571919645" }, "instructions": "xtokensDest" } @@ -5378,7 +5378,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "101308" }, "instructions": "xtokensDest" } @@ -5452,7 +5452,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -5480,7 +5480,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3027565432831" + "value": "3050571919645" }, "instructions": "xtokensDest" } @@ -5536,7 +5536,7 @@ "fee": { "mode": { "type": "proportional", - "value": "2343508113867" + "value": "3404263581899470" }, "instructions": "xtokensDest" } @@ -5559,7 +5559,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "101308" }, "instructions": "xtokensDest" } @@ -5680,7 +5680,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -5722,7 +5722,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -5736,7 +5736,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -5801,7 +5801,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -5815,7 +5815,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -5829,7 +5829,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -5871,7 +5871,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -5913,7 +5913,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -5941,7 +5941,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000" + "value": "80376806468720" }, "instructions": "xtokensDest" } @@ -5978,7 +5978,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -6020,7 +6020,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -6034,7 +6034,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -6048,7 +6048,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -6090,7 +6090,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -6187,7 +6187,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7604986702" + "value": "4883396893" }, "instructions": "xtokensDest" } @@ -6271,7 +6271,7 @@ "fee": { "mode": { "type": "proportional", - "value": "72651898770620" + "value": "133630482014745" }, "instructions": "xtokensDest" } @@ -6299,7 +6299,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensDest" } @@ -6434,7 +6434,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -6462,7 +6462,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -6476,7 +6476,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -6522,7 +6522,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -6708,7 +6708,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -6722,7 +6722,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -6759,7 +6759,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "101308" }, "instructions": "xtokensDest" } @@ -6847,7 +6847,7 @@ "fee": { "mode": { "type": "proportional", - "value": "27152009000000004096" + "value": "879987328182474112" }, "instructions": "xtokensDest" } @@ -6972,7 +6972,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -7000,7 +7000,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensDest" } @@ -7120,7 +7120,7 @@ "fee": { "mode": { "type": "proportional", - "value": "7604986702" + "value": "4883396893" }, "instructions": "xcmPalletDest" } @@ -7134,7 +7134,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1905148259" + "value": "1244455155" }, "instructions": "xcmPalletDest" } @@ -7171,7 +7171,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xcmPalletDest" } @@ -7213,7 +7213,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xcmPalletDest" } @@ -7227,7 +7227,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xcmPalletDest" } @@ -7241,7 +7241,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xcmPalletDest" } @@ -7255,7 +7255,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xcmPalletDest" } @@ -7325,7 +7325,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -7367,7 +7367,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -7488,7 +7488,7 @@ "fee": { "mode": { "type": "proportional", - "value": "86284264694138306560" + "value": "85633534978437939200" }, "instructions": "xcmPalletDest" } @@ -7539,7 +7539,7 @@ "fee": { "mode": { "type": "proportional", - "value": "30000000000" + "value": "42682928123" }, "instructions": "xtokensDest" } @@ -7581,7 +7581,7 @@ "fee": { "mode": { "type": "proportional", - "value": "67139327115" + "value": "53711462025" }, "instructions": "xtokensDest" } @@ -7595,7 +7595,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10204081570" + "value": "10204081571" }, "instructions": "xtokensDest" } @@ -7669,7 +7669,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99110670795111" + "value": "99863813341960" }, "instructions": "xtokensDest" } @@ -7706,7 +7706,7 @@ "fee": { "mode": { "type": "proportional", - "value": "4289212500000000000" + "value": "4321806250000000000" }, "instructions": "xtokensDest" } @@ -7734,7 +7734,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700000000" + "value": "80370000000000" }, "instructions": "xtokensDest" } @@ -7813,7 +7813,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3027565432831" + "value": "3050571919645" }, "instructions": "xtokensDest" } @@ -7892,7 +7892,7 @@ "fee": { "mode": { "type": "proportional", - "value": "100544" + "value": "101308" }, "instructions": "xtokensDest" } @@ -7934,7 +7934,7 @@ "fee": { "mode": { "type": "proportional", - "value": "104492097095609548800" + "value": "105286133131294425088" }, "instructions": "xtokensDest" } @@ -8004,7 +8004,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -8032,7 +8032,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -8046,7 +8046,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -8060,7 +8060,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -8083,7 +8083,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -8097,7 +8097,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -8111,7 +8111,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "80376806468720000" }, "instructions": "xtokensDest" } @@ -8125,7 +8125,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "3949447077409162752" }, "instructions": "xtokensDest" } @@ -8148,7 +8148,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11736475948120176" + "value": "5953003667418515" }, "instructions": "xtokensDest" } @@ -8162,7 +8162,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -8185,7 +8185,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -8199,7 +8199,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -8213,7 +8213,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -8227,7 +8227,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -8269,7 +8269,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -8311,7 +8311,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -8325,7 +8325,7 @@ "fee": { "mode": { "type": "proportional", - "value": "871400000000" + "value": "1089250000000" }, "instructions": "xtokensDest" } @@ -8339,7 +8339,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -8353,7 +8353,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -8390,7 +8390,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646872" }, "instructions": "xtokensDest" } @@ -8404,7 +8404,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8037000000000" + "value": "8037680646800" }, "instructions": "xtokensDest" } @@ -8418,7 +8418,7 @@ "fee": { "mode": { "type": "proportional", - "value": "123456790123456" + "value": "154320987654320" }, "instructions": "xtokensDest" } @@ -8432,7 +8432,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42518725552201" + "value": "107162405931142" }, "instructions": "xtokensDest" } @@ -8492,7 +8492,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10310606971154" + "value": "24692790376122" }, "instructions": "xtokensDest" } @@ -8506,7 +8506,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214320000027" + "value": "214338150611" }, "instructions": "xtokensDest" } @@ -8529,7 +8529,7 @@ "fee": { "mode": { "type": "proportional", - "value": "69880098599534690304" + "value": "41310942824506654720" }, "instructions": "xtokensDest" } @@ -8552,7 +8552,7 @@ "fee": { "mode": { "type": "proportional", - "value": "214587900000000000" + "value": "214606073269560000" }, "instructions": "xtokensDest" } @@ -8566,7 +8566,7 @@ "fee": { "mode": { "type": "proportional", - "value": "42892125000000000" + "value": "43218062500000000" }, "instructions": "xtokensDest" } @@ -8580,7 +8580,7 @@ "fee": { "mode": { "type": "proportional", - "value": "80370000000000000" + "value": "80376806468720000" }, "instructions": "xtokensDest" } @@ -8594,7 +8594,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3159557661927330300" + "value": "3949447077409162752" }, "instructions": "xtokensDest" } @@ -8673,7 +8673,7 @@ "fee": { "mode": { "type": "proportional", - "value": "287569387880" + "value": "290626096424" }, "instructions": "xtokensDest" } @@ -8701,7 +8701,7 @@ "fee": { "mode": { "type": "proportional", - "value": "203120000000" + "value": "253900000000" }, "instructions": "xtokensDest" } @@ -8715,7 +8715,7 @@ "fee": { "mode": { "type": "proportional", - "value": "442083290712" + "value": "449135489738" }, "instructions": "xtokensDest" } @@ -8729,7 +8729,7 @@ "fee": { "mode": { "type": "proportional", - "value": "811622433244" + "value": "1014528041555" }, "instructions": "xtokensDest" } @@ -8743,7 +8743,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1000000000" + "value": "1250000000" }, "instructions": "xtokensDest" } @@ -8845,7 +8845,7 @@ "fee": { "mode": { "type": "proportional", - "value": "11914479166666665984" + "value": "12005017361111111680" }, "instructions": "xtokensDest" } From 5222e978d2a4845de425f8cb22fa2ca46272350b Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 18 Mar 2024 22:32:42 +0100 Subject: [PATCH 2066/2142] promote push notifications to Polkadot, Kusama --- chains/v18/chains.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index bfa0c0086..eca42e7ba 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -118,7 +118,8 @@ "crowdloans", "governance", "proxy", - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ], "additional": { "themeColor": "#E6007A", @@ -242,7 +243,8 @@ "crowdloans", "governance", "proxy", - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ], "additional": { "themeColor": "#1F78FF", From 55f288e9347915cfb4fc7f447c845ec1f4b3dd79 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:40:17 +0300 Subject: [PATCH 2067/2142] XCMs. USDC transfers (#2566) * adding usdc to dev chains.json * zdding USDC xcms between Moonbeam --- chains/v18/chains_dev.json | 12 ++++++++++++ xcm/v6/transfers_dev.json | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 81499a504..2a96df1b2 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3648,6 +3648,18 @@ "typeExtras": { "assetId": "166446646689194205559791995948102903873" } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } ], "nodes": [ diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d7cb3eaf7..74b33e3b3 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -2596,6 +2596,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 23, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, @@ -4301,6 +4324,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 23, + "fee": { + "mode": { + "type": "proportional", + "value": "25188744" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } From 7c2eea910a6f8073fbd634d7a71df14ea6dd842c Mon Sep 17 00:00:00 2001 From: Tom Mi Date: Tue, 19 Mar 2024 05:20:36 +0700 Subject: [PATCH 2068/2142] Add Paseo Testnet (#2543) * add paseo testnet * add staking * fix indents * Update chains_dev.json --------- Co-authored-by: leohar --- chains/v14/chains_dev.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index fca1d0b11..3fd5a9333 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6986,6 +6986,39 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", "addressPrefix": 42 }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, { "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", "name": "Rococo Testnet", From 0107d99705990d5c0c3ee85d1d484fa5eb44e6db Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Mar 2024 10:38:02 +0100 Subject: [PATCH 2069/2142] add Paseo to v18 dev (#2571) --- chains/v14/chains_dev.json | 2 +- chains/v18/chains_dev.json | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 3fd5a9333..bc10e6419 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -6994,7 +6994,7 @@ "assetId": 0, "symbol": "PAS", "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", "staking": [ "relaychain", "nomination-pools" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2a96df1b2..4da1ee674 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7139,6 +7139,46 @@ "feeViaRuntimeCall": true } }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, { "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", "name": "Rococo Testnet", From 04beff36ba79c1b22d4b865529980631e6805e21 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 19 Mar 2024 10:38:37 +0100 Subject: [PATCH 2070/2142] add tokens to Bnaxa (#2572) --- chains/v18/chains_dev.json | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 4da1ee674..29c720627 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -2709,7 +2709,13 @@ "symbol": "KILT", "priceId": "kilt-protocol", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } } ], "nodes": [ @@ -3072,7 +3078,13 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACALA" + } + } }, { "assetId": 1, @@ -5113,7 +5125,13 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HYDRADX" + } + } }, { "assetId": 1, @@ -6440,7 +6458,13 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BIRFOST POLKADOT" + } + } }, { "assetId": 1, From 7f3170d089b4acfab7d169b6783cfb664a00944e Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Mar 2024 10:12:34 +0100 Subject: [PATCH 2071/2142] add DED to Polkadot Asset Hub (#2573) --- chains/v18/chains_dev.json | 10 ++++++++++ icons/tokens/white/DED.svg | 22 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 icons/tokens/white/DED.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 29c720627..e418bb188 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4494,6 +4494,16 @@ "typeExtras": { "assetId": "1337" } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } } ], "nodes": [ diff --git a/icons/tokens/white/DED.svg b/icons/tokens/white/DED.svg new file mode 100644 index 000000000..a09e614ed --- /dev/null +++ b/icons/tokens/white/DED.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + From e71876be91aa3476b1d77645bf11d89792e682ce Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Mar 2024 12:05:55 +0100 Subject: [PATCH 2072/2142] promote DED token (#2575) * promote ded token * update icon --- chains/v18/chains.json | 10 ++++++++++ icons/tokens/white/DED.svg | 21 +-------------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index bfa0c0086..39a013743 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3821,6 +3821,16 @@ "typeExtras": { "assetId": "1337" } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } } ], "nodes": [ diff --git a/icons/tokens/white/DED.svg b/icons/tokens/white/DED.svg index a09e614ed..179998f45 100644 --- a/icons/tokens/white/DED.svg +++ b/icons/tokens/white/DED.svg @@ -1,22 +1,3 @@ - - - - - - - - - - - - - - - - - - - - + From 370fa9d8f9b7c7f7956cb2bb54fecf9f3d2cba88 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:12:50 +0300 Subject: [PATCH 2073/2142] Update networks list (#2576) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index c3d37193e..03192d605 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 376 -### 🪙 Unique assets: 189 +### 💰 All assets 377 +### 🪙 Unique assets: 190 ### 💫 Cross Chain directions: 394 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 79 @@ -83,7 +83,7 @@ | 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | | 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | | 76 | Polkadot Collectives | DOT | - | - | | 77 | Polymesh | POLYX | Subscan | - | From bb5af916711705811bcb8e2bf85356354db1c462 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:13:12 +0300 Subject: [PATCH 2074/2142] Promote. USDC xcms for Moonbeam (#2567) * adding USDC transfers * adding xcUSDC --- chains/v18/chains.json | 11 +++++++++++ xcm/v6/transfers.json | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 39a013743..79fee76cc 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1124,6 +1124,17 @@ "typeExtras": { "assetId": "166446646689194205559791995948102903873" } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } } ], "nodes": [ diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index a7962babb..c9bd36998 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -3551,6 +3551,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 23, + "fee": { + "mode": { + "type": "proportional", + "value": "25188744" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -4737,6 +4751,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 23, + "assetLocation": "USDC-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From e7447cb7af39442865afcb843cb46fdc9901e87d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Mar 2024 12:13:43 +0100 Subject: [PATCH 2075/2142] add vKSM vGLMR price (#2560) * add vKSM price * add vGLMR price --- chains/v18/chains.json | 6 ++++++ chains/v18/chains_dev.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 79fee76cc..7a817f63f 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1108,6 +1108,7 @@ "assetId": 21, "symbol": "xcvGLMR", "precision": 18, + "priceId": "voucher-glmr", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { @@ -1530,6 +1531,7 @@ "assetId": 18, "symbol": "xcvKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -1784,6 +1786,7 @@ "assetId": 11, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -1997,6 +2000,7 @@ "assetId": 10, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -5981,6 +5985,7 @@ "assetId": 6, "symbol": "vGLMR", "precision": 18, + "priceId": "voucher-glmr", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { @@ -6343,6 +6348,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index e418bb188..653e9605c 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -1194,6 +1194,7 @@ "assetId": 18, "symbol": "xcvKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -1502,6 +1503,7 @@ "assetId": 11, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -1727,6 +1729,7 @@ "assetId": 10, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "typeExtras": { @@ -3644,6 +3647,7 @@ "assetId": 21, "symbol": "xcvGLMR", "precision": 18, + "priceId": "voucher-glmr", "type": "statemine", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { @@ -6550,6 +6554,7 @@ "assetId": 6, "symbol": "vGLMR", "precision": 18, + "priceId": "voucher-glmr", "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", "typeExtras": { @@ -6912,6 +6917,7 @@ "assetId": 8, "symbol": "vKSM", "precision": 12, + "priceId": "voucher-ksm", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", "type": "orml", "typeExtras": { From f72e4c4b2581dc0290b72e9330bc5052641616f6 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:15:18 +0300 Subject: [PATCH 2076/2142] Update networks list (#2577) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 03192d605..30250d9a8 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 377 -### 🪙 Unique assets: 190 -### 💫 Cross Chain directions: 394 +### 💰 All assets 378 +### 🪙 Unique assets: 191 +### 💫 Cross Chain directions: 396 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 79 --- @@ -70,7 +70,7 @@ | 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | | 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | | 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | | 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | | 64 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | From d32ebb6076163e787faa2bf52a04c26331504b9a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Mar 2024 12:17:30 +0100 Subject: [PATCH 2077/2142] fix network params (#2574) --- chains/v18/chains_dev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 653e9605c..ff6625d35 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3085,7 +3085,7 @@ "buyProviders": { "banxa": { "coinType": "ACA", - "blockchain": "ACALA" + "blockchain": "ACA" } } }, @@ -5143,7 +5143,7 @@ "buyProviders": { "banxa": { "coinType": "HDX", - "blockchain": "HYDRADX" + "blockchain": "HDX" } } }, @@ -6476,7 +6476,7 @@ "buyProviders": { "banxa": { "coinType": "BNC", - "blockchain": "BIRFOST POLKADOT" + "blockchain": "BNCPOLKA" } } }, From 5e373de2ba190d2a9fb3b60d6ad0b9a64ffb95ea Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 20 Mar 2024 12:17:39 +0100 Subject: [PATCH 2078/2142] update icons for stable coins (#2570) * update icons * add DAI token icons --- chains/v18/chains.json | 10 +++++----- chains/v18/chains_dev.json | 10 +++++----- icons/tokens/white/DAI-Acala.svg | 5 +++++ icons/tokens/white/DAI-Karura.svg | 6 ++++++ icons/tokens/white/DAI-Moonbeam.svg | 5 +++++ icons/tokens/white/USDC-Karura.svg | 6 ++++++ icons/tokens/white/USDT-Moonbeam.svg | 5 +++++ 7 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 icons/tokens/white/DAI-Acala.svg create mode 100644 icons/tokens/white/DAI-Karura.svg create mode 100644 icons/tokens/white/DAI-Moonbeam.svg create mode 100644 icons/tokens/white/USDC-Karura.svg create mode 100644 icons/tokens/white/USDT-Moonbeam.svg diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 7a817f63f..c361917c2 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -2850,7 +2850,7 @@ "precision": 18, "priceId": "dai", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", "typeExtras": { "assetId": "15" } @@ -2861,7 +2861,7 @@ "precision": 6, "priceId": "usd-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", "typeExtras": { "assetId": "16" } @@ -4660,7 +4660,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4799,7 +4799,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x12000000", "currencyIdType": "u32", @@ -5020,7 +5020,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x17000000", "currencyIdType": "u32", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index ff6625d35..dd427e2ec 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -2866,7 +2866,7 @@ "precision": 18, "priceId": "dai", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", "typeExtras": { "assetId": "15" } @@ -2877,7 +2877,7 @@ "precision": 6, "priceId": "usd-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", "typeExtras": { "assetId": "16" } @@ -5167,7 +5167,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -5306,7 +5306,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x12000000", "currencyIdType": "u32", @@ -5527,7 +5527,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x17000000", "currencyIdType": "u32", diff --git a/icons/tokens/white/DAI-Acala.svg b/icons/tokens/white/DAI-Acala.svg new file mode 100644 index 000000000..03ecd9be8 --- /dev/null +++ b/icons/tokens/white/DAI-Acala.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/tokens/white/DAI-Karura.svg b/icons/tokens/white/DAI-Karura.svg new file mode 100644 index 000000000..30f334289 --- /dev/null +++ b/icons/tokens/white/DAI-Karura.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tokens/white/DAI-Moonbeam.svg b/icons/tokens/white/DAI-Moonbeam.svg new file mode 100644 index 000000000..725ab1fe7 --- /dev/null +++ b/icons/tokens/white/DAI-Moonbeam.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/tokens/white/USDC-Karura.svg b/icons/tokens/white/USDC-Karura.svg new file mode 100644 index 000000000..745903686 --- /dev/null +++ b/icons/tokens/white/USDC-Karura.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tokens/white/USDT-Moonbeam.svg b/icons/tokens/white/USDT-Moonbeam.svg new file mode 100644 index 000000000..c6e15c68f --- /dev/null +++ b/icons/tokens/white/USDT-Moonbeam.svg @@ -0,0 +1,5 @@ + + + + + From 5ac6d836045459f45d82a317e325ceb429f1d71a Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Mar 2024 08:25:04 +0100 Subject: [PATCH 2079/2142] add Hyperbridge crowdloan (#2579) --- crowdloan/polkadot-dev.json | 9 +++++++++ icons/chains/gradient/Hyperbridge.svg | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 icons/chains/gradient/Hyperbridge.svg diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index f43003508..510d1e01f 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -398,5 +398,14 @@ "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", "website": "https://polkadex.trade/crowdloans", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" + }, + { + "paraid": "3367", + "name": "Hyperbridge", + "token": "NAND", + "description": "Hyperbridge is an interoperability coprocessor that has been designed with full node level security", + "website": "https://hyperbridge.network/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "rewardRate": 100 } ] diff --git a/icons/chains/gradient/Hyperbridge.svg b/icons/chains/gradient/Hyperbridge.svg new file mode 100644 index 000000000..44dccf857 --- /dev/null +++ b/icons/chains/gradient/Hyperbridge.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From a8d8abeaded59013ec46f5ee4e94c0e0ef1ba330 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Mar 2024 14:14:57 +0100 Subject: [PATCH 2080/2142] promote tokens to Banxa (#2578) --- chains/v18/chains.json | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index c361917c2..023ed7df1 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -2732,7 +2732,13 @@ "symbol": "KILT", "priceId": "kilt-protocol", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } } ], "nodes": [ @@ -3050,7 +3056,13 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } }, { "assetId": 1, @@ -4638,7 +4650,13 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } }, { "assetId": 1, @@ -5909,7 +5927,13 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } }, { "assetId": 1, From 9c37f8ddae8dbf81d614dd800bfc657d84fcb3ed Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 21 Mar 2024 14:42:38 +0100 Subject: [PATCH 2081/2142] promote Hyperbridge crowdloan (#2580) --- crowdloan/polkadot.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index f41e19c58..e8e97b4b6 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -397,5 +397,14 @@ "description": "A decentralized, peer-peer, cryptocurrency exchange for DeFi ecosystem in Substrate", "website": "https://polkadex.trade/crowdloans", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg" + }, + { + "paraid": "3367", + "name": "Hyperbridge", + "token": "NAND", + "description": "Hyperbridge is an interoperability coprocessor that has been designed with full node level security", + "website": "https://hyperbridge.network/?ref=parachains-info", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "rewardRate": 100 } ] From 95fb5fd369857f4332f39b96866077c6ffee7b9e Mon Sep 17 00:00:00 2001 From: leohar Date: Fri, 22 Mar 2024 17:36:59 +0100 Subject: [PATCH 2082/2142] update Beamswap url --- dapps/dapps.json | 2 +- dapps/dapps_dev.json | 2 +- dapps/dapps_full.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 138b43024..fd9cd7b83 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -164,7 +164,7 @@ { "name": "Beamswap", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", - "url": "https://app.beamswap.io/exchange/swap", + "url": "https://app.beamswap.io/exchange/braindex", "categories": [ "bridge", "dex", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index f6342ba11..27ea0e0a9 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -258,7 +258,7 @@ { "name": "Beamswap", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", - "url": "https://app.beamswap.io/exchange/swap", + "url": "https://app.beamswap.io/exchange/braindex", "categories": [ "bridge", "dex", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 43baa613a..fd503b9f6 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -209,7 +209,7 @@ { "name": "Beamswap", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Beamswap.svg", - "url": "https://app.beamswap.io/exchange/swap", + "url": "https://app.beamswap.io/exchange/braindex", "categories": [ "bridge", "dex", From 05064f3c1f74cc1d07811be8e2577fca7564837a Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:10:22 +0300 Subject: [PATCH 2083/2142] Update dapps list (#2582) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- dapps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/README.md b/dapps/README.md index e6047e192..1320f0225 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -9,7 +9,7 @@ | 5 | Astar Portal | https://portal.astar.network/ | bridge,staking,evm | | 6 | Awesome Ajuna Avatars (Desktop mode) | https://aaa.ajuna.io/ | nft,gaming | | 7 | Basilisk Snek Swap | https://app.basilisk.cloud/#/trade | bridge,dex | -| 8 | Beamswap | https://app.beamswap.io/exchange/swap | bridge,dex,staking,evm | +| 8 | Beamswap | https://app.beamswap.io/exchange/braindex | bridge,dex,staking,evm | | 9 | Bifrost App | https://bifrost.app/ | bridge,crowdloans,dex,staking | | 10 | Bit.Country Pioneer Metaverse | https://pioneer.bit.country/ | nft,staking,gaming | | 11 | DED Mine | https://ded.games/play/dedmine | gaming,nft | From a57dbb856276d36abd19e1efdaf585b52dcc25e1 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Mar 2024 09:43:38 +0100 Subject: [PATCH 2084/2142] add PINK token to Moonbeam, Polkadot Asset Hub (#2583) --- assets/evm/v2/assets_dev.json | 12 ++++++++++++ chains/v18/chains_dev.json | 10 ++++++++++ icons/tokens/white/PINK.svg | 3 +++ 3 files changed, 25 insertions(+) create mode 100644 icons/tokens/white/PINK.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 9082240e0..d59d79074 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -634,5 +634,17 @@ "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" } ] + }, + { + "symbol": "xcPINK", + "precision": 10, + "name": "PINK", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d" + } + ] } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index dd427e2ec..08f990552 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4508,6 +4508,16 @@ "typeExtras": { "assetId": "30" } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } } ], "nodes": [ diff --git a/icons/tokens/white/PINK.svg b/icons/tokens/white/PINK.svg new file mode 100644 index 000000000..0c269925e --- /dev/null +++ b/icons/tokens/white/PINK.svg @@ -0,0 +1,3 @@ + + + From 30e256f697ff0d314748c66c1656ecd419b80761 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 26 Mar 2024 10:36:05 +0100 Subject: [PATCH 2085/2142] promote PINK to Polkadot Asset Hub and Moonbeam --- assets/evm/v2/assets.json | 12 ++++++++++++ chains/v18/chains.json | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 2c4b69466..5c79c8a91 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -541,5 +541,17 @@ "contractAddress": "0x524d524B4c9366be706D3A90dcf70076ca037aE3" } ] + }, + { + "symbol": "xcPINK", + "precision": 10, + "name": "PINK", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "instances": [ + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d" + } + ] } ] diff --git a/chains/v18/chains.json b/chains/v18/chains.json index f83115170..b36761b17 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3860,6 +3860,16 @@ "typeExtras": { "assetId": "30" } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } } ], "nodes": [ From 91c738aefcbf775182021a1567bde1d825a499a4 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:48:53 +0100 Subject: [PATCH 2086/2142] Update networks list (#2585) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/README.md b/chains/README.md index 30250d9a8..1b078e5ca 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 378 -### 🪙 Unique assets: 191 +### 💰 All assets 379 +### 🪙 Unique assets: 192 ### 💫 Cross Chain directions: 396 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 79 @@ -83,7 +83,7 @@ | 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | | 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | | 76 | Polkadot Collectives | DOT | - | - | | 77 | Polymesh | POLYX | Subscan | - | From 25b7ecb46cde87e1a4c1dcf7d0996e59025f46ea Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Mar 2024 12:49:32 +0100 Subject: [PATCH 2087/2142] add puah to Azero (#2587) --- chains/v18/chains_dev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 08f990552..04d911dcd 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6192,7 +6192,8 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ] }, { From be75d2c67a4070d3022a2401db72cf68ef57b2d0 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Mar 2024 17:28:50 +0100 Subject: [PATCH 2088/2142] add PINK, DED to HydraDX (#2586) --- chains/v18/chains_dev.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 04d911dcd..2d67fa0aa 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5544,6 +5544,32 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } } ], "nodes": [ From a93a608b3910a671304b79d419faf76fe10a75e3 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 27 Mar 2024 19:53:41 +0100 Subject: [PATCH 2089/2142] promote DED, PINK to HydraDX (#2588) --- chains/v18/chains.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index b36761b17..82fdb4cc2 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5057,6 +5057,32 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } } ], "nodes": [ From ddb4ef2471444a668b52ec18dfe5530141b6a358 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:15:05 +0100 Subject: [PATCH 2090/2142] Update networks list (#2589) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 188 +++++++++++++++++++++++------------------------ 1 file changed, 94 insertions(+), 94 deletions(-) diff --git a/chains/README.md b/chains/README.md index 1b078e5ca..79d51b165 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,103 +1,103 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 379 +### 💰 All assets 381 ### 🪙 Unique assets: 192 ### 💫 Cross Chain directions: 396 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 79 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Continuum | NUUM | Subscan | - | -| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 25 | Dock | DOCK | Subscan | - | -| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 27 | Edgeware | EDG | Subscan
Sub.ID | - | -| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 30 | Energy Web X | EWT | - | - | -| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 32 | Enjin Relay | ENJ | Subscan | - | -| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 36 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 38 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 41 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 42 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 44 | InvArch | VARCH | - | - | -| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 46 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 47 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 48 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 49 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 53 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 55 | Kusama Bridge Hub | KSM | - | - | -| 56 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 57 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | -| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 64 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 65 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 69 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 76 | Polkadot Collectives | DOT | - | - | -| 77 | Polymesh | POLYX | Subscan | - | -| 78 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 79 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 81 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 83 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 85 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 87 | Watr | WATR | - | - | -| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 90 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 91 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Continuum | NUUM | Subscan | - | +| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 25 | Dock | DOCK | Subscan | - | +| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 27 | Edgeware | EDG | Subscan
Sub.ID | - | +| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 30 | Energy Web X | EWT | - | - | +| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 32 | Enjin Relay | ENJ | Subscan | - | +| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 36 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 38 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 41 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 42 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 44 | InvArch | VARCH | - | - | +| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 46 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 47 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 48 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 49 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 53 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 55 | Kusama Bridge Hub | KSM | - | - | +| 56 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 57 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 64 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 65 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 69 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 76 | Polkadot Collectives | DOT | - | - | +| 77 | Polymesh | POLYX | Subscan | - | +| 78 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 79 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 81 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 83 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 85 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 87 | Watr | WATR | - | - | +| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 90 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 91 | krest | KREST | Subscan | - | From bcf6ad75cef673015768924d92a7c613a7116b00 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 28 Mar 2024 10:02:28 +0100 Subject: [PATCH 2091/2142] remove Polkaholic, Polkascan (#2590) * remove Polkaholic * remove Polkascan --- chains/v18/chains_dev.json | 298 ++----------------------------------- 1 file changed, 14 insertions(+), 284 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2d67fa0aa..717105ca7 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -65,19 +65,9 @@ "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", "account": "https://polkadot.subscan.io/account/{address}" }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -190,19 +180,9 @@ "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", "account": "https://kusama.subscan.io/account/{address}" }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -530,11 +510,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -950,11 +925,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1270,11 +1240,6 @@ "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1549,11 +1514,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", @@ -1803,11 +1763,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2031,11 +1986,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2253,11 +2203,6 @@ "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2381,11 +2326,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2439,11 +2379,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2672,11 +2607,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2744,11 +2674,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2898,11 +2823,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2979,11 +2899,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3050,11 +2965,6 @@ "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3327,11 +3237,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3706,11 +3611,6 @@ "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4153,11 +4053,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4393,11 +4288,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4447,11 +4337,6 @@ "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4548,11 +4433,6 @@ "name": "Statescan", "account": "https://statemint.statescan.io/#/accounts/{address}", "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4612,11 +4492,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4674,11 +4549,6 @@ "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4765,11 +4635,6 @@ "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4835,11 +4700,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4900,11 +4760,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4948,11 +4803,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4994,11 +4844,6 @@ "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5059,11 +4904,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5109,11 +4949,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5587,11 +5422,6 @@ "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5839,11 +5669,6 @@ "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5889,11 +5714,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5966,11 +5786,6 @@ "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6120,11 +5935,6 @@ "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6287,11 +6097,6 @@ "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6480,9 +6285,9 @@ ], "explorers": [ { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" } ], "externalApi": { @@ -6679,11 +6484,6 @@ "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6731,9 +6531,10 @@ ], "explorers": [ { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" } ], "externalApi": { @@ -6779,11 +6580,6 @@ "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6816,13 +6612,6 @@ "name": "Dora node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6980,11 +6769,6 @@ "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", @@ -7103,13 +6887,6 @@ "name": "JelliedOwl node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7159,11 +6936,6 @@ "name": "Subscan", "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -7195,13 +6967,6 @@ "name": "Imbue node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7299,13 +7064,6 @@ "name": "Dwellir node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7364,13 +7122,6 @@ "name": "bLd node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7626,13 +7377,6 @@ "name": "Dwellir node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7786,13 +7530,6 @@ "name": "Airalab node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -8639,13 +8376,6 @@ "name": "Frequency1 node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -9328,13 +9058,6 @@ "name": "Simplystaking node" } ], - "explorers": [ - { - "name": "Polkascan", - "account": "https://jur.io/explorer/jur/account/{address}", - "event": "https://jur.io/explorer/jur/event/{event}" - } - ], "externalApi": { "history": [ { @@ -9842,6 +9565,13 @@ "name": "Polimec node" } ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], "externalApi": { "history": [ { From 2d1407177cb19683fbd6abef5752841b776a2c7e Mon Sep 17 00:00:00 2001 From: leohar Date: Sat, 30 Mar 2024 12:38:17 +0100 Subject: [PATCH 2092/2142] promote push to Alephzero (#2591) --- chains/v18/chains.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 82fdb4cc2..c17b7a1a0 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5699,7 +5699,8 @@ "defaultBlockTime": 1000 }, "options": [ - "fullSyncByDefault" + "fullSyncByDefault", + "pushSupport" ] }, { From 4d7f45fe2a33914d366f3afee7374807fcd2b8f5 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 Apr 2024 10:19:39 +0200 Subject: [PATCH 2093/2142] add JUR Paused status --- chains/v18/chains.json | 2 +- chains/v18/chains_dev.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index c17b7a1a0..cfac4456a 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -7728,7 +7728,7 @@ }, { "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", - "name": "Jur", + "name": "Jur (PAUSED)", "assets": [ { "assetId": 0, diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 717105ca7..590d20d9e 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9038,7 +9038,7 @@ }, { "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", - "name": "Jur", + "name": "Jur (PAUSED)", "assets": [ { "assetId": 0, From 8e1003ee021f7753cf104bb0af0168efd7e4123b Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 2 Apr 2024 17:33:51 +0200 Subject: [PATCH 2094/2142] promote Polkadex gov1 (#2597) --- chains/v18/chains.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index cfac4456a..309c64acf 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -5896,6 +5896,9 @@ }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", "addressPrefix": 88, + "options": [ + "governance-v1" + ], "additional": { "themeColor": "#1F78FF", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", From ac345e0a0b403c6831d002794d085e2abb71bb24 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:50:38 +0300 Subject: [PATCH 2095/2142] adding BNC to Interlay (#2568) --- chains/v18/chains_dev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 590d20d9e..a08fe64a1 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5648,6 +5648,20 @@ "existentialDeposit": "0", "transfersEnabled": false } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } } ], "nodes": [ From b05d532dc2365206929870f8db466752bf7e6691 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:52:32 +0300 Subject: [PATCH 2096/2142] Update networks list (#2596) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/README.md b/chains/README.md index 79d51b165..cf53d3ad3 100644 --- a/chains/README.md +++ b/chains/README.md @@ -55,7 +55,7 @@ | 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 44 | InvArch | VARCH | - | - | | 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 46 | Jur | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 46 | Jur (PAUSED) | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | | 47 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | | 48 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | | 49 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | From da5baf436dca5ef2ffb83db586b932c4ba0fd139 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:52:48 +0300 Subject: [PATCH 2097/2142] Update test data file (#2595) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index 43b1ba8e3..c9c4f0a6a 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -349,11 +349,6 @@ "name": "krest", "account": "0x6678fd94b848f5d1e741196bd6d99c63f6f176c3ad8f906780935b1d48562d20" }, - { - "chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a", - "name": "Jur", - "account": "0x54cc201c0e6933e1f6aeb40b251a250e4ccad43c510bbbcf7cd576fa078fd86b" - }, { "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", "name": "Manta", From cb20bcb9599a0d4d6812df2cf591158489d6a280 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Apr 2024 07:53:08 +0200 Subject: [PATCH 2098/2142] add DED to transfers_dev.json (#2593) --- xcm/v6/transfers_dev.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 74b33e3b3..d5fbe3573 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -410,6 +410,21 @@ }, "instructions": "xtokensReserve" } + }, + "DED-Statemint": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "multiLocation": { + "parachainId": 1000, + "palletInstance": 50, + "generalIndex": "30" + }, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "17500000" + }, + "instructions": "xtokensReserve" + } } }, "instructions": { From 4aa2415b9bc5491788e34d23d7538366e79ebcbb Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:47:36 +0300 Subject: [PATCH 2099/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v6/transfers_dev.json | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index d5fbe3573..c2bbf2577 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -297,7 +297,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensReserve" } @@ -393,7 +393,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "8000000000000" }, "instructions": "xtokensReserve" } @@ -421,7 +421,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "17500000" + "value": "0" }, "instructions": "xtokensReserve" } @@ -802,7 +802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1244455155" + "value": "1518017819" }, "instructions": "xtokensDest" } @@ -1381,7 +1381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xcmPalletDest" } @@ -1800,7 +1800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -2557,7 +2557,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensDest" } @@ -2654,7 +2654,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xcmPalletDest" } @@ -2836,7 +2836,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99863813341960" + "value": "138917929637904" }, "instructions": "xtokensDest" } @@ -2901,7 +2901,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3050571919645" + "value": "2447575392893" }, "instructions": "xtokensDest" } @@ -2966,7 +2966,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101308" + "value": "26453" }, "instructions": "xtokensDest" } @@ -3073,7 +3073,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -3254,7 +3254,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensDest" } @@ -3319,7 +3319,7 @@ "fee": { "mode": { "type": "proportional", - "value": "656809460486322" + "value": "2089595672670131" }, "instructions": "xtokensDest" } @@ -3449,7 +3449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "13735566" + "value": "12141078" }, "instructions": "xcmPalletDest" } @@ -3747,7 +3747,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -4082,7 +4082,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -4240,7 +4240,7 @@ "fee": { "mode": { "type": "proportional", - "value": "21609032" + "value": "17269955" }, "instructions": "xcmPalletDest" } @@ -4254,7 +4254,7 @@ "fee": { "mode": { "type": "proportional", - "value": "803700" + "value": "1005251" }, "instructions": "xcmPalletDest" } @@ -4347,7 +4347,7 @@ "fee": { "mode": { "type": "proportional", - "value": "25188744" + "value": "17252719" }, "instructions": "xcmPalletDest" } @@ -4617,7 +4617,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -5128,7 +5128,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -5249,7 +5249,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99863813341960" + "value": "138917929637904" }, "instructions": "xtokensDest" } @@ -5300,7 +5300,7 @@ "fee": { "mode": { "type": "proportional", - "value": "656809460486322" + "value": "2089595672670131" }, "instructions": "xtokensDest" } @@ -5365,7 +5365,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3050571919645" + "value": "2447575392893" }, "instructions": "xtokensDest" } @@ -5430,7 +5430,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101308" + "value": "26453" }, "instructions": "xtokensDest" } @@ -5504,7 +5504,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensDest" } @@ -5532,7 +5532,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3050571919645" + "value": "2447575392893" }, "instructions": "xtokensDest" } @@ -5611,7 +5611,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101308" + "value": "26453" }, "instructions": "xtokensDest" } @@ -5718,7 +5718,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -5923,7 +5923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -6323,7 +6323,7 @@ "fee": { "mode": { "type": "proportional", - "value": "133630482014745" + "value": "120874369717611" }, "instructions": "xtokensDest" } @@ -6500,7 +6500,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -6574,7 +6574,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensDest" } @@ -6746,7 +6746,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -6811,7 +6811,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101308" + "value": "26453" }, "instructions": "xtokensDest" } @@ -6899,7 +6899,7 @@ "fee": { "mode": { "type": "proportional", - "value": "879987328182474112" + "value": "803768064687253888" }, "instructions": "xtokensDest" } @@ -7144,7 +7144,7 @@ "fee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "8000000000000" }, "instructions": "xtokensDest" } @@ -7186,7 +7186,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1244455155" + "value": "1518017819" }, "instructions": "xcmPalletDest" } @@ -7223,7 +7223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xcmPalletDest" } @@ -7405,7 +7405,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -7540,7 +7540,7 @@ "fee": { "mode": { "type": "proportional", - "value": "85633534978437939200" + "value": "112563722370570600448" }, "instructions": "xcmPalletDest" } @@ -7619,7 +7619,7 @@ "fee": { "mode": { "type": "proportional", - "value": "28583374669" + "value": "17356651607" }, "instructions": "xtokensDest" } @@ -7721,7 +7721,7 @@ "fee": { "mode": { "type": "proportional", - "value": "99863813341960" + "value": "138917929637904" }, "instructions": "xtokensDest" } @@ -7865,7 +7865,7 @@ "fee": { "mode": { "type": "proportional", - "value": "3050571919645" + "value": "2447575392893" }, "instructions": "xtokensDest" } @@ -7944,7 +7944,7 @@ "fee": { "mode": { "type": "proportional", - "value": "101308" + "value": "26453" }, "instructions": "xtokensDest" } @@ -7986,7 +7986,7 @@ "fee": { "mode": { "type": "proportional", - "value": "105286133131294425088" + "value": "23888832078357995520" }, "instructions": "xtokensDest" } @@ -8056,7 +8056,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -8725,7 +8725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "290626096424" + "value": "311912073671" }, "instructions": "xtokensDest" } @@ -8897,7 +8897,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12005017361111111680" + "value": "5880008503401360384" }, "instructions": "xtokensDest" } From 09195fbac79bd3f4b647b39ff66d54c7a2ca3866 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Apr 2024 15:02:54 +0200 Subject: [PATCH 2100/2142] add PINK to Acala (#2606) --- chains/v18/chains_dev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index a08fe64a1..47ba02538 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -3192,6 +3192,19 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } } ], "nodes": [ From 3f8e87a807b4db0ac53b256fbafec880a6ddd437 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Apr 2024 15:03:04 +0200 Subject: [PATCH 2101/2142] add USDC for Mercuryo (#2604) --- assets/evm/v2/assets_dev.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index d59d79074..4098004c7 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -54,6 +54,9 @@ "transak": { "network": "ETHEREUM" }, + "mercuryo": { + "network": "ETHEREUM" + }, "banxa": { "coinType": "USDC", "blockchain": "ETH" From 2f35e7114017aea319dd7890a4e09691a1888167 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 3 Apr 2024 15:03:22 +0200 Subject: [PATCH 2102/2142] add DED, PINK, GLMR for Polkadex (#2605) --- chains/v18/chains_dev.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 47ba02538..78b2f5cb7 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -6220,6 +6220,37 @@ "typeExtras": { "assetId": "226557799181424065994173367616174607641" } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } } ], "nodes": [ From 2e210c8fa80643b21e1859647b1baa228d92bfb8 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:05:00 +0300 Subject: [PATCH 2103/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2603)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v6/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index c2bbf2577..a0e3a005c 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -802,7 +802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1518017819" + "value": "1266309787" }, "instructions": "xtokensDest" } @@ -1381,7 +1381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xcmPalletDest" } @@ -1800,7 +1800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -3449,7 +3449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12141078" + "value": "12363723" }, "instructions": "xcmPalletDest" } @@ -3747,7 +3747,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -4082,7 +4082,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -4617,7 +4617,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -5923,7 +5923,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -6323,7 +6323,7 @@ "fee": { "mode": { "type": "proportional", - "value": "120874369717611" + "value": "159154901288663" }, "instructions": "xtokensDest" } @@ -7186,7 +7186,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1518017819" + "value": "1266309787" }, "instructions": "xcmPalletDest" } @@ -7223,7 +7223,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xcmPalletDest" } @@ -8056,7 +8056,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -8321,7 +8321,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } @@ -8725,7 +8725,7 @@ "fee": { "mode": { "type": "proportional", - "value": "311912073671" + "value": "317722460895" }, "instructions": "xtokensDest" } From fa54d9883003de4b1e0dd3693d67c718d8c5eb40 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Apr 2024 15:20:20 +0200 Subject: [PATCH 2104/2142] promote Polkaholic, Polkascan removal (#2592) * remove Polkaholic * add Statescan to Polimec * remove Polkascan --- chains/v18/chains.json | 298 ++--------------------------------------- 1 file changed, 14 insertions(+), 284 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 309c64acf..7a2f58898 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -65,19 +65,9 @@ "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", "account": "https://polkadot.subscan.io/account/{address}" }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -190,19 +180,9 @@ "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", "account": "https://kusama.subscan.io/account/{address}" }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -432,11 +412,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -833,11 +808,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1168,11 +1138,6 @@ "name": "Moonscan", "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1609,11 +1574,6 @@ "name": "Moonscan", "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -1834,11 +1794,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2076,11 +2031,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2211,11 +2161,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2269,11 +2214,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2442,11 +2382,6 @@ "name": "Subscan", "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2703,11 +2638,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2766,11 +2696,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2890,11 +2815,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -2959,11 +2879,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3030,11 +2945,6 @@ "name": "Subscan", "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3304,11 +3214,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3526,11 +3431,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3757,11 +3657,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3799,11 +3694,6 @@ "name": "Subscan", "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3900,11 +3790,6 @@ "name": "Statescan", "account": "https://statemint.statescan.io/#/accounts/{address}", "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -3950,11 +3835,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4012,11 +3892,6 @@ "name": "Subscan", "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4222,11 +4097,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4310,11 +4180,6 @@ "name": "Subscan", "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4363,11 +4228,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4428,11 +4288,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4473,11 +4328,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4519,11 +4369,6 @@ "name": "Subscan", "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4572,11 +4417,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -4622,11 +4462,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5100,11 +4935,6 @@ "name": "Subscan", "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5352,11 +5182,6 @@ "name": "Subscan", "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5402,11 +5227,6 @@ { "name": "Sub.ID", "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5456,11 +5276,6 @@ "name": "Subscan", "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5610,11 +5425,6 @@ "name": "Subscan", "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5768,11 +5578,6 @@ "name": "Subscan", "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -5940,9 +5745,9 @@ ], "explorers": [ { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" } ], "externalApi": { @@ -6139,11 +5944,6 @@ "name": "Subscan", "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6191,9 +5991,10 @@ ], "explorers": [ { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" } ], "externalApi": { @@ -6239,11 +6040,6 @@ "name": "Subscan", "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6276,13 +6072,6 @@ "name": "Dora node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6440,11 +6229,6 @@ "name": "Subscan", "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", @@ -6468,13 +6252,6 @@ "name": "JelliedOwl node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6524,11 +6301,6 @@ "name": "Subscan", "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" } ], "externalApi": { @@ -6560,13 +6332,6 @@ "name": "Imbue node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6599,13 +6364,6 @@ "name": "Dwellir node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6664,13 +6422,6 @@ "name": "bLd node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6816,13 +6567,6 @@ "name": "Dwellir node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -6883,13 +6627,6 @@ "name": "Airalab node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7509,13 +7246,6 @@ "name": "Frequency1 node" } ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], "externalApi": { "history": [ { @@ -7751,13 +7481,6 @@ "name": "Simplystaking node" } ], - "explorers": [ - { - "name": "Polkascan", - "account": "https://jur.io/explorer/jur/account/{address}", - "event": "https://jur.io/explorer/jur/event/{event}" - } - ], "externalApi": { "history": [ { @@ -8016,6 +7739,13 @@ "name": "Polimec node" } ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], "externalApi": { "history": [ { From cd1449bd95c3b48dbd96ad7e86ba2b9fca7a6774 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Apr 2024 15:20:44 +0200 Subject: [PATCH 2105/2142] promote PINK to Acala, PINK, DED, GLMR to Polkadex (#2609) --- chains/v18/chains.json | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 7a2f58898..978c3fb57 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3169,6 +3169,19 @@ "existentialDeposit": "10000", "transfersEnabled": true } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -5662,6 +5675,37 @@ "typeExtras": { "assetId": "226557799181424065994173367616174607641" } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } } ], "nodes": [ From a7ba148d890ef848ba607789d4b8d447d03e5514 Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 4 Apr 2024 15:20:58 +0200 Subject: [PATCH 2106/2142] promote USDC to Mercuryo (#2610) --- assets/evm/v2/assets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 5c79c8a91..64b3591f3 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -54,6 +54,9 @@ "transak": { "network": "ETHEREUM" }, + "mercuryo": { + "network": "ETHEREUM" + }, "banxa": { "coinType": "USDC", "blockchain": "ETH" From 42e44a5a997adbdff5b723ecc8ae3fe900c64202 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:33:08 +0200 Subject: [PATCH 2107/2142] Update networks list (#2611) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 108 +++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/chains/README.md b/chains/README.md index cf53d3ad3..51c37062a 100644 --- a/chains/README.md +++ b/chains/README.md @@ -5,39 +5,39 @@ ### 🪙 Unique assets: 192 ### 💫 Cross Chain directions: 396 ### 🧾 SubQuery API projects: 79 -### 👀 Networks with block explorers: 79 +### 👀 Networks with block explorers: 71 --- # List of supported networks | -- | Network | Assets | Explorers | SubQuery explorer | | --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID
Polkaholic | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 5 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | | 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID
Polkaholic | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | | 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan
Polkaholic | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID
Polkaholic | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan
Polkaholic | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan
Polkaholic | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 9 | Bajun | BAJU | Subscan | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | | 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan
Polkaholic | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID
Polkaholic | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID
Polkaholic | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 15 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | | 19 | Continuum | NUUM | Subscan | - | | 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 22 | Crust Shadow | CSM | Subscan
Polkaholic | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 23 | DAO IPCI | MITO | Polkaholic | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 22 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 23 | DAO IPCI | MITO | - | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | | 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | | 25 | Dock | DOCK | Subscan | - | -| 26 | Dora Factory (PAUSED) | DORA | Polkaholic | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 26 | Dora Factory (PAUSED) | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | | 27 | Edgeware | EDG | Subscan
Sub.ID | - | -| 28 | Encointer | KSM | Subscan
Polkaholic | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 28 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | | 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | | 30 | Energy Web X | EWT | - | - | | 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | @@ -45,59 +45,59 @@ | 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | | 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | | 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 36 | Frequency | FRQCY | Polkaholic | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 36 | Frequency | FRQCY | - | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | | 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 38 | GM (PAUSED) | FREN
GM
GN | Polkaholic | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 38 | GM (PAUSED) | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | | 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK | Subscan
Polkaholic | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 41 | Imbue | IMBU | Polkaholic | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 42 | Integritee Parachain | TEER | Subscan
Sub.ID
Polkaholic | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan
Polkaholic | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 41 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 42 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | | 44 | InvArch | VARCH | - | - | | 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 46 | Jur (PAUSED) | JUR | Polkascan | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 47 | KILT | KILT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 48 | Kabocha | KAB | Polkaholic | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 49 | Kapex (PAUSED) | KPX | Polkaholic | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID
Polkaholic | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID
Polkaholic | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID
Polkaholic | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 53 | Kusama | KSM | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID
Polkaholic | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 46 | Jur (PAUSED) | JUR | - | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 47 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 48 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 49 | Kapex (PAUSED) | KPX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 53 | Kusama | KSM | Subscan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | | 55 | Kusama Bridge Hub | KSM | - | - | -| 56 | Litentry | LIT | Polkaholic | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 57 | Litmus | LIT | Subscan
Sub.ID
Polkaholic | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan
Polkaholic | - | +| 56 | Litentry | LIT | Statescan | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 57 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan | - | | 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | | 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan
Polkaholic | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan
Polkaholic | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | | 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 64 | NeuroWeb | NEURO
TRAC | Polkaholic | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 65 | Nodle Parachain | NODL | Subscan
Sub.ID
Polkaholic | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID
Polkaholic | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan
Polkaholic | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 64 | NeuroWeb | NEURO
TRAC | Subscan | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 65 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | | 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 69 | Phala | PHA | Subscan
Polkaholic | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan
Polkaholic | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 71 | Polimec | PLMC | - | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 69 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 71 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | | 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 73 | Polkadot | DOT | Subscan
Polkascan
Sub.ID
Polkaholic | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan
Polkaholic | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 73 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | | 76 | Polkadot Collectives | DOT | - | - | | 77 | Polymesh | POLYX | Subscan | - | -| 78 | QUARTZ | QTZ | Subscan
Sub.ID
Polkaholic | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 79 | Robonomics | XRT | Subscan
Sub.ID
Polkaholic | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID
Polkaholic | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 81 | Subsocial | SUB | Sub.ID
Polkaholic | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 78 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 79 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 81 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | | 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 83 | Tinkernet | TNKR | Polkaholic | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan
Polkaholic | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 85 | UNIQUE | UNQ | Subscan
Polkaholic | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 83 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 85 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | | 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | | 87 | Watr | WATR | - | - | | 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | | 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 90 | Zeitgeist | ZTG | Subscan
Sub.ID
Polkaholic | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 90 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | | 91 | krest | KREST | Subscan | - | From 897ecfba8beb70d758476dfeb26984c0f97c9ad1 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:08:45 +0300 Subject: [PATCH 2108/2142] =?UTF-8?q?XCM.=20return=20USDT=20and=20SUB=20?= =?UTF-8?q?=E2=9C=85=20(#2600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * return USDT and SUB * update Acala USDT coeff * update Subsocial fee --- xcm/v6/transfers.json | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index c9bd36998..f7ea5d163 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -339,7 +339,7 @@ "reserveFee": { "mode": { "type": "proportional", - "value": "800000000000" + "value": "8000000000000" }, "instructions": "xtokensReserve" } @@ -3528,6 +3528,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "assetId": 14, + "fee": { + "mode": { + "type": "proportional", + "value": "1005251" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] }, @@ -4222,6 +4236,29 @@ "type": "xtokens" } ] + }, + { + "assetId": 18, + "assetLocation": "SUB", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "8000000000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] } ] }, From 7582874b3444a1a0ef912cd15613df6ca38970cb Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:08:56 +0300 Subject: [PATCH 2109/2142] =?UTF-8?q?XCM.=20return=20Amplitude=20=E2=9C=85?= =?UTF-8?q?=20(#2607)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * XCM. return Amplitude * update KSM fee * update USDT and dev - KSM * update fee coeff * update usdt fee * update USDT fee * remove USDT * remove USDT * fix KSM fee * remove USDT --- xcm/v6/transfers.json | 238 ++++++++++++++++++++++++++++++++++++++ xcm/v6/transfers_dev.json | 30 ++--- 2 files changed, 246 insertions(+), 22 deletions(-) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index f7ea5d163..d0257ec3f 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -633,6 +633,20 @@ } }, "type": "xcmpallet" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet" } ] } @@ -1240,6 +1254,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -1739,6 +1767,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2069,6 +2111,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -2436,6 +2492,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -2631,6 +2701,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] }, @@ -3058,6 +3142,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -3258,6 +3356,20 @@ } }, "type": "xtokens" + }, + { + "destination": { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "66666666667" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" } ] } @@ -7235,6 +7347,132 @@ ] } ] + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "assets": [ + { + "assetId": 1, + "assetLocation": "KSM", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "26729534265" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "100462500055" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "311912073671" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "46064814619" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "253900000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "449135489738" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "1014528041555" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, + { + "destination": { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "assetId": 6, + "fee": { + "mode": { + "type": "proportional", + "value": "1250000000" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index a0e3a005c..94a0dea32 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -858,7 +858,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -1437,7 +1437,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "8000000000" }, "instructions": "xcmPalletDest" } @@ -1856,7 +1856,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -3469,20 +3469,6 @@ } }, "type": "xcmpallet" - }, - { - "destination": { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "assetId": 2, - "fee": { - "mode": { - "type": "proportional", - "value": "0" - }, - "instructions": "xcmPalletDest" - } - }, - "type": "xcmpallet" } ] } @@ -3803,7 +3789,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -4138,7 +4124,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -4659,7 +4645,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -6156,7 +6142,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } @@ -8419,7 +8405,7 @@ "fee": { "mode": { "type": "proportional", - "value": "0" + "value": "66666666667" }, "instructions": "xtokensDest" } From 2d1920d210a36160efad827767a6716b1686a5d3 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:11:19 +0300 Subject: [PATCH 2110/2142] XCM add Manta (#2608) --- xcm/v6/transfers.json | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/xcm/v6/transfers.json b/xcm/v6/transfers.json index d0257ec3f..e1dfc3e90 100644 --- a/xcm/v6/transfers.json +++ b/xcm/v6/transfers.json @@ -7473,6 +7473,57 @@ ] } ] + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "assets": [ + { + "assetId": 1, + "assetLocation": "DOT", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "4994684504" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, + { + "assetId": 0, + "assetLocation": "MANTA", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 22, + "fee": { + "mode": { + "type": "proportional", + "value": "5880008503401360384" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + } + ] } ] } From aee14c6d809927011dca818cf902a329d078adef Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 8 Apr 2024 12:42:13 +0200 Subject: [PATCH 2111/2142] add LAOS crowdloan (#2612) --- crowdloan/polkadot-dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdloan/polkadot-dev.json b/crowdloan/polkadot-dev.json index 510d1e01f..08554347d 100644 --- a/crowdloan/polkadot-dev.json +++ b/crowdloan/polkadot-dev.json @@ -407,5 +407,14 @@ "website": "https://hyperbridge.network/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", "rewardRate": 100 + }, + { + "paraid": "3370", + "name": "LAOS Network", + "token": "LAOS", + "description": "LAOS is the first Layer 1 connected without bridges to Ethereum, Polygon and other major ecosystems, with the goal of becoming the protocol they use to offload more than 20% of all their transactions. Among other features, it allows the minting of unlimited assets on these chains without incurring native gas fees, eliminating the need for bridges or wrapped currency, while still being fully compatible with their DApps and marketplaces", + "website": "https://laosnetwork.io/waitlist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "rewardRate": 100 } ] From 4671cae1e938a682a831c8ec63f8c4d3765ac0c9 Mon Sep 17 00:00:00 2001 From: Leemo <89027356+Leemo94@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:56:39 +0100 Subject: [PATCH 2112/2142] Add STINK and DOTA to HydraDX (#2616) * Added STINK logo * Update chains_dev.json Added STINK on HydraDX * Update chains_dev.json Added DOTA * Added DOTA * Update DOTA.svg * Update STINK.svg --------- Co-authored-by: leohar --- chains/v18/chains_dev.json | 26 ++++++++++++++++++++++++++ icons/tokens/white/DOTA.svg | 4 ++++ icons/tokens/white/STINK.svg | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 icons/tokens/white/DOTA.svg create mode 100644 icons/tokens/white/STINK.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 78b2f5cb7..1871228dd 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5418,6 +5418,32 @@ "existentialDeposit": "1", "transfersEnabled": true } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/DOTA.svg b/icons/tokens/white/DOTA.svg new file mode 100644 index 000000000..c2e2e3528 --- /dev/null +++ b/icons/tokens/white/DOTA.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/tokens/white/STINK.svg b/icons/tokens/white/STINK.svg new file mode 100644 index 000000000..1e2de3e43 --- /dev/null +++ b/icons/tokens/white/STINK.svg @@ -0,0 +1,4 @@ + + + + From 87e1834c773c276afeddd6a73a53d76245a800cf Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Apr 2024 12:53:35 +0200 Subject: [PATCH 2113/2142] fix DOTA precision (#2618) --- chains/v18/chains_dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 1871228dd..b5bbd66b1 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -5435,7 +5435,7 @@ { "assetId": 32, "symbol": "DOTA", - "precision": 10, + "precision": 4, "type": "orml", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", "typeExtras": { From 11d2d14d729e2f75b4521b89708245665abe5f05 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Apr 2024 12:58:30 +0200 Subject: [PATCH 2114/2142] add Curio (#2617) --- chains/v18/chains_dev.json | 26 ++++++++++++++++++++++++++ icons/chains/gradient/Curio.svg | 16 ++++++++++++++++ icons/tokens/white/CGT.svg | 3 +++ 3 files changed, 45 insertions(+) create mode 100644 icons/chains/gradient/Curio.svg create mode 100644 icons/tokens/white/CGT.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index b5bbd66b1..47b36e857 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -9991,5 +9991,31 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 } ] diff --git a/icons/chains/gradient/Curio.svg b/icons/chains/gradient/Curio.svg new file mode 100644 index 000000000..19e929792 --- /dev/null +++ b/icons/chains/gradient/Curio.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/CGT.svg b/icons/tokens/white/CGT.svg new file mode 100644 index 000000000..47bf38ab9 --- /dev/null +++ b/icons/tokens/white/CGT.svg @@ -0,0 +1,3 @@ + + + From 0e349e71ff9cfd56c35e6048ae16618f4957c04c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:11:38 +0200 Subject: [PATCH 2115/2142] Update Test data File (#2619) * Update test data file * Update tests/chains_for_testBalance.json --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: leohar --- tests/chains_for_testBalance.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index c9c4f0a6a..90901f458 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -408,5 +408,10 @@ "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", "name": "Enjin Relay", "account": "0x6d6f646c70792f78636d63680000000000000000000000000000000000000000" + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "name": "Curio", + "account": "0xf68bacd4e8b8c2bbf7012307a806ea37490107c63c0eb5b8cb1ddd43a3c52f62" } ] From 6443cc5bcb69e45bda3f71d83459d816ab5fd654 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Apr 2024 16:05:44 +0200 Subject: [PATCH 2116/2142] * remove gov1 from Moonbeam/Moonriver * add opengov to Moonbeam --- chains/v18/chains.json | 5 ++--- chains/v18/chains_dev.json | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 978c3fb57..a4b1934df 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1171,7 +1171,7 @@ "addressPrefix": 1284, "options": [ "ethereumBased", - "governance-v1" + "governance" ], "additional": { "themeColor": "#10B6B1", @@ -1613,8 +1613,7 @@ "addressPrefix": 1285, "options": [ "ethereumBased", - "governance", - "governance-v1" + "governance" ], "additional": { "themeColor": "#E4A228", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 47b36e857..80f17894d 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -1279,8 +1279,7 @@ "addressPrefix": 1285, "options": [ "ethereumBased", - "governance", - "governance-v1" + "governance" ], "additional": { "themeColor": "#E4A228", @@ -3664,7 +3663,6 @@ "options": [ "ethereumBased", "governance", - "governance-v1", "proxy" ], "additional": { From 6960df59326f029070a95168e1cdc710db7517a9 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 15 Apr 2024 16:19:10 +0200 Subject: [PATCH 2117/2142] * add delegation to Moonbeam --- chains/v18/chains.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index a4b1934df..09b5e946a 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1165,6 +1165,12 @@ "type": "polkassembly", "url": "https://api.moonbeam.polkassembly.network/v1/graphql" } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", From 03739c35e7d0f4b3fcd140be79ea57ef7e72772c Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:21:28 +0300 Subject: [PATCH 2118/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v6/transfers_dev.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 94a0dea32..153c06041 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -802,7 +802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1266309787" + "value": "1200576868" }, "instructions": "xtokensDest" } @@ -1381,7 +1381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xcmPalletDest" } @@ -1437,7 +1437,7 @@ "fee": { "mode": { "type": "proportional", - "value": "8000000000" + "value": "66666666667" }, "instructions": "xcmPalletDest" } @@ -1800,7 +1800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -3449,7 +3449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "12363723" + "value": "10325224" }, "instructions": "xcmPalletDest" } @@ -3733,7 +3733,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -4068,7 +4068,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -4603,7 +4603,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -5909,7 +5909,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -6309,7 +6309,7 @@ "fee": { "mode": { "type": "proportional", - "value": "159154901288663" + "value": "136530263119029" }, "instructions": "xtokensDest" } @@ -7172,7 +7172,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1266309787" + "value": "1200576868" }, "instructions": "xcmPalletDest" } @@ -7209,7 +7209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xcmPalletDest" } @@ -8042,7 +8042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -8307,7 +8307,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } @@ -8711,7 +8711,7 @@ "fee": { "mode": { "type": "proportional", - "value": "317722460895" + "value": "318392204886" }, "instructions": "xtokensDest" } From 594ca5a854607c12284d06ea7a69ce6dd3bdc86d Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:06:03 +0200 Subject: [PATCH 2119/2142] Update networks list (#2623) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/README.md b/chains/README.md index 51c37062a..27e952de2 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,9 +1,9 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 381 +### 💰 All assets 385 ### 🪙 Unique assets: 192 -### 💫 Cross Chain directions: 396 +### 💫 Cross Chain directions: 416 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 71 --- @@ -11,7 +11,7 @@ | -- | Network | Assets | Explorers | SubQuery explorer | | --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT
PINK | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | | 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | | 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | | 5 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | @@ -81,7 +81,7 @@ | 69 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | | 70 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | | 71 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 73 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | | 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | From 51175e0afc9e1fdc74a7bedc62bad062b63358d8 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 16 Apr 2024 10:44:43 +0200 Subject: [PATCH 2120/2142] promote STINK, DOTA to HydraDX (#2620) --- chains/v18/chains.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 09b5e946a..d27a5fd06 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -4936,6 +4936,32 @@ "existentialDeposit": "1", "transfersEnabled": true } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } } ], "nodes": [ From cf9664921db336288a0623cca257bd5bb9cebe31 Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:20:57 +0200 Subject: [PATCH 2121/2142] Update networks list (#2624) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 190 +++++++++++++++++++++++------------------------ 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/chains/README.md b/chains/README.md index 27e952de2..a996f6421 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,103 +1,103 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 91 -### 💰 All assets 385 -### 🪙 Unique assets: 192 +### 💰 All assets 387 +### 🪙 Unique assets: 194 ### 💫 Cross Chain directions: 416 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 71 --- # List of supported networks -| -- | Network | Assets | Explorers | SubQuery explorer | -| --: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | -| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT
PINK | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | -| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | -| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | -| 5 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | -| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | -| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | -| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | -| 9 | Bajun | BAJU | Subscan | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | -| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | -| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | -| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | -| 13 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | -| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | -| 15 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | -| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | -| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | -| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | -| 19 | Continuum | NUUM | Subscan | - | -| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | -| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | -| 22 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 23 | DAO IPCI | MITO | - | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 25 | Dock | DOCK | Subscan | - | -| 26 | Dora Factory (PAUSED) | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 27 | Edgeware | EDG | Subscan
Sub.ID | - | -| 28 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 30 | Energy Web X | EWT | - | - | -| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 32 | Enjin Relay | ENJ | Subscan | - | -| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 36 | Frequency | FRQCY | - | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 38 | GM (PAUSED) | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 41 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 42 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 44 | InvArch | VARCH | - | - | -| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 46 | Jur (PAUSED) | JUR | - | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 47 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 48 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 49 | Kapex (PAUSED) | KPX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 53 | Kusama | KSM | Subscan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 55 | Kusama Bridge Hub | KSM | - | - | -| 56 | Litentry | LIT | Statescan | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 57 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan | - | -| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 64 | NeuroWeb | NEURO
TRAC | Subscan | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 65 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 69 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 71 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 73 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 76 | Polkadot Collectives | DOT | - | - | -| 77 | Polymesh | POLYX | Subscan | - | -| 78 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 79 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 81 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 83 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 85 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 87 | Watr | WATR | - | - | -| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 90 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 91 | krest | KREST | Subscan | - | +| -- | Network | Assets | Explorers | SubQuery explorer | +| --: | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | +| 1 | 3DPass | P3D | 3DPass explorer | [nova-wallet-3dpass](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-3dpass) | +| 2 | Acala | ACA
LDOT
aSEED
DOT
lcDOT
GLMR
PARA
TAP
tDOT
INTR
ASTR
EQ
iBTC
DAI
USDT
PINK | Subscan
Sub.ID | [nova-wallet-acala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-acala) | +| 3 | Ajuna | AJUN | - | [nova-wallet---ajuna](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---ajuna) | +| 4 | Aleph Zero | AZERO | Subscan | [nova-wallet-aleph-zero](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aleph-zero) | +| 5 | Altair | AIR | Subscan
Sub.ID | [nova-wallet-altair](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-altair) | +| 6 | Amplitude | AMPE
KSM
USDT | - | [nova-wallet-amplitude](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-amplitude) | +| 7 | Astar | ASTR
DOT
GLMR
iBTC
INTR
PHA
ACA
LDOT
aSEED
USDT
BNC
UNQ
vDOT
EQD | Subscan
Sub.ID | [nova-wallet-astar](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-astar) | +| 8 | Aventus | AVT | Aventus explorer | [nova-wallet-aventus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-aventus) | +| 9 | Bajun | BAJU | Subscan | [nova-wallet-bajun](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bajun) | +| 10 | Basilisk | BSX
KSM
aSEED
TNKR
USDT
XRT | Subscan
Sub.ID | [nova-wallet-basilisk](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-basilisk) | +| 11 | Bifrost Kusama | BNC
KSM
RMRK (old)
ZLK
KAR
aSEED
vsKSM
USDT
MOVR
PHA
vKSM
kBTC
vBNC
vMOVR | Subscan
Sub.ID | [nova-wallet-bifrost](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost) | +| 12 | Bifrost Polkadot | BNC
GLMR
DOT
USDT
ASTR
vDOT
vGLMR
vFIL
vASTR
vsDOT
MANTA
vMANTA | Subscan | [nova-wallet-bifrost-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bifrost-polkadot) | +| 13 | Bit.Country Pioneer | NEER
BIT | Subscan | [nova-wallet-bit-country](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bit-country) | +| 14 | Bittensor | TAO | SCAN | [nova-wallet-bittensor](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-bittensor) | +| 15 | CLV Parachain | CLV | Subscan | [nova-wallet-clover](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-clover) | +| 16 | Calamari | KMA
KAR
KSM
MOVR
USDT
DAI-Karura
USDC-Karura | Subscan
Sub.ID | [nova-wallet-calamari](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-calamari) | +| 17 | Centrifuge Parachain | CFG | Subscan
Sub.ID | [nova-wallet-centrifuge](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-centrifuge) | +| 18 | Composable Finance | LAYR
DOT
KSM
USDT | Subscan | [nova-wallet-composable](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-composable) | +| 19 | Continuum | NUUM | Subscan | - | +| 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | +| 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | +| 22 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | +| 23 | DAO IPCI | MITO | - | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 25 | Dock | DOCK | Subscan | - | +| 26 | Dora Factory (PAUSED) | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 27 | Edgeware | EDG | Subscan
Sub.ID | - | +| 28 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 30 | Energy Web X | EWT | - | - | +| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 32 | Enjin Relay | ENJ | Subscan | - | +| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 36 | Frequency | FRQCY | - | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 38 | GM (PAUSED) | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK
STINK
DOTA | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 41 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 42 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 44 | InvArch | VARCH | - | - | +| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 46 | Jur (PAUSED) | JUR | - | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 47 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 48 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 49 | Kapex (PAUSED) | KPX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 53 | Kusama | KSM | Subscan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 55 | Kusama Bridge Hub | KSM | - | - | +| 56 | Litentry | LIT | Statescan | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 57 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan | - | +| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 64 | NeuroWeb | NEURO
TRAC | Subscan | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 65 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 69 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 71 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 73 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 76 | Polkadot Collectives | DOT | - | - | +| 77 | Polymesh | POLYX | Subscan | - | +| 78 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 79 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 81 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 83 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 85 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 87 | Watr | WATR | - | - | +| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 90 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 91 | krest | KREST | Subscan | - | From 5363e58a4ccd9fbe5d18afdde19367ced688d38d Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Apr 2024 09:17:58 +0200 Subject: [PATCH 2122/2142] add SAMA to Ethereum (#2629) * add SAMA to Ethereum * fix --- assets/evm/v2/assets_dev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index 4098004c7..e24d7fc52 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -649,5 +649,18 @@ "contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d" } ] + }, + { + "symbol": "SAMA", + "precision": 18, + "name": "SAMA", + "priceId": "exosama-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xE04F47FF45576249bc5083DFDf987e03d0550113" + } + ] } ] From f0fdc9419c3dd52f7d36b7b5c473b0cdb1102b6a Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Apr 2024 09:18:10 +0200 Subject: [PATCH 2123/2142] add DOTA, STINK to Polkadot Asset Hub (#2628) * add DOTA * add STINK --- chains/v18/chains_dev.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 80f17894d..ab4700773 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4414,6 +4414,26 @@ "typeExtras": { "assetId": "23" } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } } ], "nodes": [ From 0404e40dbd9f91e5b09dfc4495f5d4acbda13127 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Apr 2024 09:18:35 +0200 Subject: [PATCH 2124/2142] update node order for Polkadot (#2625) --- chains/v18/chains.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index d27a5fd06..57fe54fca 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, { "url": "wss://polkadot.public.curie.radiumblock.co/ws", "name": "Radium node" }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" From d043687485adcaa49d6f40c3e94c152135a82283 Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 17 Apr 2024 10:45:07 +0200 Subject: [PATCH 2125/2142] promote Curio network (#2626) --- chains/v18/chains.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 57fe54fca..e64aeec1c 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -8023,5 +8023,31 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 } ] From 928585d7f9c5536452e7b619d8ecc6f4e6316c7f Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:48:56 +0200 Subject: [PATCH 2126/2142] Update networks list (#2632) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 145 ++++++++++++++++++++++++----------------------- 1 file changed, 73 insertions(+), 72 deletions(-) diff --git a/chains/README.md b/chains/README.md index a996f6421..fb7ef802f 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,8 +1,8 @@ # Supported Networks & Assets data: -### 🕸️ Supported networks: 91 -### 💰 All assets 387 -### 🪙 Unique assets: 194 +### 🕸️ Supported networks: 92 +### 💰 All assets 388 +### 🪙 Unique assets: 195 ### 💫 Cross Chain directions: 416 ### 🧾 SubQuery API projects: 79 ### 👀 Networks with block explorers: 71 @@ -32,72 +32,73 @@ | 20 | Crab | CRAB
CKTON | Subscan | [nova-wallet-darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-darwinia) | | 21 | Crust Polkadot Parachain | CRU | Subscan | [nova-wallet-crust](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-crust) | | 22 | Crust Shadow | CSM | Subscan | [nova-wallet-shadow](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shadow) | -| 23 | DAO IPCI | MITO | - | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | -| 24 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | -| 25 | Dock | DOCK | Subscan | - | -| 26 | Dora Factory (PAUSED) | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | -| 27 | Edgeware | EDG | Subscan
Sub.ID | - | -| 28 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | -| 29 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | -| 30 | Energy Web X | EWT | - | - | -| 31 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | -| 32 | Enjin Relay | ENJ | Subscan | - | -| 33 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | -| 34 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | -| 35 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | -| 36 | Frequency | FRQCY | - | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | -| 37 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | -| 38 | GM (PAUSED) | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | -| 39 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | -| 40 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK
STINK
DOTA | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | -| 41 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | -| 42 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | -| 43 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | -| 44 | InvArch | VARCH | - | - | -| 45 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | -| 46 | Jur (PAUSED) | JUR | - | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | -| 47 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | -| 48 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | -| 49 | Kapex (PAUSED) | KPX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | -| 50 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | -| 51 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | -| 52 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | -| 53 | Kusama | KSM | Subscan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | -| 54 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | -| 55 | Kusama Bridge Hub | KSM | - | - | -| 56 | Litentry | LIT | Statescan | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | -| 57 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | -| 58 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan | - | -| 59 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | -| 60 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | -| 61 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | -| 62 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | -| 63 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | -| 64 | NeuroWeb | NEURO
TRAC | Subscan | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | -| 65 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | -| 66 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | -| 67 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | -| 68 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | -| 69 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | -| 70 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | -| 71 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | -| 72 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | -| 73 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 74 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | -| 75 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | -| 76 | Polkadot Collectives | DOT | - | - | -| 77 | Polymesh | POLYX | Subscan | - | -| 78 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | -| 79 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | -| 80 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | -| 81 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | -| 82 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | -| 83 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | -| 84 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | -| 85 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | -| 86 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | -| 87 | Watr | WATR | - | - | -| 88 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | -| 89 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | -| 90 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | -| 91 | krest | KREST | Subscan | - | +| 23 | Curio | CGT | - | - | +| 24 | DAO IPCI | MITO | - | [nova-wallet-dao-ipci](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dao-ipci) | +| 25 | Darwinia | RING
KTON | Subscan | [nova-wallet---darwinia](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---darwinia) | +| 26 | Dock | DOCK | Subscan | - | +| 27 | Dora Factory (PAUSED) | DORA | - | [nova-wallet-dora](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-dora) | +| 28 | Edgeware | EDG | Subscan
Sub.ID | - | +| 29 | Encointer | KSM | Subscan | [nova-wallet-encointer](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-encointer) | +| 30 | Energy Web Chain | EWT | Energy Web Explorer | https://explorer.energyweb.org/api | +| 31 | Energy Web X | EWT | - | - | +| 32 | Enjin Matrix | ENJ | Subscan | [enjin-matrixchain](https://explorer.subquery.network/subquery/nova-wallet/enjin-matrixchain) | +| 33 | Enjin Relay | ENJ | Subscan | - | +| 34 | Equilibrium (PAUSED) | EQ
DOT
EQD | Subscan | [nova-wallet-equilibrium](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-equilibrium) | +| 35 | Ethereum | ETH | Etherscan | https://api.etherscan.io/api | +| 36 | Exosama | SAMA | Exosama explorer | https://explorer.exosama.com/api | +| 37 | Frequency | FRQCY | - | [frequency](https://explorer.subquery.network/subquery/nova-wallet/frequency) | +| 38 | GIANT | GIANT | - | [nova-wallet---giant](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---giant) | +| 39 | GM (PAUSED) | FREN
GM
GN | - | [nova-wallet-gm-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-gm-network) | +| 40 | Hashed Network | HASH | - | [nova-wallet-hashed-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hashed-network) | +| 41 | HydraDX | HDX
DOT
DAI-Acala
LRNA
WETH-Acala
WBTC-Acala
iBTC
ZTG
ASTR
USDT
CFG
BNC
DAI-Moonbeam
WBTC-Moonbeam
WETH-Moonbeam
USDC
GLMR
INTR
SUB
vDOT
PHA
USDC-Moonbeam
4-Pool
2-Pool
2-Pool-Stbl
UNQ
NODL
CRU
USDT-Moonbeam
DED
PINK
STINK
DOTA | Subscan | [nova-wallet-hydra](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-hydra) | +| 42 | Imbue | IMBU | - | [nova-wallet-imbue](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-imbue) | +| 43 | Integritee Parachain | TEER | Subscan
Sub.ID | [nova-wallet-integritee](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-integritee) | +| 44 | Interlay | INTR
iBTC
DOT
KINT
kBTC
KSM
LDOT
USDT
LP iBTC-USDT
LP DOT-iBTC
LP INTR-USDT
qiBTC
qUSDT
qDOT | Subscan | [nova-wallet-interlay](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-interlay) | +| 45 | InvArch | VARCH | - | - | +| 46 | Joystream | JOY | Subscan | [nova-wallet---joystream](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---joystream) | +| 47 | Jur (PAUSED) | JUR | - | [nova-wallet---jur](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---jur) | +| 48 | KILT | KILT | Subscan
Sub.ID | [nova-wallet-kilt](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kilt) | +| 49 | Kabocha | KAB | - | [nova-wallet-kabocha](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kabocha) | +| 50 | Kapex (PAUSED) | KPX | - | [nova-wallet-kapex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kapex) | +| 51 | Karura | KAR
aSEED
KSM
RMRK (old)
BNC
LKSM
PHA
KINT
kBTC
TAI
vsKSM
taiKSM
QTZ
MOVR
HKO
CSM
USDT
KMA
TEER
KICO
NEER
BSX
AIR
GENS
EQD
CRAB | Subscan
Sub.ID | [nova-wallet-karura](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-karura) | +| 52 | Khala | PHA
KSM
KAR
BNC
ZLK
aSEED
BSX
MOVR
HKO
KMA
TUR
CRAB
SDN
NEER
BIT
PICA | Subscan
Sub.ID | [nova-wallet-khala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-khala) | +| 53 | Kintsugi | KINT
kBTC
KSM
LKSM
USDT
aSEED
LP KSM-kBTC
LP kBTC-USDT
LP KSM-KINT
qkBTC
qKSM
qUSDT | Subscan
Sub.ID | [nova-wallet-kintsugi](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kintsugi) | +| 54 | Kusama | KSM | Subscan
Sub.ID | [nova-wallet-kusama](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-kusama) | +| 55 | Kusama Asset Hub | KSM
RMRK (old)
CHAOS
CHRWNA
SHIBATALES
BILLCOIN
USDT | Subscan
Statescan
Sub.ID | [nova-wallet-statemine](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemine) | +| 56 | Kusama Bridge Hub | KSM | - | - | +| 57 | Litentry | LIT | Statescan | [nova-wallet-litentry](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litentry) | +| 58 | Litmus | LIT | Subscan
Sub.ID | [nova-wallet-litmus](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-litmus) | +| 59 | Mangata X | MGX
KSM
ETH
TUR
BNC
RMRK (old)
ZLK
vsKSM
vKSM | Subscan | - | +| 60 | Manta Atlantic | MANTA
DOT | Subscan | [nova-wallet---manta](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---manta) | +| 61 | Manta Pacific | ETH | Manta Pacific Block Explorer
Manta Socialscan | https://pacific-explorer.manta.network/api | +| 62 | Moonbeam | GLMR
xcDOT
xcaSEED
xcACA
xcPARA
xcINTR
xciBTC
POOP
xcASTR
xcPHA
xcUSDT
xcCFG
xcBNC
xcEQ
xcEQD
xcHDX
xcNODL
xcRING
xcOTP
xcvDOT
xcvFIL
xcvGLMR
xcMANTA
xcUSDC | Subscan
Moonscan | [nova-wallet-moonbeam](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonbeam) | +| 63 | Moonriver | MOVR
xcRMRK (old)
xcKSM
xcKINT
xcKAR
xcBNC
xckBTC
xcUSDT
xcaSEED
xcCSM
xcPHA
xcHKO
xcKMA
xcCRAB
xcTEER
xcLIT
xcSDN
xcXRT
xcvKSM
xcvBNC
xcvMOVR
xcMGX
xcTUR | Subscan
Moonscan | [nova-wallet-moonriver](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-moonriver) | +| 64 | Myriad | MYRIA | Explorer | [nova-wallet-myriad](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-myriad) | +| 65 | NeuroWeb | NEURO
TRAC | Subscan | [nova-wallet-origin-trail](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-origin-trail) | +| 66 | Nodle Parachain | NODL | Subscan
Sub.ID | [nova-wallet-nodle](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-nodle) | +| 67 | Parallel | PARA
DOT
sDOT
ACA
aSEED
LDOT
GLMR
cDOT-6/13
cDOT-7/14
cDOT-8/15
cDOT-9/16
cDOT-10/17
INTR
iBTC
USDT
CLV
ASTR
PHA | Subscan
Sub.ID | [nova-wallet-parallel](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel) | +| 68 | Parallel Heiko | HKO
KSM
aSEED
LKSM
sKSM
KAR
MOVR
PHA
GENS
USDT
KINT
kBTC | Subscan | [nova-wallet-parallel-heiko](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-parallel-heiko) | +| 69 | Pendulum | PEN
DOT
USDT | - | [nova-wallet-pendulum](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-pendulum) | +| 70 | Phala | PHA | Subscan | [nova-wallet-phala](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-phala) | +| 71 | Picasso | PICA
DOT
KSM
USDT | Subscan | [nova-wallet-picasso](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-picasso) | +| 72 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | +| 73 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | +| 74 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | +| 75 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 76 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | +| 77 | Polkadot Collectives | DOT | - | - | +| 78 | Polymesh | POLYX | Subscan | - | +| 79 | QUARTZ | QTZ | Subscan
Sub.ID | [nova-wallet-quartz](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-quartz) | +| 80 | Robonomics | XRT | Subscan
Sub.ID | [nova-wallet-robonomics](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-robonomics) | +| 81 | Shiden | SDN
PHA
LKSM
MOVR
kBTC
KINT
KSM
aSEED
CSM
KAR
USDT
vKSM
BNC | Subscan
Sub.ID | [nova-wallet-shiden](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-shiden) | +| 82 | Subsocial | SUB | Sub.ID | [nova-wallet-subsocial](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-subsocial) | +| 83 | Ternoa | CAPS | Ternoa explorer | [nova-wallet-ternoa](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-ternoa) | +| 84 | Tinkernet | TNKR | - | [nova-wallet-tinkernet](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-tinkernet) | +| 85 | Turing | TUR
KSM
aSEED
KAR
LKSM
HKO
sKSM
PHA | Subscan | [nova-wallet-turing](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-turing) | +| 86 | UNIQUE | UNQ | Subscan | [nova-wallet-unique](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-unique) | +| 87 | Vara | VARA | Varascan | [nova-wallet---vara](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---vara) | +| 88 | Watr | WATR | - | - | +| 89 | Westend | WND | Subscan | [nova-wallet-westend](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-westend) | +| 90 | XX network | XX | XX explorer
Polkastats | [nova-wallet-xx-network](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-xx-network) | +| 91 | Zeitgeist | ZTG | Subscan
Sub.ID | [nova-wallet-zeitgeist](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-zeitgeist) | +| 92 | krest | KREST | Subscan | - | From 6a32a32dcde80bc7ab5e98c4658eedd6ae489ac6 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Apr 2024 17:49:09 +0200 Subject: [PATCH 2127/2142] promote DOTA, STINK to Polkadot Asset Hub (#2631) --- chains/v18/chains.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index e64aeec1c..0a9567f86 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -3778,6 +3778,26 @@ "typeExtras": { "assetId": "23" } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } } ], "nodes": [ From 27ac41c177d2209a07670ac8b3539f8ceab8bdd7 Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Apr 2024 17:49:25 +0200 Subject: [PATCH 2128/2142] promote SAMA to Ethereum (#2630) --- assets/evm/v2/assets.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index 64b3591f3..f55594382 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -556,5 +556,18 @@ "contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d" } ] + }, + { + "symbol": "SAMA", + "precision": 18, + "name": "SAMA", + "priceId": "exosama-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xE04F47FF45576249bc5083DFDf987e03d0550113" + } + ] } ] From d17b18a6950020ca44577f63e3c54cbed592909f Mon Sep 17 00:00:00 2001 From: leohar Date: Mon, 22 Apr 2024 18:25:43 +0200 Subject: [PATCH 2129/2142] promote LAOS crowdloan (#2614) * promote LAOS crowdloan * add icon --- crowdloan/polkadot.json | 9 +++++++++ icons/chains/gradient/LAOS.svg | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 icons/chains/gradient/LAOS.svg diff --git a/crowdloan/polkadot.json b/crowdloan/polkadot.json index e8e97b4b6..5769ae4e6 100644 --- a/crowdloan/polkadot.json +++ b/crowdloan/polkadot.json @@ -406,5 +406,14 @@ "website": "https://hyperbridge.network/?ref=parachains-info", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", "rewardRate": 100 + }, + { + "paraid": "3370", + "name": "LAOS Network", + "token": "LAOS", + "description": "LAOS is the first Layer 1 connected without bridges to Ethereum, Polygon and other major ecosystems, with the goal of becoming the protocol they use to offload more than 20% of all their transactions. Among other features, it allows the minting of unlimited assets on these chains without incurring native gas fees, eliminating the need for bridges or wrapped currency, while still being fully compatible with their DApps and marketplaces", + "website": "https://laosnetwork.io/waitlist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "rewardRate": 100 } ] diff --git a/icons/chains/gradient/LAOS.svg b/icons/chains/gradient/LAOS.svg new file mode 100644 index 000000000..b99de436c --- /dev/null +++ b/icons/chains/gradient/LAOS.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 08c278a400839b6ebf0fad278d639aadff0c51ed Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:58:56 +0300 Subject: [PATCH 2130/2142] =?UTF-8?q?=F0=9F=86=99=20Update=20XCM=20coeffic?= =?UTF-8?q?ients=20for=20DEV=20env=20(#2622)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update xcm coefficients * Apply automatic changes --------- Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> Co-authored-by: novasama-bot[bot] --- xcm/v6/transfers_dev.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xcm/v6/transfers_dev.json b/xcm/v6/transfers_dev.json index 153c06041..4ca4711f3 100644 --- a/xcm/v6/transfers_dev.json +++ b/xcm/v6/transfers_dev.json @@ -802,7 +802,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -1195,7 +1195,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1200576868" + "value": "1050000372" }, "instructions": "xtokensDest" } @@ -1381,7 +1381,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xcmPalletDest" } @@ -1800,7 +1800,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -3449,7 +3449,7 @@ "fee": { "mode": { "type": "proportional", - "value": "10325224" + "value": "9310858" }, "instructions": "xcmPalletDest" } @@ -3733,7 +3733,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -4068,7 +4068,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -4603,7 +4603,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -5909,7 +5909,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -6309,7 +6309,7 @@ "fee": { "mode": { "type": "proportional", - "value": "136530263119029" + "value": "150387072218408" }, "instructions": "xtokensDest" } @@ -7172,7 +7172,7 @@ "fee": { "mode": { "type": "proportional", - "value": "1200576868" + "value": "1050000372" }, "instructions": "xcmPalletDest" } @@ -7209,7 +7209,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xcmPalletDest" } @@ -8042,7 +8042,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -8307,7 +8307,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } @@ -8711,7 +8711,7 @@ "fee": { "mode": { "type": "proportional", - "value": "318392204886" + "value": "301013380395" }, "instructions": "xtokensDest" } From c5fb496b9df1920ca9184af39fb2caecb1919d17 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:46:36 +0300 Subject: [PATCH 2131/2142] update polkadot nodes order (#2635) --- chains/v18/chains.json | 12 ++++++------ chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 0a9567f86..d8a80cc8f 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,21 +26,21 @@ } ], "nodes": [ - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, { "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", "name": "Nova Dwellir node" }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" }, { "url": "wss://1rpc.io/dot", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index ab4700773..562e0f824 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -31,16 +31,16 @@ "name": "Nova Dwellir node" }, { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" }, { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" }, { "url": "wss://1rpc.io/dot", From 45f86969ce51beea3adf21fef659910300073106 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:03:18 +0300 Subject: [PATCH 2132/2142] adding MYTH token (#2634) * adding MYTH token * adding MYTH icon --- assets/evm/v2/assets_dev.json | 13 +++++++++++++ icons/tokens/white/MYTH.svg | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 icons/tokens/white/MYTH.svg diff --git a/assets/evm/v2/assets_dev.json b/assets/evm/v2/assets_dev.json index e24d7fc52..15f965539 100644 --- a/assets/evm/v2/assets_dev.json +++ b/assets/evm/v2/assets_dev.json @@ -662,5 +662,18 @@ "contractAddress": "0xE04F47FF45576249bc5083DFDf987e03d0550113" } ] + }, + { + "symbol": "MYTH", + "precision": 18, + "name": "MYTH", + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003" + } + ] } ] diff --git a/icons/tokens/white/MYTH.svg b/icons/tokens/white/MYTH.svg new file mode 100644 index 000000000..1e9b7fa59 --- /dev/null +++ b/icons/tokens/white/MYTH.svg @@ -0,0 +1,5 @@ + + + + + From 3894b284fd8f1a514b2b691d265ccaecddbf7060 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:16:30 +0300 Subject: [PATCH 2133/2142] change to dwellir first (#2637) --- chains/v18/chains.json | 8 ++++---- chains/v18/chains_dev.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chains/v18/chains.json b/chains/v18/chains.json index d8a80cc8f..3b066c19d 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 562e0f824..f30aefd2a 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -26,14 +26,14 @@ } ], "nodes": [ - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, { "url": "wss://polkadot-rpc.dwellir.com", "name": "Dwellir node" }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" From 0070817e9a00a593e99eb3169ab5b1c3de115f6e Mon Sep 17 00:00:00 2001 From: "novasama-bot[bot]" <140433189+novasama-bot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:16:50 +0300 Subject: [PATCH 2134/2142] Update networks list (#2636) Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com> --- chains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/README.md b/chains/README.md index fb7ef802f..94410cc82 100644 --- a/chains/README.md +++ b/chains/README.md @@ -1,7 +1,7 @@ # Supported Networks & Assets data: ### 🕸️ Supported networks: 92 -### 💰 All assets 388 +### 💰 All assets 390 ### 🪙 Unique assets: 195 ### 💫 Cross Chain directions: 416 ### 🧾 SubQuery API projects: 79 @@ -84,7 +84,7 @@ | 72 | Polimec | PLMC | Statescan | [nova-wallet---polymec](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet---polymec) | | 73 | Polkadex | PDEX
DOT
USDT
ASTR
PHA
iBTC
DED
PINK
GLMR | Subscan
Sub.ID | [nova-wallet-polkadex](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadex) | | 74 | Polkadot | DOT | Subscan
Sub.ID | [nova-wallet-polkadot](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-polkadot) | -| 75 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | +| 75 | Polkadot Asset Hub | DOT
USDT
USDC
DED
PINK
DOTA
STINK | Subscan
Statescan | [nova-wallet-statemint](https://explorer.subquery.network/subquery/nova-wallet/nova-wallet-statemint) | | 76 | Polkadot Bridge Hub | DOT | - | [polkadot-bridgehub](https://explorer.subquery.network/subquery/nova-wallet/polkadot-bridgehub) | | 77 | Polkadot Collectives | DOT | - | - | | 78 | Polymesh | POLYX | Subscan | - | From ae15f07ad9bd4f9c86ae1951422a9ba1577f2ac6 Mon Sep 17 00:00:00 2001 From: Vladimir Sushkov Date: Tue, 23 Apr 2024 13:53:50 +0300 Subject: [PATCH 2135/2142] Add Capital DEX DApp (#2633) --- dapps/dapps_dev.json | 10 ++++++++++ icons/dapps/color/CapitalDEX.svg | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 icons/dapps/color/CapitalDEX.svg diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index 27ea0e0a9..fe7974414 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -823,6 +823,16 @@ "gaming", "nft" ] + }, + { + "name": "Capital DEX", + "url": "https://capitaldex.exchange/", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/CapitalDEX.svg", + "categories": [ + "dex", + "staking", + "evm" + ] } ] } diff --git a/icons/dapps/color/CapitalDEX.svg b/icons/dapps/color/CapitalDEX.svg new file mode 100644 index 000000000..0ae754aac --- /dev/null +++ b/icons/dapps/color/CapitalDEX.svg @@ -0,0 +1,4 @@ + + + + From b9c013d77338e69285d4b06ffface3e8f1c47407 Mon Sep 17 00:00:00 2001 From: gianfra-t <96739519+gianfra-t@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:58:32 -0300 Subject: [PATCH 2136/2142] Add spacewalk assets to nova wallet (#2627) * addition of new tokens to pendulum and amplitude chains * add icons to new tokens * use unique price id for assets * modify currency icons --- chains/v18/chains_dev.json | 224 ++++++++++++++++++++++++++++++++++++ icons/tokens/white/AUDD.svg | 19 +++ icons/tokens/white/BRL.svg | 13 +++ icons/tokens/white/EUR.svg | 13 +++ icons/tokens/white/NGN.svg | 15 +++ icons/tokens/white/TZS.svg | 27 +++++ icons/tokens/white/XLM.svg | 20 ++++ 7 files changed, 331 insertions(+) create mode 100644 icons/tokens/white/AUDD.svg create mode 100644 icons/tokens/white/BRL.svg create mode 100644 icons/tokens/white/EUR.svg create mode 100644 icons/tokens/white/NGN.svg create mode 100644 icons/tokens/white/TZS.svg create mode 100644 icons/tokens/white/XLM.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index f30aefd2a..2b665fc14 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -7273,6 +7273,118 @@ "existentialDeposit": "0", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "spacewalk-xlm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "priceId": "spacewalk-tzs", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "priceId": "spacewalk-brl", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "spacewalk-audd", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "priceId": "spacewalk-eurc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "priceId": "spacewalk-ngnc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ @@ -7800,6 +7912,118 @@ "existentialDeposit": "1000", "transfersEnabled": true } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "spacewalk-xlm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "priceId": "spacewalk-tzs", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "priceId": "spacewalk-brl", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "spacewalk-audd", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "priceId": "spacewalk-eurc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "priceId": "spacewalk-ngnc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } } ], "nodes": [ diff --git a/icons/tokens/white/AUDD.svg b/icons/tokens/white/AUDD.svg new file mode 100644 index 000000000..fda319122 --- /dev/null +++ b/icons/tokens/white/AUDD.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + diff --git a/icons/tokens/white/BRL.svg b/icons/tokens/white/BRL.svg new file mode 100644 index 000000000..ac6f00665 --- /dev/null +++ b/icons/tokens/white/BRL.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/icons/tokens/white/EUR.svg b/icons/tokens/white/EUR.svg new file mode 100644 index 000000000..159310914 --- /dev/null +++ b/icons/tokens/white/EUR.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/icons/tokens/white/NGN.svg b/icons/tokens/white/NGN.svg new file mode 100644 index 000000000..759875be4 --- /dev/null +++ b/icons/tokens/white/NGN.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/icons/tokens/white/TZS.svg b/icons/tokens/white/TZS.svg new file mode 100644 index 000000000..cb5975e2a --- /dev/null +++ b/icons/tokens/white/TZS.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + diff --git a/icons/tokens/white/XLM.svg b/icons/tokens/white/XLM.svg new file mode 100644 index 000000000..dfd233676 --- /dev/null +++ b/icons/tokens/white/XLM.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + From 788184b9f5bd1f8b4548138bf5574bc37d338ed6 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:40:41 +0300 Subject: [PATCH 2137/2142] Adding Avail testnet (#2639) --- chains/v18/chains_dev.json | 31 ++++++ icons/chains/gradient/AVAL.svg | 194 +++++++++++++++++++++++++++++++++ icons/tokens/white/AVL.svg | 5 + 3 files changed, 230 insertions(+) create mode 100644 icons/chains/gradient/AVAL.svg create mode 100644 icons/tokens/white/AVL.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2b665fc14..4a04d4a13 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -10259,5 +10259,36 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", "addressPrefix": 777 + }, + { + "chainId": "6f09966420b2608d1947ccfb0f2a362450d1fc7fd902c29b67c906eaa965a7ae", + "name": "Avail Goldberg Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-testnet.avail.tools/ws", + "name": "Avail Tool Testnet" + }, + { + "url": "wss://goldberg-testnet-rpc.avail.tools/ws", + "name": "Goldberg testnet" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail-testnet.subscan.io/extrinsic/{hash}", + "account": "https://avail-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AVAL.svg", + "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/AVAL.svg b/icons/chains/gradient/AVAL.svg new file mode 100644 index 000000000..ddf57f968 --- /dev/null +++ b/icons/chains/gradient/AVAL.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/tokens/white/AVL.svg b/icons/tokens/white/AVL.svg new file mode 100644 index 000000000..aefbb24d6 --- /dev/null +++ b/icons/tokens/white/AVL.svg @@ -0,0 +1,5 @@ + + + + + From 23e63d10dc6a6a57e234a4aa60ed311c1ce79c86 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:14:24 +0300 Subject: [PATCH 2138/2142] Promote MYTH asset (#2640) --- assets/evm/v2/assets.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/evm/v2/assets.json b/assets/evm/v2/assets.json index f55594382..b5071e310 100644 --- a/assets/evm/v2/assets.json +++ b/assets/evm/v2/assets.json @@ -569,5 +569,18 @@ "contractAddress": "0xE04F47FF45576249bc5083DFDf987e03d0550113" } ] + }, + { + "symbol": "MYTH", + "precision": 18, + "name": "MYTH", + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "instances": [ + { + "chainId": "eip155:1", + "contractAddress": "0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003" + } + ] } ] From 222224169534d3f6c2fa395df66ef400159b9856 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:19:29 +0300 Subject: [PATCH 2139/2142] fix Avail icon (#2642) --- chains/v18/chains_dev.json | 2 +- icons/chains/gradient/AVAL.svg | 194 ------------------------ icons/chains/gradient/Avail.svg | 20 +++ icons/chains/gradient/Avail_Testnet.svg | 17 +++ 4 files changed, 38 insertions(+), 195 deletions(-) delete mode 100644 icons/chains/gradient/AVAL.svg create mode 100644 icons/chains/gradient/Avail.svg create mode 100644 icons/chains/gradient/Avail_Testnet.svg diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 4a04d4a13..2489110b3 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -10288,7 +10288,7 @@ "account": "https://avail-testnet.subscan.io/account/{address}" } ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AVAL.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", "addressPrefix": 42 } ] diff --git a/icons/chains/gradient/AVAL.svg b/icons/chains/gradient/AVAL.svg deleted file mode 100644 index ddf57f968..000000000 --- a/icons/chains/gradient/AVAL.svg +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/icons/chains/gradient/Avail.svg b/icons/chains/gradient/Avail.svg new file mode 100644 index 000000000..38583e669 --- /dev/null +++ b/icons/chains/gradient/Avail.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chains/gradient/Avail_Testnet.svg b/icons/chains/gradient/Avail_Testnet.svg new file mode 100644 index 000000000..cdb3aaecd --- /dev/null +++ b/icons/chains/gradient/Avail_Testnet.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 543b7fbda1de41f111c26162812c661aab59e1a7 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:32:00 +0300 Subject: [PATCH 2140/2142] adding staking (#2643) --- chains/v18/chains_dev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 2489110b3..49dbac640 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -10268,7 +10268,10 @@ "assetId": 0, "symbol": "AVL", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg" + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain" + ] } ], "nodes": [ From 585651e4ba1566cd5992d453ef00e13587340355 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev <40560660+stepanLav@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:39:19 +0300 Subject: [PATCH 2141/2142] Adding nomination-pools to VARA Avail (#2645) --- chains/v18/chains_dev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 49dbac640..17fbad3ca 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -8723,7 +8723,8 @@ "precision": 12, "priceId": "vara-network", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" } @@ -10270,7 +10271,8 @@ "precision": 18, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", "staking": [ - "relaychain" + "relaychain", + "nomination-pools" ] } ], From f23e0f12709492eb5a23797721cfdff12c988422 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 24 Apr 2024 16:49:44 +0300 Subject: [PATCH 2142/2142] enable swaps on PAH --- chains/v18/chains_dev.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 17fbad3ca..0c4b6b0a0 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -4478,7 +4478,11 @@ "addressPrefix": 0, "options": [ "swap-hub" - ] + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } }, { "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc",